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

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

:root {
  font-size: 18px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 18px + ( 20 - 18 ) * ((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; }

.hide, .hidden {
  display: none; }

.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
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr; }

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

.clear {
  clear: both; }

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

.show_mobile {
  display: none; }
  @media screen and (max-width: 700px) {
    .show_mobile {
      display: block; } }
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0em; }

.header-base, h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 20px;
  font-family: "Oswald", sans-serif;
  color: #111211;
  line-height: 1;
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase; }

h1,
.h1 {
  font-size: 49px; }
  @media screen and (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 49px; } }
  @media screen and (max-width: 768px) {
    h1,
    .h1 {
      font-size: 39px; } }
  .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1220px;
    max-width: calc(100vw - 40px);
    margin-bottom: 60px;
    margin-top: 0;
    padding-bottom: 25px; }
    .textarea h1:after, .cms h1:after, .textarea .h1:after, .cms .h1:after {
      content: '';
      background: #111211;
      height: 2px;
      width: 100%;
      left: 0;
      bottom: 0;
      position: absolute; }
    @media screen and (min-width: 1201px) {
      .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
        width: calc(100% + 200px); } }
    @media screen and (max-width: 1024px) {
      .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
        margin-bottom: 30px; } }
h2,
.h2 {
  font-size: 1.953125rem; }
  h2.long_title,
  .h2.long_title {
    font-size: 1.5625rem; }

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

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

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

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

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

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

p,
.p {
  margin: 0 0 20px; }
  p.lead,
  .p.lead {
    font-size: 1.4rem;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 60px; }
    @media screen and (max-width: 700px) {
      p.lead,
      .p.lead {
        margin-bottom: 40px; } }
  p strong,
  .p strong {
    font-weight: 700; }

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

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

.cms ul,
.textarea ul,
.spotlight_text ul,
.faq ul,
.link .description ul,
.event_description ul {
  margin-bottom: 30px; }
  .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; }
    .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: 10px;
      left: 0;
      width: 12px;
      height: 12px;
      background-color: #111211;
      border-radius: 50%; }
    .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;
      margin-bottom: 10px; }
      .cms ul li ul li,
      .textarea ul li ul li,
      .spotlight_text ul li ul li,
      .faq ul li ul li,
      .link .description ul li ul li,
      .event_description ul li ul li {
        font-size: 18px;
        line-height: 1.3;
        padding-left: 27px; }
        .cms ul li ul li:before,
        .textarea ul li ul li:before,
        .spotlight_text ul li ul li:before,
        .faq ul li ul li:before,
        .link .description ul li ul li:before,
        .event_description ul li ul li:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 8px;
          height: 8px;
          background-color: #111211; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 40px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    font-family: "Oswald", sans-serif;
    position: absolute;
    top: -1px;
    left: -2px;
    width: 25px;
    height: 25px;
    content: counter(li-counter) " - ";
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 2px 2px #fed81c; }
  ol > li ol {
    margin-top: 10px;
    margin-bottom: 10px; }
    ol > li ol li {
      font-size: 18px;
      line-height: 1.3;
      padding-left: 25px; }

a {
  border: none;
  color: #111211;
  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:hover, a:focus {
    color: #111211; }
  .textarea p a, .textarea li a, .cms p a, .cms li a, .spotlight_content a, .m-eventDetailList__item a, .event_description a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    z-index: 1; }
    .textarea p a:after, .textarea li a:after, .cms p a:after, .cms li a:after, .spotlight_content a:after, .m-eventDetailList__item a:after, .event_description a:after {
      content: '';
      position: absolute;
      background: #111211;
      bottom: 2px;
      left: -1px;
      width: calc(100% + 2px);
      height: 2px;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      z-index: -1; }
    .textarea p a:hover:after, .textarea li a:hover:after, .cms p a:hover:after, .cms li a:hover:after, .spotlight_content a:hover:after, .m-eventDetailList__item a:hover:after, .event_description a:hover:after {
      height: calc(100% - 2px);
      background: #fed81c; }

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

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

blockquote {
  padding: 40px 50px 10px;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 820px;
  margin: 70px auto 0;
  background: #111211; }
  @media screen and (max-width: 700px) {
    blockquote {
      margin-top: 90px;
      padding: 40px 30px 10px; } }
  blockquote:after {
    content: '';
    background-image: url("../images/bq-bkgd_image.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(100% + 20px);
    position: absolute;
    left: -10px;
    bottom: -10px;
    height: 40px;
    z-index: -1; }
  blockquote:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 32px;
    height: 178px;
    width: 214px;
    background: url("../images/svg/blockquote-quotes.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
  blockquote p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 500px) {
      blockquote p {
        font-size: 22px; } }
  blockquote strong.name {
    text-align: center;
    padding: 20px 20px 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #2d2d2d;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: left;
    text-transform: uppercase; }
    blockquote strong.name:after {
      content: '';
      position: absolute;
      background-image: url("../images/svg/blockquote_dots.svg");
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      background-size: contain;
      background-repeat: no-repeat;
      width: 150px;
      height: 10px;
      z-index: 2; }
    blockquote strong.name em {
      margin-left: 4px;
      color: #bcbdbc;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      text-transform: none; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .date {
  position: relative;
  margin-bottom: 20px; }
  .news_list .date:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    bottom: -8px;
    background: #2d2d2d; }
  .news_list .date .m-date__month {
    font-weight: 300;
    text-transform: uppercase;
    color: #111211;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-right: 2px; }
    @media screen and (max-width: 700px) {
      .news_list .date .m-date__month {
        font-size: 18px; } }
  .news_list .date .m-date__day,
  .news_list .date .m-date__separator {
    font-weight: 600;
    text-transform: uppercase;
    color: #111211;
    font-size: 25px;
    text-shadow: 2px 2px 0 #fed81c;
    font-family: "Oswald", sans-serif; }
    @media screen and (max-width: 700px) {
      .news_list .date .m-date__day,
      .news_list .date .m-date__separator {
        font-size: 23px; } }
  .news_list .date .m-date__day {
    letter-spacing: 1px; }
  .news_list .date .m-date__weekday {
    font-size: 13px;
    text-transform: uppercase;
    color: #111211;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 2px; }
  .news_list .date .m-date__year {
    font-size: 13px;
    text-transform: uppercase;
    color: #111211;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 3px; }

.news_list .info .title {
  margin-top: 0;
  text-transform: none; }
  .news_list .info .title:before {
    display: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .breadcrumbs,
.news_detail_page .breadcrumbs {
  margin-bottom: 20px; }

.news_detail #branding,
.news_detail_page #branding {
  position: relative;
  z-index: 3; }
  .news_detail #branding.content_item, .news_detail #branding.spotlight_image,
  .news_detail_page #branding.content_item,
  .news_detail_page #branding.spotlight_image {
    max-width: 1220px;
    padding: 0;
    margin-bottom: 0; }
  .news_detail #branding.spotlight_image,
  .news_detail_page #branding.spotlight_image {
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 10px; }
    @media screen and (min-width: 501px) {
      .news_detail #branding.spotlight_image,
      .news_detail_page #branding.spotlight_image {
        margin-top: 20px; } }
    @media screen and (min-width: 1025px) {
      .news_detail #branding.spotlight_image,
      .news_detail_page #branding.spotlight_image {
        margin-top: 40px; } }
    @media screen and (max-width: 500px) {
      .news_detail #branding.spotlight_image,
      .news_detail_page #branding.spotlight_image {
        padding: 0 10px;
        margin-top: 10px; } }
.news_detail .news_title,
.news_detail_page .news_title {
  margin-bottom: 10px;
  text-transform: none; }

.news_detail .news_thumb,
.news_detail_page .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
  .news_detail .news_thumb p,
  .news_detail_page .news_thumb p {
    font-weight: 400; }

.news_detail .news_heading .date,
.news_detail_page .news_heading .date {
  padding-top: 0;
  margin-bottom: 55px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1220px;
  max-width: calc(100vw - 60px); }
  @media screen and (max-width: 1024px) {
    .news_detail .news_heading .date,
    .news_detail_page .news_heading .date {
      max-width: 100%; } }
  @media screen and (min-width: 1201px) {
    .news_detail .news_heading .date,
    .news_detail_page .news_heading .date {
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% + 200px);
      max-width: calc(100vw - 60px); } }
  @media screen and (max-width: 700px) {
    .news_detail .news_heading .date,
    .news_detail_page .news_heading .date {
      margin-bottom: 30px; } }
  .news_detail .news_heading .date .m-date__month,
  .news_detail_page .news_heading .date .m-date__month {
    font-weight: 300;
    text-transform: uppercase;
    color: #111211;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-right: 2px; }
    @media screen and (max-width: 700px) {
      .news_detail .news_heading .date .m-date__month,
      .news_detail_page .news_heading .date .m-date__month {
        font-size: 18px; } }
  .news_detail .news_heading .date .m-date__day,
  .news_detail .news_heading .date .m-date__separator,
  .news_detail_page .news_heading .date .m-date__day,
  .news_detail_page .news_heading .date .m-date__separator {
    font-weight: 600;
    text-transform: uppercase;
    color: #111211;
    font-size: 25px;
    text-shadow: 2px 2px 0 #fed81c;
    font-family: "Oswald", sans-serif; }
    @media screen and (max-width: 700px) {
      .news_detail .news_heading .date .m-date__day,
      .news_detail .news_heading .date .m-date__separator,
      .news_detail_page .news_heading .date .m-date__day,
      .news_detail_page .news_heading .date .m-date__separator {
        font-size: 23px; } }
  .news_detail .news_heading .date .m-date__day,
  .news_detail_page .news_heading .date .m-date__day {
    letter-spacing: 1px; }
  .news_detail .news_heading .date .m-date__weekday,
  .news_detail_page .news_heading .date .m-date__weekday {
    font-size: 13px;
    text-transform: uppercase;
    color: #111211;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 2px; }
  .news_detail .news_heading .date .m-date__year,
  .news_detail_page .news_heading .date .m-date__year {
    font-size: 13px;
    text-transform: uppercase;
    color: #111211;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 3px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.full.hybrid.event_listing_page {
  background: #111211; }
  .full.hybrid.event_listing_page .full_column {
    background: #111211; }
    .full.hybrid.event_listing_page .full_column:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: -1;
      height: 250px; }
    @media screen and (max-width: 1024px) {
      .full.hybrid.event_listing_page .full_column:before {
        height: 210px; } }
    @media screen and (max-width: 700px) {
      .full.hybrid.event_listing_page .full_column:before {
        height: 175px; } }
  .full.hybrid.event_listing_page .events-hidden {
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: none;
    left: auto;
    min-width: 0;
    position: absolute;
    bottom: 0;
    right: 0; }

.events.content_item {
  padding-top: 20px; }
  .events.content_item .event_list {
    padding: 0; }

.event_list_header {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  color: #111211;
  padding: 0 20px 35px;
  position: relative; }
  .event_list_header:after {
    content: '';
    background: #111211;
    height: 2px;
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 79px; }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-flow: row wrap; }
  .event_list_header h1 {
    margin: 0;
    order: 1;
    flex: 0 70%;
    max-width: 70%; }
    @media screen and (max-width: 500px) {
      .event_list_header h1 {
        flex: 0 100%;
        max-width: 100%; } }
    @media screen and (max-width: 400px) {
      .event_list_header h1 {
        font-size: 29px; } }
  .event_list_header .event_list_toggles {
    margin-top: 7px;
    flex: 0 30%;
    max-width: 30%;
    order: 2; }
  .event_list_header .category-dropdown {
    order: 3; }

.event_list_toggles {
  display: flex;
  align-self: center;
  justify-content: flex-end; }
  @media screen and (max-width: 1024px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 30px;
    color: #2d2d2d;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative; }
    .event_list_toggles .toggle:before {
      content: '';
      position: absolute;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      border: 2px solid #111211;
      background: #fed81c;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      z-index: -1; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover svg .mover-bottom {
        transform: translate(0, 2px); }
      .event_list_toggles .toggle:hover svg .mover-top {
        transform: translate(13px, 18px); }
      .event_list_toggles .toggle:hover svg .mover-grid-top {
        y: -1; }
      .event_list_toggles .toggle:hover svg .mover-grid-bottom {
        y: 16; }
      .event_list_toggles .toggle:hover span {
        color: #fff; }
        .event_list_toggles .toggle:hover span:before {
          width: calc(100% + 2px); }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active:before {
      opacity: 1;
      transform: translateX(-50%) scale(1.2); }
    .event_list_toggles .toggle.is-active span {
      color: #111211; }
      .event_list_toggles .toggle.is-active span:before {
        width: 0; }
    .event_list_toggles .toggle[data-event-toggle='grid'] {
      order: 1; }
    .event_list_toggles .toggle[data-event-toggle='list'] {
      order: 2; }
    .event_list_toggles .toggle svg .mover-top {
      transform: translate(13px, 20px); }
    .event_list_toggles .toggle svg .mover-grid-top {
      y: 0; }
    .event_list_toggles .toggle svg .mover-grid-bottom {
      y: 14; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    color: #111211;
    font-size: 13px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    transition: color 0.2s linear;
    margin-top: 20px;
    letter-spacing: 1px; }
    .event_list_toggles span:before {
      content: '';
      z-index: -1;
      left: -1px;
      width: 0;
      background: #111211;
      height: 100%;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      position: absolute; }
  .event_list_toggles svg {
    overflow: visible; }
    .event_list_toggles svg .mover-top,
    .event_list_toggles svg .mover-bottom,
    .event_list_toggles svg .mover-grid-top,
    .event_list_toggles svg .mover-grid-bottom {
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }

.category-dropdown {
  position: relative;
  margin-right: 37px;
  align-self: center;
  margin-top: 28px; }
  .category-dropdown .select {
    display: block;
    position: relative;
    bottom: 2px;
    width: 260px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border: 2px solid #111211;
    margin: 0;
    padding: 0 0 0 20px;
    color: #111211;
    cursor: pointer;
    outline: none;
    z-index: 8;
    text-align: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .category-dropdown .select .select_text {
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      color: #111211;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      position: relative;
      bottom: 2px; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 13px;
      height: 12px;
      transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke-width: 2px;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .category-dropdown .select svg > g > g {
        stroke: #111211;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
    .category-dropdown .select.is-active {
      background: #fed81c; }
      .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: #fff;
    padding: 35px 20px 0px 20px;
    font-family: "Oswald", sans-serif;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block;
      border: 2px solid #111211; }
    .category-dropdown .choices li {
      margin: 0 0 10px; }
    .category-dropdown .choices li a,
    .category-dropdown .choices span {
      display: block;
      padding: 10px 0;
      color: #111211;
      text-decoration: none;
      cursor: pointer;
      font-family: "Rubik", sans-serif;
      font-size: 15px;
      font-weight: 400;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      margin-bottom: 0; }
      .category-dropdown .choices li a:before,
      .category-dropdown .choices span:before {
        content: '';
        background: #111211;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 0;
        left: 0;
        top: 0;
        visibility: visible; }
    .category-dropdown .choices li:hover a,
    .category-dropdown .choices li:hover span,
    .category-dropdown .choices a.is-active,
    .category-dropdown .choices span.is-active {
      color: #fff;
      padding-left: 15px; }
      .category-dropdown .choices li:hover a:before,
      .category-dropdown .choices li:hover span:before,
      .category-dropdown .choices a.is-active:before,
      .category-dropdown .choices span.is-active:before {
        opacity: 1; }
    .category-dropdown .choices li:before {
      display: none; }
  .category-dropdown:hover .select_text {
    color: #111211; }
    .category-dropdown:hover .select_text:after {
      height: 11px; }
  .category-dropdown:hover .select {
    background: #fed81c; }
  .category-dropdown:hover .select svg > g > g {
    stroke: #111211; }

.event_list {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .event_list {
      width: 400px;
      max-width: 100%;
      margin: 0 auto; } }
  .event_list .list {
    zoom: 1;
    max-width: 100%; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
  .event_list .eventItem {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    z-index: 2;
    background: #fff;
    padding: 15px 15px 38px 15px;
    transition: background 0.2s linear; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem {
        padding: 15px 10px 68px 10px; } }
    .event_list .eventItem .thumb {
      position: relative;
      z-index: 2;
      flex-grow: 0;
      flex-shrink: 0;
      width: 300px;
      align-self: flex-end; }
      .event_list .eventItem .thumb:before {
        content: '';
        position: absolute;
        background: #111211;
        height: 40px;
        right: -17px;
        bottom: -17px;
        width: 2px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .event_list .eventItem .thumb:after {
        content: '';
        position: absolute;
        background: #111211;
        height: 2px;
        right: -17px;
        bottom: -17px;
        width: 209px; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .thumb {
          width: 229px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .thumb {
          position: absolute;
          width: 100px;
          height: 62px;
          overflow: hidden;
          right: 10px;
          top: 10px;
          z-index: 6; }
          .event_list .eventItem .thumb:before, .event_list .eventItem .thumb:after {
            display: none; } }
      .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;
        overflow: hidden; }
      .event_list .eventItem .thumb:hover:before {
        height: 169px; }
    .event_list .eventItem .date {
      position: absolute;
      bottom: 0;
      left: 15px;
      z-index: 2;
      background: #fff;
      padding: 10px 10px 14px 0;
      transition: background 0.2s linear; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .date {
          position: absolute;
          display: block;
          right: auto;
          width: auto;
          left: 10px;
          top: 10px;
          bottom: auto;
          padding: 0;
          transform: none;
          text-align: left; } }
      .event_list .eventItem .date .m-date__month {
        line-height: 1;
        font-weight: 300;
        text-transform: uppercase;
        color: #111211;
        font-size: 20px;
        margin-right: 2px;
        display: block;
        font-family: "Oswald", sans-serif;
        margin-bottom: 5px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__month {
            font-size: 18px;
            display: inline-block; } }
      .event_list .eventItem .date .m-date__day,
      .event_list .eventItem .date .m-date__separator {
        line-height: 1;
        text-shadow: 3px 3px 0 #fed81c;
        font-weight: 600;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        color: #111211;
        font-size: 31px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__day,
          .event_list .eventItem .date .m-date__separator {
            font-size: 25px; } }
      .event_list .eventItem .date .m-date__rangeFirst,
      .event_list .eventItem .date .m-date__rangeLast {
        display: inline-block; }
      .event_list .eventItem .date .m-date__separator {
        display: inline-block;
        margin: 0 5px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__separator {
            margin: 0 5px; } }
      .event_list .eventItem .date .m-date__day {
        letter-spacing: 1px; }
      .event_list .eventItem .date .m-date__year {
        font-weight: 400;
        text-transform: uppercase;
        color: #111211;
        font-size: 25px;
        display: none; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__year {
            font-size: 18px; } }
      .event_list .eventItem .date .m-date__weekday {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 400;
        color: #111211;
        display: block;
        letter-spacing: 2px;
        position: absolute;
        left: 100%;
        bottom: 12px;
        background: #fff;
        padding: 0 14px 0 3px;
        transition: background 0.2s linear;
        font-family: "Oswald", sans-serif; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__weekday {
            display: block;
            position: relative;
            bottom: auto;
            left: auto;
            padding-left: 0;
            margin-top: 0; } }
    .event_list .eventItem .info {
      flex-grow: 1;
      flex-shrink: 1;
      padding: 10px 20px 38px 40px;
      z-index: 2; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          padding: 10px 20px 39px 40px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          padding: 62px 0 15px 0; } }
      .event_list .eventItem .info .meta {
        display: none; }
      .event_list .eventItem .info .title {
        font-size: 31px;
        margin-bottom: 10px;
        color: #111211;
        margin-top: 30px;
        position: relative; }
        .event_list .eventItem .info .title:before {
          content: '';
          position: absolute;
          background: url("../images/svg/dot_row.svg");
          width: 50px;
          height: 10px;
          left: 0;
          top: -20px;
          visibility: visible;
          background-size: contain;
          background-repeat: no-repeat; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .info .title:before {
              left: 0; } }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .info .title {
            font-size: 29px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .info .title {
            font-size: 20px;
            margin-top: 12px; } }
        .event_list .eventItem .info .title.long_title {
          font-size: 27px; }
          @media screen and (max-width: 870px) {
            .event_list .eventItem .info .title.long_title {
              font-size: 25px; } }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .info .title.long_title {
              font-size: 20px;
              margin-top: 12px; } }
        .event_list .eventItem .info .title a {
          background-image: linear-gradient(#111211, #111211);
          background-position: -3px 95%;
          background-repeat: no-repeat;
          background-size: 0% 95%;
          line-height: 1.2;
          padding: 0 6px;
          margin: 0 0 0 -3px;
          -webkit-transition: all 300ms linear;
          -moz-transition: all 300ms linear;
          -o-transition: all 300ms linear;
          transition: all 300ms linear; }
          .event_list .eventItem .info .title a:hover {
            background-size: 100% 95%;
            color: #fff; }
          @media screen and (max-width: 700px) {
            .event_list .eventItem .info .title a {
              padding: 0 4px;
              margin: 0 0 0 -4px; } }
      .event_list .eventItem .info .tagline {
        font-family: "Rubik", sans-serif;
        font-weight: 400;
        color: #3b3b3b;
        font-size: 18px;
        line-height: 1.1;
        margin: 0;
        letter-spacing: 0px;
        text-transform: none; }
        @media screen and (max-width: 1024px) {
          .event_list .eventItem .info .tagline {
            font-size: 16px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .info .tagline {
            margin-bottom: 12px; } }
    .event_list .eventItem .buttons {
      position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 5; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .buttons {
          justify-content: flex-end;
          width: calc(100% - 20px);
          left: 50%;
          transform: translateX(-50%);
          right: auto;
          bottom: 10px;
          height: 55px; }
          .event_list .eventItem .buttons:after {
            content: '';
            background: #111211;
            width: 2px;
            height: 20px;
            top: 0;
            right: 0;
            position: absolute; }
          .event_list .eventItem .buttons:before {
            content: '';
            background: #111211;
            height: 2px;
            width: 100%;
            top: 0;
            right: 0;
            position: absolute; } }
      .event_list .eventItem .buttons .tickets svg {
        display: none; }
      .event_list .eventItem .buttons .more,
      .event_list .eventItem .buttons .More,
      .event_list .eventItem .buttons a.tickets.tba {
        display: inline-block;
        position: relative;
        color: #111211;
        text-align: center;
        padding: 11px 40px;
        line-height: 1;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        z-index: 1;
        background: #fed81c;
        border: 2px solid #111211;
        border-radius: 23px;
        font-family: "Oswald", sans-serif;
        margin-bottom: 0;
        bottom: 0;
        width: auto; }
        .event_list .eventItem .buttons .more:hover,
        .event_list .eventItem .buttons .More:hover,
        .event_list .eventItem .buttons a.tickets.tba:hover {
          color: #fff;
          background: #111211;
          border-color: #fed81c; }
        .event_list .eventItem .buttons .more:before,
        .event_list .eventItem .buttons .More:before,
        .event_list .eventItem .buttons a.tickets.tba:before {
          display: none; }
        .event_list .eventItem .buttons .more:after,
        .event_list .eventItem .buttons .More:after,
        .event_list .eventItem .buttons a.tickets.tba:after {
          display: none; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .buttons .more,
          .event_list .eventItem .buttons .More,
          .event_list .eventItem .buttons a.tickets.tba {
            margin-top: 10px; } }
      .event_list .eventItem .buttons a.tickets {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        padding-right: 60px;
        margin-bottom: 9px;
        position: relative;
        bottom: 8px;
        letter-spacing: 1px;
        width: 220px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .buttons a.tickets {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 220px; } }
        .event_list .eventItem .buttons a.tickets:after {
          content: '';
          background: #fed81c;
          border-radius: 25px;
          height: 44px;
          width: 44px;
          border: 2px solid #111211;
          -webkit-transition: all 250ms linear;
          -moz-transition: all 250ms linear;
          -o-transition: all 250ms linear;
          transition: all 250ms linear;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: -1; }
        .event_list .eventItem .buttons a.tickets:before {
          content: '';
          background-image: url("../images/svg/ticket_arrow.svg");
          transition: width 100ms linear, right 150ms linear;
          width: 16px;
          height: 16px;
          background-size: 22px 16px;
          background-repeat: no-repeat;
          background-position: right center;
          position: absolute;
          right: 14px;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1; }
        .event_list .eventItem .buttons a.tickets + .more,
        .event_list .eventItem .buttons a.tickets .More {
          display: none; }
        .event_list .eventItem .buttons a.tickets:hover:after {
          width: 111%;
          background: #fff;
          border-radius: 25px; }
        .event_list .eventItem .buttons a.tickets:hover:before {
          width: 19px;
          height: 16px;
          right: 18px; }
      .event_list .eventItem .buttons span.tickets {
        padding: 17px 27px;
        text-transform: uppercase;
        color: #111211;
        font-weight: 600;
        font-size: 18px;
        display: none; }
        .event_list .eventItem .buttons span.tickets.no_ticket_link.onsalenow {
          display: none; }
    .event_list .eventItem:hover {
      background: #fed81c; }
      .event_list .eventItem:hover .info .title:before {
        background: url("../images/svg/dot_row_black.svg"); }
      .event_list .eventItem:hover .date {
        background: #fed81c; }
        .event_list .eventItem:hover .date .m-date__weekday {
          background: #fed81c; }
      .event_list .eventItem:hover .buttons a.tickets:after {
        background: #fff; }
      .event_list .eventItem:hover .buttons a.tickets.tba,
      .event_list .eventItem:hover .buttons a.more,
      .event_list .eventItem:hover .buttons a.More {
        background: #fff; }
        .event_list .eventItem:hover .buttons a.tickets.tba:hover,
        .event_list .eventItem:hover .buttons a.more:hover,
        .event_list .eventItem:hover .buttons a.More:hover {
          background: #111211;
          color: #fff; }
  @media screen and (min-width: 1025px) {
    .home .event_list.event_list_listing {
      margin: 0 auto;
      max-width: 1020px; } }
  @media screen and (min-width: 1025px) {
    .home .event_list.event_list_listing .list {
      margin: 0 auto;
      max-width: 1020px; } }
  .event_listing_page .event_list.event_list_listing .list {
    width: 100%;
    max-width: 100%;
    padding-top: 20px; }
    @media screen and (min-width: 701px) {
      .event_listing_page .event_list.event_list_listing .list {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px; } }
    @media screen and (min-width: 871px) {
      .event_listing_page .event_list.event_list_listing .list {
        padding-top: 50px; } }
    @media screen and (min-width: 1201px) {
      .event_listing_page .event_list.event_list_listing .list {
        width: 980px; } }
  @media screen and (min-width: 1025px) {
    .event_listing_page .event_list.event_list_grid .eventItem, .event_listing_page .event_list.event_list_forceListing .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 40px));
      margin: 10px 20px 10px 0;
      padding: 15px 15px 20px 15px;
      flex-direction: column;
      height: 497px;
      position: relative; }
      .event_listing_page .event_list.event_list_grid .eventItem:before, .event_listing_page .event_list.event_list_forceListing .eventItem:before {
        display: none; }
      .event_listing_page .event_list.event_list_grid .eventItem:hover .info:after, .event_listing_page .event_list.event_list_forceListing .eventItem:hover .info:after {
        height: calc(100% - 50px); }
      .event_listing_page .event_list.event_list_grid .eventItem .date, .event_listing_page .event_list.event_list_forceListing .eventItem .date {
        left: 0;
        bottom: auto;
        top: -42px;
        padding-bottom: 0;
        padding-right: 15px; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst .m-date__month, .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast .m-date__month, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeFirst .m-date__month, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeLast .m-date__month {
          margin-bottom: 1px; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst .m-date__day,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst .m-date__separator,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast .m-date__day,
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast .m-date__separator, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeFirst .m-date__day,
        .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeFirst .m-date__separator,
        .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeLast .m-date__day,
        .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeLast .m-date__separator {
          font-size: 26px; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst .m-date__year, .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeLast .m-date__year, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeFirst .m-date__year, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__rangeLast .m-date__year {
          display: none;
          height: 0; } }
    @media screen and (min-width: 1025px) and (min-width: 701px) {
      .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__separator, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__separator {
        line-height: 1.05; } }
  @media screen and (min-width: 1025px) {
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__weekday, .event_listing_page .event_list.event_list_forceListing .eventItem .date .m-date__weekday {
          bottom: 0;
          left: 100%;
          padding-left: 3px; }
      .event_listing_page .event_list.event_list_grid .eventItem .thumb, .event_listing_page .event_list.event_list_forceListing .eventItem .thumb {
        flex-shrink: 1;
        width: 100%;
        overflow: hidden; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb img, .event_listing_page .event_list.event_list_forceListing .eventItem .thumb img {
          width: 100%;
          height: auto;
          display: block; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb:before, .event_listing_page .event_list.event_list_grid .eventItem .thumb:after, .event_listing_page .event_list.event_list_forceListing .eventItem .thumb:before, .event_listing_page .event_list.event_list_forceListing .eventItem .thumb:after {
          display: none; }
      .event_listing_page .event_list.event_list_grid .eventItem .info, .event_listing_page .event_list.event_list_forceListing .eventItem .info {
        position: relative;
        flex-shrink: 0;
        padding: 40px 10px 78px; }
        .event_listing_page .event_list.event_list_grid .eventItem .info:before, .event_listing_page .event_list.event_list_forceListing .eventItem .info:before {
          content: '';
          position: absolute;
          background: #111211;
          right: 0;
          top: 15px;
          width: 100%;
          height: 2px;
          visibility: visible; }
        .event_listing_page .event_list.event_list_grid .eventItem .info:after, .event_listing_page .event_list.event_list_forceListing .eventItem .info:after {
          content: '';
          position: absolute;
          background: #111211;
          right: 0;
          top: 15px;
          height: 40px;
          width: 2px;
          visibility: visible;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
        .event_listing_page .event_list.event_list_grid .eventItem .info .title, .event_listing_page .event_list.event_list_forceListing .eventItem .info .title {
          text-align: center; }
          .event_listing_page .event_list.event_list_grid .eventItem .info .title:before, .event_listing_page .event_list.event_list_forceListing .eventItem .info .title:before {
            left: 50%;
            transform: translateX(-50%); }
        .event_listing_page .event_list.event_list_grid .eventItem .info .tagline, .event_listing_page .event_list.event_list_forceListing .eventItem .info .tagline {
          text-align: center; }
      .event_listing_page .event_list.event_list_grid .eventItem .buttons, .event_listing_page .event_list.event_list_forceListing .eventItem .buttons {
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
        text-align: center; } }
  .event_listing_page .event_list.event_list_grid .list, .event_listing_page .event_list.event_list_forceListing .list {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px; }
    @media screen and (min-width: 1221px) {
      .event_listing_page .event_list.event_list_grid .list, .event_listing_page .event_list.event_list_forceListing .list {
        width: 100%; } }
    @media screen and (min-width: 701px) {
      .event_listing_page .event_list.event_list_grid .list, .event_listing_page .event_list.event_list_forceListing .list {
        padding-top: 30px; } }
    @media screen and (min-width: 871px) {
      .event_listing_page .event_list.event_list_grid .list, .event_listing_page .event_list.event_list_forceListing .list {
        padding-top: 50px; } }
  @media screen and (max-width: 1220px) {
    .event_listing_page .event_list.event_list_grid .eventItem:nth-child(2n), .event_listing_page .event_list.event_list_forceListing .eventItem:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (min-width: 1221px) {
    .event_listing_page .event_list.event_list_grid .eventItem, .event_listing_page .event_list.event_list_forceListing .eventItem {
      width: calc(1 / 3 * (100% - 40px)); }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n), .event_listing_page .event_list.event_list_forceListing .eventItem:nth-child(3n) {
        margin-right: 0; } }
/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#events.detail #content {
  position: relative;
  z-index: 3;
  padding-bottom: 50px; }

.event_detail {
  min-height: 600px;
  zoom: 1;
  background: #fff; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  @media screen and (min-width: 971px) {
    .event_detail .const,
    .event_detail .content_item,
    .event_detail .event_heading {
      max-width: 780px;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .event_detail .const {
      padding: 0 10px; } }
  .event_detail.has_branding .event_heading {
    padding: 60px 0 40px;
    margin-top: 0; }
    @media screen and (max-width: 970px) {
      .event_detail.has_branding .event_heading {
        margin: 0;
        padding: 30px 0 30px; } }
    @media screen and (max-width: 700px) {
      .event_detail.has_branding .event_heading.inside_sidebar .title:before {
        top: -30px; } }
  .event_detail #branding {
    width: 100%;
    float: none;
    position: relative;
    max-width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px; }
    .event_detail #branding:before {
      content: '';
      position: absolute;
      left: -17px;
      height: 80px;
      width: 2px;
      bottom: -17px;
      background: #111211; }
    .event_detail #branding:after {
      content: '';
      position: absolute;
      height: 2px;
      width: calc(100% + 17px);
      left: -17px;
      bottom: -17px;
      background: #111211; }
    @media screen and (min-width: 501px) {
      .event_detail #branding {
        margin-top: 20px; } }
    @media screen and (min-width: 971px) {
      .event_detail #branding {
        margin-top: 60px;
        width: 900px; } }
    @media screen and (max-width: 500px) {
      .event_detail #branding {
        margin-top: 10px; } }
    @media screen and (max-width: 970px) {
      .event_detail #branding:before, .event_detail #branding:after {
        display: none; } }
    .event_detail #branding .full-slideshow {
      padding: 0 !important; }
  .event_detail .event_heading {
    padding: 40px 0 40px;
    margin-top: 20px; }
    @media screen and (max-width: 700px) {
      .event_detail .event_heading {
        margin: 0;
        padding: 20px 0 30px; } }
    .event_detail .event_heading .prefix {
      color: #fed81c;
      font-size: 18px;
      font-weight: 400;
      display: inline-block;
      margin-bottom: 1px; }
    .event_detail .event_heading .title {
      margin-bottom: 10px;
      position: relative;
      text-align: center; }
      .event_detail .event_heading .title:before {
        content: '';
        position: absolute;
        background: url("../images/svg/edp_dot_row.svg");
        width: 150px;
        height: 10px;
        top: -30px;
        visibility: visible;
        background-size: contain;
        background-repeat: no-repeat;
        left: 50%;
        transform: translateX(-50%); }
      .event_detail .event_heading .title.no_tagline {
        margin-bottom: 0; }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading .title {
          font-size: 31px; } }
    .event_detail .event_heading .tagline {
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      color: #2d2d2d;
      margin-bottom: 0;
      letter-spacing: 0px;
      text-transform: none; }
      @media screen and (max-width: 970px) {
        .event_detail .event_heading .tagline {
          font-size: 18px; } }
    .event_detail .event_heading.above_branding {
      display: none; }
    .event_detail .event_heading.inside_sidebar {
      display: none;
      margin: 0; }
      @media screen and (max-width: 970px) {
        .event_detail .event_heading.inside_sidebar {
          display: block;
          padding-left: 20px;
          padding-right: 20px; } }
      @media screen and (max-width: 700px) {
        .event_detail .event_heading.inside_sidebar .title:before {
          top: -13px; } }
    @media screen and (max-width: 970px) {
      .event_detail .event_heading.below_branding {
        display: none; } }
  .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; }

.description_wrapper {
  margin-bottom: 40px; }
  .description_wrapper .read-more {
    letter-spacing: 1px;
    display: inline-block;
    color: #111211;
    font-weight: 600;
    font-size: 13px;
    border: none;
    text-align: right;
    position: relative;
    padding: 2px 2px 2px 3px;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-left: 6px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    background-image: linear-gradient(#111211, #111211);
    background-position: 1px 95%;
    background-repeat: no-repeat;
    background-size: 0% 95%;
    line-height: 1.2;
    margin-left: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
    .description_wrapper .read-more svg {
      position: absolute;
      top: 2px;
      left: -20px;
      transition: opacity 0.2s linear;
      opacity: 1;
      visibility: visible; }
      .description_wrapper .read-more svg.minus-sign {
        top: 8px; }
      .description_wrapper .read-more svg #yellow-removal {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
    .description_wrapper .read-more:hover {
      background-size: 100% 95%;
      color: #fff; }
      .description_wrapper .read-more:hover #yellow-removal {
        opacity: 0; }

.event_description {
  position: relative; }
  .event_description:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    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 {
    visibility: hidden;
    opacity: 0; }
  .event_description.is-opened + .read-more svg {
    visibility: hidden;
    opacity: 0; }
    .event_description.is-opened + .read-more svg.minus-sign {
      opacity: 1;
      visibility: visible; }

.event_showings {
  margin-top: 40px;
  margin-bottom: 60px; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Oswald", sans-serif;
    font-size: 15px; }
    .event_showings .list a,
    .event_showings .list a:focus,
    .event_showings .list a:visited {
      color: #111211; }
      .event_showings .list a:hover,
      .event_showings .list a:focus:hover,
      .event_showings .list a:visited:hover {
        color: #111211; }
  .event_showings .listItem {
    position: relative;
    transition: border-color 0.2s linear;
    margin-bottom: 18px; }
    .event_showings .listItem:hover:after {
      background: #fed81c;
      width: calc(100% - 20px); }
    @media screen and (min-width: 971px) {
      .event_showings .listItem:hover .flex-wrap .left-wrap:after {
        width: calc(100% - 40px); }
      .event_showings .listItem:hover .flex-wrap .date .m-date__day,
      .event_showings .listItem:hover .flex-wrap .date .m-date__separator {
        text-shadow: 3px 3px 0 transparent !important; } }
    .event_showings .listItem .flex-wrap {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      @media screen and (max-width: 500px) {
        .event_showings .listItem .flex-wrap {
          flex-flow: row wrap;
          align-items: flex-end;
          justify-content: flex-end; } }
      .event_showings .listItem .flex-wrap .left-wrap {
        display: flex;
        align-items: flex-end;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding-right: 20px;
        padding-bottom: 10px; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .left-wrap {
            flex-flow: row wrap; } }
        .event_showings .listItem .flex-wrap .left-wrap:after {
          content: '';
          position: absolute;
          height: 2px;
          right: 20px;
          bottom: 0px;
          width: calc(100% - 20px);
          background: #111211;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
          @media screen and (max-width: 500px) {
            .event_showings .listItem .flex-wrap .left-wrap:after {
              right: 0;
              width: 100%; } }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .left-wrap {
            flex: 0 100%;
            max-width: 100%;
            margin-bottom: 3px;
            padding-right: 0; } }
        .event_showings .listItem .flex-wrap .left-wrap .date {
          position: relative;
          left: 0;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          flex: 0 54%;
          max-width: 54%;
          text-align: left; }
          @media screen and (max-width: 500px) {
            .event_showings .listItem .flex-wrap .left-wrap .date {
              flex: 0 100%;
              max-width: 100%;
              text-align: left;
              margin-bottom: 6px; } }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate span {
            line-height: 1; }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__month {
            font-weight: 300;
            font-family: "Oswald", sans-serif;
            text-transform: uppercase;
            color: #111211;
            font-size: 20px;
            margin-right: 1px; }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__day,
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__separator {
            font-weight: 600;
            text-transform: uppercase;
            color: #111211;
            font-family: "Oswald", sans-serif;
            text-shadow: 3px 3px 0 #fed81c;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear;
            font-size: 31px; }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__day {
            letter-spacing: 1px;
            margin-right: 1px; }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__year {
            font-weight: 500;
            text-transform: uppercase;
            color: #111211;
            font-size: 20px; }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__weekday {
            font-family: "Oswald", sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
            color: #111211;
            letter-spacing: 2px; }
      .event_showings .listItem .flex-wrap .time-doors {
        font-family: "Rubik", sans-serif;
        color: #111211;
        font-weight: 400;
        font-size: 12px;
        flex: 0 46%;
        max-width: 46%;
        text-align: left; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .time-doors {
            text-align: left;
            flex: 0 100%;
            max-width: 100%; } }
        .event_showings .listItem .flex-wrap .time-doors .time {
          font-family: inherit;
          color: inherit;
          font-weight: inherit;
          font-size: inherit; }
      .event_showings .listItem .flex-wrap .buttons {
        text-align: right; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .buttons {
            flex: 0 50%;
            max-width: 50%; } }
        .event_showings .listItem .flex-wrap .buttons span {
          font-family: "Oswald", sans-serif;
          color: #111211;
          font-weight: 500;
          font-size: 16px;
          text-transform: uppercase;
          display: inline-block;
          padding-bottom: 3px; }
          @media screen and (max-width: 500px) {
            .event_showings .listItem .flex-wrap .buttons span {
              position: absolute;
              right: 0;
              bottom: 8px; } }
          .event_showings .listItem .flex-wrap .buttons span svg {
            display: none; }
          .event_showings .listItem .flex-wrap .buttons span.onsalenow.no_ticket_link {
            display: none; }
        .event_showings .listItem .flex-wrap .buttons a {
          display: inline-block;
          position: relative;
          color: #111211;
          text-align: center;
          padding: 10px 20px;
          line-height: 1;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 1px;
          z-index: 1;
          background: #fed81c;
          border: 2px solid #111211;
          border-radius: 23px;
          font-family: "Oswald", sans-serif; }
          @media screen and (max-width: 500px) {
            .event_showings .listItem .flex-wrap .buttons a {
              position: absolute;
              right: 0;
              bottom: 14px; } }
          .event_showings .listItem .flex-wrap .buttons a svg {
            display: none; }
          .event_showings .listItem .flex-wrap .buttons a:hover {
            color: #fff;
            background: #111211;
            border-color: #fed81c; }
          .event_showings .listItem .flex-wrap .buttons a:after {
            display: none; }
  .event_showings .buttons svg {
    width: 27px;
    fill: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    letter-spacing: 1px;
    display: inline-block;
    color: #111211;
    font-weight: 600;
    font-size: 13px;
    border: none;
    text-align: right;
    position: relative;
    padding: 2px 2px 2px 3px;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-left: 6px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    background-image: linear-gradient(#111211, #111211);
    background-position: 1px 95%;
    background-repeat: no-repeat;
    background-size: 0% 95%;
    line-height: 1.2;
    margin-left: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
    .event_showings .show-all-showings svg {
      position: absolute;
      top: 2px;
      left: -20px;
      transition: opacity 0.2s linear;
      opacity: 1;
      visibility: visible; }
      .event_showings .show-all-showings svg.minus-sign {
        top: 8px; }
      .event_showings .show-all-showings svg #yellow-removal {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
    .event_showings .show-all-showings:hover {
      background-size: 100% 95%;
      color: #fff; }
      .event_showings .show-all-showings:hover #yellow-removal {
        opacity: 0; }
    .event_showings .show-all-showings.is-opened svg {
      visibility: hidden;
      opacity: 0; }
      .event_showings .show-all-showings.is-opened svg.minus-sign {
        opacity: 1;
        visibility: visible; }

.eventDetailList {
  position: relative;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
  padding: 20px; }
  @media screen and (min-width: 501px) {
    .eventDetailList {
      display: flex;
      flex-flow: row wrap; } }
  @media screen and (min-width: 971px) {
    .eventDetailList {
      display: block; } }
  .eventDetailList a,
  .eventDetailList a:focus,
  .eventDetailList p {
    color: white; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 2px solid #404140;
    color: white;
    font-size: 16px;
    position: relative;
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    z-index: 2; }
    @media screen and (min-width: 501px) {
      .eventDetailList .item {
        width: 50%; }
        .eventDetailList .item:nth-child(odd) {
          padding-right: 20px; }
        .eventDetailList .item:nth-child(even) {
          padding-left: 20px; }
          .eventDetailList .item:nth-child(even):before {
            content: '';
            visibility: visible;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 2px;
            min-height: 53px;
            height: calc(100% - 10px);
            background: #404140;
            opacity: 1; }
        .eventDetailList .item:nth-last-child(2):nth-child(odd) {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; } }
    @media screen and (min-width: 971px) {
      .eventDetailList .item {
        width: 100%; }
        .eventDetailList .item:nth-child(odd) {
          padding-right: 0; }
        .eventDetailList .item:nth-child(even) {
          padding-left: 0; }
          .eventDetailList .item:nth-child(even):before {
            display: none; }
        .eventDetailList .item:nth-last-child(2):nth-child(odd) {
          border-bottom: 2px solid #404140;
          margin: 0 0 15px 0;
          padding: 0 0 15px 0; } }
    .eventDetailList .item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      font-family: "Oswald", sans-serif;
      line-height: 1;
      margin-bottom: 9px; }
    .eventDetailList .item span,
    .eventDetailList .item p {
      color: #bcbdbc;
      font-size: 16px;
      font-family: "Rubik", sans-serif;
      font-weight: 400; }
    .eventDetailList .item a,
    .eventDetailList .item a.tickets {
      box-shadow: none;
      padding: 0 0 0 28px;
      background: transparent;
      border-radius: 0;
      color: #bcbdbc;
      font-size: 16px;
      font-family: "Rubik", sans-serif;
      font-weight: 400;
      position: relative;
      display: inline-block; }
      .eventDetailList .item a:after,
      .eventDetailList .item a.tickets:after {
        content: '';
        z-index: -1;
        position: absolute;
        left: 0px;
        top: 1px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #fed81c;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .eventDetailList .item a:before,
      .eventDetailList .item a.tickets:before {
        content: '';
        position: absolute;
        height: 9px;
        width: 9px;
        left: 5px;
        top: 6px;
        background-image: url("../images/svg/toolbar-chev.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .eventDetailList .item a:hover,
      .eventDetailList .item a.tickets:hover {
        color: #fff; }
        .eventDetailList .item a:hover:before,
        .eventDetailList .item a.tickets:hover:before {
          left: 10px; }
        .eventDetailList .item a:hover:after,
        .eventDetailList .item a.tickets:hover:after {
          left: 5px; }
    .eventDetailList .item svg {
      display: none; }

@media screen and (max-width: 970px) {
  .rightBreakout {
    margin-bottom: 40px; } }

.rightBreakout .buttonWrapper {
  background: #fff;
  position: relative;
  z-index: 2; }
  .rightBreakout .buttonWrapper .buttons {
    background: #111211;
    padding: 20px 10px 0; }
  .rightBreakout .buttonWrapper span {
    display: block;
    margin-bottom: -20px;
    visibility: hidden;
    display: block;
    height: 0; }
  .rightBreakout .buttonWrapper a {
    border-radius: 25px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 12px 25px;
    line-height: 1;
    color: #111211;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    letter-spacing: 1px;
    border: 2px solid #fed81c;
    background: #fed81c; }
    .rightBreakout .buttonWrapper a svg {
      display: none; }
    .rightBreakout .buttonWrapper a:hover {
      color: #fff;
      background: #111211; }
      .rightBreakout .buttonWrapper a:hover:after {
        height: 11px; }

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

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) *[tabindex='0']:focus,
body:not(.user-is-tabbing) button:focus {
  outline: 0; }

body.user-is-tabbing a:focus,
body.user-is-tabbing *[tabindex='0']:focus,
body.user-is-tabbing button:focus {
  outline: 2px dashed #5e9ed6;
  outline-offset: -2px; }

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

.content_item {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  max-width: 1020px;
  margin-bottom: 40px; }

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

.breadcrumbs {
  max-width: 1220px;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px 20px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      padding: 10px 20px 0;
      margin-bottom: 10px; } }
  .breadcrumbs a,
  .breadcrumbs span {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #111211; }
    .breadcrumbs a:last-child,
    .breadcrumbs span:last-child {
      margin-right: 0; }
  .breadcrumbs a:hover {
    color: #111211;
    text-decoration: underline; }
  .breadcrumbs span:last-child {
    display: inline-block;
    position: relative;
    font-weight: 700;
    z-index: 1; }
  .breadcrumbs span.breadcrumb_divider {
    font-size: 25px;
    line-height: 1;
    position: relative;
    top: 3px; }

.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;
      margin: 0 0 20px; }
      .two-column > ul > li:last-child {
        margin-bottom: 0; }
      .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; } }
