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

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($mobile){
	}
*/
/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * -- We already set these things per project.
 *
 */
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) pseudo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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 {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    visibility: hidden;
    height: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0; }

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

h1, .h1 {
  font-size: 3.1573345183rem; }

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

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

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

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

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

.login-form .breadcrumbs {
  display: none; }

.breadcrumbs {
  margin-bottom: 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.722222rem;
  font-weight: 500;
  line-height: 1.5; }

.breadcrumbs, .breadcrumbs a {
  color: #6B6B6B; }

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

.p-base, p, .p, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq:not(body) ul li, .link .description ul li, .event_description ul li, ol > li, table tr td {
  margin: 0 0 27px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; }

.p-lead, p.lead, .p.lead, blockquote p {
  margin-bottom: 48px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.444444rem;
  font-weight: 300;
  line-height: 2.166667rem; }

p strong, .p strong {
  font-weight: 700; }

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

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

.cms ul + ol, .cms ul + ul, .cms ol + ol, .cms ol + ul, .textarea ul + ol, .textarea ul + ul, .textarea ol + ol, .textarea ol + ul, .spotlight_text ul + ol, .spotlight_text ul + ul, .spotlight_text ol + ol, .spotlight_text ol + ul, .faq:not(body) ul + ol, .faq:not(body) ul + ul, .faq:not(body) ol + ol, .faq:not(body) ol + ul, .link .description ul + ol, .link .description ul + ul, .link .description ol + ol, .link .description ol + ul, .event_description ul + ol, .event_description ul + ul, .event_description ol + ol, .event_description ol + ul {
  margin-top: 35px; }
.cms ul, .textarea ul, .spotlight_text ul, .faq:not(body) ul, .link .description ul, .event_description ul {
  margin-top: 32px;
  margin-bottom: 32px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq:not(body) ul li, .link .description ul li, .event_description ul li {
    margin: 0 0 5px;
    padding: 0 0 0 31px; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq:not(body) ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 2px;
      width: 10px;
      height: 10px;
      background: #2D4A9F;
      border-radius: 100%; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq:not(body) ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-top: 32px;
  margin-bottom: 32px; }

ol > li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  counter-increment: li-counter; }
  ol > li:before {
    content: counter(li-counter) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #28312E; }

a {
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  text-decoration: none;
  color: #2D4A9F;
  border: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2D4A9F; }

hr {
  display: block;
  clear: both;
  height: 3px;
  margin-top: 45px;
  margin-bottom: 51px;
  background-color: #DDD;
  border: 0; }

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

blockquote {
  display: block;
  position: relative;
  left: 0;
  visibility: visible;
  z-index: 10;
  width: calc(100% + 20px);
  margin: 50px -10px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #FFF; }
  @media screen and (max-width: 1210px) {
    blockquote {
      padding: 25px; } }
  blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: calc(100vw - 40px);
    max-width: 1200px;
    height: 100%;
    background-image: -webkit-linear-gradient(316deg, #213778 0%, #3253B3 100%);
    background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  blockquote + blockquote {
    margin-top: -40px;
    border-top: 0; }
  blockquote p {
    color: #FFF; }
    blockquote p:last-child {
      margin-bottom: 0; }
      blockquote p:last-child:not(:first-child) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        blockquote p:last-child:not(:first-child) strong, blockquote p:last-child:not(:first-child) em {
          font-family: "Titillium Web", sans-serif;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1rem;
          text-align: right;
          letter-spacing: 0rem;
          color: #FFF; }
        blockquote p:last-child:not(:first-child) strong {
          position: relative; }
          blockquote p:last-child:not(:first-child) strong:before {
            content: "";
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background: #FFF;
            opacity: 0.2; }
        blockquote p:last-child:not(:first-child) em:before {
          content: " / "; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page h1 {
  margin-bottom: 50px;
  padding-bottom: 23px;
  border-bottom: 11px solid #DDD; }
.news_listing_page .date {
  display: none; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail #branding {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .news_detail #branding {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .news_detail #branding .caption {
    position: absolute;
    top: 0;
    right: 0; }
    .news_detail #branding .caption p {
      margin: 0;
      padding: 11px 16px;
      font-size: 14px;
      font-weight: 300;
      color: #FFF; }
      .news_detail #branding .caption p:after {
        content: "";
        display: block;
        position: absolute;
        visibility: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-filter: blur(1px);
                filter: blur(1px); }
.news_detail .news_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news_detail .news_heading .news_title {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .news_detail .news_heading .date {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 28px;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.777778rem;
    font-weight: 600;
    line-height: 0.777778rem;
    letter-spacing: 0rem;
    color: #28312E;
    border-bottom: 11px solid #DDD; }
.news_detail .pdf {
  margin-bottom: 40px; }
.news_detail .news_thumb {
  float: left;
  max-width: 40%;
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .news_detail .news_thumb {
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 20px; } }
.news_detail .share {
  display: none; }
.news_detail #branding + .news_info .content_item:not(.slide):not(.map):first-child {
  margin-top: 0;
  padding-top: 0; }
.news_detail .news_title {
  padding-bottom: 0;
  border-bottom: 0; }

.event_list {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  opacity: 1;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .event_list:not(.is-loaded) {
    opacity: 0; }

.event_listing_page {
  max-width: calc(100vw - 40px);
  margin: auto; }

.breadcrumbs {
  display: none; }

@media screen and (max-width: 1023px) {
  body.home .event_list_toggles {
    display: none; } }

.event_list_header .overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .event_list_header .overview {
      margin-top: 25px;
      margin-bottom: 25px; } }
.event_list_header .filter-label {
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 15px; }
.event_list_header h1, .event_list_header h2 {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .event_list_header h1, .event_list_header h2 {
      font-size: 36px; } }
.event_list_header .m-eventList__filter {
  display: none; }
.event_list_header .event_list_toggles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 980px) {
    .event_list_header .event_list_toggles {
      display: none; } }
  .event_list_header .event_list_toggles .toggle {
    cursor: pointer; }
    .event_list_header .event_list_toggles .toggle span {
      position: absolute;
      opacity: 0; }
    .event_list_header .event_list_toggles .toggle svg {
      opacity: 0.4;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .event_list_header .event_list_toggles .toggle:hover svg, .event_list_header .event_list_toggles .toggle.is-active svg {
      opacity: 1; }
    .event_list_header .event_list_toggles .toggle[data-event-toggle="listing"] {
      margin-left: 10px; }
    .event_list_header .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_header .event_list_toggles .toggle span {
      margin-right: 10px; }

.eventList__wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1020px;
  max-width: 100%;
  margin: auto; }

.content_item.events .eventItem {
  box-shadow: none !important;
  border: 1px solid #DDD; }

.content_item.events .eventItem, .eventList .eventItem {
  position: relative;
  overflow: hidden;
  padding-bottom: 43px;
  background: #FFF;
  box-shadow: 0 14px 18px -8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-transition: 1s;
  transition: 1s; }
  .content_item.events .eventItem:hover, .eventList .eventItem:hover {
    box-shadow: 0 18px 18px -8px rgba(0, 0, 0, 0.5); }
  .content_item.events .eventItem .thumb a, .eventList .eventItem .thumb a {
    display: block;
    position: relative;
    line-height: 0; }
    .content_item.events .eventItem .thumb a:before, .eventList .eventItem .thumb a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(135deg, #4574FF 0%, #3253B3 100%);
      background-image: linear-gradient(-45deg, #4574FF 0%, #3253B3 100%);
      opacity: 0;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .content_item.events .eventItem .thumb a img, .eventList .eventItem .thumb a img {
      -webkit-transition: 250ms;
      transition: 250ms;
      -webkit-filter: none;
              filter: none; }
    .content_item.events .eventItem .thumb a:hover:before, .eventList .eventItem .thumb a:hover:before {
      opacity: 0.5; }
    .content_item.events .eventItem .thumb a:hover img, .eventList .eventItem .thumb a:hover img {
      -webkit-filter: saturate(0);
              filter: saturate(0); }
  .content_item.events .eventItem .thumb img, .eventList .eventItem .thumb img {
    width: 100%; }
  .content_item.events .eventItem .buttons, .eventList .eventItem .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 600px) {
      .content_item.events .eventItem .buttons, .eventList .eventItem .buttons {
        border-bottom: none; } }
    .content_item.events .eventItem .buttons > a, .content_item.events .eventItem .buttons > span, .eventList .eventItem .buttons > a, .eventList .eventItem .buttons > span {
      position: relative;
      margin-top: auto;
      font-size: 15px;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: 0.2px;
      color: #28312E;
      -webkit-transition: 250ms;
      transition: 250ms; }
      .content_item.events .eventItem .buttons > a.more, .content_item.events .eventItem .buttons > span.more, .eventList .eventItem .buttons > a.more, .eventList .eventItem .buttons > span.more {
        margin-top: 0;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 27px; }
        .content_item.events .eventItem .buttons > a.more:only-child, .content_item.events .eventItem .buttons > span.more:only-child, .eventList .eventItem .buttons > a.more:only-child, .eventList .eventItem .buttons > span.more:only-child {
          margin-top: auto; }
        .content_item.events .eventItem .buttons > a.more:hover, .content_item.events .eventItem .buttons > span.more:hover, .eventList .eventItem .buttons > a.more:hover, .eventList .eventItem .buttons > span.more:hover {
          color: #3A60D0; }
          .content_item.events .eventItem .buttons > a.more:hover svg circle, .content_item.events .eventItem .buttons > span.more:hover svg circle, .eventList .eventItem .buttons > a.more:hover svg circle, .eventList .eventItem .buttons > span.more:hover svg circle {
            opacity: 1;
            fill: #3A60D0;
            stroke: #3A60D0; }
          .content_item.events .eventItem .buttons > a.more:hover svg path, .content_item.events .eventItem .buttons > span.more:hover svg path, .eventList .eventItem .buttons > a.more:hover svg path, .eventList .eventItem .buttons > span.more:hover svg path {
            fill: #FFF; }
        .content_item.events .eventItem .buttons > a.more svg path, .content_item.events .eventItem .buttons > a.more svg circle, .content_item.events .eventItem .buttons > span.more svg path, .content_item.events .eventItem .buttons > span.more svg circle, .eventList .eventItem .buttons > a.more svg path, .eventList .eventItem .buttons > a.more svg circle, .eventList .eventItem .buttons > span.more svg path, .eventList .eventItem .buttons > span.more svg circle {
          -webkit-transition: 250ms;
          transition: 250ms; }
        .content_item.events .eventItem .buttons > a.more svg circle, .content_item.events .eventItem .buttons > span.more svg circle, .eventList .eventItem .buttons > a.more svg circle, .eventList .eventItem .buttons > span.more svg circle {
          opacity: 0.4;
          fill: transparent;
          stroke: #2D4A9F; }
        .content_item.events .eventItem .buttons > a.more svg path, .content_item.events .eventItem .buttons > span.more svg path, .eventList .eventItem .buttons > a.more svg path, .eventList .eventItem .buttons > span.more svg path {
          fill: #2D4A9F; }
      .content_item.events .eventItem .buttons > a svg, .content_item.events .eventItem .buttons > span svg, .eventList .eventItem .buttons > a svg, .eventList .eventItem .buttons > span svg {
        display: none; }
  .content_item.events .eventItem .info .date, .eventList .eventItem .info .date {
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: #28312E; }
    .content_item.events .eventItem .info .date.is-tba .m-date__hour, .eventList .eventItem .info .date.is-tba .m-date__hour {
      display: none; }
    .content_item.events .eventItem .info .date > .time, .eventList .eventItem .info .date > .time {
      display: none; }
      .content_item.events .eventItem .info .date > .time:before, .eventList .eventItem .info .date > .time:before {
        content: " @ "; }
  .content_item.events .eventItem .info .title a, .eventList .eventItem .info .title a {
    font-family: "Titillium Web", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #28312E; }
    .content_item.events .eventItem .info .title a:hover, .eventList .eventItem .info .title a:hover {
      color: #2D4A9F; }
  .content_item.events .eventItem .info .tagline, .eventList .eventItem .info .tagline {
    margin-bottom: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 23px;
    font-weight: 300;
    color: #28312E; }
  .content_item.events .eventItem .meta .time, .eventList .eventItem .meta .time {
    display: none; }

#loadMoreEvents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0rem;
  color: #28312E;
  border: none;
  outline: none;
  -webkit-transition: 250ms;
  transition: 250ms;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  #loadMoreEvents svg {
    margin-left: 12px; }
    #loadMoreEvents svg g {
      -webkit-transition: 250ms;
      transition: 250ms;
      fill: #2D4A9F; }
  #loadMoreEvents:hover {
    color: #2D4A9F; }
    #loadMoreEvents:hover svg g {
      fill: #EA0029; }

.promo_code_item, .venue_item, .page_item {
  position: relative; }
  .promo_code_item .info, .promo_code_item .spotlight_content, .venue_item .info, .venue_item .spotlight_content, .page_item .info, .page_item .spotlight_content {
    width: calc(100% - 160px); }
    @media screen and (max-width: 767px) {
      .promo_code_item .info, .promo_code_item .spotlight_content, .venue_item .info, .venue_item .spotlight_content, .page_item .info, .page_item .spotlight_content {
        width: 100%; } }
  .promo_code_item .button, .venue_item .button, .page_item .button {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .promo_code_item .button, .venue_item .button, .page_item .button {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
                transform: none; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  zoom: 1;
  position: relative;
  min-height: 600px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .event_detail:before, .event_detail:after {
    content: "\0020";
    display: block;
    visibility: hidden;
    height: 0; }
  .event_detail:after {
    clear: both; }
  @media screen and (min-width: 1024px) {
    .event_detail {
      max-width: calc(100vw - 40px);
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 1023px) {
    .event_detail {
      margin-top: 20px; } }
  .event_detail.has_branding {
    margin-top: 0; }
  .event_detail .content_item {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    .event_detail .content_item:last-child {
      margin-bottom: 0; }
    .event_detail .content_item [data-options="faq"] {
      margin-bottom: 0; }
    .event_detail .content_item .faq_item_wrapper:last-child {
      margin-bottom: 0; }
  .event_detail.video-playing .title_section {
    position: relative;
    z-index: 10; }
  .event_detail.video-playing .rightBreakout {
    z-index: 1; }
    .event_detail.video-playing .rightBreakout:hover {
      z-index: 100; }
  .event_detail #branding {
    box-shadow: 0 28px 23px -20px rgba(0, 0, 0, 0.4); }
    .event_detail #branding.slideshow {
      min-height: calc((100vw - (100vw - 1180px)) * 0.513559322033898); }
      @media screen and (max-width: 1260px) {
        .event_detail #branding.slideshow {
          min-height: calc((100vw - 80px) * 0.513559322033898); } }
  .event_detail .event_heading {
    margin-bottom: 35px;
    border-bottom: 11px solid #DDD; }
    .event_detail .event_heading .title {
      margin-bottom: 8px; }
    .event_detail .event_heading .tagline {
      margin-bottom: 26px;
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 29px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0rem;
      color: #28312E; }
    .event_detail .event_heading.below_branding {
      display: none; }
  @media screen and (max-width: 767px) {
    .event_detail .buttonWrapper {
      overflow: hidden;
      padding-top: 0; }
      .event_detail .buttonWrapper .date, .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline {
        display: none !important; } }
  .event_detail .buttonWrapper .date, .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline {
    display: none; }
  .event_detail aside .rightBreakout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .event_detail aside .sidebar-thumbnail {
    overflow: hidden;
    width: 100%;
    line-height: 0;
    border-radius: 8px 8px 0 0; }
    @media screen and (max-width: 1023px) {
      .event_detail aside .sidebar-thumbnail {
        display: none; } }
    .event_detail aside .sidebar-thumbnail img {
      width: 100%; }
  .event_detail aside .buttons > a.tickets, .event_detail aside .buttons > span.tickets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 9px 5px 12px;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    border-radius: 100px; }
    @media screen and (max-width: 1023px) {
      .event_detail aside .buttons > a.tickets, .event_detail aside .buttons > span.tickets {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px; } }
    .event_detail aside .buttons > a.tickets.no_ticket_link, .event_detail aside .buttons > span.tickets.no_ticket_link {
      display: none !important; }
    .event_detail aside .buttons > a.tickets:hover:after, .event_detail aside .buttons > span.tickets:hover:after {
      opacity: 0; }
    .event_detail aside .buttons > a.tickets:hover svg, .event_detail aside .buttons > span.tickets:hover svg {
      opacity: 1; }
    .event_detail aside .buttons > a.tickets:before, .event_detail aside .buttons > a.tickets:after, .event_detail aside .buttons > span.tickets:before, .event_detail aside .buttons > span.tickets:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      border-radius: 100px; }
    .event_detail aside .buttons > a.tickets:before, .event_detail aside .buttons > span.tickets:before {
      background: #3A60D0; }
    .event_detail aside .buttons > a.tickets:after, .event_detail aside .buttons > span.tickets:after {
      background-image: -webkit-linear-gradient(316deg, #213778 0%, #3253B3 100%);
      background-image: linear-gradient(134deg, #213778 0%, #3253B3 100%);
      opacity: 1;
      -webkit-transition: 250ms;
      transition: 250ms; }
    .event_detail aside .buttons > a.tickets svg, .event_detail aside .buttons > span.tickets svg {
      margin-top: 1px;
      margin-left: 15px;
      opacity: 0.4;
      -webkit-transition: 250ms;
      transition: 250ms; }
      .event_detail aside .buttons > a.tickets svg g, .event_detail aside .buttons > span.tickets svg g {
        fill: #FFF; }
    .event_detail aside .buttons > a.tickets:active, .event_detail aside .buttons > a.tickets:focus, .event_detail aside .buttons > span.tickets:active, .event_detail aside .buttons > span.tickets:focus {
      background: #CCB78E;
      border-color: #CCB78E; }
  .event_detail .faq {
    margin-top: 40px; }
  .event_detail .event-info-title {
    margin-bottom: 20px; }

.description_wrapper .read-more, .show-all-showings, .star-button {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 8px 20px;
  background: #EAEAEA;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #28312E;
  border-radius: 100px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer; }
  .description_wrapper .read-more:hover, .show-all-showings:hover, .star-button:hover {
    background: #28312E;
    color: #FFF; }

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

.event_showings {
  margin-bottom: 60px; }
  .event_showings .listItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 12px;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .event_showings .listItem {
        margin-bottom: 22px; } }
    .event_showings .listItem a {
      pointer-events: all; }
    .event_showings .listItem.listItehasNoLink .cell-group:last-child {
      width: 22px; }
    .event_showings .listItem.listItehasNoLink .ical {
      margin-right: 0 !important; }
    .event_showings .listItem.listItehasNoLink .buttons {
      display: none; }
    .event_showings .listItem .cell-group:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: calc(100% - 185px);
      margin-right: 20px;
      padding-bottom: 3px;
      border-bottom: 1px solid #DDD;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media screen and (max-width: 767px) {
        .event_showings .listItem .cell-group:first-child {
          width: 100%;
          margin-right: 0;
          padding-bottom: 22px; } }
      .event_showings .listItem .cell-group:first-child .date-cell {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        width: 50%;
        max-width: 312px;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .event_showings .listItem .cell-group:first-child .date-cell {
            width: auto;
            margin-right: 20px; } }
      .event_showings .listItem .cell-group:first-child .m-date__singleDate .m-date__day:after {
        content: " / "; }
      .event_showings .listItem .cell-group:first-child .m-date__singleDate .m-date__year, .event_showings .listItem .cell-group:first-child .m-date__singleDate .m-date__hour {
        display: none; }
      .event_showings .listItem .cell-group:first-child .m-date__singleDate, .event_showings .listItem .cell-group:first-child .m-date__rangeFirst, .event_showings .listItem .cell-group:first-child .m-date__separator, .event_showings .listItem .cell-group:first-child .m-date__rangeLast {
        font-family: "Titillium Web", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.02px;
        color: #28312E; }
      .event_showings .listItem .cell-group:first-child.different-end-date .time {
        display: none; }
      .event_showings .listItem .cell-group:first-child .time {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0rem;
        color: #28312E; }
        @media screen and (max-width: 767px) {
          .event_showings .listItem .cell-group:first-child .time {
            width: 50%;
            margin-left: auto; } }
        @media screen and (max-width: 500px) {
          .event_showings .listItem .cell-group:first-child .time {
            width: auto;
            margin-left: 0; } }
      .event_showings .listItem .cell-group:first-child .venue-info {
        width: 100%;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: 0rem;
        color: #6B6B6B; }
        @media screen and (max-width: 767px) {
          .event_showings .listItem .cell-group:first-child .venue-info {
            margin-top: 5px; } }
        .event_showings .listItem .cell-group:first-child .venue-info:not(.multiple-venues) {
          display: none; }
          .event_showings .listItem .cell-group:first-child .venue-info:not(.multiple-venues) + .more-info {
            margin-top: 5px; }
            .event_showings .listItem .cell-group:first-child .venue-info:not(.multiple-venues) + .more-info:empty {
              display: none; }
      .event_showings .listItem .cell-group:first-child .more-info {
        width: 100%;
        margin-top: 12px;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #28312E; }
    .event_showings .listItem .cell-group:last-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 165px;
      padding-right: 5px;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
      @media screen and (max-width: 767px) {
        .event_showings .listItem .cell-group:last-child {
          position: absolute;
          right: 0;
          width: 185px;
          padding-right: 0;
          padding-left: 20px;
          background: #FFF; } }
      .event_showings .listItem .cell-group:last-child .ical {
        position: relative;
        margin-right: 15px; }
        .event_showings .listItem .cell-group:last-child .ical:hover span {
          opacity: 1; }
        .event_showings .listItem .cell-group:last-child .ical span {
          position: absolute;
          bottom: 100%;
          left: 50%;
          margin-bottom: 13px;
          padding: 1px 14px;
          background: #E3E9F9;
          opacity: 0;
          font-family: "Titillium Web", sans-serif;
          font-size: 11px;
          font-weight: 600;
          line-height: 24px;
          white-space: nowrap;
          color: #28312E;
          border-radius: 100px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          pointer-events: none; }
          .event_showings .listItem .cell-group:last-child .ical span:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            width: 0;
            height: 0;
            border-top: 8px solid #E3E9F9;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
      .event_showings .listItem .cell-group:last-child .buttons > a:hover {
        color: #3A60D0; }
        .event_showings .listItem .cell-group:last-child .buttons > a:hover svg {
          background: #3A60D0;
          border-color: #3A60D0; }
          .event_showings .listItem .cell-group:last-child .buttons > a:hover svg g {
            fill: #FFF; }
      .event_showings .listItem .cell-group:last-child .buttons > a, .event_showings .listItem .cell-group:last-child .buttons > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 27px;
        color: #28312E; }
        .event_showings .listItem .cell-group:last-child .buttons > a svg, .event_showings .listItem .cell-group:last-child .buttons > span svg {
          width: 36px;
          height: 36px;
          margin-right: 10px;
          padding: 5px;
          border: 3px solid rgba(45, 74, 159, 0.4);
          border-radius: 100%;
          -webkit-transition: 250ms;
          transition: 250ms; }
          .event_showings .listItem .cell-group:last-child .buttons > a svg g, .event_showings .listItem .cell-group:last-child .buttons > span svg g {
            -webkit-transition: 250ms;
            transition: 250ms; }
    .event_showings .listItem .cell-group .on-sale-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-width: 68px;
      line-height: 1.1; }

.additional_showings {
  display: none; }

.eventDetailList {
  position: relative;
  overflow: hidden;
  padding: 0 22px 22px;
  font-family: "Titillium Web", sans-serif; }
  @media screen and (max-width: 1023px) {
    .eventDetailList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .eventDetailList a:hover {
    color: #28312E; }
  .eventDetailList .item {
    position: relative;
    padding: 15px 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #28312E;
    border-bottom: 1px solid #DDD;
    list-style-type: none; }
    @media screen and (min-width: 1024px) {
      .eventDetailList .item:last-child {
        border-bottom: 0; } }
    @media screen and (max-width: 1023px) {
      .eventDetailList .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .eventDetailList .item {
        width: 100%; }
        .eventDetailList .item:last-child {
          border-bottom: 0; } }
    .eventDetailList .item.sidebar_event_starts, .eventDetailList .item.sidebar_ticket_prices, .eventDetailList .item.sidebar_additional_ticket_info {
      display: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      display: block;
      font-family: "Titillium Web", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 27px;
      letter-spacing: 0.02px;
      color: #28312E; }
    .eventDetailList .item a {
      position: relative;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .eventDetailList .item svg {
      display: none; }

.event_links ul {
  margin-top: 15px !important; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content_item.textarea .news_heading, .content_item.textarea:nth-child(2) h1:first-child {
  position: relative;
  left: 50%;
  width: calc(100% + 72px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .content_item.textarea .news_heading, .content_item.textarea:nth-child(2) h1:first-child {
      width: 100%; } }

.content_item {
  margin: 0 33px 0; }
  @media screen and (max-width: 767px) {
    .content_item {
      margin: 0; } }
  .content_item.textarea:nth-child(2) h1:first-child {
    margin-bottom: 50px;
    padding-bottom: 23px;
    border-bottom: 11px solid #DDD; }
  .content_item.textarea a {
    text-decoration: underline; }

.spotlight_image, .event_detail #branding {
  position: relative;
  max-width: calc(100vw - 40px);
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background: -webkit-linear-gradient(225deg, #1B2C5E 0%, #2D4BA2 100%);
  background: linear-gradient(-135deg, #1B2C5E 0%, #2D4BA2 100%);
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.3);
  color: #FFF; }
  @media screen and (max-width: 600px) {
    .spotlight_image, .event_detail #branding {
      max-width: calc(100vw - 20px);
      margin-bottom: 10px; } }
  .spotlight_image img, .event_detail #branding img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .spotlight_image .caption, .event_detail #branding .caption {
    position: absolute;
    bottom: 0;
    bottom: 24px;
    left: 70px;
    float: none;
    width: calc(100% - 140px);
    height: auto;
    text-align: left;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .spotlight_image .caption, .event_detail #branding .caption {
        position: relative;
        bottom: auto;
        left: auto;
        float: left;
        width: 100%;
        padding: 10px;
        background: #000; } }
    .spotlight_image .caption:empty, .event_detail #branding .caption:empty {
      display: none; }
    .spotlight_image .caption .rsABlock, .event_detail #branding .caption .rsABlock {
      position: relative; }
    .spotlight_image .caption p, .event_detail #branding .caption p {
      margin: 0;
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 0.888889rem;
      font-weight: 400;
      color: #FFF; }

.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 27px 0; }
      @media screen and (max-width: 767px) {
        .content img[align=left], .content img.left {
          display: block;
          float: none;
          margin: 0 auto 20px; } }
    .content img[align=right], .content img.right {
      float: right;
      margin: 0 0 27px 20px; }
      @media screen and (max-width: 767px) {
        .content img[align=right], .content img.right {
          display: block;
          float: none;
          margin: 0 auto 20px; } }

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

#textarea_1028 iframe {
  height: 700px; }
  @media screen and (max-width: 767px) {
    #textarea_1028 iframe {
      height: 900px; } }

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