/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Cormorant:400,600,700|Roboto+Condensed:300,400,700");
html {
  box-sizing: border-box; }

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

/* ----------------------------------------------------------------------------
= 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.
 *
 */
/*
	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){
	
	}

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

#venue_widgets_framework .m-venueframework__header-text {
  padding-left: 0;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: 0px !important; }

.m-venueframework__header:after {
  content: '' !important;
  visibility: visible !important;
  height: 2px !important;
  width: calc(100% - 20px);
  background-color: black;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 10px; }

#venue_widgets_framework h4 {
  font-family: "Open Sans", sans-serif; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: #D8D8D8 !important; }

#venue_widgets_framework .m-owlcarousel__controls-icon svg {
  position: absolute; }

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  text-transform: capitalize;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px; }

#venue_widgets_framework .l-m-venue_widget__socialwidget .m-venueframework__header-text,
#venue_widgets_framework .m-venueframework__header-text {
  text-transform: uppercase !important; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  padding: 9px 19px; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget[data-layout="wide"] .entry {
  padding: 19px; }

* {
  letter-spacing: 0.02em; }

.header-base, h1, h2, h3, h4, h5, h6, .sitemap ul > li > a {
  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, .sitemap ul > li > a {
  font-size: 1.999396rem; }
  .m-content__textarea h3, .m-content__textarea .h3, .m-content__textarea .sitemap ul > li > a, .sitemap .m-content__textarea ul > li > a {
    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, .m-content__link ul.list .description p 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, .rsDefault .rsGCaption .rsABlock p, .home-slideshow .rsGCaption .desc .caption_body, .home-slideshow .rsGCaption .desc .m-eventItem__location, .m-eventItem__meta .m-eventItem__location, .sitemap ul > li ul li > a {
  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; }

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  text-align: left;
  overflow-x: hidden; }

#container {
  position: relative;
  width: 100%;
  float: right;
  min-height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 157px; }
  @media screen and (max-width: 1180px) {
    #container {
      padding-top: 90px; } }
  @media screen and (max-width: 500px) {
    #container {
      padding-top: 60px; } }
  @media screen and (max-width: 870px) {
    #container {
      width: 100%;
      float: none; } }

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both;
  background-image: url("../images/backgrounds/city_scape-outline.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: black;
  background-size: 100% auto; }
  @media screen and (max-width: 1100px) {
    #content {
      background-size: auto; } }
  body.mobile_nav_opened #content {
    filter: blur(2px); }
    @media screen and (min-width: 1181px) {
      body.mobile_nav_opened #content {
        filter: none; } }

.column {
  float: left;
  position: relative;
  margin: 0;
  padding: 0; }

.one_sidebar_right {
  padding-bottom: 35px;
  zoom: 1; }
  .one_sidebar_right:before, .one_sidebar_right:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .one_sidebar_right:after {
    clear: both; }
  .one_sidebar_right #column_1 {
    float: left;
    width: 66%;
    background: #ffffff;
    padding: 125px; }
    .one_sidebar_right #column_1.cms {
      width: 100%;
      min-height: 551px;
      zoom: 1; }
      .one_sidebar_right #column_1.cms:before, .one_sidebar_right #column_1.cms:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .one_sidebar_right #column_1.cms:after {
        clear: both; }
  .one_sidebar_right #column_2 {
    float: right;
    width: 32%; }

.content_section {
  padding: 40px 10px 140px; }
  @media screen and (max-width: 1180px) {
    .content_section {
      padding-top: 10px; } }
  .content_section:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vw * (945 / 1480));
    max-height: 945px;
    background-image: url(../images/backgrounds/SKYLINE.png);
    background-color: white;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block; }
  .content_section.has_slideshow:before {
    height: 700px; }
  .content_section.has_slideshow .full:before {
    height: calc(100% - 680px); }

.full.hybrid:before, #news .full:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: block;
  height: calc(100% - 220px);
  z-index: 1;
  border-radius: 5px;
  visibility: visible; }

.full.hybrid .full_column:first-child, #news .full .full_column:first-child {
  max-width: 1240px;
  margin: auto;
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin: auto;
  min-height: 800px;
  background: white;
  padding: 0px 0px 40px;
  border-radius: 0px;
  box-shadow: 0px 19px 20px rgba(0, 0, 0, 0.2); }
  .full.hybrid .full_column:first-child + .full_column, #news .full .full_column:first-child + .full_column {
    max-width: 1240px;
    margin: auto;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0px 0px 40px;
    padding-top: 40px;
    border-radius: 0px; }

.full.hybrid + .full.widget_section {
  margin-top: 40px; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
.header {
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
  position: relative;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 173px;
  background-color: black;
  margin: 0 auto 0px;
  padding: 0;
  zoom: 1;
  background-color: black;
  background-image: url("../images/backgrounds/city_scape-outline.svg");
  background-repeat: no-repeat;
  background-size: calc(100% - (50% - 620px)) auto;
  background-position: left calc(100% - 60px);
  overflow: visible;
  z-index: 50;
  border-bottom: 1px solid #E5E5E5; }
  .header:before, .header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .header:after {
    clear: both; }
  @media screen and (max-width: 1180px) {
    .header {
      min-height: 50px;
      height: 90px; } }
  @media screen and (max-width: 500px) {
    .header {
      height: 60px; } }
  @media screen and (max-width: 870px) {
    .header {
      left: 0px;
      width: 100%; } }
  .header .header-inner-wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 173px; }
    @media screen and (max-width: 1180px) {
      .header .header-inner-wrapper {
        min-height: 50px;
        height: 90px; } }
    @media screen and (max-width: 500px) {
      .header .header-inner-wrapper {
        height: 60px; } }
  .header.condensed_nav {
    min-height: 50px;
    z-index: 900;
    height: 60px;
    background-size: contain;
    background-position: 150px bottom; }
    @media screen and (max-width: 1180px) {
      .header.condensed_nav {
        min-height: 50px;
        z-index: 900;
        height: 90px;
        background-size: contain;
        background-position: 150px bottom; } }
    @media screen and (max-width: 500px) {
      .header.condensed_nav {
        height: 60px; } }
    @media screen and (max-width: 870px) {
      .header.condensed_nav {
        left: 0px;
        width: 100%; } }
    .header.condensed_nav .header-inner-wrapper {
      min-height: 50px;
      z-index: 900;
      height: 90px; }
      @media screen and (max-width: 500px) {
        .header.condensed_nav .header-inner-wrapper {
          height: 60px; } }
  .header .logo {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    width: 233px;
    height: 92px;
    top: 0px;
    left: 10px; }
    body.mobile_nav_opened .header .logo {
      filter: blur(2px); }
      @media screen and (min-width: 1181px) {
        body.mobile_nav_opened .header .logo {
          filter: none; } }
    .header .logo a, .header .logo span {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      background: url(../images/logo.png) no-repeat;
      background-size: 100% auto;
      width: 233px;
      height: 92px;
      font-size: 0;
      text-indent: -999px;
      display: block; }
    .header .logo a:hover {
      zoom: 1;
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter: alpha(opacity=80); }
    @media screen and (max-width: 1180px) {
      .header .logo {
        width: 161px;
        height: 64px; }
        .header .logo a, .header .logo span {
          width: 161px;
          height: 64px;
          background-size: 100% auto; } }
    @media screen and (max-width: 500px) {
      .header .logo {
        width: 88px;
        height: 33px; }
        .header .logo a, .header .logo span {
          width: 88px;
          height: 33px;
          background-size: 100% auto; } }
  .header.condensed_nav .logo {
    width: 88px;
    height: 33px;
    top: 0px;
    left: 10px; }
    @media screen and (max-width: 1180px) {
      .header.condensed_nav .logo {
        width: 161px;
        height: 64px; } }
    @media screen and (max-width: 500px) {
      .header.condensed_nav .logo {
        width: 88px;
        height: 33px; } }
    .header.condensed_nav .logo a, .header.condensed_nav .logo span {
      width: 88px;
      height: 33px;
      background-size: 100% auto; }
      @media screen and (max-width: 1180px) {
        .header.condensed_nav .logo a, .header.condensed_nav .logo span {
          width: 161px;
          height: 64px; } }
      @media screen and (max-width: 500px) {
        .header.condensed_nav .logo a, .header.condensed_nav .logo span {
          width: 88px;
          height: 33px; } }
  .header .header_tagline {
    -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;
    position: absolute;
    top: 40px;
    right: 193px;
    font-size: 53px;
    text-transform: uppercase;
    display: block;
    color: white;
    font-family: "Squada One", cursive; }
    @media screen and (max-width: 1180px) {
      .header .header_tagline {
        font-size: 1.7rem;
        top: auto;
        bottom: 16px;
        right: 100px; } }
    @media screen and (max-width: 500px) {
      .header .header_tagline {
        display: none; } }
  .header.condensed_nav .header_tagline {
    font-size: 15px;
    opacity: 0;
    z-index: -1; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
.toolbar {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 113px;
  transition: all 200ms linear;
  float: right;
  overflow: hidden;
  z-index: 1020;
  width: calc((50% - 620px) + 170px);
  min-width: 170px;
  background: #A71E22; }
  .toolbar .newsletter_signup_link {
    position: relative;
    float: left;
    padding-left: 20px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    height: 113px;
    line-height: 113px;
    width: 100%;
    text-align: left; }
    .toolbar .newsletter_signup_link .orbs {
      position: absolute;
      line-height: 0;
      text-align: left;
      top: calc(50% + 20px); }
      .toolbar .newsletter_signup_link .orbs .orb {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        background: white;
        transition: all 200ms linear; }
    .toolbar .newsletter_signup_link:hover {
      background: #E60209; }
      .toolbar .newsletter_signup_link:hover .orb {
        background: #FED138; }
  @media screen and (max-width: 1180px) {
    .toolbar.shown_by_nav {
      display: block;
      height: 75px;
      padding: 10px 20px;
      right: auto;
      top: auto;
      float: right;
      max-width: 505px;
      min-width: auto;
      width: 100%;
      height: 88px;
      background: black; }
      .toolbar.shown_by_nav:hover {
        background: black; } }
  @media screen and (max-width: 1180px) and (max-width: 500px) {
    .toolbar.shown_by_nav {
      padding: 10px; } }
  .condensed_nav .toolbar {
    height: 0px; }
    @media screen and (max-width: 1180px) {
      .condensed_nav .toolbar.shown_by_nav {
        display: block;
        height: 60px; } }
  @media screen and (max-width: 1180px) {
    .toolbar {
      width: 100%;
      max-width: 500px;
      position: relative;
      z-index: 1200;
      display: none;
      padding: 0 10px;
      background: #E60209; }
      .toolbar .newsletter_signup_link:before {
        display: none; }
      .toolbar .newsletter_signup_link, .toolbar #search {
        float: left;
        height: 88px;
        line-height: 88px;
        padding: 0px; }
        .toolbar .newsletter_signup_link:hover, .toolbar #search:hover {
          background: black; } }
  @media screen and (max-width: 500px) {
    .toolbar {
      padding: 0 10px; } }

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  float: left;
  z-index: 500;
  padding: 0;
  padding-left: 10px;
  width: calc(100% - 170px);
  margin-top: 111px;
  height: 60px;
  border-top: 2px solid #A71E22; }
  @media screen and (max-width: 1180px) {
    .main_nav {
      display: none; } }
  .main_nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left; }
    .main_nav ul li {
      position: relative;
      display: block;
      float: left;
      margin: 0;
      padding: 0; }
      .main_nav ul li:first-child, .main_nav ul li.page_1 {
        display: none; }
      .main_nav ul li.not_hovered a {
        color: #444041; }
    .main_nav ul > li:last-child .sub {
      right: 0px;
      left: auto; }
  .main_nav > ul {
    display: flex;
    flex-flow: row wrap;
    flex-basis: auto; }
    .main_nav > ul > li {
      flex: 1 0 auto; }
  .main_nav a {
    display: block;
    margin: 0;
    padding: 0;
    padding-right: 40px;
    color: #BABABA;
    font-size: 1.424rem;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    font-family: "Squada One", cursive;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .main_nav a:hover, .main_nav a.active {
      color: white; }
    .main_nav a.active {
      color: #A71E22; }
  .condensed_nav .main_nav {
    margin-top: 0px;
    width: calc(100% - 280px);
    margin-left: 110px;
    border: 0px; }
    .condensed_nav .main_nav a {
      padding-bottom: 10px; }

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: 0px;
  width: auto;
  margin: 0;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 26px;
  border-top: 1px solid white; }

.main_nav ul ul {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  background: none; }
  .main_nav ul ul li {
    float: none;
    height: auto;
    margin: 0;
    padding: 1px 0;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left; }
    .main_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul li a {
      display: block;
      height: auto;
      margin: 0;
      padding: 7px 20px;
      color: #fff;
      background: none;
      text-shadow: none;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      cursor: pointer;
      text-align: left;
      text-decoration: none;
      text-indent: 0;
      text-transform: none;
      white-space: nowrap; }
      .main_nav ul ul li a:hover, .main_nav ul ul li a:focus {
        background-color: #A71E22;
        color: white;
        cursor: pointer;
        text-decoration: none; }
      .main_nav ul ul li a.active {
        color: #A71E22; }
        .main_nav ul ul li a.active:hover, .main_nav ul ul li a.active:focus {
          color: white; }
      .main_nav ul ul li a.gh_redirect:after, .main_nav ul ul li a.gh_page_redirect:after {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  width: 100%;
  height: auto;
  background: black; }
  footer .footer_panel {
    zoom: 1;
    margin-bottom: 30px;
    position: relative; }
    footer .footer_panel:before, footer .footer_panel:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_panel:after {
      clear: both; }
    footer .footer_panel .panel_subsection {
      float: left; }
      footer .footer_panel .panel_subsection.right {
        float: right;
        margin-top: 36px; }
        @media screen and (max-width: 1100px) {
          footer .footer_panel .panel_subsection.right {
            margin-top: 0px; } }
      @media screen and (max-width: 1100px) {
        footer .footer_panel .panel_subsection {
          float: left;
          clear: both;
          width: 100%;
          margin-top: 0px; } }
  @media screen and (max-width: 1100px) {
    footer .footer_logos {
      text-align: center; } }
  footer .footer_logos span {
    display: block;
    background-repeat: no-repeat;
    float: left; }
    @media screen and (max-width: 1100px) {
      footer .footer_logos span {
        display: inline-block;
        float: none;
        vertical-align: top; } }
  footer .footer_logos .footer_logo_broadway {
    background-image: url("../images/logos/broadway_live.png");
    width: 230px;
    height: 160px;
    background-size: 230px auto; }
    @media screen and (max-width: 500px) {
      footer .footer_logos .footer_logo_broadway {
        width: 100%;
        background-position: center; } }
    @media screen and (max-width: 530px) {
      footer .footer_logos .footer_logo_broadway {
        margin-left: 0px;
        width: 100%;
        background-size: 300px auto;
        background-position: center top; } }
    @media screen and (max-width: 339px) {
      footer .footer_logos .footer_logo_broadway {
        width: 100%;
        background-size: 100% auto; } }
  footer .footer_logos .footer_logo_live {
    margin-left: 40px;
    background-image: url("../images/logos/mcallen_live.png");
    width: 275px;
    height: 100px;
    background-size: 275px auto;
    margin-top: 15px; }
    @media screen and (max-width: 530px) {
      footer .footer_logos .footer_logo_live {
        margin-top: 15px;
        margin-left: 0px;
        width: 100%;
        background-size: 300px auto;
        background-position: center top; } }
    @media screen and (max-width: 339px) {
      footer .footer_logos .footer_logo_live {
        width: 100%;
        background-size: 100% auto; } }
  footer .address {
    width: auto;
    font-family: "Squada One", cursive;
    font-size: 28px;
    color: #878787;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    clear: both;
    margin-bottom: 0px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px; }
    @media screen and (max-width: 1100px) {
      footer .address {
        position: relative;
        text-align: center;
        bottom: auto;
        left: auto;
        width: 100%; } }
    footer .address address {
      margin: 0px;
      font-size: 28px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        footer .address address {
          padding: 0px 20px; } }
      @media screen and (max-width: 500px) {
        footer .address address {
          font-size: 18px; } }
  footer .social {
    float: right; }
    @media screen and (max-width: 1100px) {
      footer .social {
        float: right;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        margin-top: 18px; } }
    footer .social .site-tagline {
      float: left;
      display: block;
      text-align: right;
      color: white;
      font-family: "Squada One", cursive;
      font-size: 2rem;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 40px;
      text-transform: uppercase; }
      @media screen and (max-width: 1100px) {
        footer .social .site-tagline {
          display: inline-block;
          float: none;
          margin-right: 20px;
          vertical-align: middle; } }
    footer .social ul {
      zoom: 1;
      clear: both;
      padding-top: 18px; }
      footer .social ul:before, footer .social ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer .social ul:after {
        clear: both; }
      @media screen and (max-width: 1100px) {
        footer .social ul {
          display: inline-block;
          padding-top: 0px;
          float: none;
          vertical-align: middle; } }
      @media screen and (max-width: 500px) {
        footer .social ul {
          clear: both;
          display: block; } }
    footer .social li.social_links {
      clear: both;
      float: right;
      margin-bottom: 0;
      padding: 0; }
      @media screen and (max-width: 500px) {
        footer .social li.social_links {
          float: none; } }
      footer .social li.social_links a {
        cursor: pointer;
        font-family: FontAwesome;
        display: inline-block;
        height: 44px;
        width: 44px;
        line-height: 44px;
        text-align: center;
        color: white;
        border-radius: 22px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        background: #A71E22;
        padding-bottom: 0;
        font-size: 20px;
        font-weight: 400;
        margin-right: 12px; }
        footer .social li.social_links a:hover {
          background: #E60209;
          color: white; }
        footer .social li.social_links a:last-child {
          margin-right: 0px; }
      @media screen and (max-width: 870px) {
        footer .social li.social_links {
          margin: 0;
          clear: none; } }
      @media screen and (max-width: 700px) {
        footer .social li.social_links {
          margin: 0;
          margin-top: 10px; }
          footer .social li.social_links a {
            margin-right: 6px;
            margin-left: 6px; } }
  footer .footer_holder {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 0 1rem;
    zoom: 1;
    padding-left: 10px;
    padding-right: 10px;
    zoom: 1; }
    footer .footer_holder:before, footer .footer_holder:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_holder:after {
      clear: both; }
    body.mobile_nav_opened footer .footer_holder {
      filter: blur(2px); }
      @media screen and (min-width: 1181px) {
        body.mobile_nav_opened footer .footer_holder {
          filter: none; } }
  footer .footer_nav {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
    clear: both;
    border-top: 1px solid #A71E22;
    zoom: 1; }
    footer .footer_nav:before, footer .footer_nav:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    footer .footer_nav:after {
      clear: both; }
    footer .footer_nav ul {
      zoom: 1;
      position: relative; }
      footer .footer_nav ul:before, footer .footer_nav ul:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      footer .footer_nav ul:after {
        clear: both; }
      footer .footer_nav ul li {
        width: 25%;
        float: left;
        margin-bottom: 20px;
        padding-right: 20px; }
        footer .footer_nav ul li a {
          color: white;
          font-family: "Squada One", cursive;
          display: block;
          position: relative;
          font-size: 25px;
          font-weight: 400;
          padding-bottom: 20px;
          cursor: pointer;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased; }
          footer .footer_nav ul li a:hover, footer .footer_nav ul li a.active {
            color: #A71E22; }
        footer .footer_nav ul li li {
          width: 100%;
          float: none;
          margin-bottom: 0; }
          footer .footer_nav ul li li a {
            font-family: "Oswald", sans-serif;
            font-weight: 300;
            font-size: 18px;
            display: block;
            padding: 5px 0px;
            text-transform: none;
            color: #888888;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased; }
            footer .footer_nav ul li li a:hover {
              color: white; }
        @media screen and (max-width: 870px) {
          footer .footer_nav ul li {
            width: 100%;
            text-align: center;
            padding: 0;
            margin: 0px; } }
      @media screen and (max-width: 870px) {
        footer .footer_nav ul ul {
          display: none; } }
    @media screen and (max-width: 870px) {
      footer .footer_nav {
        padding: 0 30px 20px;
        padding-top: 20px;
        margin: 0 auto;
        width: calc(100% - 20px); } }
  footer .sponsor_carousel {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    padding: 16px 0; }
    footer .sponsor_carousel .owl-item {
      -webkit-filter: grayscale(100%);
      zoom: 1;
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter: alpha(opacity=40);
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear; }
      footer .sponsor_carousel .owl-item img {
        vertical-align: middle;
        max-width: 90%;
        max-height: 120px; }
      footer .sponsor_carousel .owl-item:hover {
        -webkit-filter: grayscale(0%);
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }

.global-footer {
  display: block;
  margin-top: 30px;
  zoom: 1; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer p {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 15px 0;
    border: none;
    text-align: left;
    font-size: 16px;
    color: #7F7E7E; }
  .global-footer a {
    color: #7F7E7E; }
    .global-footer a:hover, .global-footer a.active {
      color: #E60209; }
  .global-footer .delimiter {
    padding: 0 3px;
    color: #7F7E7E; }
  .global-footer br {
    display: none; }
  .global-footer a#carbonhouse,
  .global-footer a#carbonhouse:link,
  .global-footer a#carbonhouse:visited {
    display: block;
    float: right;
    position: relative;
    font-family: "helvetica", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7F7E7E;
    cursor: pointer;
    letter-spacing: 0em; }
    .global-footer a#carbonhouse span,
    .global-footer a#carbonhouse:link span,
    .global-footer a#carbonhouse:visited span {
      font-weight: 700; }
    .global-footer a#carbonhouse:hover,
    .global-footer a#carbonhouse:link:hover,
    .global-footer a#carbonhouse:visited:hover {
      color: #E60209; }
    @media screen and (max-width: 870px) {
      .global-footer a#carbonhouse,
      .global-footer a#carbonhouse:link,
      .global-footer a#carbonhouse:visited {
        float: none;
        display: block;
        text-align: center;
        margin-top: 20px; } }
  @media screen and (max-width: 870px) {
    .global-footer {
      text-align: center; }
      .global-footer p {
        text-align: center; } }
  @media screen and (max-width: 700px) {
    .global-footer .delimiter.first_one {
      display: none; }
    .global-footer br {
      display: block; } }

.sponsor_carousel.owl-carousel {
  width: 100%;
  margin: auto;
  background-color: white; }
  .sponsor_carousel.owl-carousel .owl-wrapper-outer {
    margin: auto; }
    .sponsor_carousel.owl-carousel .owl-wrapper-outer .owl-wrapper {
      margin: auto;
      text-align: center; }
      .sponsor_carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        line-height: 80px; }
        .sponsor_carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item a {
          line-height: 80px; }
        .sponsor_carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item img {
          vertical-align: middle;
          line-height: 80px;
          max-height: 60px; }
      .sponsor_carousel.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
        padding: 0 10px; }
  .sponsor_carousel.owl-carousel .owl-controls .owl-prev {
    left: -40px; }
    .sponsor_carousel.owl-carousel .owl-controls .owl-prev:before, .sponsor_carousel.owl-carousel .owl-controls .owl-prev:after {
      height: 1px; }
    @media screen and (max-width: 1256px) {
      .sponsor_carousel.owl-carousel .owl-controls .owl-prev {
        left: 0px; }
        .sponsor_carousel.owl-carousel .owl-controls .owl-prev:before, .sponsor_carousel.owl-carousel .owl-controls .owl-prev:after {
          background: black; } }
  .sponsor_carousel.owl-carousel .owl-controls .owl-next {
    right: -40px; }
    .sponsor_carousel.owl-carousel .owl-controls .owl-next:before, .sponsor_carousel.owl-carousel .owl-controls .owl-next:after {
      height: 1px; }
    @media screen and (max-width: 1256px) {
      .sponsor_carousel.owl-carousel .owl-controls .owl-next {
        right: 0px; }
        .sponsor_carousel.owl-carousel .owl-controls .owl-next:before, .sponsor_carousel.owl-carousel .owl-controls .owl-next:after {
          background: black; } }

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: none;
  width: 320px;
  margin: 0 0 20px;
  padding: 0; }
  .subnav ul {
    width: 300px;
    margin: 0 auto;
    padding: 15px 0;
    list-style: none;
    list-style-image: none; }
    .subnav ul li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid black; }
      .subnav ul li:first-child {
        background: none; }
        .subnav ul li:first-child a, .subnav ul li:first-child a:visited {
          line-height: 18px; }
      .subnav ul li.active ul {
        display: block;
        width: auto;
        margin: 0;
        padding: 2px 0 2px 12px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        background: none; }
      .subnav ul li.active a:active {
        color: #000; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Oswald", sans-serif;
        text-decoration: none;
        text-transform: uppercase; }
        .subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          color: #000; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #000;
          font-size: 22px; }
          .subnav ul li a.section:hover, .subnav ul li a.section.active:hover, .subnav ul li a.section:active, .subnav ul li a:visited.section:hover, .subnav ul li a:visited.section.active:hover, .subnav ul li a:visited.section:active {
            color: #000; }
      .subnav ul li.active.onparent a.active {
        color: #000; }
    .subnav ul ul {
      display: none; }
      .subnav ul ul li {
        border-bottom: none; }
        .subnav ul ul li:first-child a {
          line-height: 24px; }

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
.search-wrapper {
  position: absolute;
  width: calc((50% - 620px) + 170px);
  background: white;
  height: 59px;
  right: 0px;
  bottom: 0px;
  min-width: 170px;
  transition: width 200ms linear;
  z-index: 1000;
  cursor: pointer; }
  .search-wrapper.search_opened {
    width: calc(100% - (50% - 620px));
    z-index: 1000;
    max-width: none;
    margin: 0 auto;
    cursor: default; }
    @media screen and (max-width: 1240px) {
      .search-wrapper.search_opened {
        width: 100%; } }
  @media screen and (max-width: 1180px) {
    .search-wrapper {
      display: none;
      width: calc(100% - 90px);
      max-width: 416px;
      z-index: 1200;
      right: 90px;
      height: 90px; }
      body.mobile_nav_opened .search-wrapper {
        display: block; } }
  @media screen and (max-width: 500px) {
    .search-wrapper {
      width: calc(100% - 60px);
      max-width: none;
      right: 60px;
      height: 60px; } }

#search {
  position: relative;
  display: block;
  float: left;
  height: 60px;
  margin: 0;
  padding: 0;
  padding-right: 40px;
  max-width: 170px;
  width: 170px;
  transition-delay: 200ms;
  transition: width 200ms linear; }
  @media screen and (max-width: 1180px) {
    #search {
      width: 100%;
      max-width: none; } }
  #search .search-text {
    display: block;
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    opacity: 1;
    transition: all 200ms linear; }
    @media screen and (max-width: 1180px) {
      #search .search-text {
        display: none; } }
  #search .search-close {
    position: absolute;
    top: 15px;
    right: 7px;
    width: 30px;
    height: 30px;
    opacity: 0;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0ms;
    cursor: pointer; }
    @media screen and (max-width: 1180px) {
      #search .search-close {
        display: none; } }
    #search .search-close:before, #search .search-close:after {
      content: "";
      width: 2px;
      height: 20px;
      background: black;
      position: absolute;
      top: 5px;
      left: 15px; }
    #search .search-close:before {
      transform: rotate(225deg); }
    #search .search-close:after {
      transform: rotate(-225deg); }
  #search input, #search input[type='text'] {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    transition: all 0ms linear;
    transition-delay: 0ms;
    width: 0px;
    opacity: 0;
    position: relative;
    height: 59px;
    margin: 0;
    padding: 0px;
    padding-left: 20px;
    color: black;
    border: 0;
    border-radius: none;
    background: transparent;
    font: 300 18px/100% "Oswald", sans-serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: black;
      font: 300 18px/100% "Oswald", sans-serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: black;
      font: 300 18px/100% "Oswald", sans-serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: black;
      font: 300 18px/100% "Oswald", sans-serif; }
    @media screen and (max-width: 1180px) {
      #search input, #search input[type='text'] {
        display: block;
        height: 90px; } }
    #search input:focus, #search input[type='text']:focus {
      outline: none;
      background: #fff;
      color: #E60209;
      -webkit-appearance: none; }
    @media screen and (max-width: 1180px) {
      #search input, #search input[type='text'] {
        background: white;
        color: black;
        border-radius: 0px;
        width: 100%;
        -webkit-appearance: none;
        opacity: 1;
        padding-left: 20px; }
        #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
          color: black;
          font: 300 18px/100% "Oswald", sans-serif; }
        #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
          color: black;
          font: 300 18px/100% "Oswald", sans-serif; }
        #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
          color: black;
          font: 300 18px/100% "Oswald", sans-serif; }
        #search input:focus, #search input[type='text']:focus {
          outline: none;
          background: #fff;
          color: black;
          -webkit-appearance: none; } }
    @media screen and (max-width: 500px) {
      #search input, #search input[type='text'] {
        height: 60px;
        padding-left: 10px; } }
  #search button, #search .search-trigger {
    position: absolute;
    top: 15px;
    right: 37px;
    width: 29px;
    height: 29px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
    outline: none;
    cursor: pointer; }
    #search button span, #search .search-trigger span {
      display: none; }
    #search button svg, #search .search-trigger svg {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      fill: #A71E22; }
    #search button:hover, #search button:focus, #search .search-trigger:hover, #search .search-trigger:focus {
      background-position: -242px -34px; }
      #search button:hover svg, #search button:focus svg, #search .search-trigger:hover svg, #search .search-trigger:focus svg {
        fill: #000; }
    @media screen and (max-width: 1180px) {
      #search button, #search .search-trigger {
        background: white;
        height: 44px;
        line-height: 47px;
        top: 0px;
        right: 1px;
        width: 45px; }
        #search button svg, #search .search-trigger svg {
          fill: #A71E22; }
        #search button:hover svg, #search .search-trigger:hover svg {
          fill: #000; } }
  #search button {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0ms; }
    @media screen and (max-width: 1180px) {
      #search button {
        opacity: 1;
        pointer-events: initial;
        top: 25px; } }
    @media screen and (max-width: 500px) {
      #search button {
        top: 10px; } }
  #search .search-trigger {
    display: block;
    opacity: 1;
    right: 7px;
    transition: opacity 200ms linear;
    transition-delay: 200ms; }
    @media screen and (max-width: 1180px) {
      #search .search-trigger {
        display: none; } }
  @media screen and (max-width: 1180px) {
    #search {
      width: 100%; } }
  #search.search_opened {
    width: 100%;
    max-width: 1240px;
    float: left; }
    #search.search_opened .search-text {
      opacity: 0; }
    #search.search_opened .search-trigger {
      opacity: 0;
      right: 37px;
      transition-delay: 0ms; }
    #search.search_opened .search-close {
      z-index: 1;
      opacity: 1;
      transition-delay: 300ms; }
    #search.search_opened button {
      display: block;
      opacity: 1;
      pointer-events: initial;
      right: 37px;
      transition: all 200ms linear;
      transition-delay: 200ms; }
    #search.search_opened input {
      display: block;
      opacity: 1;
      width: 100%;
      padding: 10px;
      padding-left: 20px;
      transition: all 200ms linear;
      transition-delay: 200ms; }

#cse-search-results {
  padding: 0 10px; }
  #cse-search-results iframe {
    width: 100%; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, a.gen-button, .gen-button,
a.spot-button, .m-content__concierge .buttons a,
.m-content__spotlight .buttons a, .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, .m-content__concierge .buttons a:hover,
  .m-content__spotlight .buttons a: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:hover[type='submit'], .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,
.m-content__concierge .buttons a,
.m-content__spotlight .buttons a, .spot-button, .m-content__concierge .buttons a,
.m-content__spotlight .buttons a,
a.button, .button, .alert-button {
  width: auto;
  padding: 0 20px; }
  a.gen-button:hover, .gen-button:hover,
  a.spot-button:hover,
  .m-content__concierge .buttons a:hover,
  .m-content__spotlight .buttons a:hover, .spot-button:hover, .m-content__concierge .buttons a:hover,
  .m-content__spotlight .buttons a: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; }

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20; }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Full Width Responsive
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* ----------------------------------------------------------------------------
=Settings
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Includes
----------------------------------------------------------------------------- */
/* Background */
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF; }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .rsDefault .rsArrow:hover .rsArrowIcn:before, .rsDefault .rsArrow:hover .rsArrowIcn:after {
    background: #E60209; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px; }

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: -80px; }

.rsDefault.rsHor .rsArrowRight {
  right: -80px;
  top: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    transform: rotate(180deg); }

@media screen and (max-width: 1370px) {
  .rsDefault.rsHor .rsArrowLeft {
    left: 0px; }
  .rsDefault.rsHor .rsArrowRight {
    right: 0px; } }

.rsArrowIcn {
  width: 38px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
  cursor: pointer; }
  .rsArrowIcn:before, .rsArrowIcn:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    color: black;
    height: 2px;
    width: 48px;
    background: black;
    transform: rotate(45deg);
    transform-origin: top left;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
    @media screen and (max-width: 1370px) {
      .rsArrowIcn:before, .rsArrowIcn:after {
        background: white; } }
  .rsArrowIcn:after {
    transform: rotate(-45deg);
    transform-origin: top left; }
  .rsArrowIcn:hover:before, .rsArrowIcn:hover:after {
    background: #E60209; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }
  .rsDefault .rsBullets .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px; }
    .rsDefault .rsBullets .rsBullet span {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #777;
      background: rgba(255, 255, 255, 0.5); }
    .rsDefault .rsBullets .rsBullet.rsNavSelected span {
      background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px; }
  .rsDefault .rsThumb img {
    width: 100%;
    height: 100%; }
  .rsDefault .rsThumb.rsNavSelected {
    background: #02874a; }
    .rsDefault .rsThumb.rsNavSelected img {
      opacity: 0.3;
      filter: alpha(opacity=30); }
  .rsDefault .rsThumb .rsTmb {
    display: block;
    /* Thumbnails with text */ }
    .rsDefault .rsThumb .rsTmb h5 {
      font-size: 16px;
      margin: 0;
      padding: 0;
      line-height: 20px;
      color: #FFF; }
    .rsDefault .rsThumb .rsTmb span {
      color: #DDD;
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }
  .rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png"); }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }
  .rsDefault .rsThumbsHor {
    height: 44px; }
  .rsDefault .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. RoyalSlider Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }
  .rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf; }
  .rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  .rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../images/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #FFF;
  width: 100%;
  height: auto;
  font-size: 12px; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsGCaption {
      position: relative;
      float: left;
      bottom: auto;
      left: auto;
      background: black; } }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto; }
    .rsDefault .rsGCaption .rsABlock p {
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      font-size: 18px;
      color: #fff;
      margin: 0;
      padding: 15px 20px;
      text-align: right; }
      @media screen and (max-width: 700px) {
        .rsDefault .rsGCaption .rsABlock p {
          padding: 5px 10px; } }

.hasCaption .rsContent:before, .hasCaption .rsVideoContainer:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  visibility: visible;
  display: block;
  z-index: 10;
  /* shadow: */
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  /* IE6-8 */ }
  @media screen and (max-width: 960px) {
    .hasCaption .rsContent:before, .hasCaption .rsVideoContainer:before {
      height: 100px; } }
  @media screen and (max-width: 700px) {
    .hasCaption .rsContent:before, .hasCaption .rsVideoContainer:before {
      height: 40px;
      display: none; } }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto;
  margin-bottom: 0px; }
  .rsDefault.rsFullWidth img.rsImg {
    width: 100%;
    display: block; }
  .rsDefault.rsFullWidth .rsGCaption .rsABlock {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto; }

.m-content__slide {
  margin-bottom: 60px;
  padding: 10px; }
  @media screen and (max-width: 700px) {
    .m-content__slide {
      margin-bottom: 20px; } }

.m-slideshow-container {
  max-width: 1480px;
  margin: 0 auto; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: none; }

.home-slideshow {
  box-shadow: none; }
  .home-slideshow .rsDefault.rsFullWidth {
    margin-bottom: 0; }
  .home-slideshow .rsGCaption {
    zoom: 1;
    position: static;
    clear: both;
    min-height: 160px; }
    .home-slideshow .rsGCaption:before, .home-slideshow .rsGCaption:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home-slideshow .rsGCaption:after {
      clear: both; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsGCaption {
        background: transparent; } }
    .home-slideshow .rsGCaption .rsABlock {
      position: static !important; }
    .home-slideshow .rsGCaption .rsInfo > h3 {
      font-size: 2.827145944rem;
      padding: 20px 30px;
      margin: 0px; }
      @media screen and (max-width: 768px) {
        .home-slideshow .rsGCaption .rsInfo > h3 {
          padding: 10px; } }
    .home-slideshow .rsGCaption .desc {
      width: 100%;
      color: #000;
      padding: 20px;
      padding-right: 240px;
      position: relative; }
      .home-slideshow .rsGCaption .desc .m-eventItem__text {
        display: none;
        font-size: 16px;
        font-weight: 400;
        font-family: "Squada One", cursive;
        color: #A71E22;
        position: absolute;
        bottom: 20px;
        left: 20px; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsGCaption .desc .m-eventItem__text {
            left: 10px;
            bottom: 15px; } }
      .home-slideshow .rsGCaption .desc.broadway_in_mcallen .m-eventItem__text-broadway {
        display: block; }
      .home-slideshow .rsGCaption .desc.mcallen_live .m-eventItem__text-live {
        display: block; }
      .home-slideshow .rsGCaption .desc h3 {
        font-size: 3.9975843648rem;
        margin: 0;
        line-height: 0.85;
        text-transform: uppercase;
        padding-bottom: 30px; }
        .home-slideshow .rsGCaption .desc h3.long_title {
          font-size: 2.827145944rem; }
        .home-slideshow .rsGCaption .desc h3 + .caption_body {
          margin-top: -30px; }
      .home-slideshow .rsGCaption .desc .caption_body {
        font-size: 1.602rem;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        padding-bottom: 30px; }
      .home-slideshow .rsGCaption .desc .m-eventItem__location {
        position: absolute;
        bottom: 20px;
        left: 30px;
        margin: 0;
        font-size: 16px;
        font-family: "Oswald", sans-serif;
        color: #E60209; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsGCaption .desc .m-eventItem__location {
            position: relative;
            left: auto;
            bottom: auto; } }
    .home-slideshow .rsGCaption .buttons {
      position: absolute;
      right: 20px;
      top: auto;
      /* transform: translateY(-50%); */
      display: inline-block;
      float: right;
      bottom: 20px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsGCaption .buttons {
          padding: 10px; } }
      .home-slideshow .rsGCaption .buttons span {
        display: none; }
      .home-slideshow .rsGCaption .buttons a {
        padding: 0px 40px; }
      @media screen and (max-width: 768px) {
        .home-slideshow .rsGCaption .buttons {
          position: relative;
          right: auto;
          top: auto;
          transform: none;
          width: 100%;
          float: none;
          bottom: auto; } }
    .home-slideshow .rsGCaption .m-eventItem__date_wrapper {
      position: absolute;
      bottom: 100%;
      left: 0px;
      width: 100%;
      height: 100px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-8 */ }
    .home-slideshow .rsGCaption .m-eventItem__date {
      display: block;
      float: left;
      bottom: 10px;
      width: 100%; }
      .home-slideshow .rsGCaption .m-eventItem__date .m-date__rangeFirst, .home-slideshow .rsGCaption .m-eventItem__date .m-date__rangeLast {
        display: inline-block;
        line-height: 1; }
      .home-slideshow .rsGCaption .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; }
      .home-slideshow .rsGCaption .m-eventItem__date .m-date__rangeFirst .m-date__day {
        margin-right: 0; }
      .home-slideshow .rsGCaption .m-eventItem__date .m-date__separator {
        font-size: 2.3rem;
        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; }
      .home-slideshow .rsGCaption .m-eventItem__date .m-date__month {
        font-weight: 400;
        font-family: "Squada One", cursive;
        text-transform: uppercase;
        color: #A71E22;
        font-size: 2.827145944rem;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        clear: right; }
      .home-slideshow .rsGCaption .m-eventItem__date .m-date__weekday {
        display: none;
        font-size: 20px;
        color: #E60209;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        clear: right; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsGCaption .m-eventItem__date {
          left: 10px; } }
    @media screen and (max-width: 768px) {
      .home-slideshow .rsGCaption {
        position: relative;
        height: auto;
        bottom: 0px;
        top: auto; }
        .home-slideshow .rsGCaption .desc {
          display: block;
          height: auto;
          float: left;
          padding: 10px;
          padding-bottom: 40px;
          position: relative; } }

.rsLink {
  text-indent: -9999px; }

#events.detail .rsDefault .rsArrow .rsArrowIcn:before, #events.detail .rsDefault .rsArrow .rsArrowIcn:after {
  background: white; }

#events.detail .rsDefault .rsArrow .rsArrowIcn:hover:before, #events.detail .rsDefault .rsArrow .rsArrowIcn:hover:after {
  background: #E60209; }

#events.detail .rsDefault.rsHor .rsArrowLeft {
  left: 0px; }

#events.detail .rsDefault.rsHor .rsArrowRight {
  right: 0px; }

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

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.m-content__concierge,
.m-content__spotlight {
  clear: both; }
  .m-content__concierge .entry,
  .m-content__spotlight .entry {
    zoom: 1;
    padding-top: 40px;
    margin-bottom: 40px; }
    .m-content__concierge .entry:before, .m-content__concierge .entry:after,
    .m-content__spotlight .entry:before,
    .m-content__spotlight .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .m-content__concierge .entry:after,
    .m-content__spotlight .entry:after {
      clear: both; }
    .m-content__concierge .entry + .entry,
    .m-content__spotlight .entry + .entry {
      border-top: 2px solid #E9E9E9; }
    .m-content__concierge .entry:last-child,
    .m-content__spotlight .entry:last-child {
      margin-bottom: 0; }
  .m-content__concierge .cms,
  .m-content__spotlight .cms {
    float: left;
    width: 100%; }
    @media screen and (max-width: 700px) {
      .m-content__concierge .cms,
      .m-content__spotlight .cms {
        margin: 0 auto 20px;
        float: none;
        text-align: center; }
        .m-content__concierge .cms li,
        .m-content__spotlight .cms li {
          text-align: left; } }
  .m-content__concierge .thumb,
  .m-content__spotlight .thumb {
    min-width: 150px;
    width: 200px;
    margin: 0 40px 0px 0;
    float: left; }
    .m-content__concierge .thumb a,
    .m-content__spotlight .thumb a {
      display: block;
      opacity: 1; }
      .m-content__concierge .thumb a:hover,
      .m-content__spotlight .thumb a:hover {
        opacity: 0.8; }
    .m-content__concierge .thumb img,
    .m-content__spotlight .thumb img {
      display: block;
      width: 100%; }
    @media screen and (max-width: 700px) {
      .m-content__concierge .thumb,
      .m-content__spotlight .thumb {
        margin: 0 auto 20px;
        float: none; } }
  .m-content__concierge .thumb + .cms,
  .m-content__spotlight .thumb + .cms {
    width: calc(100% - 240px); }
    @media screen and (max-width: 700px) {
      .m-content__concierge .thumb + .cms,
      .m-content__spotlight .thumb + .cms {
        width: 100%; } }
  .m-content__concierge h3.title,
  .m-content__spotlight h3.title {
    margin-top: 0;
    padding-bottom: 20px; }
    .m-content__concierge h3.title a,
    .m-content__spotlight h3.title a {
      color: #000; }
      .m-content__concierge h3.title a:hover,
      .m-content__spotlight h3.title a:hover {
        color: #E60209; }
  .m-content__concierge p,
  .m-content__spotlight p {
    margin: 0 0 20px; }
  .m-content__concierge .buttons a,
  .m-content__spotlight .buttons a {
    margin: 0 20px 0 0; }
  @media screen and (max-width: 700px) {
    .m-content__concierge .buttons,
    .m-content__spotlight .buttons {
      margin: 0 auto 20px;
      float: none;
      text-align: center; }
      .m-content__concierge .buttons a,
      .m-content__spotlight .buttons a {
        margin: 0 10px; } }
  .m-content__concierge[data-layout="square"],
  .m-content__spotlight[data-layout="square"] {
    zoom: 1;
    text-align: center;
    clear: both; }
    .m-content__concierge[data-layout="square"]:before, .m-content__concierge[data-layout="square"]:after,
    .m-content__spotlight[data-layout="square"]:before,
    .m-content__spotlight[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .m-content__concierge[data-layout="square"]:after,
    .m-content__spotlight[data-layout="square"]:after {
      clear: both; }
    .m-content__concierge[data-layout="square"] .entry,
    .m-content__spotlight[data-layout="square"] .entry {
      position: relative;
      width: calc(33% - 20px);
      padding: 0;
      margin: 0;
      padding: 0px 10px;
      padding-top: 20px;
      display: inline-block; }
      .m-content__concierge[data-layout="square"] .entry + .entry,
      .m-content__spotlight[data-layout="square"] .entry + .entry {
        border-top: 0px; }
      @media screen and (max-width: 768px) {
        .m-content__concierge[data-layout="square"] .entry,
        .m-content__spotlight[data-layout="square"] .entry {
          width: calc(50% - 20px);
          margin: 0; } }
      @media screen and (max-width: 500px) {
        .m-content__concierge[data-layout="square"] .entry,
        .m-content__spotlight[data-layout="square"] .entry {
          width: 100%; } }
      .m-content__concierge[data-layout="square"] .entry .thumb,
      .m-content__spotlight[data-layout="square"] .entry .thumb {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
        background: #efefef;
        background: #000;
        margin: 0; }
        .m-content__concierge[data-layout="square"] .entry .thumb img,
        .m-content__spotlight[data-layout="square"] .entry .thumb img {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          width: 100%;
          will-change: opacity;
          zoom: 1;
          opacity: 0.7;
          -moz-opacity: 0.7;
          filter: alpha(opacity=70); }
      .m-content__concierge[data-layout="square"] .entry .cms,
      .m-content__spotlight[data-layout="square"] .entry .cms {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding: 20px;
        background: #efefef; }
        .m-content__concierge[data-layout="square"] .entry .cms h3,
        .m-content__spotlight[data-layout="square"] .entry .cms h3 {
          padding: 0px;
          margin: 0; }
          .m-content__concierge[data-layout="square"] .entry .cms h3 + a,
          .m-content__spotlight[data-layout="square"] .entry .cms h3 + a {
            width: 100%;
            margin-top: 20px; }
        @media screen and (max-width: 700px) {
          .m-content__concierge[data-layout="square"] .entry .cms,
          .m-content__spotlight[data-layout="square"] .entry .cms {
            margin: 0px; } }
      .m-content__concierge[data-layout="square"] .entry .buttons,
      .m-content__spotlight[data-layout="square"] .entry .buttons {
        clear: both;
        display: block;
        width: 100%;
        padding: 0px 20px;
        padding-bottom: 20px;
        background: #efefef; }
        .m-content__concierge[data-layout="square"] .entry .buttons a,
        .m-content__spotlight[data-layout="square"] .entry .buttons a {
          width: 100%;
          margin: 0px;
          margin-bottom: 5px; }
          .m-content__concierge[data-layout="square"] .entry .buttons a:last-child,
          .m-content__spotlight[data-layout="square"] .entry .buttons a:last-child {
            margin-bottom: 0px; }
        @media screen and (max-width: 700px) {
          .m-content__concierge[data-layout="square"] .entry .buttons,
          .m-content__spotlight[data-layout="square"] .entry .buttons {
            margin: 0px; } }

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
#overlay_container {
  display: none;
  padding: 100px 0 0; }
  #overlay_container .close-overlay {
    position: absolute;
    display: block;
    z-index: 50;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/button_close.png) no-repeat center center;
    cursor: pointer; }
  #overlay_container a, #overlay_container a:link, #overlay_container a:visited {
    position: relative;
    display: block;
    z-index: 10;
    max-width: 1000px;
    height: auto; }
    #overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
      width: 100%;
      height: auto;
      display: block; }

.overlay_content {
  position: relative;
  width: 95%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0; }

.close-overlay-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

.dontshow-overlay {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  background: #000;
  font: 400 20px/140% "Oswald", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center; }
  .dontshow-overlay:hover {
    color: #fff;
    background: #E60209; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px; }
  @media screen and (max-width: 1180px) {
    .home .full {
      padding-top: 0px; } }
  .home .full .full_column {
    position: relative;
    padding: 0 10px; }
  .home .full:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vw * (945 / 1480));
    max-height: 945px;
    background-image: url("../images/backgrounds/SKYLINE.png");
    background-color: white;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    visibility: visible; }
    @media screen and (max-width: 700px) {
      .home .full:before {
        height: calc(100vw + 200px); } }

.home #branding {
  max-width: 1240px;
  margin: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 19px 20px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .home #branding {
      padding-bottom: 20px; } }

.home .featured_events_section {
  padding: 60px 10px; }
  @media screen and (max-width: 700px) {
    .home .featured_events_section {
      padding: 40px 0; } }

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.m-content__link {
  position: relative; }
  .m-content__link ul.list {
    padding: 0; }
    .m-content__link ul.list > li {
      padding: 0px; }
      .m-content__link ul.list > li:before {
        content: none; }
    .m-content__link ul.list li > a, .m-content__link ul.list li > span {
      display: block;
      position: relative;
      padding: 5px 0px 5px 40px;
      word-wrap: break-word;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      font-family: "Squada One", cursive;
      font-size: 1.414rem;
      font-weight: 400;
      border-bottom: 0px;
      text-transform: uppercase;
      /*------------------------------------------------------------
            =Handles all Social Media icons for select social media urls
                -- Twitter | Facebook | Instagram | Pinterest
            ------------------------------------------------------------*/ }
      .m-content__link ul.list li > a svg, .m-content__link ul.list li > span svg {
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 9px;
        left: 0px; }
      .m-content__link ul.list li > a:hover, .m-content__link ul.list li > span:hover {
        color: #E60209; }
        .m-content__link ul.list li > a:hover svg, .m-content__link ul.list li > span:hover svg {
          fill: #E60209; }
      .m-content__link ul.list li > a[href*="twitter"] svg, .m-content__link ul.list li > a[href*="facebook"] svg, .m-content__link ul.list li > a[href*="instagram"] svg, .m-content__link ul.list li > a[href*="pinterest"] svg, .m-content__link ul.list li > span[href*="twitter"] svg, .m-content__link ul.list li > span[href*="facebook"] svg, .m-content__link ul.list li > span[href*="instagram"] svg, .m-content__link ul.list li > span[href*="pinterest"] svg {
        display: none; }
      .m-content__link ul.list li > a[href*="twitter"]:before, .m-content__link ul.list li > a[href*="facebook"]:before, .m-content__link ul.list li > a[href*="instagram"]:before, .m-content__link ul.list li > a[href*="pinterest"]:before, .m-content__link ul.list li > span[href*="twitter"]:before, .m-content__link ul.list li > span[href*="facebook"]:before, .m-content__link ul.list li > span[href*="instagram"]:before, .m-content__link ul.list li > span[href*="pinterest"]:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 4px;
        left: 0px;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: #000;
        text-decoration: inherit; }
      .m-content__link ul.list li > a[href*="twitter"]:hover:before, .m-content__link ul.list li > a[href*="facebook"]:hover:before, .m-content__link ul.list li > a[href*="instagram"]:hover:before, .m-content__link ul.list li > a[href*="pinterest"]:hover:before, .m-content__link ul.list li > span[href*="twitter"]:hover:before, .m-content__link ul.list li > span[href*="facebook"]:hover:before, .m-content__link ul.list li > span[href*="instagram"]:hover:before, .m-content__link ul.list li > span[href*="pinterest"]:hover:before {
        color: #000; }
      .m-content__link ul.list li > a[href*="twitter"]:before, .m-content__link ul.list li > span[href*="twitter"]:before {
        content: "\f099"; }
      .m-content__link ul.list li > a[href*="facebook"]:before, .m-content__link ul.list li > span[href*="facebook"]:before {
        content: "\f09a"; }
      .m-content__link ul.list li > a[href*="instagram"]:before, .m-content__link ul.list li > span[href*="instagram"]:before {
        content: "\f16d"; }
      .m-content__link ul.list li > a[href*="pinterest"]:before, .m-content__link ul.list li > span[href*="pinterest"]:before {
        content: "\f0d2"; }
    .m-content__link ul.list .description {
      padding-left: 40px; }
      .m-content__link ul.list .description p {
        margin-top: 0; }
      .m-content__link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion + contest and event faq styles
----------------------------------------------------------------------------- */
.m-eventDetail__contentHolder .faq,
.m-contestDetail .faq,
.m-content__faq {
  position: relative; }
  .m-eventDetail__contentHolder .faq dl,
  .m-contestDetail .faq dl,
  .m-content__faq dl {
    max-width: 980px;
    display: block;
    margin: auto; }
  .m-eventDetail__contentHolder .faq dt,
  .m-contestDetail .faq dt,
  .m-content__faq dt {
    position: relative;
    margin-top: 10px;
    cursor: pointer; }
    .m-eventDetail__contentHolder .faq dt a,
    .m-contestDetail .faq dt a,
    .m-content__faq dt a {
      display: block; }
      .m-eventDetail__contentHolder .faq dt a:before, .m-eventDetail__contentHolder .faq dt a:after,
      .m-contestDetail .faq dt a:before,
      .m-contestDetail .faq dt a:after,
      .m-content__faq dt a:before,
      .m-content__faq dt a:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 2px;
        height: 20px;
        background-color: #fff;
        transition: 0.25s; }
      .m-eventDetail__contentHolder .faq dt a:before,
      .m-contestDetail .faq dt a:before,
      .m-content__faq dt a:before {
        right: 30px;
        transform: translateY(-50%); }
      .m-eventDetail__contentHolder .faq dt a:after,
      .m-contestDetail .faq dt a:after,
      .m-content__faq dt a:after {
        right: 30px;
        transform: translateY(-50%) rotate(-90deg); }
    .m-eventDetail__contentHolder .faq dt p,
    .m-contestDetail .faq dt p,
    .m-content__faq dt p {
      min-height: 44px;
      background-color: #A71E22;
      font-family: "Squada One", cursive;
      margin: 0;
      padding: 15px 80px 15px 20px;
      line-height: 20px;
      line-height: 1.2;
      color: #ffffff;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      font-size: 1.414rem;
      text-transform: uppercase; }
      .m-eventDetail__contentHolder .faq dt p:hover,
      .m-contestDetail .faq dt p:hover,
      .m-content__faq dt p:hover {
        background-color: #E60209; }
      @media screen and (max-width: 700px) {
        .m-eventDetail__contentHolder .faq dt p,
        .m-contestDetail .faq dt p,
        .m-content__faq dt p {
          padding: 10px 50px 10px 10px; } }
    .m-eventDetail__contentHolder .faq dt.active a:before, .m-eventDetail__contentHolder .faq dt.active a:after, .m-eventDetail__contentHolder .faq dt.open a:before, .m-eventDetail__contentHolder .faq dt.open a:after,
    .m-contestDetail .faq dt.active a:before,
    .m-contestDetail .faq dt.active a:after,
    .m-contestDetail .faq dt.open a:before,
    .m-contestDetail .faq dt.open a:after,
    .m-content__faq dt.active a:before,
    .m-content__faq dt.active a:after,
    .m-content__faq dt.open a:before,
    .m-content__faq dt.open a:after {
      background-color: #E60209; }
    .m-eventDetail__contentHolder .faq dt.active a:before, .m-eventDetail__contentHolder .faq dt.open a:before,
    .m-contestDetail .faq dt.active a:before,
    .m-contestDetail .faq dt.open a:before,
    .m-content__faq dt.active a:before,
    .m-content__faq dt.open a:before {
      height: 0; }
    .m-eventDetail__contentHolder .faq dt.active p, .m-eventDetail__contentHolder .faq dt.open p,
    .m-contestDetail .faq dt.active p,
    .m-contestDetail .faq dt.open p,
    .m-content__faq dt.active p,
    .m-content__faq dt.open p {
      background-color: #ffffff;
      color: #000; }
    .m-eventDetail__contentHolder .faq dt.active:hover p, .m-eventDetail__contentHolder .faq dt.open:hover p,
    .m-contestDetail .faq dt.active:hover p,
    .m-contestDetail .faq dt.open:hover p,
    .m-content__faq dt.active:hover p,
    .m-content__faq dt.open:hover p {
      color: #A71E22; }
  .m-eventDetail__contentHolder .faq dd,
  .m-contestDetail .faq dd,
  .m-content__faq dd {
    display: none;
    margin-left: 0px;
    padding: 0px 20px 10px; }
    @media screen and (max-width: 700px) {
      .m-eventDetail__contentHolder .faq dd,
      .m-contestDetail .faq dd,
      .m-content__faq dd {
        padding: 0 10px 10px; } }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Showtime Visitor Guide and Concierge ++ Also shares spotlight styles
----------------------------------------------------------------------------- */
.m-content__concierge {
  position: relative; }
  .m-content__concierge .title + address {
    margin-bottom: 20px; }
  .m-content__concierge address {
    font-size: 13px;
    font-size: 0.8125rem; }
  .m-content__concierge .thumb {
    max-width: 550px; }
  .m-content__concierge .info, .m-content__concierge .buttons {
    width: calc(100% - 240px);
    float: right; }
    @media screen and (max-width: 700px) {
      .m-content__concierge .info, .m-content__concierge .buttons {
        width: 100%;
        float: left; } }
  @media screen and (max-width: 767px) {
    .m-content__concierge .title,
    .m-content__concierge .button {
      text-align: center; }
    .m-content__concierge address,
    .m-content__concierge .content {
      margin-left: auto;
      margin-right: auto; } }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
#venues.detail .m-content__faq {
  margin-top: 40px; }
  @media screen and (max-width: 700px) {
    #venues.detail .m-content__faq {
      margin-top: 0; } }

#venues.detail .address_box {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.2);
  padding: 20px;
  font-weight: 300; }
  #venues.detail .address_box address {
    margin-bottom: 10px; }
  #venues.detail .address_box strong {
    font-weight: 400; }
  @media screen and (max-width: 700px) {
    #venues.detail .address_box {
      display: none; } }

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 385px;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }

.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0;
    padding: 0; }

.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    height: 30px;
    -webkit-appearance: none;
    width: calc(100% - 140px);
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px;
    border: 2px solid #E9E9E9;
    margin-right: 20px;
    border-radius: none; }
    @media screen and (max-width: 500px) {
      .map_window .directions input[type=text] {
        width: 100%; } }
  .map_window .directions form button {
    cursor: pointer;
    -webkit-appearance: none;
    height: 30px;
    width: 120px;
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 30px;
    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: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .map_window .directions form button:hover {
      background: #E60209;
      color: white; }
    @media screen and (max-width: 500px) {
      .map_window .directions form button {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .map_control button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: #000; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: #000;
      outline: none; }
    .map_control button:focus {
      outline: none; }

/* ----------------------------------------------------------------------------
= Pagination
----------------------------------------------------------------------------- */
body#events.all #column_1 .paging.final {
  display: none; }

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0 20px;
  color: #666;
  font: 400 14px/40px "Oswald", sans-serif;
  letter-spacing: 0.06em; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 0 0 0 10px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -17px 0 0;
    text-align: center; }
    .paging .pages:before, .paging .pages:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .paging .pages:after {
      clear: both; }
    .paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      color: #333;
      font: 600 14px/40px "Oswald", sans-serif;
      text-decoration: none; }
      .paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
        color: #E60209; }
      .paging .pages strong.last, .paging .pages strong.first, .paging .pages a.last, .paging .pages a.first, .paging .pages a:link.last, .paging .pages a:link.first, .paging .pages a:visited.last, .paging .pages a:visited.first {
        display: none; }
    .paging .pages strong {
      font-weight: 700;
      color: #000; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form {
  position: relative;
  padding-top: 32px;
  padding-bottom: 45px; }
  .login-form form {
    position: relative;
    text-align: center; }
  .login-form input[type='password'] {
    position: relative;
    width: 80%;
    max-width: 300px;
    height: 46px;
    background: transparent;
    border: 1px solid black;
    padding: 8px 10px;
    font-size: 15px;
    color: #ffffff;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .login-form input[type='password']::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #000; }
    .login-form input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000; }
    .login-form input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000; }
    .login-form input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #000; }
    @media screen and (min-width: 1024px) {
      .login-form input[type='password']:focus {
        outline: none; } }
  .login-form input[type='submit'] {
    outline: 0px;
    border: 0px; }

/* ----------------------------------------------------------------------------
= 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, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 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, rgba(0, 0, 0, 0) 0%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 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, rgba(0, 0, 0, 0) 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; } }

/* ----------------------------------------------------------------------------
= Basic horizontal carousel for jcarousel only
----------------------------------------------------------------------------- */
.carousel.horizontal {
  position: relative;
  clear: both;
  width: 100%;
  height: 90px; }
  .carousel.horizontal .carousel_holder {
    position: relative;
    width: 1084px;
    margin: 0 auto; }
  .carousel.horizontal .prev-scroller, .carousel.horizontal .next-scroller {
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    height: 90px;
    background: none;
    cursor: pointer; }
    .carousel.horizontal .prev-scroller:after, .carousel.horizontal .next-scroller:after {
      position: absolute;
      display: block;
      top: 0;
      width: 30px;
      height: 90px;
      background: black;
      font-size: 34px;
      font-weight: normal;
      line-height: 90px;
      content: '\f105';
      text-align: center; }
  .carousel.horizontal .prev-scroller {
    left: 0; }
    .carousel.horizontal .prev-scroller:after {
      content: '\f104'; }
  .carousel.horizontal .next-scroller {
    right: 0; }
  .carousel.horizontal .list_holder {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    padding: 8px 0; }
  .carousel.horizontal ul.list {
    position: relative;
    display: block;
    width: 1000em;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1; }
    .carousel.horizontal ul.list:before, .carousel.horizontal ul.list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .carousel.horizontal ul.list:after {
      clear: both; }
    .carousel.horizontal ul.list li {
      position: relative;
      display: block;
      float: left;
      overflow: hidden;
      width: 175px;
      height: 80px;
      margin: 0 12px;
      padding: 0;
      background: none; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: '.'; }

/* display none until init */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.sponsor_carousel .owl-buttons .owl-prev, .sponsor_carousel .owl-buttons .owl-next {
  width: 38px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  color: white; }
  .sponsor_carousel .owl-buttons .owl-prev:before, .sponsor_carousel .owl-buttons .owl-prev:after, .sponsor_carousel .owl-buttons .owl-next:before, .sponsor_carousel .owl-buttons .owl-next:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    color: #E9E9E9;
    height: 2px;
    width: 25px;
    background: #E9E9E9;
    transform: rotate(45deg);
    transform-origin: top left;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .sponsor_carousel .owl-buttons .owl-prev:after, .sponsor_carousel .owl-buttons .owl-next:after {
    transform: rotate(-45deg);
    transform-origin: top left; }
  .sponsor_carousel .owl-buttons .owl-prev:hover:before, .sponsor_carousel .owl-buttons .owl-prev:hover:after, .sponsor_carousel .owl-buttons .owl-next:hover:before, .sponsor_carousel .owl-buttons .owl-next:hover:after {
    background: #E60209; }

.sponsor_carousel .owl-buttons .owl-prev {
  left: 0px; }

.sponsor_carousel .owl-buttons .owl-next {
  right: 0px;
  transform: rotate(180deg); }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* ----------------------------------------------------------------------------
= Banners driven by banner.php partial and using responsive slides
----------------------------------------------------------------------------- */
.banner {
  position: relative; }

.rslides {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.rslides li {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden; }
  .rslides li:before {
    display: none; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides li a, .rslides li a:visited {
  position: relative;
  display: block; }

.rslides img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  border: 0; }

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  box-sizing: content-box; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  font-family: Arial; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  position: relative;
  width: 100%;
  clear: both;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto 60px;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sitemap:after {
    clear: both; }
  .sitemap .column {
    position: relative;
    float: left;
    width: 50%;
    padding: 0;
    zoom: 1; }
    .sitemap .column:before, .sitemap .column:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .sitemap .column:after {
      clear: both; }
    @media screen and (max-width: 768px) {
      .sitemap .column {
        width: 100%;
        text-align: center; } }
  .sitemap ul > li > a {
    padding: 10px 0px;
    display: block; }
  .sitemap ul > li ul li > a {
    padding: 5px 20px; }
  .sitemap ul > li a:hover {
    color: #E60209; }

/* ----------------------------------------------------------------------------
= jScrollPane CSS Styles.
= Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
= may not operate correctly without them.
----------------------------------------------------------------------------- */
.jspContainer {
  position: relative;
  overflow: hidden; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 6px;
  width: 10px;
  height: 236px;
  background: #ddd; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  position: relative;
  width: 10px;
  background: none; }

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  width: 10px;
  height: 58px;
  background: url(../images/drag_arrow.jpg) no-repeat 0 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -20000px; }

.jspArrow.jspDisabled {
  background: #80808d;
  cursor: default; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Facebook connect widget styles
----------------------------------------------------------------------------- */
#fb_connect_status {
  display: none; }

.fbtabs {
  position: relative;
  width: 200px;
  height: 370px;
  margin: 0 0 15px;
  padding: 0 0 15px; }
  .fbtabs h4 {
    height: 20px;
    margin: 10px 0;
    padding: 0 0 0 28px;
    color: #fff;
    background: url(../images/social_icons.png) no-repeat 0 2px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    text-transform: uppercase; }
  .fbtabs a.seeall {
    position: absolute;
    display: block;
    z-index: 25;
    top: 45px;
    right: 12px;
    width: 16px;
    height: 12px;
    padding: 5px;
    background: url(../images/icon_seeall.png) no-repeat center center;
    cursor: pointer;
    text-indent: -90000px; }
  .fbtabs .css-tabs {
    margin: 0 0 0 -1px;
    padding: 0; }
    .fbtabs .css-tabs li {
      float: left;
      padding: 0;
      list-style: none; }
    .fbtabs .css-tabs a {
      display: block;
      margin: 0 1px 0;
      padding: 5px 10px 2px;
      color: #fff;
      border: 1px solid #fff;
      background-color: #2577c6;
      font-size: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      .fbtabs .css-tabs a.current {
        color: #2577c6;
        background-color: #fff; }
  .fbtabs .css-panes {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    z-index: 5;
    top: -1px;
    width: 170px;
    height: 260px;
    padding: 5px;
    background-color: #fff; }
    .fbtabs .css-panes .pane {
      display: none;
      min-height: 238px;
      padding: 10px 0;
      border: none;
      background: #fff; }
    .fbtabs .css-panes .attendee {
      float: left;
      width: 50px;
      height: 85px;
      padding: 0 3px;
      font-weight: bold;
      line-height: 110%;
      text-align: center; }
      .fbtabs .css-panes .attendee a {
        display: block;
        clear: both;
        color: #222;
        font-size: 11px;
        line-height: 120%;
        text-align: left;
        text-decoration: none; }
        .fbtabs .css-panes .attendee a div {
          font-size: 10px;
          font-weight: normal; }
      .fbtabs .css-panes .attendee img {
        display: block;
        width: 50px;
        height: 50px; }

.fbtabs_holder {
  position: relative;
  margin: 0;
  padding: 5px 10px 10px; }

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px; }

#fb_connect_rsvpshare span.status {
  display: block;
  float: left;
  height: 20px;
  margin: 0 20px 0 5px;
  padding: 2px 0 0 5px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px; }

#fb_connect_rsvpshare a, #fb_connect_rsvpshare a:link, #fb_connect_rsvpshare a:visited {
  display: block;
  float: left;
  width: 120px;
  height: 18px;
  padding: 5px 0 0;
  color: #fff;
  border: 2px solid #333;
  background: #0075ac;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

#fb_connect_rsvpshare a:first-child {
  margin-right: 10px; }

#fb_connect_rsvpshare a:hover {
  color: #0075ac;
  background: #fff;
  text-decoration: none; }

/* tab pane */
.css-panes #fb_event_attendees strong, .css-panes #fb_event_friends strong {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  text-align: center; }

#fb_rsvp {
  position: relative;
  display: none;
  z-index: 15;
  width: 180px;
  margin: 10px auto;
  text-align: center; }

#fb_rsvp_status {
  position: relative;
  display: none;
  z-index: 15;
  width: 180px;
  margin: 10px auto;
  text-align: center; }

#fb_rsvp button, #fb_rsvp_status button {
  display: block;
  float: left;
  margin-right: 0;
  padding: 5px 10px;
  color: #222;
  border: 1px solid #ebbb2a;
  background: #fee230;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase; }

#fb_rsvp_status span {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  color: #222;
  border: 1px solid #ebbb2a;
  background: #fee230;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase; }

#fb_rsvp #button_fb_rsvp_going {
  margin-right: 10px;
  color: #222; }

#fb_rsvp_status span, #fb_rsvp button:hover, #fb_rsvp_status button:hover {
  color: #222;
  background: #ebbb2a; }

/* @end */
#fb_window {
  position: absolute;
  z-index: 59999;
  top: -10000px;
  left: -10000px;
  width: 652px;
  height: 200px; }

#fb_window_cap {
  width: 100%;
  height: 10px;
  background: url(../images/fb_window_border.png) no-repeat center top; }

#fb_window_base {
  width: 100%;
  height: 10px;
  background: url(../images/fb_window_border.png) no-repeat center bottom; }

#fb_window_holder {
  padding: 0 10px;
  background: url(../images/fb_window_bg.png) repeat-y center bottom; }

#fb_window_header {
  height: 27px;
  padding-left: 26px;
  color: #fff;
  border: 1px solid #3b5998;
  background: #6d84b4;
  font: bold 14px/27px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-align: left; }

#fb_window_content {
  border: 1px solid #555;
  border-top: 0;
  background: #f7f7f7; }

#fb_window_content .textarea {
  padding: 15px 30px 25px;
  color: #333;
  text-align: left; }

#fb_window_content .sending {
  padding: 60px 30px 25px;
  color: #333;
  background: url(../images/loading.gif) no-repeat center 25px;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-align: center; }

#fb_window_content .warning {
  background: #ffebe8; }

#fb_window_content .textarea h3 {
  margin-bottom: 0;
  padding-bottom: 3px;
  color: #333;
  font: bold 13px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .textarea p {
  color: #333;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .textarea textarea {
  width: 450px;
  border: 1px solid #bdc7d8;
  font: 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content fieldset {
  margin: 0;
  padding: 0; }

#fb_window_content fieldset label {
  font: bold 11px/15px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .toolbar {
  position: relative;
  top: auto;
  right: auto;
  height: 21px;
  padding: 6px 30px;
  border-top: 1px solid #e7e7e7;
  background: #f0f0f0;
  text-align: center; }

#fb_window_content .toolbar button {
  height: 21px;
  margin: 0 3px 0 0;
  padding: 0 18px;
  font: bold 10px/21px 'Lucida Grande',Lucida,Verdana,sans-serif; }

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998; }

#fb_window_content .toolbar button.cancel {
  color: #333;
  border: 1px solid #666;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  background: #f0f0f0; }

#fb_window_content .toolbar button.next {
  float: right;
  padding: 0 25px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998; }

#fb_window_content .toolbar a.next, #fb_window_content .toolbar a.next:link, #fb_window_content .toolbar a.next:visited {
  float: right;
  height: 21px;
  margin: 0 3px 0 0;
  padding: 0 25px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid #0e1f5b;
  border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
  background: #3b5998;
  font: bold 10px/21px 'Lucida Grande',Lucida,Verdana,sans-serif;
  text-decoration: none; }

#fb_window_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url(../images/fb_window_close.png) no-repeat center top;
  cursor: pointer;
  text-indent: -444444px; }

#fb_window_close:hover {
  background-position: center bottom; }

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto; }
  .m-alert-wrapper > div {
    width: 100%;
    padding: 20px;
    background: #efefef;
    display: none; }
    .m-alert-wrapper > div * {
      color: #333; }
    .m-alert-wrapper > div h2 {
      width: calc(100% - (42px + 3rem)); }
    .m-alert-wrapper > div .alert-button {
      color: white;
      border: 0px; }
  .m-alert-wrapper .close-alert {
    width: 110px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 25px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    width: calc(32px + 3rem); }
    .m-alert-wrapper .close-alert .close-x {
      position: relative;
      float: right;
      cursor: pointer; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        height: 28px;
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        background: black; }
      .m-alert-wrapper .close-alert .close-x:before {
        transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        transform: rotate(-45deg); }
    .m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after {
      background: #A71E22; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: absolute;
  display: none;
  z-index: 1500;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 89px;
  cursor: pointer;
  background: #A71E22; }
  @media screen and (max-width: 1180px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 500px) {
    #nav-toggle {
      height: 59px;
      width: 60px; } }
  #nav-toggle span {
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    position: absolute;
    display: block;
    left: 23px;
    width: 44px;
    height: 2px;
    margin-top: 0;
    background: #fff;
    cursor: pointer;
    transform: rotate(0deg); }
    @media screen and (max-width: 500px) {
      #nav-toggle span {
        left: 8px; } }
    #nav-toggle span.top, #nav-toggle span.bottom {
      display: none; }
    #nav-toggle span.mid, #nav-toggle span.mid2 {
      top: 39px;
      transition: transform 150ms linear; }
      @media screen and (max-width: 500px) {
        #nav-toggle span.mid, #nav-toggle span.mid2 {
          top: 25px; } }
    #nav-toggle span.mid2 {
      top: 47px; }
      @media screen and (max-width: 500px) {
        #nav-toggle span.mid2 {
          top: 33px; } }
  .no-touch #nav-toggle:hover span {
    background: #E60209; }
  #nav-toggle.active span.mid {
    top: 40px;
    transform: rotate(45deg); }
    @media screen and (max-width: 500px) {
      #nav-toggle.active span.mid {
        top: 30px; } }
  #nav-toggle.active span.mid2 {
    top: 40px;
    transform: rotate(-45deg); }
    @media screen and (max-width: 500px) {
      #nav-toggle.active span.mid2 {
        top: 30px; } }
  #nav-toggle.active span.top, #nav-toggle.active span.bottom {
    opacity: 0; }
  #nav-toggle:hover {
    background: #E60209; }
    #nav-toggle:hover:hover span {
      background: white; }
  #nav-toggle.active {
    background: #A71E22; }
    #nav-toggle.active:hover {
      background: #E60209; }
      #nav-toggle.active:hover:hover span {
        background: white; }

.nav_wrapper {
  clear: right;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  @media screen and (max-width: 1180px) {
    .nav_wrapper.is-opened {
      position: absolute;
      position: fixed;
      overflow: scroll;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7); } }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  right: 0;
  width: 100%;
  min-height: 100%;
  max-width: 505px;
  margin: 0 0 0;
  padding: 0;
  padding-top: 170px;
  background: black;
  zoom: 1; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav ul {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .mobile_nav ul li {
      position: relative;
      display: block;
      display: block;
      float: left;
      clear: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .mobile_nav ul li.page_1 {
        display: none; }
      .mobile_nav ul li.has-sub > a:before, .mobile_nav ul li.has-sub > a:after {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        content: '';
        color: #ffffff;
        position: absolute;
        top: 35px;
        right: 20px;
        left: auto;
        height: 2px;
        width: 16px;
        font-size: 10px;
        transform-origin: center center;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        background: white;
        visibility: visible;
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); }
        @media screen and (max-width: 500px) {
          .mobile_nav ul li.has-sub > a:before, .mobile_nav ul li.has-sub > a:after {
            right: 10px; } }
      .mobile_nav ul li.has-sub > a:before {
        transform: rotate(225deg);
        right: 30px; }
        @media screen and (max-width: 500px) {
          .mobile_nav ul li.has-sub > a:before {
            right: 20px; } }
      .mobile_nav ul li.has-sub > a:after {
        transform: rotate(-225deg); }
      .no-touch .mobile_nav ul li.has-sub > a:hover:before, .no-touch .mobile_nav ul li.has-sub > a:hover:after {
        background: #A71E22; }
      .mobile_nav ul li.has-sub > a.hover:before, .mobile_nav ul li.has-sub > a.nav-sub-opened:before {
        transform: rotate(135deg);
        background: #A71E22; }
      .mobile_nav ul li.has-sub > a.hover:after, .mobile_nav ul li.has-sub > a.nav-sub-opened:after {
        transform: rotate(-135deg);
        background: #A71E22; }
      .mobile_nav ul li.has-sub.hover > a:before, .mobile_nav ul li.nav-sub-opened > a:before {
        transform: rotate(135deg);
        background: #A71E22; }
      .mobile_nav ul li.has-sub.hover > a:after, .mobile_nav ul li.nav-sub-opened > a:after {
        transform: rotate(-135deg);
        background: #A71E22; }
  .mobile_nav > ul > li > a {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase; }
  .mobile_nav > ul > li:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 20px;
    height: 2px;
    width: calc(100% - 40px);
    background: white; }
    @media screen and (max-width: 500px) {
      .mobile_nav > ul > li:after {
        width: 100%;
        width: calc(100% - 20px);
        left: 10px; } }
  .mobile_nav a {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 25px 20px;
    font-family: "Squada One", cursive;
    font-size: 25px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-decoration: none; }
    .mobile_nav a:hover, .mobile_nav a.active {
      color: #4e0103;
      color: white; }
    @media screen and (max-width: 500px) {
      .mobile_nav a {
        padding: 22px 10px; } }

.mobile_nav ul .sub {
  float: left;
  margin-top: -10px;
  width: 100%;
  display: none; }

.mobile_nav ul ul {
  padding-left: 15px;
  padding-bottom: 20px; }
  .mobile_nav ul ul li {
    width: calc(100% - 50px); }
    .mobile_nav ul ul li:hover a {
      color: white;
      background: #A71E22; }
  .mobile_nav ul ul a {
    font-weight: 300;
    font-size: 18px;
    padding: 8px 10px 8px;
    font-family: "Oswald", sans-serif;
    color: white;
    padding-left: 10px; }
    .mobile_nav ul ul a.active {
      color: #E60209; }
    .mobile_nav ul ul a.gh_redirect:after, .mobile_nav ul ul a.gh_page_redirect:after {
      content: '\f08e';
      font-family: FontAwesome;
      vertical-align: middle;
      margin-left: 9px;
      display: inline-block;
      color: white;
      background: transparent; }
  @media screen and (max-width: 500px) {
    .mobile_nav ul ul {
      padding-left: 0; } }

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 0 0 0 0; }

#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: white;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: transparent;
  border-left-color: black;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }

#venue_widgets_framework .m-venueframework__header-icon {
  background-color: white;
  border-left-color: white;
  border-top-color: white;
  border-bottom-color: white; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #A71E22; }

#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(229, 229, 229, 0); }

#venue_widgets_framework .m-venueframework__header-text {
  color: #000;
  text-transform: uppercase; }

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: white;
  color: black; }
  #venue_widgets_framework .m-venueframework__header-link:hover, #venue_widgets_framework .m-venueframework__header-link:focus, #venue_widgets_framework .m-venueframework__header-link:active, #venue_widgets_framework .m-venueframework__header-link:visited:hover, #venue_widgets_framework .m-venueframework__header-link:visited:focus, #venue_widgets_framework .m-venueframework__header-link:visited:active {
    background-color: #fff;
    color: #A71E22; }
  #venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
    background-color: transparent; }

#venue_widgets_framework .m-venueframework__widget-body {
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-top-color: #fff;
  background-color: #fff;
  border-radius: 0 0 0 0; }

#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 0 0 0 0;
  border-top: 1px solid #fff; }

#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent; }
  #venue_widgets_framework .m-owlcarousel__controls-icon svg {
    stroke: #dbdbdb; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #A71E22;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #A71E22; }

#venue_widgets_framework .owl-page span {
  background: #dbdbdb; }

#venue_widgets_framework .owl-page.active span {
  background: #A71E22; }

#venue_widgets_framework .l-m-venue_widget .owl-wrapper, #venue_widgets_framework .l-m-venue_widget .owl-wrapper-outer, #venue_widgets_framework .l-m-venue_widget .owl-item {
  height: 100%; }

#venue_widgets_framework .m-venueframework-linklist__item.has_no_link {
  border-bottom-color: #dbdbdb; }

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #dbdbdb; }
  #venue_widgets_framework .m-venueframework-linklist__link:hover, #venue_widgets_framework .m-venueframework-linklist__link:focus, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus {
    background-color: #f7f7f7; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-title, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-title {
      color: #A71E22; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-subtitle, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-subtitle {
      color: #302B2C; }
    #venue_widgets_framework .m-venueframework-linklist__link:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:focus .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:hover .m-venueframework-linklist__item-icon svg, #venue_widgets_framework .m-venueframework-linklist__link:visited:focus .m-venueframework-linklist__item-icon svg {
      stroke: #A71E22; }

#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: black; }

#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #808285; }

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #302B2C; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #302B2C; }

#venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3) a:visited, #venue_widgets_framework .has_image .m-venueframework-newswidget__item:nth-child(3).has_no_link {
  border-bottom-color: #dbdbdb; }

#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #808285; }

#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: black; }

#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #302B2C; }

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #dbdbdb; }
  #venue_widgets_framework .m-venueframework-newswidget__link:hover, #venue_widgets_framework .m-venueframework-newswidget__link:focus, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus {
    background-color: transparent; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-date, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-date {
      color: #302B2C; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-title, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-title {
      color: #A71E22; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:focus .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:hover .m-venueframework-newswidget__item-subtitle, #venue_widgets_framework .m-venueframework-newswidget__link:visited:focus .m-venueframework-newswidget__item-subtitle {
      color: #302B2C; }

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #302B2C; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #A71E22; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #E60209; }

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #808285; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #808285; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #A71E22; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #808285; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: #fff; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: black; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #808285; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body {
  border: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon {
  border-color: transparent; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon svg {
    stroke: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
    border-color: #A71E22; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
      stroke: #A71E22; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #302B2C; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #302B2C; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: black; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #302B2C;
  background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #302B2C; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    background: #302B2C; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
    background: #A71E22; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
      color: #f7f7f7; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
        background: #f7f7f7; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #F4F4F4;
  color: #A71E22; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #A71E22;
  color: #f7f7f7; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
    background: #A71E22; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #302B2C; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content {
  background: #fff; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 0 0 0 0; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid black;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid black;
    background: #fff;
    color: #808285;
    border-radius: 0 0 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: #fff;
      color: #A71E22; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #A71E22; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: black; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets {
    color: #A71E22; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets svg {
      fill: #A71E22; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover {
      color: black; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a:hover svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .info .calendar_buttons a.tickets:hover svg {
        fill: black; }

#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body {
  border: none; }

#venue_widgets_framework .m-venueframework-promotionswidget__item-title h2 {
  color: #f7f7f7; }

#venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle {
  color: #f7f7f7; }
  #venue_widgets_framework .m-venueframework-promotionswidget__item-subtitle:after {
    background: #f7f7f7; }

#venue_widgets_framework .l-m-venue_widget__eventslist {
  overflow: hidden; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon {
    border-color: transparent; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon svg {
      stroke: #dbdbdb; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: #A71E22; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #A71E22; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #808285; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: black; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title:hover, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a:hover {
      color: #A71E22; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: black; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #dbdbdb; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: black; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #A71E22; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: black; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #A71E22; }
