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

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

/*
	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($landscape-desktop){
	
	}
	@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; }

p {
  margin: 0; }

/* 
 * -- We already set these things per project.
 *
 */
:root {
  font-size: 15px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 15px + (20 - 15) * ( (100vw - 700px) / (1000 - 700) )); } }
  @media screen and (min-width: 1000px) {
    :root {
      font-size: 20px; } }

/* ----------------------------------------------------------------------------
= 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 {
    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.02em; }

.header-base, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.25em;
  font-weight: inherit;
  line-height: 1;
  font-family: "Squada One", cursive;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 3.9975843648rem; }
  .m-content__textarea h1, .cms h1, .m-content__textarea .h1, .cms .h1 {
    padding-bottom: 20px;
    border-bottom: 2px solid #E9E9E9;
    margin-bottom: 2rem; }

h2, .h2 {
  font-size: 2.827145944rem; }
  .m-content__textarea h2, .m-content__textarea .h2 {
    margin-top: 50px;
    margin-bottom: 20px; }
  h2.no_margin, .h2.no_margin {
    margin: 0; }
  h2.long_title, .h2.long_title {
    font-size: 1.999396rem; }

h3, .h3 {
  font-size: 1.999396rem; }
  .m-content__textarea h3, .m-content__textarea .h3 {
    margin-top: 50px;
    margin-bottom: 20px; }

h4, .h4 {
  font-size: 1.414rem; }
  .m-content__textarea h4, .m-content__textarea .h4 {
    margin-top: 50px;
    margin-bottom: 20px; }

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

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

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

.p-base, p, .p, address, .address, .cms ul li, .m-content__textarea ul li, .spotlight_text ul li, .m-content__faq ul li, .m-content__link .description ul li, .m-content__concierge .entry .description ul li, ol > li, .m-eventItem__meta .m-eventItem__location {
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Oswald", sans-serif; }

p, .p {
  margin: 0 0 40px;
  font-weight: 200; }
  p.lead, .p.lead {
    font-size: 1.266rem;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  p strong, .p strong {
    font-weight: 700; }

address, .address {
  font-family: "Squada One", cursive;
  font-size: 1.424rem;
  margin: 0 0 20px;
  padding: 0;
  font-style: normal;
  font-weight: 400; }

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

.cms ul, .m-content__textarea ul, .spotlight_text ul, .m-content__faq ul, .m-content__link .description ul, .m-content__concierge .entry .description ul {
  margin-bottom: 20px; }
  .cms ul li, .m-content__textarea ul li, .spotlight_text ul li, .m-content__faq ul li, .m-content__link .description ul li, .m-content__concierge .entry .description ul li {
    padding: 0 0 0px 30px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 16px;
    font-size: 1rem; }
    .cms ul li:before, .m-content__textarea ul li:before, .spotlight_text ul li:before, .m-content__faq ul li:before, .m-content__link .description ul li:before, .m-content__concierge .entry .description ul li:before {
      content: '';
      top: 8px;
      left: 0;
      width: 12px;
      height: 12px;
      background-color: #A71E22;
      content: '';
      position: absolute;
      display: block;
      visibility: visible; }
      @media screen and (max-width: 700px) {
        .cms ul li:before, .m-content__textarea ul li:before, .spotlight_text ul li:before, .m-content__faq ul li:before, .m-content__link .description ul li:before, .m-content__concierge .entry .description ul li:before {
          top: 6px; } }
    @media screen and (max-width: 700px) {
      .cms ul li, .m-content__textarea ul li, .spotlight_text ul li, .m-content__faq ul li, .m-content__link .description ul li, .m-content__concierge .entry .description ul li {
        font-size: 1.266rem; } }
    .cms ul li ul, .m-content__textarea ul li ul, .spotlight_text ul li ul, .m-content__faq ul li ul, .m-content__link .description ul li ul, .m-content__concierge .entry .description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px; }

ol > li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 16px;
  counter-increment: li-counter;
  font-weight: 300;
  font-size: 1rem; }
  ol > li:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    width: 25px;
    height: 25px;
    font-weight: 700;
    font-size: 20px;
    color: #A71E22;
    content: counter(li-counter) "."; }
    @media screen and (max-width: 700px) {
      ol > li:before {
        top: -4px;
        left: 1px; } }
  @media screen and (max-width: 700px) {
    ol > li {
      font-size: 1.266rem; } }

a {
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  a:hover, a:focus {
    color: #E60209; }
  .m-content__textarea p a, .cms li a, .m-content__textarea li a {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border-bottom: 2px solid #E60209; }
    .m-content__textarea p a:hover, .cms li a:hover, .m-content__textarea li a:hover {
      color: #E60209; }

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

table {
  position: relative;
  margin: 0 0 15px; }
  table tr {
    font-size: 12px;
    color: black; }
    table tr td {
      border: none;
      margin-bottom: 0;
      padding: 5px; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, a.gen-button, .gen-button,
a.spot-button, .spot-button,
a.button, .button, .alert-button, .m-content__textarea a.button,
.m-content__textarea .button, .m-eventItem__buttons a.tickets,
.m-eventItem__buttons span.tickets,
.m-eventItem__buttons .more, #loadMoreEvents, .m-eventList__showMore, .login-form input[type='submit'], .m-eventDetail__buttons a, .m-eventDetail__buttons span, .m-eventDetailShowings__list a, .home-slideshow .buttons a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  cursor: pointer;
  -webkit-appearance: none;
  height: 40px;
  width: 152px;
  display: inline-block;
  color: white;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
  font-weight: 400;
  border-radius: 20px;
  background: #A71E22;
  font-family: "Squada One", cursive;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 150ms linear;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .m-button:hover, .gen-button:hover, .spot-button:hover, .button:hover, .alert-button:hover, .m-eventItem__buttons a.tickets:hover,
  .m-eventItem__buttons span.tickets:hover,
  .m-eventItem__buttons .more:hover, #loadMoreEvents:hover, .m-eventList__showMore:hover, .login-form input[type='submit']:hover, .m-eventDetail__buttons a:hover, .m-eventDetail__buttons span:hover, .m-eventDetailShowings__list a:hover, .home-slideshow .buttons a:hover {
    background: #E60209;
    color: white; }

.m-button-white {
  border-color: white;
  color: white;
  background: transparent; }
  .m-button-white:hover {
    background: white;
    color: #E60209; }

.m-button-large-black, .m-eventDetail__buttons a, .m-eventDetail__buttons span, .home-slideshow .buttons a {
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  font-size: 1rem;
  width: 100%;
  padding: 0 20px; }
  .m-button-large-black svg, .m-eventDetail__buttons a svg, .m-eventDetail__buttons span svg, .home-slideshow .buttons a svg {
    display: none; }

.m-button-small-black, .m-eventItem__buttons a.tickets,
.m-eventItem__buttons span.tickets,
.m-eventItem__buttons .more, .m-eventDetailShowings__list a {
  height: 30px;
  border-radius: 15px;
  font-size: 0.8rem;
  line-height: 30px;
  width: auto;
  padding: 0 20px; }

a.gen-button, .gen-button,
a.spot-button, .spot-button,
a.button, .button, .alert-button {
  width: auto;
  padding: 0 20px; }
  a.gen-button:hover, .gen-button:hover,
  a.spot-button:hover, .spot-button:hover,
  a.button:hover, .button:hover, .alert-button:hover {
    background: #E60209;
    color: white; }

.m-content__textarea a.button,
.m-content__textarea .button, .alert-button {
  width: auto;
  padding: 0 20px; }
  .m-content__textarea a.button:hover,
  .m-content__textarea .button:hover, .alert-button:hover {
    background: #E60209;
    color: white; }
  .m-content__textarea a.button p,
  .m-content__textarea .button p, .alert-button p {
    margin: 0;
    line-height: inherit; }
  .m-content__textarea a.button p a,
  .m-content__textarea .button p a, .alert-button p a {
    border: none;
    line-height: inherit; }
    .m-content__textarea a.button p a:hover,
    .m-content__textarea .button p a:hover, .alert-button p a:hover {
      background: #E60209;
      color: white; }

.m-eventItem__buttons a.tickets,
.m-eventItem__buttons span.tickets,
.m-eventItem__buttons .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 30px;
  border-color: #000;
  font-size: 16px; }
  .m-eventItem__buttons a.tickets svg,
  .m-eventItem__buttons span.tickets svg,
  .m-eventItem__buttons .more svg {
    display: none; }
  @media screen and (max-width: 500px) {
    .m-eventItem__buttons a.tickets,
    .m-eventItem__buttons span.tickets,
    .m-eventItem__buttons .more {
      position: relative;
      bottom: auto;
      right: auto;
      text-align: center;
      display: block;
      height: 44px;
      line-height: 44px;
      border-radius: 22px;
      font-size: 20px; } }

#loadMoreEvents, .m-eventList__showMore {
  border: 2px solid #A71E22;
  background: black;
  font-size: 1rem;
  margin: 40px auto;
  height: 44px;
  border-radius: 22px;
  width: 230px;
  text-align: center;
  display: block;
  position: relative; }
  #loadMoreEvents[disabled="disabled"], .m-eventList__showMore[disabled="disabled"] {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }
  #loadMoreEvents:hover, .m-eventList__showMore:hover {
    background: #A71E22; }

.login-form input[type='submit'] {
  display: block;
  margin: 20px auto; }

.m-eventDetailShowings__list a {
  float: right; }
  .m-eventDetailShowings__list a svg {
    display: none; }

.home-slideshow .buttons a {
  padding: 0;
  font-size: 20px; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news .l-fullwidthHeader {
  border-bottom: 0px; }

.news_list {
  position: relative;
  background: white;
  z-index: 1;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px; }
  .news_list .entry {
    zoom: 1;
    padding-bottom: 40px;
    padding-top: 10px; }
    .news_list .entry:before, .news_list .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .news_list .entry:after {
      clear: both; }
    .news_list .entry + .entry {
      padding-top: 40px;
      border-top: 2px solid #E9E9E9; }
    .news_list .entry .thumb {
      min-width: 150px;
      width: 200px;
      margin: 0 40px 0px 0;
      float: left; }
      @media screen and (max-width: 700px) {
        .news_list .entry .thumb {
          display: none; } }
      .news_list .entry .thumb a {
        display: block;
        opacity: 1; }
        .news_list .entry .thumb a:hover {
          opacity: 0.8; }
      .news_list .entry .thumb img {
        display: block;
        width: 100%; }
      @media screen and (max-width: 700px) {
        .news_list .entry .thumb {
          margin: 0 auto 20px;
          float: none; } }
    .news_list .entry .date {
      font-family: "Squada One", cursive;
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #A71E22; }
    .news_list .entry .info {
      float: left;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .news_list .entry .info .description {
          display: none; } }
    .news_list .entry .thumb + .info {
      width: calc(100% - 240px); }
      @media screen and (max-width: 700px) {
        .news_list .entry .thumb + .info {
          width: 100%; } }
    .news_list .entry h2 {
      font-size: 1.999396rem; }
      @media screen and (max-width: 700px) {
        .news_list .entry h2 {
          padding-bottom: 1.1rem; } }
      .news_list .entry h2 a {
        color: #000; }
        .news_list .entry h2 a:hover {
          color: #E60209; }
    .news_list .entry p {
      margin: 0 0 20px; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .main_column {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 10px; }

.news_detail .thumb {
  display: none; }
  .news_detail .thumb.m-eventItem__thumb {
    display: block; }

.news_detail h3.date {
  font-size: 1.414rem;
  font-weight: 300;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto 20px; }
  .news_detail h3.date .m-date__month {
    color: #A71E22; }
  .news_detail h3.date .m-date__day, .news_detail h3.date .m-date__year {
    font-family: "Oswald", sans-serif;
    font-size: 1.1rem; }

#news.detail .m-content__events {
  padding: 0px; }

#news.detail .m-eventItem {
  box-shadow: none;
  position: relative !important; }

#news.detail .news_info {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto 20px; }

#news.detail h1, #news.detail .date {
  margin-bottom: 1.2rem; }

#news.detail #branding {
  position: relative; }

#news.detail .bottom .m-eventItem {
  position: relative !important; }

#news.detail #branding .caption_holder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  z-index: 1; }
  #news.detail #branding .caption_holder p {
    margin: 0px;
    font-size: 18px;
    text-align: right;
    padding: 20px 10px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 300;
    font-family: "Oswald", sans-serif; }
  #news.detail #branding .caption_holder:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-8 */
    z-index: -1; }
  @media screen and (max-width: 700px) {
    #news.detail #branding .caption_holder {
      position: relative;
      background: black; }
      #news.detail #branding .caption_holder:before {
        content: none; } }

#news.detail #branding img {
  width: 100%;
  display: block; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.hide {
  display: none; }

.l-fullwidthHeader {
  width: 100%;
  background: #ffffff;
  color: #000; }
  .l-fullwidthHeader__overview {
    display: flex;
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto 3rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #E9E9E9; }
  .l-fullwidthHeader h1 {
    flex-grow: 2;
    margin: 0; }

.m-eventList__toggle {
  display: flex;
  align-self: center; }
  .m-eventList__toggle-item {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    margin-left: 9px;
    color: #666666;
    border: 2px solid #E9E9E9;
    display: block;
    height: 36px;
    width: 68px;
    padding: 8px;
    margin-top: 18px; }
    .m-eventList__toggle-item .block {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      height: 2px;
      width: 100%;
      background: #000;
      float: left;
      margin: 3px 2px; }
    .m-eventList__toggle-item[data-event-toggle="grid"] .block {
      width: 12px; }
    .m-eventList__toggle-item:hover, .m-eventList__toggle-item.m-eventList__toggle-isActive {
      cursor: pointer;
      background: #A71E22;
      border-color: #A71E22; }
      .m-eventList__toggle-item:hover .block, .m-eventList__toggle-item.m-eventList__toggle-isActive .block {
        background: #fff; }
  .m-eventList__toggle span {
    display: block;
    text-align: center;
    display: none; }
  @media screen and (max-width: 870px) {
    .m-eventList__toggle {
      display: none; } }

.m-dropdown {
  display: none;
  position: relative;
  margin-right: 37px;
  align-self: center; }
  .m-dropdown__select {
    display: block;
    position: relative;
    width: 290px;
    height: 38px;
    background: white;
    border: 2px solid #e4e4e4;
    border-radius: 25px;
    margin: 0;
    padding: 0 0 0 20px;
    font-family: "Squada One", cursive;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #222222;
    line-height: 235%;
    cursor: pointer;
    outline: none;
    z-index: 8; }
    .m-dropdown__select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 12px;
      transition: 0.25s;
      transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #ffcb08;
      stroke-width: 2px; }
    .m-dropdown__select-isActive {
      border-color: #ffcb08; }
      .m-dropdown__select-isActive svg {
        transform: rotate(180deg) translateY(-47%);
        transform-origin: 50% 0; }
  .m-dropdown__choices {
    display: none;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 35px 10px 10px 10px;
    font-family: "Squada One", cursive;
    z-index: 7; }
    .m-dropdown__choices-isActive {
      display: block; }
    .m-dropdown__choices li a {
      display: block;
      padding: 5px 10px;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer; }
    .m-dropdown__choices li:hover a,
    .m-dropdown__choices a.isActive {
      background: #000000;
      color: #ffcb08; }
    .m-dropdown__choices li:before {
      display: none; }

.m-eventList {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }
  .m-eventList.is-loaded {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .m-content__events .m-eventList {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

.gutter-sizer {
  width: 20px; }
  @media screen and (max-width: 700px) {
    .gutter-sizer {
      width: 10px; } }

.m-eventList__wrapper {
  position: relative;
  display: block;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 40px; }
  .m-eventList__listing .m-eventList__wrapper {
    max-width: 980px; }

.m-eventItem {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 0px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.2); }
  .m-eventItem__title {
    font-size: 2.827145944rem;
    line-height: 0.8;
    margin-bottom: 0px; }
    @media screen and (max-width: 768px) {
      .m-eventItem__title {
        margin-bottom: 10px; } }
  .m-eventItem .m-eventItem__text {
    display: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Squada One", cursive;
    color: #A71E22;
    position: absolute;
    bottom: auto;
    left: 20px;
    top: 10px; }
  .m-eventItem.broadway_in_mcallen .m-eventItem__text-broadway {
    display: block; }
  .m-eventItem.mcallen_live .m-eventItem__text-live {
    display: block; }
  .m-eventItem__thumb {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    float: left;
    width: 200px; }
    .m-eventItem__thumb img {
      max-width: 100%;
      float: left;
      width: 100%; }
    .m-eventItem__thumb:hover {
      zoom: 1;
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80); }
    .m-eventItem__thumb .m-eventItem__date {
      display: none; }
    .m-eventItem__thumb .grid_view_thumb {
      display: none; }
  .m-eventItem__info {
    position: relative;
    float: left;
    padding: 10px 20px 60px;
    font-size: 1.424rem;
    padding-bottom: 65px;
    width: calc(100% - 200px);
    min-height: 185px; }
  .m-eventItem.broadway_in_mcallen .m-eventItem__info, .m-eventItem.mcallen_live .m-eventItem__info {
    padding-top: 40px; }
  .m-eventItem__tagline {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    text-transform: none; }
  .m-eventItem__date {
    position: absolute;
    bottom: 0px;
    left: 20px; }
    .m-eventItem__date .m-date__day {
      font-size: 1.6rem;
      font-weight: 200;
      font-family: "Oswald", sans-serif;
      color: black;
      line-height: 1;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .m-eventItem__date .m-date__rangeFirst, .m-eventItem__date .m-date__rangeLast {
      font-size: 2rem; }
    .m-eventItem__date .m-date__month {
      font-weight: 400;
      font-family: "Squada One", cursive;
      text-transform: uppercase;
      color: #A71E22;
      font-size: 2rem;
      clear: right;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .m-eventItem__date .m-date__separator {
      margin-left: 5px;
      margin-right: 5px;
      line-height: 1;
      display: inline-block; }
    .m-eventItem__date .m-date__weekday {
      font-size: 16px;
      color: #E60209;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
  .m-eventItem__meta {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    color: #E60209; }
    .m-eventItem__meta .m-eventItem__location {
      font-size: 16px;
      font-family: "Oswald", sans-serif;
      color: #E60209; }
    .m-eventItem__meta .m-eventItem__time {
      display: none; }
  @media screen and (max-width: 500px) {
    .m-eventItem__buttons {
      position: relative;
      float: left;
      width: 100%;
      padding: 10px; } }
  .m-eventItem__buttons a, .m-eventItem__buttons span {
    min-width: 110px; }
  .m-eventItem__buttons .more, .m-eventItem__buttons span.tickets {
    display: none; }
    .m-eventItem__buttons .more.show_button, .m-eventItem__buttons span.tickets.show_button {
      display: block; }
  .m-eventItem__buttons span.tickets + .more {
    display: block; }
  .full.hybrid .m-eventItem {
    box-shadow: none;
    border: none;
    padding-bottom: 20px;
    padding-top: 20px;
    /* margin-bottom: 20px; */
    border-bottom: 2px solid #e9e9e9; }
    .full.hybrid .m-eventItem:last-child {
      border-bottom: 0px; }
    .full.hybrid .m-eventItem .m-eventItem__info {
      padding-top: 0px;
      padding-bottom: 80px; }
    .full.hybrid .m-eventItem.broadway_in_mcallen .m-eventItem__info, .full.hybrid .m-eventItem.mcallen_live .m-eventItem__info {
      padding-top: 30px; }
      @media screen and (max-width: 700px) {
        .full.hybrid .m-eventItem.broadway_in_mcallen .m-eventItem__info .m-eventItem__text, .full.hybrid .m-eventItem.mcallen_live .m-eventItem__info .m-eventItem__text {
          left: 10px; } }
    .full.hybrid .m-eventItem .m-eventItem__meta {
      top: 10px; }
  @media screen and (max-width: 700px) {
    .m-eventItem__thumb {
      width: 80px;
      height: 74px; }
    .m-eventItem__info {
      min-height: 145px;
      width: calc(100% - 80px); }
    .m-eventItem__date {
      left: 20px;
      bottom: 2px;
      display: block;
      float: left;
      width: 100%; }
      .m-eventItem__date .m-date__rangeFirst, .m-eventItem__date .m-date__rangeLast {
        display: inline-block;
        line-height: 1; }
        .m-eventItem__date .m-date__rangeFirst .m-date__day, .m-eventItem__date .m-date__rangeFirst + .m-date__separator, .m-eventItem__date .m-date__rangeLast .m-date__day, .m-eventItem__date .m-date__rangeLast + .m-date__separator {
          font-size: 24px;
          line-height: 24px;
          margin-left: 5px;
          margin-right: 5px; }
        .m-eventItem__date .m-date__rangeFirst .m-date__month, .m-eventItem__date .m-date__rangeLast .m-date__month {
          font-size: 2rem;
          line-height: 24px; }
      .m-eventItem__date .m-date__day {
        font-size: 1.6rem;
        font-weight: 200;
        font-family: "Oswald", sans-serif;
        color: black;
        line-height: 1;
        margin-right: 5px;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
      .m-eventItem__date .m-date__rangeFirst .m-date__day {
        margin-right: 0; }
      .m-eventItem__date .m-date__separator {
        font-size: 1.6rem;
        font-weight: 200;
        font-family: "Oswald", sans-serif;
        color: black;
        line-height: 1;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        display: inline-block; }
      .m-eventItem__date .m-date__month {
        font-weight: 400;
        font-family: "Squada One", cursive;
        text-transform: uppercase;
        color: #A71E22;
        font-size: 2rem;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        clear: right; }
      .m-eventItem__date .m-date__weekday {
        font-size: 13px;
        color: #E60209;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        display: block;
        clear: right; }
    .m-eventItem__meta {
      position: absolute;
      top: 5px;
      left: 90px;
      font-size: 16px;
      font-family: "Oswald", sans-serif;
      color: #E60209; }
      .m-eventItem__meta .m-eventItem__location {
        font-size: 14px; }
    .full.hybrid .m-eventItem .m-eventItem__info {
      padding: 0px 10px 70px; }
      .full.hybrid .m-eventItem .m-eventItem__info:before {
        left: 0px;
        width: 100%; }
    .full.hybrid .m-eventItem .m-eventItem__meta {
      top: 5px; }
    .full.hybrid .m-eventItem .m-eventItem__date {
      left: 10px; } }

.m-eventList__grid .gutter-sizer {
  width: 35px; }

.m-eventList__grid .m-eventItem__text {
  display: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Squada One", cursive;
  color: #A71E22;
  position: absolute;
  bottom: 20px;
  left: 10px;
  top: auto; }

.m-eventList__grid.broadway_in_mcallen .m-eventItem__text-broadway {
  display: block; }

.m-eventList__grid.mcallen_live .m-eventItem__text-live {
  display: block; }

.m-eventList__grid .m-eventList__wrapper {
  max-width: 1180px; }
  @media screen and (max-width: 1240px) {
    .m-eventList__grid .m-eventList__wrapper {
      max-width: 775px; } }

.m-eventList__grid .m-eventItem {
  width: 370px; }
  .m-eventList__grid .m-eventItem__thumb, .m-eventList__grid .m-eventItem__info {
    width: 100%; }
  .m-eventList__grid .m-eventItem__info {
    padding: 10px 10px 40px;
    padding-bottom: 60px;
    min-height: 0px; }
    .m-eventList__grid .m-eventItem__info .m-eventItem__date {
      display: none; }
  .m-eventList__grid .m-eventItem.broadway_in_mcallen .m-eventItem__info, .m-eventList__grid .m-eventItem.mcallen_live .m-eventItem__info {
    padding-top: 10px; }
  .m-eventList__grid .m-eventItem__thumb {
    position: relative; }
    .m-eventList__grid .m-eventItem__thumb .list_view_thumb {
      display: none; }
    .m-eventList__grid .m-eventItem__thumb .grid_view_thumb {
      display: block; }
    .m-eventList__grid .m-eventItem__thumb .m-eventItem__date_wrapper {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 100px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, transparent 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-8 */ }
    .m-eventList__grid .m-eventItem__thumb .m-eventItem__date {
      display: block;
      float: left;
      bottom: 2px;
      width: 100%;
      left: 10px; }
      .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__rangeFirst, .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__rangeLast {
        display: inline-block;
        line-height: 1; }
      .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__day {
        font-size: 1.6rem;
        font-weight: 200;
        font-family: "Oswald", sans-serif;
        color: white;
        line-height: 1;
        margin-right: 5px;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
      .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__rangeFirst .m-date__day {
        margin-right: 0; }
      .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__separator {
        font-size: 1.6rem;
        font-weight: 200;
        font-family: "Oswald", sans-serif;
        color: white;
        line-height: 1;
        margin-right: 5px;
        margin-left: 5px;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        display: inline-block; }
      .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__month {
        font-weight: 400;
        font-family: "Squada One", cursive;
        text-transform: uppercase;
        color: #A71E22;
        font-size: 2rem;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        clear: right; }
      .m-eventList__grid .m-eventItem__thumb .m-eventItem__date .m-date__weekday {
        font-size: 15px;
        color: #E60209;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        display: block;
        clear: right; }
  .m-eventList__grid .m-eventItem__meta {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.l-eventDetail {
  max-width: 1200px;
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  zoom: 1;
  position: relative;
  margin-bottom: 20px; }
  .l-eventDetail:before, .l-eventDetail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .l-eventDetail:after {
    clear: both; }
  .l-eventDetail__column {
    margin: 0px;
    padding: 0;
    float: left;
    width: calc(100% - 300px);
    max-width: 880px;
    height: 100%;
    z-index: 1;
    position: relative; }
  .l-eventDetail aside {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #FFF;
    width: 286px;
    font-family: "Oswald", sans-serif;
    width: 300px;
    z-index: -1;
    overflow: hidden;
    padding: 20px 25px 20px;
    /* Rectangle 3 Copy: */
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 19px 20px 0 rgba(0, 0, 0, 0.2); }
    .l-eventDetail aside:before {
      content: '';
      position: absolute;
      top: 0px;
      left: -1px;
      height: 100%;
      width: 1px;
      box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5); }
  .l-eventDetail__leftColumn {
    position: relative;
    box-shadow: 0px 19px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding-bottom: 40px; }
  .l-eventDetail a, .l-eventDetail a:hover, .l-eventDetail a:focus {
    text-decoration: none; }

.m-eventDetail {
  /*&__contentHolder {
        padding: 0 20px 20px 20px;
    }*/ }
  .m-eventDetail__title {
    margin: 0px;
    line-height: 0.8; }
  .m-eventDetail__tagline {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 200;
    text-transform: none; }
  .m-eventDetail__buttonWrapper {
    margin-bottom: 10px; }
    .m-eventDetail__buttonWrapper-title, .m-eventDetail__buttonWrapper-tagline, .m-eventDetail__buttonWrapper-date {
      display: none; }
    .m-eventDetail__buttonWrapper-title {
      margin: 0px;
      padding-right: 140px; }
    .m-eventDetail__buttonWrapper-tagline {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: 200;
      text-transform: none;
      padding-right: 140px; }
  .m-eventDetail__spotlight {
    position: relative;
    overflow: hidden;
    zoom: 1;
    display: block;
    margin-bottom: 20px;
    padding: 10px; }
    .m-eventDetail__spotlight:before, .m-eventDetail__spotlight:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .m-eventDetail__spotlight:after {
      clear: both; }
    .m-eventDetail__spotlight img {
      width: 100%;
      clear: both;
      display: block;
      float: none; }
    .m-eventDetail__spotlight .m-eventItem__date_wrapper {
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: 100px;
      /* shadow: */
      background-image: linear-gradient(-180deg, transparent 50%, #000000 100%);
      /* IE6-8 */
      z-index: 10; }
      @media screen and (max-width: 700px) {
        .m-eventDetail__spotlight .m-eventItem__date_wrapper {
          position: relative;
          background: black;
          bottom: auto;
          left: auto;
          width: 100%; } }
      .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date {
        display: block;
        float: left;
        bottom: 15px;
        width: 100%; }
        @media screen and (max-width: 700px) {
          .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date {
            bottom: 35px; } }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__rangeFirst, .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__rangeLast {
          display: inline-block;
          line-height: 1; }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__day {
          font-size: 2.3rem;
          font-weight: 200;
          font-family: "Oswald", sans-serif;
          color: white;
          line-height: 1;
          margin-right: 5px;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased; }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__rangeFirst .m-date__day {
          margin-right: 0; }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__rangeLast .m-date__month {
          line-height: 60px; }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__separator {
          font-size: 2.3rem;
          font-weight: 300;
          font-family: "Oswald", sans-serif;
          color: white;
          line-height: 1;
          margin-right: 5px;
          margin-left: 5px;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased; }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__month {
          font-weight: 400;
          font-family: "Squada One", cursive;
          text-transform: uppercase;
          color: #A71E22;
          font-size: 2.827145944rem;
          clear: right;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased; }
        .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date .m-date__weekday {
          font-size: 15px;
          color: #E60209;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
          display: block;
          clear: right; }
        @media screen and (max-width: 700px) {
          .m-eventDetail__spotlight .m-eventItem__date_wrapper .m-eventItem__date {
            left: 10px; } }
  .m-eventDetail__heading, .m-eventDetail__contentHolder {
    padding: 0 30px; }
    .m-eventDetail__heading .event_text_wrapper .m-eventItem__text, .m-eventDetail__contentHolder .event_text_wrapper .m-eventItem__text {
      display: none;
      font-size: 16px;
      font-weight: 400;
      font-family: "Squada One", cursive;
      color: #A71E22; }
    .m-eventDetail__heading .event_text_wrapper.broadway_in_mcallen, .m-eventDetail__heading .event_text_wrapper.mcallen_live, .m-eventDetail__contentHolder .event_text_wrapper.broadway_in_mcallen, .m-eventDetail__contentHolder .event_text_wrapper.mcallen_live {
      display: block;
      margin-top: 30px;
      margin-bottom: 10px; }
    .m-eventDetail__heading .event_text_wrapper.broadway_in_mcallen .m-eventItem__text-broadway, .m-eventDetail__contentHolder .event_text_wrapper.broadway_in_mcallen .m-eventItem__text-broadway {
      display: block; }
    .m-eventDetail__heading .event_text_wrapper.mcallen_live .m-eventItem__text-live, .m-eventDetail__contentHolder .event_text_wrapper.mcallen_live .m-eventItem__text-live {
      display: block; }

.m-eventDetailDescription {
  position: relative;
  margin: 35px 0; }
  .m-eventDetailDescription .m-eventDetailDescription__body {
    position: relative; }
    .m-eventDetailDescription .m-eventDetailDescription__body:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 70px;
      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 ); }
    .m-eventDetailDescription .m-eventDetailDescription__body.is-opened:after {
      display: none; }
    .m-eventDetailDescription .m-eventDetailDescription__body p {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 1.25rem; }
  .m-eventDetailDescription .short-description .m-eventDetailDescription__body:after {
    display: none; }
  .m-eventDetailDescription.is-opened .description_wrapper:after {
    display: none; }
  .m-eventDetailDescription .read-more {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    color: #A71E22;
    font-family: "Squada One", cursive;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .m-eventDetailDescription .read-more:hover {
      color: #E60209; }

.m-eventDetailShowings .additional-showings {
  display: none; }

.m-eventDetailShowings .view-all-showings {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  color: #A71E22;
  font-family: "Squada One", cursive;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .m-eventDetailShowings .view-all-showings:hover {
    color: #E60209; }

.m-eventDetailShowings__list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  font-family: "Oswald", sans-serif;
  font-size: 15px; }

.m-eventDetailShowings__cell {
  width: 20%;
  position: relative;
  float: left;
  display: inline-block;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  vertical-align: top; }
  .m-eventDetailShowings__cell:nth-child(1) {
    width: 40%;
    text-align: left; }
  .m-eventDetailShowings__cell:last-child {
    width: 40%;
    text-align: right; }
  .m-eventDetailShowings__cell .m-eventDetailShowings__time {
    line-height: 40px; }

.m-eventDetailShowings__listItem {
  margin: 0;
  padding: 20px 0 10px 0;
  position: relative;
  border-bottom: 2px solid #E9E9E9; }
  .m-eventDetailShowings__listItem-hasNoLink .m-eventDetailShowings__cell {
    width: 50%; }

.m-eventDetailShowings .m-date__day {
  font-size: 1.6rem;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
  color: black;
  line-height: 1;
  margin-right: 5px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.m-eventDetailShowings .m-date__month {
  font-weight: 400;
  font-family: "Squada One", cursive;
  text-transform: uppercase;
  color: #A71E22;
  font-size: 2rem;
  clear: right;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.m-eventDetailShowings .m-date__weekday {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #E60209;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.m-eventDetailShowings__buttons span.tickets {
  display: none; }

.m-eventDetailList {
  padding: 0px 5px;
  position: relative;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
  margin: 0px 0 0 0; }
  .m-eventDetailList a, .m-eventDetailList a:focus, .m-eventDetailList p {
    color: #000;
    margin: 0;
    padding: 0; }
  .m-eventDetailList a:hover {
    color: #E60209; }
  .m-eventDetailList__item {
    list-style-type: none;
    padding: 16px 20px;
    border: none;
    border-bottom: 2px solid #E9E9E9;
    color: #000;
    font-weight: 300;
    font-size: 18px;
    position: relative; }
    .m-eventDetailList__item a {
      border-bottom: 1px solid black;
      font-weight: 300; }
      .m-eventDetailList__item a:hover {
        border-color: #E60209; }
    .m-eventDetailList__item p {
      font-size: 18px; }
    .m-eventDetailList__item:last-child {
      border-bottom: none; }
    .m-eventDetailList__item:before {
      display: none; }
    .m-eventDetailList__item label, .m-eventDetailList__item:first-child {
      font-size: 1.3rem;
      color: #000;
      font-weight: 400;
      display: block;
      text-transform: uppercase;
      font-family: "Squada One", cursive;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
    .m-eventDetailList__item .m-date__weekday {
      display: none; }
    .m-eventDetailList__item svg {
      position: absolute;
      left: 9px;
      top: 19px;
      fill: #000;
      display: none; }
    .m-eventDetailList__item.presale_section p {
      font-size: 16px; }

@media screen and (max-width: 1240px) {
  .l-eventDetail {
    width: 100%; }
    .l-eventDetail__column {
      width: calc(100% - 320px); } }

@media screen and (max-width: 960px) {
  .l-eventDetail {
    margin: 0 auto;
    padding: 10px 0;
    width: calc(100% - 20px);
    max-width: 840px; }
    .l-eventDetail__column {
      width: 100%;
      padding: 0;
      margin: 0;
      margin-top: 10px; }
    .l-eventDetail aside {
      position: relative;
      width: 100%;
      top: auto;
      right: auto;
      left: auto;
      padding-bottom: 0;
      box-shadow: none;
      z-index: 1; }
  .m-eventDetail__spotlight {
    margin: 0;
    width: 100%; }
  .m-eventDetail__buttons {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    margin: 0; }
  .m-eventDetail__title, .m-eventDetail__tagline {
    display: none; }
  .m-eventDetail__buttonWrapper {
    position: relative;
    width: 100%; }
    .m-eventDetail__buttonWrapper-title, .m-eventDetail__buttonWrapper-tagline, .m-eventDetail__buttonWrapper-date {
      display: block; }
    .m-eventDetail__buttonWrapper-title {
      line-height: 0.8; }
    .m-eventDetail__buttonWrapper-date {
      display: none; }
  .m-eventDetailList {
    margin-top: 0;
    padding: 0; }
    .m-eventDetailList__item {
      padding-left: 0px;
      padding-right: 0px; }
      .m-eventDetailList__item:first-child {
        display: none; }
      .m-eventDetailList__item-long {
        width: 100%;
        height: auto; }
      .m-eventDetailList__item:last-child {
        border-bottom: 2px solid #E9E9E9; } }

@media screen and (max-width: 700px) {
  .l-eventDetail {
    width: 100%; }
  .l-eventDetail aside {
    padding-left: 10px;
    padding-right: 10px; }
  .m-eventDetail__contentHolder {
    padding-left: 10px;
    padding-right: 10px; }
  .m-eventDetail__buttons {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin: 20px auto 0 auto;
    display: block;
    width: 100%; }
  .m-eventDetail__buttonWrapper-title, .m-eventDetail__buttonWrapper-tagline, .m-eventDetail__buttonWrapper-date {
    width: 100%;
    padding-right: 0px; } }

@media screen and (max-width: 500px) {
  .m-eventDetailList__item {
    width: 100%; }
  .m-eventDetailShowings__cell {
    width: 100%;
    display: block;
    float: left;
    clear: both; }
    .m-eventDetailShowings__cell:first-child {
      clear: left;
      width: calc(100% - 140px); }
    .m-eventDetailShowings__cell:nth-child(2) {
      display: block;
      text-align: left;
      clear: left;
      width: calc(100% - 140px); }
    .m-eventDetailShowings__cell:last-child {
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      text-align: left; } }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.m-content__textarea, .spotlight_text, .m-content__faq, .m-content__link, .m-content__contests,
.m-content__concierge, .m-content__news, .m-content__spotlight,
.m-content__events, #cse-search-results, .m-content__map {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto 20px; }

.m-content__textarea .column {
  width: 50%;
  float: left;
  padding: 0 20px 0 0; }
  .m-content__textarea .column ul, .m-content__textarea .column ol {
    margin-left: 0; }
  .m-content__textarea .column h2:first-child, .m-content__textarea .column h3:first-child, .m-content__textarea .column h4:first-child {
    margin-top: 0; }
  @media screen and (max-width: 700px) {
    .m-content__textarea .column {
      width: 100%;
      padding-left: 20px; } }

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

.m-content__textarea blockquote {
  position: relative;
  width: 1210px;
  color: white;
  padding: 50px 120px 50px 40px;
  margin-left: 0px;
  margin: 40px 0;
  transform: translateX(-50px); }
  .m-content__textarea blockquote:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100vw;
    width: 100%;
    width: calc(100% - 30px);
    height: 100%;
    z-index: -1;
    background: #A71E22; }
  .m-content__textarea blockquote p {
    margin-bottom: 0;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.602rem;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: 0.02em; }
  .m-content__textarea blockquote strong,
  .m-content__textarea blockquote em {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    font-size: 26px;
    font-family: "Oswald", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    padding-top: 40px; }
  .m-content__textarea blockquote em {
    position: relative;
    font-weight: 300;
    font-style: normal;
    padding-left: 10px;
    font-size: 16px;
    color: white;
    font-family: "Oswald", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased; }
  .m-content__textarea blockquote strong {
    position: relative;
    display: block; }
    .m-content__textarea blockquote strong:before {
      content: '';
      border-top: 2px solid #fff;
      display: block;
      position: absolute;
      top: 30px;
      left: 0px;
      width: 100%; }
  @media screen and (max-width: 1240px) {
    .m-content__textarea blockquote {
      width: 100%;
      transform: translateX(0px);
      padding: 50px; }
      .m-content__textarea blockquote:before {
        width: 100%; } }
  @media screen and (max-width: 870px) {
    .m-content__textarea blockquote {
      padding: 20px; } }

/* ----------------------------------------------------------------------------
= 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, .widgets_area,
  #venue_widgets_framework, blockquote:before, .m-content__slide {
    display: none;
    height: 0 !important; }
  .m-content__faq {
    margin: auto;
    max-width: 1000px; }
  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; }
  .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; } }
