/* ----------------------------------------------------------------------------
= 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) / (1000 - 700) )); } }
  @media screen and (min-width: 1000px) {
    :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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * -- We already set these things per project.
 *
 */
button {
  border: none;
  background: none;
  padding: 0px; }

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

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

* {
  letter-spacing: 0.00em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.header-base, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-family: "Roboto Mono", monospace;
  color: #333; }

h1, .h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 61px;
  color: #000;
  letter-spacing: 0.4px;
  line-height: 64px; }
  @media screen and (max-width: 870px) {
    h1, .h1 {
      font-size: 2.44140625rem;
      line-height: normal; } }

h2, .h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 49px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 51px; }
  @media screen and (max-width: 870px) {
    h2, .h2 {
      font-size: 1.953125rem;
      line-height: normal; } }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }

h3, .h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 39px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 51px; }
  @media screen and (max-width: 870px) {
    h3, .h3 {
      font-size: 1.5625rem;
      line-height: normal; } }

h4, .h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 33px; }
  @media screen and (max-width: 870px) {
    h4, .h4 {
      font-size: 1.25rem;
      line-height: normal; } }

h5, .h5 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 26px; }
  @media screen and (max-width: 870px) {
    h5, .h5 {
      font-size: 1rem;
      line-height: normal; } }

h6, .h6 {
  font-size: 0.8rem; }
  @media screen and (max-width: 870px) {
    h6, .h6 {
      font-size: 0.8rem;
      line-height: normal; } }

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

.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-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 17px;
  color: #484349;
  letter-spacing: 0;
  line-height: 31px; }

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 43px; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead {
        font-size: 1.5625rem;
        line-height: 39px; } }
  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;
    padding: 0;
    list-style: none; }

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

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding: 10px 0px 10px 60px;
  counter-increment: li-counter;
  position: relative;
  z-index: 1; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 11px;
    width: 25px;
    height: 25px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
    content: "0" counter(li-counter); }
  ol > li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5F5F5;
    z-index: -1; }

a:not(.button) {
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear; }
  a:not(.button):hover {
    color: #0079C1; }
  .textarea p a:not(.button), .textarea li a:not(.button),
  .cms p a:not(.button), .cms li a:not(.button),
  .spotlight_content a:not(.button), .m-eventDetailList__item a:not(.button),
  .event_description a:not(.button) {
    display: inline-block; }
    .textarea p a:not(.button):after, .textarea li a:not(.button):after,
    .cms p a:not(.button):after, .cms li a:not(.button):after,
    .spotlight_content a:not(.button):after, .m-eventDetailList__item a:not(.button):after,
    .event_description a:not(.button):after {
      content: " ";
      position: absolute;
      bottom: 1px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: #0079C1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .textarea p a:not(.button):hover:after, .textarea li a:not(.button):hover:after,
    .cms p a:not(.button):hover:after, .cms li a:not(.button):hover:after,
    .spotlight_content a:not(.button):hover:after, .m-eventDetailList__item a:not(.button):hover:after,
    .event_description a:not(.button):hover:after {
      height: 3px; }

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

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

blockquote {
  background-image: linear-gradient(90deg, #000000 0%, #2D2D2D 100%);
  margin: 40px 0px;
  padding: 50px 70px 30px; }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 40px 40px 20px; } }
  @media screen and (max-width: 500px) {
    blockquote {
      padding: 40px 20px 20px; } }
  blockquote p {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 36px; }
  blockquote .name {
    position: relative;
    z-index: 1;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 21px;
    padding-top: 8px;
    display: inline-block;
    margin-top: 0px; }
    @media screen and (max-width: 700px) {
      blockquote .name {
        margin-top: 30px;
        padding-top: 10px; } }
    blockquote .name em {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 600;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: 0.4px;
      text-align: right;
      line-height: 14px;
      font-style: normal; }
    blockquote .name:after {
      content: " ";
      position: absolute;
      width: 70px;
      left: 0px;
      top: -3px;
      height: 3px;
      background: #0079C1; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
#news.detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px; }

#news.detail .branding > div, #news.detail .branding > img, #news.detail #branding > div, #news.detail #branding > img {
  max-width: 1020px; }

#news.detail .title-inner-wrapper {
  padding-top: 5px; }

#news.detail .spotlight_image .caption {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left; }
  #news.detail .spotlight_image .caption p {
    text-align: left; }

#news.detail #branding .date {
  margin: 10px 0px 15px; }
  #news.detail #branding .date .m-date__singleDate {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    line-height: 21px;
    position: relative;
    z-index: 1; }
    #news.detail #branding .date .m-date__singleDate:before {
      position: absolute;
      content: " ";
      top: -12px;
      left: -18px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #484349;
      z-index: -1; }
      @media screen and (max-width: 870px) {
        #news.detail #branding .date .m-date__singleDate:before {
          display: none; } }

#news.detail #branding.nobranding {
  padding-top: 10px; }
  @media screen and (max-width: 870px) {
    #news.detail #branding.nobranding {
      border: none; } }

#news.detail #branding.slide .page_title,
#news.detail #branding.spotlight_image .page_title,
#news.detail #branding.nobranding .page_title {
  background: transparent; }

@media screen and (max-width: 870px) {
  #news.detail h1 {
    line-height: normal;
    margin-bottom: 15px; } }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events:not(.detail) .full {
  max-width: none; }
  #events:not(.detail) .full .full_column {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px; }

p.noevents {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.event_list_header {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #DDDCDD;
  margin-bottom: 10px; }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    padding: 40px 20px 20px; }
    @media screen and (max-width: 870px) {
      .event_list_header .overview {
        padding-top: 20px; } }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 61px;
    color: #000000;
    letter-spacing: 0.4px;
    text-align: left;
    line-height: 64px; }
    @media screen and (max-width: 870px) {
      .event_list_header h1 {
        font-size: 2.44140625rem; } }

.event_list_toggles {
  display: flex;
  align-self: flex-end;
  margin-bottom: -10px; }
  @media screen and (max-width: 1200px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 15px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #757075;
    letter-spacing: 0.4px;
    line-height: 14px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 25px 0px 25px 0px; }
    .event_list_toggles .toggle:after {
      content: " ";
      position: absolute;
      z-index: -1;
      top: -21px;
      top: 3px;
      left: 13px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      opacity: 0;
      background: #F5F5F5;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_list_toggles .toggle:first-child {
      padding-right: 30px;
      margin-right: 20px; }
      .event_list_toggles .toggle:first-child:before {
        position: absolute;
        content: " ";
        right: 0px;
        top: -8px;
        top: 17px;
        height: 35px;
        width: 1px;
        background: #DDDCDD;
        z-index: 2; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover span {
        color: #000; }
      .event_list_toggles .toggle:hover svg g {
        fill: #0079C1; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active span {
      color: black; }
    .event_list_toggles .toggle.is-active svg g {
      fill: #0079C1; }
    .event_list_toggles .toggle.is-active:after {
      opacity: 1; }
  .event_list_toggles span {
    display: inline-block;
    text-align: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #757075;
    letter-spacing: 0.4px;
    line-height: 14px;
    padding-left: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .event_list_toggles svg g {
    fill: #757075;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.category-dropdown {
  display: none; }

.event_list {
  zoom: 1;
  margin-top: 90px; }
  .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list:after {
    clear: both; }
  @media screen and (max-width: 1280px) {
    .event_list {
      margin-top: 70px; } }
  @media screen and (max-width: 870px) {
    .event_list {
      margin-top: 40px; } }
  .event_list .eventItemWrapper {
    position: relative;
    z-index: 1; }
    .event_list .eventItemWrapper:after {
      content: " ";
      position: absolute;
      bottom: 30px;
      left: 0px;
      width: 100%;
      height: 80px;
      z-index: -1;
      background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%); }
      @media screen and (max-width: 1100px) {
        .event_list .eventItemWrapper:after {
          bottom: 21px; } }
    .event_list .eventItemWrapper:before {
      content: " ";
      position: absolute;
      left: -25px;
      bottom: 30px;
      height: calc(100% + 50px);
      width: 100px;
      background-image: linear-gradient(179deg, rgba(0, 121, 193, 0.25) 0%, #00629C 100%);
      z-index: 1;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      -webkit-clip-path: polygon(0 0, 25px 0%, 25px 100%, 0% 100%);
      clip-path: polygon(0 0, 25px 0%, 25px 100%, 0% 100%); }
      @media screen and (max-width: 1280px) {
        .event_list .eventItemWrapper:before {
          height: calc(100% + 30px); } }
    .event_list .eventItemWrapper:hover:before {
      left: 0px;
      -webkit-clip-path: polygon(0 0, 25px 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 25px 0%, 100% 100%, 0% 100%); }
      @media screen and (max-width: 1200px) {
        .event_list .eventItemWrapper:hover:before {
          display: none; } }
    .event_list .eventItemWrapper:hover .date .time:after {
      width: calc(100% + 28px); }
      @media screen and (max-width: 1100px) {
        .event_list .eventItemWrapper:hover .date .time:after {
          width: calc(100% + 53px); } }
    .event_list .eventItemWrapper:hover .info {
      padding-left: 0px;
      padding-right: 55px; }
      @media screen and (max-width: 1200px) {
        .event_list .eventItemWrapper:hover .info {
          padding-right: 10px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItemWrapper:hover .info {
          padding-right: 0px; } }
    .event_list .eventItemWrapper:hover .date :before {
      width: 100%; }
  .event_list .eventItem {
    max-width: 1240px;
    margin: 0px auto;
    padding: 0px 20px;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 1450px) {
      .event_list .eventItem {
        padding: 0px 20px 0px 100px; } }
    @media screen and (max-width: 1280px) {
      .event_list .eventItem {
        padding-left: 120px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 1200px) {
      .event_list .eventItem {
        padding: 0px 40px 0px 80px; } }
    @media screen and (max-width: 1100px) {
      .event_list .eventItem {
        padding: 0px 40px;
        max-width: 940px; } }
    @media screen and (max-width: 650px) {
      .event_list .eventItem {
        padding: 0px 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px; } }
    .event_list .eventItem .thumb {
      width: 590px;
      background: #FFFFFF;
      box-shadow: 5px 10px 20px -5px rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 1;
      bottom: 0px;
      right: 0px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .event_list .eventItem .thumb.hovered img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .event_list .eventItem .thumb:hover {
        bottom: 10px;
        right: -10px; }
        .event_list .eventItem .thumb:hover img {
          -webkit-filter: grayscale(0);
          filter: grayscale(0); }
        .event_list .eventItem .thumb:hover:after {
          top: 0px;
          right: 0px; }
      @media screen and (max-width: 1280px) {
        .event_list .eventItem .thumb {
          width: 580px;
          right: 20px; }
          .event_list .eventItem .thumb:hover {
            right: 10px; } }
      @media screen and (max-width: 1200px) {
        .event_list .eventItem .thumb {
          right: 40px; }
          .event_list .eventItem .thumb:hover {
            right: 30px; } }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .thumb {
          width: 404px; } }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .thumb {
          width: 260px;
          bottom: 58px; }
          .event_list .eventItem .thumb:hover {
            bottom: 63px;
            right: 35px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .thumb {
          width: calc(100% - 20px);
          position: relative;
          margin: 0px auto;
          right: auto;
          order: 2;
          margin: 25px 10px 0px; }
          .event_list .eventItem .thumb:hover {
            bottom: 58px;
            right: auto;
            margin: 20px 15px 0px; } }
      .event_list .eventItem .thumb a {
        display: block;
        width: 100%;
        height: 100%;
        border: 10px solid white; }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .thumb a {
            border: 5px solid white; } }
      .event_list .eventItem .thumb img {
        max-width: 100%;
        display: block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .event_list .eventItem .thumb:after {
        content: " ";
        position: absolute;
        top: -10px;
        right: -10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        background-image: linear-gradient(180deg, #0079C1 0%, #00629C 100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: -1;
        opacity: 1; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .thumb:after {
            top: -7px;
            right: -7px;
            width: calc(100% - 14px);
            height: calc(100% - 14px); } }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .thumb:after {
            top: -4px;
            right: -4px;
            width: calc(100% - 8px);
            height: calc(100% - 8px); } }
    .event_list .eventItem .info {
      position: relative;
      bottom: 0px;
      min-height: 350px;
      max-width: calc(100% - 610px);
      padding-left: 45px;
      padding-right: 10px;
      padding-bottom: 60px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 1450px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 585px); } }
      @media screen and (max-width: 1200px) {
        .event_list .eventItem .info {
          padding-left: 0px; } }
      @media screen and (max-width: 1280px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 585px); } }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 424px);
          min-height: 255px; } }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .info {
          max-width: calc(100% - 280px);
          min-height: 220px; } }
      @media screen and (max-width: 700px) {
        .event_list .eventItem .info {
          min-height: 200px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .info {
          max-width: 100%;
          order: 1;
          padding-right: 0px;
          min-height: auto; } }
    @media screen and (max-width: 650px) {
      .event_list .eventItem .info-inner {
        width: 100%; } }
    .event_list .eventItem .h3.title {
      position: relative;
      z-index: 1;
      display: inline-block;
      line-height: 49px;
      margin-top: -20px;
      clear: both; }
      @media screen and (max-width: 1280px) {
        .event_list .eventItem .h3.title {
          line-height: normal;
          margin-top: -16px; } }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .h3.title {
          line-height: 30px;
          display: block; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .h3.title {
          margin-top: -8px; } }
      .event_list .eventItem .h3.title a {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 39px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 43px; }
        @media screen and (max-width: 1280px) {
          .event_list .eventItem .h3.title a {
            font-size: 31px;
            line-height: 28px; } }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .h3.title a {
            font-size: 25px;
            line-height: 28px; } }
        @media screen and (max-width: 870px) {
          .event_list .eventItem .h3.title a {
            font-size: 25px;
            line-height: 28px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .h3.title a {
            font-size: 20px;
            line-height: 22px; } }
        .event_list .eventItem .h3.title a:hover {
          color: #0079C1; }
    .event_list .eventItem .h4.tagline {
      font-family: "Roboto Mono", monospace;
      font-weight: 400;
      font-size: 17px;
      color: #000000;
      letter-spacing: 0;
      line-height: 26px;
      margin-top: 8px;
      display: block; }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .h4.tagline {
          font-size: 14px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .h4.tagline {
          margin-top: 0px;
          margin-bottom: 5px; } }
    .event_list .eventItem .meta {
      display: none; }
    .event_list .eventItem .date {
      position: relative;
      z-index: 1;
      margin-left: -45px;
      display: block;
      height: 80px; }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .date {
          margin-left: -14px;
          height: 70px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .date {
          height: 50px;
          margin-left: 0px; }
          .event_list .eventItem .date:before {
            content: " ";
            position: absolute;
            bottom: 13px;
            left: 0px;
            width: 70px;
            height: 3px;
            background: #0079C1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; } }
      .event_list .eventItem .date .m-date__singleDate {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 24px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__singleDate {
            display: inline-block;
            width: auto;
            padding-left: 15px;
            margin-top: 11px;
            float: left;
            height: auto; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__singleDate {
            height: 36px;
            padding-left: 0px; } }
      .event_list .eventItem .date .m-date__rangeFirst {
        width: 66px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 24px;
        float: left; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__rangeFirst {
            height: 50px;
            padding-left: 13px;
            width: 50px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__rangeFirst {
            height: 36px;
            padding-left: 0px;
            display: inline-block;
            width: auto;
            margin-top: 11px; } }
      .event_list .eventItem .date .m-date__rangeLast {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 11px;
        float: left; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__rangeLast {
            height: 50px;
            width: 50px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__rangeLast {
            height: 36px;
            display: inline-block;
            width: auto;
            margin-top: 11px; } }
      .event_list .eventItem .date .m-date__separator {
        float: left;
        display: inline-block;
        margin-top: 20px;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 21px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__separator {
            margin-top: 15px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date .m-date__separator {
            display: inline-block;
            width: auto;
            margin-top: 9px;
            margin-left: 11px; } }
      .event_list .eventItem .date .m-date__month {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 21px;
        display: block; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__month {
            display: inline-block;
            margin-right: 5px;
            font-size: 16px; } }
      .event_list .eventItem .date .m-date__day {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 21px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .m-date__day {
            font-size: 16px; } }
      .event_list .eventItem .date .time {
        font-family: "Roboto Mono", monospace;
        font-weight: 500;
        font-style: italic;
        font-size: 17px;
        color: #000000;
        letter-spacing: 0;
        line-height: 26px;
        position: absolute;
        top: 17px;
        left: 95px; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date .time {
            position: relative;
            display: inline-block;
            font-size: 14px;
            top: 9px;
            left: auto;
            margin-left: 8px; } }
        .event_list .eventItem .date .time:after {
          content: " ";
          position: absolute;
          top: 29px;
          left: -28px;
          width: 70px;
          height: 3px;
          background: #0079C1;
          -webkit-transition: all 300ms linear;
          -moz-transition: all 300ms linear;
          -o-transition: all 300ms linear;
          transition: all 300ms linear; }
          @media screen and (max-width: 1100px) {
            .event_list .eventItem .date .time:after {
              left: -53px; } }
          @media screen and (max-width: 650px) {
            .event_list .eventItem .date .time:after {
              display: none; } }
      .event_list .eventItem .date:after {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #F5F5F5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1100px) {
          .event_list .eventItem .date:after {
            width: 50px;
            height: 50px; } }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .date:after {
            display: none; } }
    .event_list .eventItem .buttons {
      position: relative;
      bottom: 0px;
      margin-bottom: 40px;
      margin-top: 45px; }
      @media screen and (max-width: 1100px) {
        .event_list .eventItem .buttons {
          margin-bottom: 15px;
          margin-top: 20px; } }
      @media screen and (max-width: 870px) {
        .event_list .eventItem .buttons {
          margin-top: 10px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 650px) {
        .event_list .eventItem .buttons {
          width: 100%; } }
      .event_list .eventItem .buttons a, .event_list .eventItem .buttons span {
        display: inline-block; }
        @media screen and (max-width: 650px) {
          .event_list .eventItem .buttons a, .event_list .eventItem .buttons span {
            width: 100%;
            text-align: center; } }
  .event_list.event_list_grid .eventList__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .event_list.event_list_grid .eventItemWrapper {
    width: 50%;
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 40px; }
    .event_list.event_list_grid .eventItemWrapper:after {
      bottom: 0px; }
    .event_list.event_list_grid .eventItemWrapper .eventItem {
      width: 630px;
      float: left;
      align-self: flex-start;
      margin: 10px 0px 10px 10px;
      height: 100%;
      padding: 0px 10px !important; }
      @media screen and (max-width: 1450px) {
        .event_list.event_list_grid .eventItemWrapper .eventItem {
          width: 550px; } }
    .event_list.event_list_grid .eventItemWrapper:before {
      display: none; }
    .event_list.event_list_grid .eventItemWrapper:hover .info {
      padding-left: 0px;
      padding-right: 0px; }
    .event_list.event_list_grid .eventItemWrapper .thumb {
      float: none;
      width: 100%;
      position: relative;
      right: auto;
      margin: 0px 10px 25px 0px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .event_list.event_list_grid .eventItemWrapper .thumb:hover {
        margin-left: 10px; }
      .event_list.event_list_grid .eventItemWrapper .thumb img {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .event_list.event_list_grid .eventItemWrapper .info {
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      max-width: none;
      float: none;
      display: flex;
      align-items: flex-start;
      min-height: 0;
      height: calc(100% - 350px);
      padding-bottom: 30px; }
      .event_list.event_list_grid .eventItemWrapper .info .info-inner {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-direction: column;
        height: 100%;
        padding-left: 55px; }
    .event_list.event_list_grid .eventItemWrapper .buttons {
      margin: auto 0 40px 0;
      padding-top: 15px; }
    .event_list.event_list_grid .eventItemWrapper:first-child .eventItem {
      align-self: flex-end;
      margin-right: 20px; }
    .event_list.event_list_grid .eventItemWrapper:nth-child(2n+1) {
      clear: left; }
      .event_list.event_list_grid .eventItemWrapper:nth-child(2n+1) .eventItem {
        align-self: flex-end;
        margin-right: 20px; }

.events.content_item .event_list .eventItemWrapper:before,
.event_list.content_item .eventItemWrapper:before {
  display: none; }

@media screen and (max-width: 870px) {
  .events.content_item .event_list .eventItemWrapper,
  .event_list.content_item .eventItemWrapper {
    width: calc(100% + 20px);
    margin-left: -10px; } }

.events.content_item .event_list .eventItemWrapper .eventItem,
.event_list.content_item .eventItemWrapper .eventItem {
  padding-left: 20px; }
  @media screen and (max-width: 870px) {
    .events.content_item .event_list .eventItemWrapper .eventItem,
    .event_list.content_item .eventItemWrapper .eventItem {
      padding: 0px 20px; } }

.events.content_item .event_list .eventItemWrapper .info,
.event_list.content_item .eventItemWrapper .info {
  padding-left: 0px; }
  @media screen and (max-width: 1100px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      padding-left: 0px; } }
  @media screen and (max-width: 870px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      padding-left: 10px; } }
  @media screen and (max-width: 650px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      padding-left: 0px; } }
  @media screen and (min-width: 871px) {
    .events.content_item .event_list .eventItemWrapper .info,
    .event_list.content_item .eventItemWrapper .info {
      width: calc(100% - 400px);
      max-width: none;
      padding-right: 10px !important;
      min-height: 255px; } }

@media screen and (min-width: 871px) {
  .events.content_item .event_list .eventItemWrapper .thumb,
  .event_list.content_item .eventItemWrapper .thumb {
    right: 10px;
    width: 404px; } }

@media screen and (max-width: 870px) {
  .events.content_item .event_list .eventItemWrapper .thumb,
  .event_list.content_item .eventItemWrapper .thumb {
    right: 20px; } }

@media screen and (max-width: 650px) {
  .events.content_item .event_list .eventItemWrapper .thumb,
  .event_list.content_item .eventItemWrapper .thumb {
    right: 0px; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  .event_detail.has_branding .page_title {
    background: transparent; }
  @media screen and (max-width: 870px) {
    .event_detail #branding.nobranding {
      border-top: none !important; } }
  .event_detail .page_title {
    max-width: 1180px !important; }
    .event_detail .page_title .title-inner-wrapper {
      padding: 20px 20px 20px 240px; }
      @media screen and (max-width: 1180px) {
        .event_detail .page_title .title-inner-wrapper {
          max-width: none;
          padding-left: 328px; } }
      @media screen and (max-width: 870px) {
        .event_detail .page_title .title-inner-wrapper {
          padding: 5px 20px 60px 20px; }
          .event_detail .page_title .title-inner-wrapper h1 {
            line-height: 45px;
            text-align: center;
            margin-top: 10px; } }
    .event_detail .page_title .tagline {
      font-family: "Roboto Mono", monospace;
      font-weight: 400;
      font-size: 20px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 30px;
      margin: 10px 0px 0px; }
      @media screen and (max-width: 870px) {
        .event_detail .page_title .tagline {
          margin-top: 6px;
          text-align: center; } }
  @media screen and (max-width: 870px) {
    .event_detail .branding, .event_detail #branding {
      margin-bottom: 0px; } }
  .event_detail .branding > div, .event_detail .branding > img, .event_detail #branding > div, .event_detail #branding > img {
    max-width: 1020px; }
  .event_detail #column_1 {
    margin-top: -90px; }
    @media screen and (max-width: 870px) {
      .event_detail #column_1 {
        margin-top: 0px !important; } }
  .event_detail .leftColumn {
    padding-top: 80px; }
    @media screen and (max-width: 870px) {
      .event_detail .leftColumn {
        padding-top: 0px !important; } }
  .event_detail .event_heading.below_branding {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_detail .event_heading {
      display: none; } }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline, .event_detail .buttonWrapper .date {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_detail .buttonWrapper {
      margin-top: -35px; } }
  .event_detail .buttonWrapper .buttons {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px; }
    @media screen and (max-width: 870px) {
      .event_detail .buttonWrapper .buttons {
        width: calc(100% - 0px);
        margin: 0px 0px; } }
    .event_detail .buttonWrapper .buttons svg {
      display: none; }
    .event_detail .buttonWrapper .buttons a.tickets, .event_detail .buttonWrapper .buttons span.tickets {
      display: inline-block;
      padding: 14px 0px;
      text-align: center;
      width: 100%; }
    .event_detail .buttonWrapper .buttons span {
      display: inline-block;
      text-align: center;
      padding: 14px 0px;
      width: 100%; }

.description_wrapper .read-more {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #484349;
  letter-spacing: 0.4px;
  line-height: 14px;
  margin-top: 25px;
  cursor: pointer;
  display: inline-block; }
  .description_wrapper .read-more:hover {
    color: black;
    text-decoration: underline; }

.leftColumn .h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 39px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 51px;
  margin: 50px 0px 20px; }

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

.event_showings .list {
  position: relative;
  list-style-type: none;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-left: 20px; }
  .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
    color: #000; }
    .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
      color: #000; }

.event_showings .cell {
  width: 20%;
  position: relative;
  float: left;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px; }
  @media screen and (max-width: 700px) {
    .event_showings .cell {
      float: none;
      display: block; } }
  .event_showings .cell:nth-child(1) {
    width: 70%;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .event_showings .cell:nth-child(1) {
        width: 100%; } }
  .event_showings .cell:last-child {
    width: 30%;
    text-align: right; }
    @media screen and (max-width: 700px) {
      .event_showings .cell:last-child {
        width: 100%;
        text-align: center; } }

.event_showings .listItem {
  position: relative;
  padding: 10px 0px;
  height: 68px; }
  @media screen and (max-width: 700px) {
    .event_showings .listItem {
      border-bottom: 1px solid #DDDCDD;
      height: auto;
      padding: 15px 0px; } }
  .event_showings .listItem:after {
    content: " ";
    position: absolute;
    width: calc(100% - 170px);
    height: 1px;
    top: 35px;
    left: 170px;
    background: #DDDCDD;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 700px) {
      .event_showings .listItem:after {
        display: none; } }
  .event_showings .listItem:hover:after {
    background: black; }
  .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
    width: 50%; }
  .event_showings .listItem .m-date__singleDate {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
    padding: 15px 0px;
    position: relative;
    z-index: 10; }
    .event_showings .listItem .m-date__singleDate:after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: white;
      top: 0px;
      left: 0px;
      z-index: -1; }
  .event_showings .listItem .m-date__month {
    position: relative;
    z-index: 15; }
    .event_showings .listItem .m-date__month:after {
      content: " ";
      position: absolute;
      left: -14px;
      top: -9px;
      background: #F5F5F5;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      z-index: -1; }
      @media screen and (max-width: 870px) {
        .event_showings .listItem .m-date__month:after {
          left: -9px; } }
  .event_showings .listItem .m-date__weekday {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
    font-style: italic;
    margin-left: 18px; }
  .event_showings .listItem .time {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
    font-style: italic;
    padding: 15px 25px 15px 2px;
    position: relative;
    z-index: 10; }
    .event_showings .listItem .time:after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      background: white;
      top: 0px;
      left: 0px;
      z-index: -1; }

.event_showings .list .buttons,
.event_showings .additional_showings .buttons {
  z-index: 10;
  position: relative; }
  .event_showings .list .buttons a.tickets, .event_showings .list .buttons span.tickets,
  .event_showings .additional_showings .buttons a.tickets,
  .event_showings .additional_showings .buttons span.tickets {
    display: block;
    background: #0079C1;
    color: white;
    border: 3px solid #0079C1; }
    @media screen and (max-width: 700px) {
      .event_showings .list .buttons a.tickets, .event_showings .list .buttons span.tickets,
      .event_showings .additional_showings .buttons a.tickets,
      .event_showings .additional_showings .buttons span.tickets {
        font-size: 13px; }
        .event_showings .list .buttons a.tickets:hover, .event_showings .list .buttons span.tickets:hover,
        .event_showings .additional_showings .buttons a.tickets:hover,
        .event_showings .additional_showings .buttons span.tickets:hover {
          color: #0079C1;
          background: white; } }
    @media screen and (min-width: 701px) {
      .event_showings .list .buttons a.tickets, .event_showings .list .buttons span.tickets,
      .event_showings .additional_showings .buttons a.tickets,
      .event_showings .additional_showings .buttons span.tickets {
        background: white;
        border: none;
        box-shadow: none;
        padding: 15px 0px 15px 15px;
        display: inline-block;
        margin: 0px;
        color: black; }
        .event_showings .list .buttons a.tickets:after, .event_showings .list .buttons span.tickets:after,
        .event_showings .additional_showings .buttons a.tickets:after,
        .event_showings .additional_showings .buttons span.tickets:after {
          display: block !important;
          left: 15px;
          bottom: 6px; }
        .event_showings .list .buttons a.tickets:hover:after, .event_showings .list .buttons span.tickets:hover:after,
        .event_showings .additional_showings .buttons a.tickets:hover:after,
        .event_showings .additional_showings .buttons span.tickets:hover:after {
          width: calc(100% - 15px); } }
  .event_showings .list .buttons span,
  .event_showings .additional_showings .buttons span {
    display: inline-block; }
  .event_showings .list .buttons svg,
  .event_showings .additional_showings .buttons svg {
    display: none; }

.event_showings .additional_showings {
  display: none;
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-left: 20px; }

.event_showings .show-all-showings {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #484349;
  letter-spacing: 0.4px;
  line-height: 14px;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block; }
  .event_showings .show-all-showings:hover {
    color: black;
    text-decoration: underline; }

.eventDetailList {
  position: relative;
  font-family: "Roboto Mono", monospace;
  overflow: hidden; }
  @media screen and (max-width: 870px) {
    .eventDetailList {
      padding: 10px 0px; } }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    color: #000000; }
  .eventDetailList a:hover {
    color: #000000; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #DDDCDD;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 17px;
    position: relative;
    padding: 20px 0px; }
    @media screen and (max-width: 870px) {
      .eventDetailList .item {
        text-align: center; } }
    .eventDetailList .item:last-child {
      border-bottom: none; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 13px;
      color: #000000;
      letter-spacing: 0.4px;
      line-height: 14px;
      display: block;
      margin-bottom: 10px; }
    .eventDetailList .item svg {
      display: none; }
    .eventDetailList .item a {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #484349;
      letter-spacing: 0.4px;
      line-height: 17px;
      padding: 0px;
      margin: 0px;
      background: transparent;
      border: none;
      box-shadow: none; }
      .eventDetailList .item a:hover {
        color: black;
        text-decoration: underline; }
      .eventDetailList .item a:after, .eventDetailList .item a:before {
        display: none; }

.event_detail .faq {
  margin-top: 40px;
  margin-bottom: 50px; }

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

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

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

.two-column {
  zoom: 1; }
  .two-column:before, .two-column:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .two-column:after {
    clear: both; }
  .two-column > ul {
    zoom: 1; }
    .two-column > ul:before, .two-column > ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .two-column > ul:after {
      clear: both; }
    .two-column > ul > li {
      width: 50%;
      float: left;
      padding-left: 0px;
      margin-bottom: 30px; }
      .two-column > ul > li:before {
        display: none; }
      .two-column > ul > li strong {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-size: 25px;
        color: #000000;
        letter-spacing: 0.4px;
        line-height: 26px;
        padding-bottom: 10px;
        display: inline-block; }
      .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; } }
