/* ----------------------------------------------------------------------------
= 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: "Barlow Condensed", sans-serif;
  color: #212121;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 700; }

h1,
.h1 {
  font-size: 61px; }
  @media screen and (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 49px; } }
  @media screen and (max-width: 768px) {
    h1,
    .h1 {
      font-size: 41px; } }
  .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: #d3e2e3;
      height: 8px;
      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: 1rem; }

.p-base, p,
.p, address,
.address, .cms ul li,
.textarea ul li,
.spotlight_text ul li,
.faq ul li,
.link .description ul li,
.event_description ul li, ol > li, table tr td {
  font-size: 1.1rem;
  font-family: "Barlow Condensed", 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: 880px;
    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 10px;
    padding: 0;
    list-style: none; }

.cms ul,
.textarea ul,
.spotlight_text ul,
.faq ul,
.link .description ul,
.event_description ul {
  margin-bottom: 20px; }
  .cms ul li,
  .textarea ul li,
  .spotlight_text ul li,
  .faq ul li,
  .link .description ul li,
  .event_description ul li {
    padding: 0 0 0px 30px; }
    .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: #c8102e; }
    .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: 25px; }
        .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: 10px;
          left: 0;
          width: 8px;
          height: 8px;
          background-color: #c8102e; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 30px;
  counter-increment: li-counter; }
  ol > li:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0px;
    width: 25px;
    height: 25px;
    content: counter(li-counter) ".";
    z-index: 2;
    font-weight: 700;
    font-size: 25px; }
  ol > li:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 20px;
    background: #d3e2e3;
    left: -1px;
    top: 19px;
    z-index: 1; }
  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: #212121;
  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: #c8102e; }
  .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: 600;
    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;
      height: 1px;
      background: #212121;
      width: calc(100% + 4px);
      left: -2px;
      bottom: 3px;
      -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: 10px;
      background: #e2ecec; }

hr {
  display: block;
  height: 4px;
  background-color: #d3e2e3;
  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: 20px 0 10px 150px;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 150px 0 10px 0;
      width: 100%; } }
  blockquote:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 20px;
    height: 62px;
    width: 76px;
    background: url("../images/svg/blockquote-quotes.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 700px) {
      blockquote:before {
        top: 50px;
        left: 50%;
        transform: translateX(-50%); } }
  blockquote p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    overflow-x: hidden;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%; }
  blockquote strong.name {
    text-align: right;
    padding: 22px 20px 22px 40px;
    background: #c8102e;
    font-size: 20px;
    font-weight: 700;
    color: #3b3b3b;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.1;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-align: right; }
    @media screen and (min-width: 501px) {
      blockquote strong.name {
        height: 70px; } }
    blockquote strong.name:after {
      content: '';
      position: absolute;
      background: url("../images/svg/blockquote-lines.svg");
      background-size: auto 44px;
      background-position: right center;
      right: calc(100% - 20px);
      top: 50%;
      transform: translateY(-50%);
      height: 44px;
      width: 765px; }
      @media screen and (max-width: 500px) {
        blockquote strong.name:after {
          top: 15px;
          transform: none; } }
    blockquote strong.name em {
      margin-left: 4px;
      color: #fff;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px; }
      @media screen and (max-width: 500px) {
        blockquote strong.name em {
          display: block; } }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .date {
  position: relative; }
  .news_list .date:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 40px;
    left: 0;
    bottom: -8px;
    background: #d3e2e3; }
  .news_list .date .m-date__month {
    font-weight: 500;
    text-transform: uppercase;
    color: #212121;
    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: 700;
    text-transform: uppercase;
    color: #c8102e;
    font-size: 25px; }
    @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: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    letter-spacing: 2px; }
  .news_list .date .m-date__year {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    letter-spacing: 2px; }

.news_list .info a.more {
  letter-spacing: 1px;
  display: inline-block;
  color: #212121;
  font-weight: 600;
  font-size: 18px;
  border: none;
  text-align: right;
  position: relative;
  padding: 5px 10px 5px 20px;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  margin-left: 6px; }
  .news_list .info a.more:hover {
    color: #c8102e; }
    .news_list .info a.more:hover:after {
      right: calc(100% - 22px);
      width: 20px; }
    .news_list .info a.more:hover:before {
      background-color: transparent;
      left: 5px; }
  .news_list .info a.more:before {
    background-color: transparent !important;
    content: '';
    position: absolute;
    height: 15px;
    width: 11px;
    left: -2px;
    top: 6px;
    background-image: url("../images/svg/spotlight-btn-chev.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
    transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
    -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
    transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
    z-index: 1; }
  .news_list .info a.more:after {
    content: '';
    transform: none;
    left: auto;
    position: absolute;
    height: 10px;
    width: 60px;
    background: #e2ecec;
    right: -8px;
    bottom: 3px;
    z-index: -1;
    -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
    transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
    -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
    transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1); }

/* ----------------------------------------------------------------------------
= 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: 1200px;
    padding: 0; }
  .news_detail #branding.spotlight_image,
  .news_detail_page #branding.spotlight_image {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 36px; }
    @media screen and (max-width: 600px) {
      .news_detail #branding.spotlight_image,
      .news_detail_page #branding.spotlight_image {
        margin-bottom: 0; } }
    .news_detail #branding.spotlight_image:before,
    .news_detail_page #branding.spotlight_image:before {
      content: '';
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      width: calc(100% - 230px);
      max-width: 1010px;
      position: absolute;
      left: -20px;
      bottom: -36px;
      background-image: url("../images/svg/slideshow-bottom-lines.svg");
      background-repeat: no-repeat;
      height: 62px;
      z-index: 2; }
      @media screen and (max-width: 600px) {
        .news_detail #branding.spotlight_image:before,
        .news_detail_page #branding.spotlight_image:before {
          display: none; } }

.news_detail .news_title,
.news_detail_page .news_title {
  margin-bottom: 30px; }
  @media screen and (min-width: 701px) {
    .news_detail .news_title,
    .news_detail_page .news_title {
      margin-bottom: 60px; } }

.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: 10px;
  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); } }
  .news_detail .news_heading .date:after,
  .news_detail_page .news_heading .date:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 40px;
    left: 0;
    bottom: -6px;
    background: #d3e2e3; }
  @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: 500;
    text-transform: uppercase;
    color: #212121;
    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: 700;
    text-transform: uppercase;
    color: #c8102e;
    font-size: 25px; }
    @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: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    letter-spacing: 2px; }
  .news_detail .news_heading .date .m-date__year,
  .news_detail_page .news_heading .date .m-date__year {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #212121;
    letter-spacing: 2px; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.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: #212121;
  padding: 0 20px 35px;
  position: relative; }
  .event_list_header:after {
    content: '';
    background: #d3e2e3;
    height: 8px;
    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%; } }
  .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: #3b3b3b;
    font-size: 14px;
    letter-spacing: 1px; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover svg > g > g {
        fill: #212121; }
      .event_list_toggles .toggle:hover span {
        color: #3b3b3b; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active span {
      color: #3b3b3b; }
    .event_list_toggles .toggle.is-active svg > g > g {
      fill: #c8102e; }
    .event_list_toggles .toggle[data-event-toggle='grid'] {
      order: 1; }
    .event_list_toggles .toggle[data-event-toggle='list'] {
      order: 2; }
  .event_list_toggles span {
    display: block;
    text-align: center;
    color: #676767;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    transition: color 0.2s linear;
    margin-top: 5px; }
  .event_list_toggles svg > g > g {
    -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: 8px;
    width: 260px;
    height: 44px;
    line-height: 44px;
    background: #d3e2e3;
    margin: 0;
    padding: 0 0 0 20px;
    color: #212121;
    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:after {
      content: '';
      position: absolute;
      height: 2px;
      background: transparent;
      bottom: 0;
      width: calc(100% - 40px);
      left: 50%;
      transform: translateX(-50%); }
    .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-weight: 600;
      color: #212121;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      position: relative; }
      .category-dropdown .select .select_text:after {
        content: '';
        position: absolute;
        bottom: 11px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #e2ecec;
        height: 0;
        width: 100%;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        z-index: -1; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 20px;
      width: 15px;
      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: #212121;
        -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: #d3e2e3 !important; }
      .category-dropdown .select.is-active:after {
        background: #fff; }
      .category-dropdown .select.is-active svg {
        transform: rotate(180deg) translateY(-47%);
        transform-origin: 50% 0; }
      .category-dropdown .select.is-active .select_text:after {
        height: 0; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    background: #d3e2e3;
    padding: 30px 20px 10px 20px;
    font-family: "Barlow Condensed", sans-serif;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li a,
    .category-dropdown .choices span {
      display: block;
      padding: 10px 0;
      color: #212121;
      text-decoration: none;
      cursor: pointer;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 18px;
      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: #fff;
        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 {
      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: #212121; }
    .category-dropdown:hover .select_text:after {
      height: 11px; }
  .category-dropdown:hover .select {
    background: #b6cfd0; }
  .category-dropdown:hover .select svg > g > g {
    stroke: #212121; }

.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: 40px;
    min-height: 184px;
    text-align: left;
    z-index: 2; }
    @media screen and (max-width: 700px) {
      .event_list .eventItem {
        border-bottom: 2px solid #d3e2e3;
        margin-bottom: 30px;
        min-height: 0; } }
    .event_list .eventItem .thumb {
      overflow: hidden;
      position: relative;
      z-index: 2;
      flex-grow: 0;
      flex-shrink: 0;
      width: 300px;
      align-self: flex-start;
      box-shadow: -5px 10px 14px 0 rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.2s linear; }
      .event_list .eventItem .thumb:hover {
        box-shadow: -5px 10px 14px 0 rgba(0, 0, 0, 0.3); }
      @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: 0px;
          top: 0px;
          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;
        background: #3b3b3b;
        overflow: hidden; }
        .event_list .eventItem .thumb a:hover img {
          opacity: 0.7;
          transform: scale(1.05); }
    .event_list .eventItem .date {
      position: absolute;
      bottom: 20px;
      left: 40px;
      z-index: 2; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .date {
          left: 20px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .date {
          position: absolute;
          display: block;
          right: auto;
          width: auto;
          left: 0;
          top: 0px;
          bottom: auto;
          padding: 0;
          transform: none;
          text-align: left;
          height: 62px;
          display: flex;
          align-items: flex-end;
          justify-content: flex-start;
          padding-bottom: 16px; }
          .event_list .eventItem .date:after {
            content: '';
            position: absolute;
            height: 8px;
            left: 0;
            width: 100%;
            bottom: 0;
            background: #d3e2e3;
            visibility: visible;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear;
            z-index: 6; } }
      .event_list .eventItem .date .m-date__month {
        letter-spacing: 1px;
        font-weight: 500;
        text-transform: uppercase;
        color: #212121;
        font-size: 25px;
        margin-right: 2px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__month {
            font-size: 18px; } }
      .event_list .eventItem .date .m-date__day,
      .event_list .eventItem .date .m-date__separator {
        font-weight: 700;
        text-transform: uppercase;
        color: #c8102e;
        font-size: 36px; }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .date .m-date__day,
          .event_list .eventItem .date .m-date__separator {
            font-size: 25px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .date .m-date__separator {
          margin: 0 3px; } }
      .event_list .eventItem .date .m-date__day {
        letter-spacing: 1px; }
      .event_list .eventItem .date .m-date__year {
        font-weight: 400;
        text-transform: uppercase;
        color: #212121;
        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: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: #212121;
        display: block;
        letter-spacing: 2px; }
    .event_list .eventItem .info {
      position: relative;
      flex-grow: 1;
      flex-shrink: 1;
      padding: 10px 20px 77px 40px;
      z-index: 2; }
      .event_list .eventItem .info:hover:after {
        background: #b6cfd0;
        width: calc(100% - 40px); }
      .event_list .eventItem .info:hover .buttons a {
        border-color: #b6cfd0; }
      .event_list .eventItem .info:after {
        content: '';
        position: absolute;
        height: 8px;
        right: 0;
        width: calc(100% - 20px);
        bottom: 0;
        background: #d3e2e3;
        visibility: visible;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        z-index: 6; }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          padding: 10px 20px 77px 20px; }
          .event_list .eventItem .info:after {
            width: calc(100% + 150px); }
          .event_list .eventItem .info:hover:after {
            background: #b6cfd0;
            width: calc(100% - 20px); } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          padding: 73px 0 95px 0; }
          .event_list .eventItem .info:after {
            display: none; } }
      .event_list .eventItem .info .meta {
        display: none; }
      .event_list .eventItem .info .title {
        font-size: 36px;
        margin-bottom: 5px;
        margin-top: 0;
        letter-spacing: 1px;
        color: #212121; }
        @media screen and (max-width: 1024px) {
          .event_list .eventItem .info .title {
            font-size: 31px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .info .title {
            font-size: 25px; } }
        .event_list .eventItem .info .title a {
          letter-spacing: 1px; }
      .event_list .eventItem .info .tagline {
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 400;
        color: #3b3b3b;
        font-size: 22px;
        line-height: 1.05;
        margin: 0;
        letter-spacing: 0px; }
        @media screen and (max-width: 1024px) {
          .event_list .eventItem .info .tagline {
            font-size: 20px; } }
        @media screen and (max-width: 700px) {
          .event_list .eventItem .info .tagline {
            font-size: 18px; } }
    .event_list .eventItem .buttons {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 5; }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .buttons {
          justify-content: flex-end;
          width: 100%;
          left: 0;
          transform: none;
          right: auto;
          bottom: 10px;
          text-align: center; }
          .event_list .eventItem .buttons a.tickets {
            width: 100%; } }
      .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 {
        letter-spacing: 1px;
        padding: 9px 0;
        text-transform: uppercase;
        color: #212121;
        font-weight: 600;
        font-size: 18px;
        display: block;
        border: 8px solid #d3e2e3;
        position: relative;
        min-width: 202px;
        text-align: center; }
        .event_list .eventItem .buttons .more span,
        .event_list .eventItem .buttons .More span,
        .event_list .eventItem .buttons a.tickets.tba span {
          display: inline; }
          @media screen and (max-width: 400px) {
            .event_list .eventItem .buttons .more span,
            .event_list .eventItem .buttons .More span,
            .event_list .eventItem .buttons a.tickets.tba span {
              display: none; } }
        .event_list .eventItem .buttons .more:hover,
        .event_list .eventItem .buttons .More:hover,
        .event_list .eventItem .buttons a.tickets.tba:hover {
          border-color: #b6cfd0; }
          .event_list .eventItem .buttons .more:hover:after,
          .event_list .eventItem .buttons .More:hover:after,
          .event_list .eventItem .buttons a.tickets.tba:hover:after {
            height: 11px; }
          .event_list .eventItem .buttons .more:hover:before,
          .event_list .eventItem .buttons .More:hover:before,
          .event_list .eventItem .buttons a.tickets.tba:hover:before {
            background-color: #b6cfd0; }
        .event_list .eventItem .buttons .more:before,
        .event_list .eventItem .buttons .More:before,
        .event_list .eventItem .buttons a.tickets.tba:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-color: transparent;
          height: 100%;
          width: 100%;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: -2; }
        .event_list .eventItem .buttons .more:after,
        .event_list .eventItem .buttons .More:after,
        .event_list .eventItem .buttons a.tickets.tba:after {
          content: '';
          position: absolute;
          bottom: 8px;
          left: 50%;
          transform: translateX(-50%);
          background-color: #e2ecec;
          height: 0;
          width: calc(100% - 40px);
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: -1; }
      .event_list .eventItem .buttons a.tickets {
        letter-spacing: 1px;
        padding: 9px 18px;
        text-transform: uppercase;
        color: #212121;
        font-weight: 600;
        font-size: 18px;
        display: block;
        border: 8px solid #d3e2e3;
        position: relative; }
        .event_list .eventItem .buttons a.tickets span {
          display: inline; }
          @media screen and (max-width: 400px) {
            .event_list .eventItem .buttons a.tickets span {
              display: none; } }
        .event_list .eventItem .buttons a.tickets + .more,
        .event_list .eventItem .buttons a.tickets .More {
          display: none; }
        .event_list .eventItem .buttons a.tickets:hover {
          border-color: #b6cfd0; }
          .event_list .eventItem .buttons a.tickets:hover:after {
            height: 11px; }
          .event_list .eventItem .buttons a.tickets:hover:before {
            background-color: #b6cfd0; }
        .event_list .eventItem .buttons a.tickets:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          background-color: transparent;
          height: 100%;
          width: 100%;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: -2; }
        .event_list .eventItem .buttons a.tickets:after {
          content: '';
          position: absolute;
          bottom: 8px;
          left: 50%;
          transform: translateX(-50%);
          background-color: #e2ecec;
          height: 0;
          width: calc(100% - 36px);
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: -1; }
      .event_list .eventItem .buttons span.tickets {
        padding: 17px 27px;
        text-transform: uppercase;
        color: #212121;
        font-weight: 600;
        font-size: 18px;
        display: none; }
        .event_list .eventItem .buttons span.tickets.no_ticket_link.onsalenow {
          display: none; }
  @media screen and (min-width: 1025px) {
    .home .event_list.event_list_listing .list {
      width: 980px; } }
  .event_list.event_list_listing .list {
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 701px) {
      .event_list.event_list_listing .list {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px; } }
    @media screen and (min-width: 1201px) {
      .event_list.event_list_listing .list {
        width: 980px; } }
  @media screen and (min-width: 1025px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      float: left;
      width: calc(1 / 2 * (100% - 68px));
      margin: 20px 34px 45px 0;
      flex-direction: column;
      height: 466px;
      position: relative;
      background: #ffffff; }
      .event_listing_page .event_list.event_list_grid .eventItem:before {
        display: none; }
      .event_listing_page .event_list.event_list_grid .eventItem .date {
        left: 20px; }
        .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 {
          font-size: 26px; }
        .event_listing_page .event_list.event_list_grid .eventItem .date .m-date__rangeFirst .m-date__year {
          display: block;
          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 {
        line-height: 1.05; } }
  @media screen and (min-width: 1025px) {
      .event_listing_page .event_list.event_list_grid .eventItem .thumb {
        flex-shrink: 1;
        width: 100%; }
        .event_listing_page .event_list.event_list_grid .eventItem .thumb img {
          width: 100%;
          height: auto;
          display: block; }
      .event_listing_page .event_list.event_list_grid .eventItem .info {
        flex-shrink: 0;
        padding: 12px 10px 78px; } }
    @media screen and (min-width: 1025px) and (max-width: 1220px) {
      .event_listing_page .event_list.event_list_grid .eventItem .info {
        padding-bottom: 100px; } }
  @media screen and (min-width: 1025px) {
        .event_listing_page .event_list.event_list_grid .eventItem .info:hover:before {
          background: #b6cfd0;
          height: 50px; }
        .event_listing_page .event_list.event_list_grid .eventItem .info:after {
          width: 100%; }
        .event_listing_page .event_list.event_list_grid .eventItem .info:before {
          content: '';
          position: absolute;
          height: 30px;
          left: 0;
          width: 8px;
          bottom: 0;
          background: #d3e2e3;
          visibility: visible;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          z-index: 6; }
    .event_listing_page .event_list.event_list_grid .list {
      padding-top: 0; } }
  .event_listing_page .event_list.event_list_grid .list {
    width: 900px;
    margin: 0 auto; }
    @media screen and (min-width: 1221px) {
      .event_listing_page .event_list.event_list_grid .list {
        width: 100%; } }
  @media screen and (max-width: 1220px) {
    .event_listing_page .event_list.event_list_grid .eventItem:nth-child(2n) {
      margin-right: 0; } }
  @media screen and (min-width: 1221px) {
    .event_listing_page .event_list.event_list_grid .eventItem {
      width: calc(1 / 3 * (100% - 68px)); }
      .event_listing_page .event_list.event_list_grid .eventItem:nth-child(3n) {
        margin-right: 0; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#events.detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 748px;
  background-image: url("../images/top-bkgd_image.jpg");
  background-repeat: no-repeat;
  background-size: 1800px 750px;
  background-position: top center;
  z-index: 2;
  visibility: visible; }
  @media screen and (max-width: 1024px) {
    #events.detail:before {
      display: none; } }
  @media screen and (min-width: 1601px) {
    #events.detail:before {
      background-size: cover; } }

#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: 1025px) {
    .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: 20px 0 40px; }
    @media screen and (max-width: 700px) {
      .event_detail.has_branding .event_heading {
        margin: 0;
        padding: 20px 0 30px; } }
  @media screen and (max-width: 1024px) {
    .event_detail.has_branding:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      background-image: url("../images/top-bkgd_image.jpg");
      background-repeat: no-repeat;
      background-size: 1800px 750px;
      background-position: top center;
      z-index: 1;
      visibility: visible; } }
  @media screen and (min-width: 1025px) {
    .event_detail.has_branding {
      background: transparent;
      padding-right: 20px; }
      .event_detail.has_branding:before {
        content: '';
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: calc(1 / 2 * (100vw - 1200px) + 1210px);
        z-index: -1;
        height: 100%;
        width: calc(100% - 40px); } }
  @media screen and (min-width: 1351px) {
    .event_detail.has_branding:before {
      width: calc(1 / 2 * (100vw - 1200px) + 1210px); } }
  .event_detail #branding {
    margin-bottom: 55px;
    box-shadow: -5px 10px 14px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    float: none;
    position: relative;
    margin-top: 20px;
    max-width: 100%; }
    @media screen and (min-width: 1025px) {
      .event_detail #branding {
        margin-top: -52px;
        width: 930px;
        margin-bottom: 36px; } }
    @media screen and (max-width: 600px) {
      .event_detail #branding {
        margin-bottom: 0;
        box-shadow: none;
        box-shadow: none; } }
    @media screen and (max-width: 500px) {
      .event_detail #branding {
        margin-top: 10px; } }
    .event_detail #branding:before {
      content: '';
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      width: calc(100% - 230px);
      max-width: 1010px;
      position: absolute;
      left: -20px;
      bottom: -37px;
      background-image: url("../images/svg/slideshow-bottom-lines.svg");
      background-repeat: no-repeat;
      height: 62px;
      z-index: 2; }
      @media screen and (max-width: 600px) {
        .event_detail #branding:before {
          display: none; } }
    .event_detail #branding.slideshow:before {
      display: none; }
    .event_detail #branding .full-slideshow {
      padding: 0;
      height: auto !important;
      max-height: 100% !important; }
      .event_detail #branding .full-slideshow .rsFullWidth.rsHor .rsOverflow {
        max-height: 100% !important; }
  .event_detail .event_heading {
    padding: 40px 0 40px; }
    @media screen and (max-width: 700px) {
      .event_detail .event_heading {
        margin: 0;
        padding: 20px 0 30px; } }
    .event_detail .event_heading .prefix {
      color: #c8102e;
      font-size: 18px;
      font-weight: 400;
      display: inline-block;
      margin-bottom: 1px; }
    .event_detail .event_heading .title {
      margin-bottom: 10px; }
      .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 {
      font-size: 25px;
      font-weight: 400;
      color: #3b3b3b;
      margin-bottom: 0;
      letter-spacing: 0px; }
      @media screen and (max-width: 1024px) {
        .event_detail .event_heading .tagline {
          font-size: 20px; } }
    .event_detail .event_heading.above_branding {
      display: none; }
    .event_detail .event_heading.inside_sidebar {
      display: none;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .event_detail .event_heading.inside_sidebar {
          display: block;
          padding-left: 20px;
          padding-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .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: #212121;
    font-weight: 600;
    font-size: 18px;
    border: none;
    text-align: right;
    position: relative;
    padding: 5px 10px 5px 20px;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-left: 6px;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .description_wrapper .read-more:hover {
      color: #c8102e; }
      .description_wrapper .read-more:hover:after {
        right: calc(100% - 22px);
        width: 20px; }
    .description_wrapper .read-more:before {
      background-color: transparent !important;
      content: '';
      position: absolute;
      height: 15px;
      width: 11px;
      left: 0;
      top: 8px;
      background-image: url("../images/svg/read-more-chev.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%;
      -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
      transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
      z-index: 1; }
    .description_wrapper .read-more:after {
      content: '';
      transform: none;
      left: auto;
      position: absolute;
      height: 10px;
      width: 60px;
      background: #e2ecec;
      right: -8px;
      bottom: 3px;
      z-index: -1;
      -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
      transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1); }

.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:before {
    transform: rotate(180deg);
    top: 9px; }

.event_showings {
  margin-bottom: 60px; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px; }
    .event_showings .list a,
    .event_showings .list a:focus,
    .event_showings .list a:visited {
      color: #212121; }
      .event_showings .list a:hover,
      .event_showings .list a:focus:hover,
      .event_showings .list a:visited:hover {
        color: #c8102e; }
  .event_showings .listItem {
    position: relative;
    transition: border-color 0.2s linear;
    margin-bottom: 18px; }
    .event_showings .listItem:after {
      content: '';
      position: absolute;
      bottom: -8px;
      height: 8px;
      width: 100%;
      right: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      background: #d3e2e3;
      visibility: visible; }
    .event_showings .listItem:hover:after {
      background: #b6cfd0;
      width: calc(100% - 20px); }
    .event_showings .listItem .flex-wrap {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding-bottom: 10px; }
      @media screen and (max-width: 500px) {
        .event_showings .listItem .flex-wrap {
          flex-flow: row wrap; } }
      .event_showings .listItem .flex-wrap .left-wrap {
        display: flex;
        align-items: flex-end;
        flex: 0 45%;
        max-width: 45%; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .left-wrap {
            flex: 0 100%;
            max-width: 100%;
            margin-bottom: 3px; } }
        .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; }
          .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: 500;
            text-transform: uppercase;
            color: #212121;
            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: 700;
            text-transform: uppercase;
            color: #c8102e;
            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: #212121;
            font-size: 20px; }
          .event_showings .listItem .flex-wrap .left-wrap .date .m-date__singleDate .m-date__weekday {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
            color: #212121;
            letter-spacing: 2px; }
      .event_showings .listItem .flex-wrap .time-doors {
        font-family: "Barlow Condensed", sans-serif;
        color: #212121;
        font-weight: 400;
        font-size: 16px;
        flex: 0 20%;
        max-width: 20%;
        text-align: left; }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .flex-wrap .time-doors {
            flex: 0 50%;
            max-width: 50%; } }
        .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 {
        flex: 0 33.33%;
        max-width: 33.33%;
        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: "Barlow Condensed", sans-serif;
          color: #3b3b3b;
          font-weight: 300;
          font-size: 14px;
          text-transform: uppercase; }
          .event_showings .listItem .flex-wrap .buttons span.onsalenow.no_ticket_link {
            display: none; }
        .event_showings .listItem .flex-wrap .buttons a {
          letter-spacing: 1px;
          display: inline-block;
          color: #212121;
          font-weight: 600;
          font-size: 18px;
          border: none;
          text-align: right;
          position: relative;
          padding: 0px 10px 5px 20px;
          z-index: 2;
          cursor: pointer;
          overflow: hidden;
          -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
          margin-left: 6px;
          text-transform: uppercase;
          line-height: 1;
          top: 6px;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear; }
          .event_showings .listItem .flex-wrap .buttons a svg {
            display: none; }
          .event_showings .listItem .flex-wrap .buttons a:hover {
            color: #c8102e; }
            .event_showings .listItem .flex-wrap .buttons a:hover:after {
              right: calc(100% - 22px);
              width: 20px; }
            .event_showings .listItem .flex-wrap .buttons a:hover:before {
              background-color: transparent;
              left: 5px; }
          .event_showings .listItem .flex-wrap .buttons a:before {
            background-color: transparent !important;
            content: '';
            position: absolute;
            height: 15px;
            width: 11px;
            left: -2px;
            top: 2px;
            background-image: url("../images/svg/spotlight-btn-chev.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50%;
            -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
            transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
            -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
            transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
            z-index: 1; }
          .event_showings .listItem .flex-wrap .buttons a:after {
            content: '';
            transform: none;
            left: auto;
            position: absolute;
            height: 10px;
            width: 60px;
            background: #e2ecec;
            right: -8px;
            bottom: 3px;
            z-index: -1;
            -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
            transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
            -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
            transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1); }
  .event_showings .buttons svg {
    width: 27px;
    fill: #3b3b3b;
    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: #212121;
    font-weight: 600;
    font-size: 18px;
    border: none;
    text-align: right;
    position: relative;
    padding: 5px 10px 5px 20px;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    margin-left: 6px;
    text-transform: uppercase;
    margin-top: 20px;
    -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 {
      color: #c8102e; }
      .event_showings .show-all-showings:hover:after {
        right: calc(100% - 22px);
        width: 20px; }
      .event_showings .show-all-showings:hover:before {
        background-color: transparent; }
    .event_showings .show-all-showings:before {
      background-color: transparent !important;
      content: '';
      position: absolute;
      height: 15px;
      width: 11px;
      left: 0px;
      top: 8px;
      background-image: url("../images/svg/read-more-chev.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%;
      -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
      transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
      z-index: 1; }
    .event_showings .show-all-showings:after {
      content: '';
      transform: none;
      left: auto;
      position: absolute;
      height: 10px;
      width: 60px;
      background: #e2ecec;
      right: -8px;
      bottom: 3px;
      z-index: -1;
      -webkit-transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      transition: all 400ms cubic-bezier(0.765, 0.005, 0.68, 1);
      -webkit-transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1);
      transition-timing-function: cubic-bezier(0.765, 0.005, 0.68, 1); }
    .event_showings .show-all-showings.is-opened:before {
      transform: rotate(180deg);
      top: 9px; }

.eventDetailList {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  overflow: hidden;
  padding: 20px; }
  @media screen and (min-width: 501px) {
    .eventDetailList {
      display: flex;
      flex-flow: row wrap; } }
  @media screen and (min-width: 1025px) {
    .eventDetailList {
      display: block; } }
  .eventDetailList a,
  .eventDetailList a:focus,
  .eventDetailList p {
    color: white; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 2px solid #fff;
    color: white;
    font-size: 16px;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 15px 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: #fff;
            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: 1025px) {
      .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 #fff;
          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: #212121;
      font-size: 20px;
      font-weight: 600;
      font-family: "Barlow Condensed", sans-serif;
      line-height: 1;
      margin-bottom: 6px;
      letter-spacing: 1px; }
    .eventDetailList .item span,
    .eventDetailList .item p {
      color: #212121;
      font-size: 18px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 400; }
    .eventDetailList .item a,
    .eventDetailList .item a.tickets {
      box-shadow: none;
      padding: 0 0 0 19px;
      background: transparent;
      border-radius: 0;
      color: #212121;
      font-size: 18px;
      font-family: "Barlow Condensed", sans-serif;
      font-weight: 400;
      position: relative;
      display: inline-block; }
      .eventDetailList .item a:before,
      .eventDetailList .item a.tickets:before {
        content: '';
        position: absolute;
        height: 12px;
        width: 10px;
        left: -1px;
        top: 6px;
        background-image: url("../images/svg/edp-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: #c8102e; }
        .eventDetailList .item a:hover:before,
        .eventDetailList .item a.tickets:hover:before {
          left: 4px; }
    .eventDetailList .item svg {
      position: absolute;
      top: 0px;
      left: 10px;
      fill: #5e5e5e;
      display: none; }

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

.rightBreakout .buttonWrapper {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0; }
  .rightBreakout .buttonWrapper span {
    display: none; }
  .rightBreakout .buttonWrapper a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 20px 25px;
    margin-bottom: 8px;
    line-height: 1;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    letter-spacing: 1px; }
    .rightBreakout .buttonWrapper a svg {
      display: none; }
    .rightBreakout .buttonWrapper a:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: #c8102e;
      z-index: -2;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
    .rightBreakout .buttonWrapper a:after {
      content: '';
      position: absolute;
      bottom: 19px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #c8102e;
      height: 0;
      width: 112px;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      z-index: -1; }
    .rightBreakout .buttonWrapper a:hover {
      color: #fff; }
      .rightBreakout .buttonWrapper a:hover:before {
        background: #a00d25; }
      .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: #b6cfd0;
  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: #212121;
      font-weight: 700;
      font-family: "Barlow Condensed", 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: 16px;
    font-weight: 400;
    color: #212121; }
    .breadcrumbs a:last-child,
    .breadcrumbs span:last-child {
      margin-right: 0; }
  .breadcrumbs a:hover {
    color: #c8102e; }
  .breadcrumbs span:last-child {
    display: inline-block;
    position: relative;
    font-weight: 600;
    z-index: 1; }
    .breadcrumbs span:last-child:after {
      content: '';
      position: absolute;
      right: -10px;
      bottom: -2px;
      width: 30px;
      height: 10px;
      background: #e2ecec;
      z-index: -1; }

.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; } }
