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

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

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($tablet){
	
	}
	@include media($mobile){
	
	}

*/
/* ----------------------------------------------------------------------------
= Reset using normalize.css v3.0.1 | MIT License | git.io/normalize
----------------------------------------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }

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

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

td, th {
  padding: 0; }

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

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

.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: 870px) {
  .hide_tablet {
    display: none; } }

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

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

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

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1,
.h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font: 700 50px/112% "Yantramanav", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  h1 a,
  h1 a:visited,
  .h1 a,
  .h1 a:visited {
    text-decoration: none; }
  @media screen and (max-width: 700px) {
    h1,
    .h1 {
      font-size: 34px; } }

h2,
.h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font: 700 40px/115% "Yantramanav", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  h2 a,
  h2 a:visited,
  .h2 a,
  .h2 a:visited {
    text-decoration: none; }
  h2 span,
  .h2 span {
    font-weight: 400; }
  @media screen and (max-width: 700px) {
    h2,
    .h2 {
      font-size: 30px; } }
  .overview h2, .overview
  .h2 {
    margin: 0 !important;
    padding: 0 0 0px 0 !important;
    font: 400 20px/140% "Yantramanav", sans-serif !important;
    letter-spacing: 0.03em;
    color: #ff3d91 !important; }
    .overview h2 a,
    .overview h2 a:visited, .overview
    .h2 a,
    .overview
    .h2 a:visited {
      text-decoration: none; }

h3, .news_list .entry .info .news_header,
.h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font: 700 30px/120% "Yantramanav", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
  h3 a, .news_list .entry .info .news_header a,
  h3 a:visited,
  .news_list .entry .info .news_header a:visited,
  .h3 a,
  .h3 a:visited {
    text-decoration: none; }
  @media screen and (max-width: 700px) {
    h3, .news_list .entry .info .news_header,
    .h3 {
      font-size: 24px; } }

h4,
.h4 {
  margin: 0;
  padding: 0;
  color: #000;
  font: 700 20px/150% "Yantramanav", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  h4 a,
  h4 a:visited,
  .h4 a,
  .h4 a:visited {
    text-decoration: none; }
  @media screen and (max-width: 700px) {
    h4,
    .h4 {
      font-size: 18px; } }

h5,
.h5,
.h5 p {
  margin: 0;
  padding: 0 0 0px 0;
  color: #e60077;
  font: 400 20px/140% "Yantramanav", sans-serif;
  letter-spacing: 0.03em; }
  h5 a,
  h5 a:visited,
  .h5 a,
  .h5 a:visited,
  .h5 p a,
  .h5 p a:visited {
    text-decoration: none; }

h6,
.h6,
.h6 p {
  margin: 0;
  padding: 0 0 4px;
  color: #000;
  font: 700 10px/140% "Yantramanav", sans-serif; }

p,
address,
.p,
tr td {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  font: 400 18px/28px "Yantramanav", sans-serif;
  letter-spacing: 0.02em; }
  p.lead,
  address.lead,
  .p.lead,
  tr td.lead {
    font: 400 20px/28px "Yantramanav", sans-serif; }

b, strong {
  font-weight: 700; }

ul,
ol {
  margin: 0 0 20px 35px;
  padding: 0px;
  list-style-position: outside;
  list-style-type: square;
  list-style-image: none;
  color: #474747;
  font: 400 18px/28px "Yantramanav", sans-serif; }
  ul li,
  ol li {
    margin: 0 0 6px 0;
    padding: 0 0 0px 0;
    list-style-type: inherit;
    line-height: 130%; }

ul li {
  position: relative;
  list-style: none; }
  .textarea ul li:before,
  .spotlight_text ul li:before,
  .faq ul li:before,
  .link .description ul li:before,
  .ftr_faqs ul li:before,
  .cms ul li:before {
    content: '';
    background: url(../images/icn_list.png) center no-repeat;
    position: absolute;
    top: 0px;
    left: -35px;
    width: 14px;
    height: 24px; }

ol {
  list-style: none;
  counter-reset: li-counter; }

ol > li {
  position: relative;
  padding-left: 0px; }
  ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -35px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-family: "Yantramanav", sans-serif;
    font-weight: 700;
    color: #000;
    content: counter(li-counter);
    counter-increment: li-counter;
    border: 1px solid #000; }

a {
  color: #e60077;
  border: none;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus {
    color: #e60077; }
  .textarea a {
    text-decoration: underline; }
    .textarea a:hover, .textarea a:focus {
      text-decoration: none; }

hr {
  clear: both;
  margin: 30px 0 30px;
  margin: 60px 0 30px;
  margin: 60px 0 60px;
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid #000; }

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

tr {
  font-size: 12px; }
  tr td {
    margin-bottom: 0;
    padding: 5px;
    border: none; }

/* ----------------------------------------------------------------------------
= Event buttons including buy tickets and info. Standard styles
----------------------------------------------------------------------------- */
.m-button, .gen-button,
.gen-button:visited, a.button,
div.button a,
a.button:visited,
div.button a:visited, .event_list .buttons a:not(.flashseats_link):not(.stubhub_link),
.event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link), .calendar_tooltip .buttons a,
.calendar_tooltip .buttons a:visited, .read-more, #loadMoreEvents, .viewall, .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
.event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link), .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #e60077;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding: 8px 32px;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .m-button:hover, .gen-button:hover, a.button:hover,
  div.button a:hover, .event_list .buttons a:hover:not(.flashseats_link):not(.stubhub_link), .calendar_tooltip .buttons a:hover, .read-more:hover, #loadMoreEvents:hover, .viewall:hover, .event_title .event_ticket_link a:hover:not(.flashseats_link):not(.stubhub_link),
  .event_title .event_ticket_link span:hover:not(.flashseats_link):not(.stubhub_link), .event_detail .showings_list ul li a:hover:not(.flashseats_link):not(.stubhub_link) {
    background: black;
    color: white; }
  .m-button span, .gen-button span, .gen-button:visited span, a.button span, div.button a span, a.button:visited span, div.button a:visited span, .event_list .buttons a:not(.flashseats_link):not(.stubhub_link) span, .event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link) span, .calendar_tooltip .buttons a span, .calendar_tooltip .buttons a:visited span, .read-more span, #loadMoreEvents span, .viewall span, .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link) span, .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) span, .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) span {
    font-weight: 700; }

.gen-button,
.gen-button:visited {
  color: white; }

a.button,
div.button a,
a.button:visited,
div.button a:visited {
  text-decoration: none;
  color: white; }
  a.button:hover,
  div.button a:hover,
  a.button:visited:hover,
  div.button a:visited:hover {
    text-decoration: none; }
  a.button.outline,
  div.button a.outline,
  a.button:visited.outline,
  div.button a:visited.outline {
    background: transparent;
    border: 2px solid #e60077;
    color: #e60077;
    font-size: 20px; }
    a.button.outline:hover,
    div.button a.outline:hover,
    a.button:visited.outline:hover,
    div.button a:visited.outline:hover {
      background: #e60077;
      color: white; }
    .on_dark a.button.outline, .on_dark
    div.button a.outline, .on_dark
    a.button:visited.outline, .on_dark
    div.button a:visited.outline {
      color: white;
      border-color: white; }

.event_list .buttons a:not(.flashseats_link):not(.stubhub_link),
.event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link) {
  width: 160px;
  display: block;
  padding: 8px 0;
  text-align: center; }
  .event_list .buttons a:not(.flashseats_link):not(.stubhub_link):focus,
  .event_list .buttons a:visited:not(.flashseats_link):not(.stubhub_link):focus {
    box-shadow: inset 0 0 0 2px black; }

.calendar_tooltip .buttons a,
.calendar_tooltip .buttons a:visited {
  width: 160px;
  display: block;
  padding: 8px 0;
  text-align: center; }

.read-more {
  background: #e60077;
  width: auto;
  float: left;
  position: absolute;
  bottom: -14px;
  left: 20px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px; }

#loadMoreEvents {
  border: none;
  background: #000;
  margin: 25px auto 0;
  display: block; }
  #loadMoreEvents[disabled='disabled'] {
    display: none; }
  #loadMoreEvents:hover {
    background: #e60077; }

.viewall {
  border: none;
  background: #000;
  position: absolute;
  bottom: 0px;
  right: 40px;
  display: block;
  text-align: left;
  padding-left: 14px;
  width: 160px;
  font-size: 18px;
  color: #fff; }
  .viewall span {
    display: block; }
  .viewall:after {
    content: '';
    background: url(../images/icn_list.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 24px;
    margin-top: -12px; }
  .viewall:hover {
    background: #e60077; }
    .viewall:hover:after {
      background: url(../images/icn_list_white.png) center no-repeat; }

.ticketing_partners {
  float: left;
  margin-top: -30px;
  margin-bottom: 20px; }
  .ticketing_partners .stubhub_button,
  .ticketing_partners .axs_button {
    position: relative;
    white-space: nowrap;
    display: block;
    clear: both;
    float: left;
    margin: 5px 0 5px 30px;
    padding-right: 15px; }
    .ticketing_partners .stubhub_button svg,
    .ticketing_partners .stubhub_button img,
    .ticketing_partners .axs_button svg,
    .ticketing_partners .axs_button img {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      float: left;
      margin-right: 10px; }
    .ticketing_partners .stubhub_button span,
    .ticketing_partners .axs_button span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      float: left;
      color: #000;
      text-transform: uppercase;
      font-size: 13px;
      padding-top: 0px;
      text-align: left; }
      .ticketing_partners .stubhub_button span strong,
      .ticketing_partners .axs_button span strong {
        display: block;
        font-size: 15px; }
    @media screen and (max-width: 700px) {
      .ticketing_partners .stubhub_button,
      .ticketing_partners .axs_button {
        float: none;
        margin: 20px auto 0;
        display: inline-block; } }
    .ticketing_partners .stubhub_button:hover svg,
    .ticketing_partners .stubhub_button:hover img,
    .ticketing_partners .axs_button:hover svg,
    .ticketing_partners .axs_button:hover img {
      zoom: 1;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }
    .ticketing_partners .stubhub_button:hover span,
    .ticketing_partners .axs_button:hover span {
      color: #e60077; }
  .ticketing_partners .stubhub_button span {
    padding-top: 4px; }
  @media screen and (max-width: 700px) {
    .ticketing_partners {
      margin-top: 0;
      margin-bottom: 0;
      width: 100%; } }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list {
  padding: 0 20px; }
  .news_list .entry {
    padding: 40px 0px 20px;
    width: 100%;
    border-bottom: 1px solid #000; }
    .news_list .entry:first-child {
      border-top: none; }
    .news_list .entry .thumb {
      float: left;
      max-width: 320px;
      margin-right: 40px; }
      .news_list .entry .thumb img {
        max-width: 100%; }
      .news_list .entry .thumb a {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
        .news_list .entry .thumb a:hover {
          zoom: 1;
          opacity: 0.8;
          -moz-opacity: 0.8;
          filter: alpha(opacity=80); }
    .news_list .entry .info {
      float: left;
      width: 100%;
      padding-left: 0px;
      box-sizing: border-box; }
      .news_list .entry .info .news_header {
        display: block; }
        .news_list .entry .info .news_header a {
          color: #000;
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear; }
          .news_list .entry .info .news_header a:hover {
            color: #e60077; }
      .news_list .entry .info .news_tagline {
        display: none; }
      .news_list .entry .info.has_thumb {
        width: calc(100% - 370px); }
      .news_list .entry .info a.gen-button,
      .news_list .entry .info span.gen-button {
        float: left;
        margin-bottom: 20px;
        color: white; }
    @media screen and (max-width: 700px) {
      .news_list .entry .thumb {
        width: 100%;
        margin-bottom: 20px; }
      .news_list .entry .info {
        width: 100%;
        padding: 0; }
        .news_list .entry .info.has_thumb {
          width: 100%; } }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail h4.date {
  font-weight: 400; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.event_list_header {
  position: relative;
  border-bottom: 1px solid #000;
  max-width: 1166px;
  margin: 30px auto 35px; }
  .event_list_header h2 {
    float: left;
    font-weight: 400;
    margin-bottom: 20px; }
    @media screen and (max-width: 1125px) {
      .event_list_header h2 strong {
        display: block; } }
    @media screen and (max-width: 920px) {
      .event_list_header h2 strong {
        display: inline; } }
    @media screen and (max-width: 1125px) {
      .event_list_header h2 {
        margin-top: -20px; } }
    @media screen and (max-width: 920px) {
      .event_list_header h2 {
        margin-top: 0; } }

.event_filters {
  float: right;
  vertical-align: top;
  margin-top: 5px;
  width: calc(100% - 405px); }
  @media screen and (max-width: 1125px) {
    .event_filters {
      width: calc(100% - 250px);
      margin-top: 20px; } }
  @media screen and (max-width: 920px) {
    .event_filters {
      margin-top: -3px;
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 700px) {
    .event_filters {
      float: none;
      clear: both;
      text-align: center; } }

.view_type {
  float: right;
  margin-left: 20px; }
  .view_type .grid-view,
  .view_type .list-view {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    border: 1px solid #fff;
    width: 48px;
    height: 38px;
    cursor: pointer;
    margin-left: 10px;
    float: left; }
    .view_type .grid-view span,
    .view_type .list-view span {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      background: #000;
      height: 6px;
      display: block;
      float: left;
      width: 36px;
      margin: 0px auto 4px; }
    .view_type .grid-view.active, .view_type .grid-view:hover,
    .view_type .list-view.active,
    .view_type .list-view:hover {
      border: 1px solid #000; }
      .view_type .grid-view.active span, .view_type .grid-view:hover span,
      .view_type .list-view.active span,
      .view_type .list-view:hover span {
        background: #e60077; }
  .view_type .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 26px;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    display: inline-block; }
  .view_type .grid-view .icon {
    margin-left: 2px;
    width: 40px;
    height: 26px; }
  .view_type .grid-view span {
    margin-right: 4px;
    height: 6px;
    width: 6px; }
  .view_type .grid-view .available_on_text {
    color: #000;
    font-size: 9px;
    letter-spacing: 0.05em; }
  @media screen and (max-width: 920px) {
    .view_type {
      display: none; } }

.category_selector {
  float: left;
  width: calc(100% - 470px);
  max-width: 500px;
  margin-top: -40px; }
  @media screen and (max-width: 920px) {
    .category_selector {
      width: calc(100% - 330px);
      margin-top: 0; } }
  @media screen and (max-width: 700px) {
    .category_selector {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      max-width: 100%; } }

label.selector_label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 38px;
  padding-right: 10px;
  display: block; }
  @media screen and (max-width: 920px) {
    label.selector_label {
      display: none; } }

.selector_wrapper {
  float: left;
  position: relative;
  width: calc(100% - 80px); }
  @media screen and (max-width: 1125px) {
    .selector_wrapper {
      width: 100%; } }
  @media screen and (max-width: 920px) {
    .selector_wrapper {
      width: calc(100% - 80px); } }

.selector_button {
  border: 0px;
  outline: 0px;
  float: left;
  padding: 0px;
  width: 70px;
  line-height: 38px;
  margin-left: 10px; }
  .selector_button:focus {
    box-shadow: inset 0 0 0 2px black; }
  @media screen and (max-width: 1125px) {
    .selector_button {
      margin-left: 0px;
      margin-top: 5px;
      width: 100%; } }
  @media screen and (max-width: 920px) {
    .selector_button {
      width: 70px;
      margin-left: 10px;
      margin-top: 0px; } }

.selector {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  padding: 0px 40px 0px 20px;
  clear: both;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  float: right; }
  .selector:after {
    position: absolute;
    top: 16px;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000; }
  .selector.is_opened {
    color: #e60077; }
    .selector.is_opened:after {
      border-top: none;
      border-bottom: 5px solid #000; }
  @media screen and (max-width: 500px) {
    .selector {
      width: 100%;
      float: left; } }

.options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  margin: auto;
  z-index: 500;
  border: 1px solid #000;
  border-radius: 0px 0px 0px 0px;
  border-top: none;
  overflow: hidden;
  color: #000;
  background: #fff;
  padding: 15px 20px 15px 20px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em; }
  .options .selector_item {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: block;
    font-size: 15px;
    color: #000;
    padding: 5px 15px; }
    .options .selector_item:hover, .options .selector_item.active {
      background: #e60077;
      color: #fff; }

.event_list_page {
  padding: 0 20px; }
  #events.detail .event_list_page .textarea {
    padding: 0; }

.event_list {
  -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;
  position: relative;
  max-width: 872px;
  margin: 30px auto 0;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }
  .event_list:before, .event_list:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_list:after {
    clear: both; }
  .event_list.is-loaded {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
  .event_list .list {
    zoom: 1;
    position: relative;
    background: none; }
    .event_list .list:before, .event_list .list:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .event_list .list:after {
      clear: both; }
    .event_list .list p.noevents {
      padding: 10px;
      color: black; }
    .event_list .list.scroll_container {
      overflow-y: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
  .event_list .entry {
    position: relative;
    width: 100%;
    max-width: 872px;
    margin: 0 auto 14px;
    float: left;
    text-align: left; }
    @media screen and (max-width: 700px) {
      .event_list .entry {
        margin-bottom: 18px; } }
    .event_list .entry .event_image {
      display: none; }
    .event_list .entry .thumb {
      position: relative;
      width: 240px;
      float: left;
      background: #000;
      background: url(../images/bg_event_body.png) #191919 repeat-x; }
      .event_list .entry .thumb img {
        max-width: 100%;
        float: left;
        width: 100%; }
      .event_list .entry .thumb .event_thumb {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        overflow: hidden; }
        .event_list .entry .thumb .event_thumb img {
          max-width: 100%;
          visibility: visible;
          width: 100%;
          transform: translate3d(0, 0, 0); }
        .event_list .entry .thumb .event_thumb.too_short img {
          height: 100%;
          width: auto;
          max-width: none; }
        .event_list .entry .thumb .event_thumb.too_tall img {
          width: 100%; }
      .event_list .entry .thumb a:hover img,
      .event_list .entry .thumb a:focus img {
        zoom: 1;
        opacity: 0.3;
        -moz-opacity: 0.3;
        filter: alpha(opacity=30); }
      .event_list .entry .thumb .featured_thumb {
        display: none; }
    .event_list .entry .info {
      position: absolute;
      top: 0px;
      right: 0px;
      width: calc(100% - 240px);
      float: left;
      height: 100%;
      border-bottom: 1px solid #000; }
      .event_list .entry .info .info_inner {
        position: absolute;
        left: 0px;
        top: 50%;
        padding-left: 28px;
        transform: translateY(-50%);
        width: 100%;
        padding-right: 190px; }
        .event_list .entry .info .info_inner .date {
          margin-bottom: 10px;
          font-size: 16px;
          letter-spacing: 0.03em;
          text-transform: uppercase;
          font-weight: 400;
          line-height: 1;
          color: #000; }
          @media screen and (max-width: 700px) {
            .event_list .entry .info .info_inner .date {
              margin-bottom: 0;
              font-size: 15px; } }
        .event_list .entry .info .info_inner h3, .event_list .news_list .entry .info .info_inner .news_header, .news_list .event_list .entry .info .info_inner .news_header {
          margin-bottom: 0;
          font-size: 30px;
          line-height: 1;
          max-height: 60px; }
          .event_list .entry .info .info_inner h3 a, .event_list .news_list .entry .info .info_inner .news_header a, .news_list .event_list .entry .info .info_inner .news_header a {
            color: #000;
            display: inline-block; }
            .event_list .entry .info .info_inner h3 a:hover, .event_list .news_list .entry .info .info_inner .news_header a:hover, .news_list .event_list .entry .info .info_inner .news_header a:hover {
              color: #e60077; }
          .event_list .entry .info .info_inner h3.long_title, .event_list .news_list .entry .info .info_inner .long_title.news_header, .news_list .event_list .entry .info .info_inner .long_title.news_header {
            font-size: 24px;
            max-height: 72px; }
          @media screen and (max-width: 920px) {
            .event_list .entry .info .info_inner h3, .event_list .news_list .entry .info .info_inner .news_header, .news_list .event_list .entry .info .info_inner .news_header {
              font-size: 28px; } }
          @media screen and (max-width: 700px) {
            .event_list .entry .info .info_inner h3, .event_list .news_list .entry .info .info_inner .news_header, .news_list .event_list .entry .info .info_inner .news_header {
              font-size: 24px; }
              .event_list .entry .info .info_inner h3.long_title, .event_list .news_list .entry .info .info_inner .long_title.news_header, .news_list .event_list .entry .info .info_inner .long_title.news_header {
                font-size: 20px;
                max-height: 82px; } }
        .event_list .entry .info .info_inner h4 {
          font-weight: 400;
          color: #e60077;
          letter-spacing: 0.02em;
          text-transform: none;
          margin-bottom: 0;
          font-size: 18px;
          max-height: 48px;
          overflow: hidden;
          line-height: 1.3; }
        .event_list .entry .info .info_inner .time {
          margin-top: 22px;
          letter-spacing: 0.02em;
          font-size: 18px;
          font-weight: 400;
          color: #000; }
          @media screen and (max-width: 700px) {
            .event_list .entry .info .info_inner .time {
              margin-top: 0;
              font-size: 15px; } }
      .event_list .entry .info .buttons {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
        .event_list .entry .info .buttons a {
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          transition: none; }
    .event_list .entry .additional_tickets {
      position: relative;
      float: right;
      text-align: center;
      width: 100%;
      margin-top: 20px; }
    .event_list .entry .available_on_text {
      text-transform: uppercase;
      text-align: center;
      color: #000;
      font-size: 11px;
      letter-spacing: 0.05em;
      width: 100%;
      margin-bottom: 7px; }
      @media screen and (max-width: 700px) {
        .event_list .entry .available_on_text {
          margin-top: 5px;
          font-size: 11px;
          font-weight: 500;
          color: #666; } }
    .event_list .entry .flashseats_link {
      background: url(../images/flash_seats.png) center no-repeat;
      background-size: contain;
      width: 100%;
      height: 32px;
      display: inline-block;
      overflow: hidden;
      text-indent: -999px;
      margin-right: 10px;
      margin-bottom: 0px; }
      .event_list .entry .flashseats_link:hover {
        zoom: 1;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70); }
    .event_list .entry .stubhub_link {
      background: url(../images/stubhub_logo.png) center no-repeat;
      background-size: contain;
      width: 100%;
      height: 32px;
      display: inline-block;
      overflow: hidden;
      text-indent: -999px; }
      .event_list .entry .stubhub_link:hover {
        zoom: 1;
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70); }
    .event_list .entry.filler {
      visibility: hidden; }
    @media screen and (max-width: 920px) {
      .event_list .entry .thumb {
        width: 150px; }
      .event_list .entry .info {
        width: calc(100% - 150px); } }
    @media screen and (max-width: 700px) {
      .event_list .entry {
        border-bottom: 1px solid #000; }
        .event_list .entry .thumb {
          width: 100px; }
        .event_list .entry .info {
          width: 100%;
          width: calc(100% - 100px);
          position: relative;
          height: auto;
          border-bottom: none; }
          .event_list .entry .info .info_inner {
            position: relative;
            top: auto;
            transform: translate(0);
            padding: 0px 90px 17px 10px;
            min-height: 80px;
            min-height: 100px; }
            .event_list .entry .info .info_inner .buttons {
              position: absolute;
              top: auto;
              right: 0px;
              bottom: -6px;
              transform: translateY(0);
              width: 50px;
              height: 50px; }
              .event_list .entry .info .info_inner .buttons:before {
                -webkit-transition: all 100ms linear;
                -moz-transition: all 100ms linear;
                -o-transition: all 100ms linear;
                transition: all 100ms linear;
                content: '';
                position: absolute;
                bottom: 0px;
                right: 0px;
                border-bottom: 90px solid rgba(230, 0, 119, 0.9);
                border-left: 110px solid transparent;
                z-index: 2; }
              .event_list .entry .info .info_inner .buttons:hover:before {
                border-bottom: 100px solid #e60077;
                border-left: 120px solid transparent; }
              .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
                position: relative;
                transform: translateY(0);
                padding: 0;
                float: right;
                background: none;
                height: 80px;
                width: 100px;
                padding: 37px 8px 0px 20px;
                font-size: 14px;
                text-align: right;
                letter-spacing: 0.05em;
                z-index: 3;
                margin-top: -30px; }
                .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
                  display: block; }
                .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).onsale, .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).soon, .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
                  font-size: 13px;
                  padding-top: 40px; }
        .event_list .entry.sold_out_event .info .info_inner {
          padding-bottom: 70px; }
        .event_list .entry .additional_tickets {
          position: absolute;
          bottom: 5px;
          right: 0px;
          width: 100%;
          padding-right: 101px; }
          .event_list .entry .additional_tickets a {
            width: 50%;
            float: left;
            margin: 5px 0 10px;
            padding: 0px 0; } }
    @media screen and (max-width: 500px) {
      .event_list .entry .thumb {
        display: none; }
      .event_list .entry .info {
        width: 100%; }
        .event_list .entry .info .info_inner {
          min-height: 80px; }
      .event_list .entry.sold_out_event .info .info_inner {
        padding-bottom: 70px; } }
  .event_list.grid_view {
    max-width: 1180px;
    font-size: 0px; }
    @media screen and (max-width: 1200px) {
      .event_list.grid_view {
        text-align: center; } }
    .event_list.grid_view .entry {
      text-align: left;
      width: 281px;
      width: calc(25% - 14px);
      float: left;
      margin: 0 7px 25px; }
      .event_list.grid_view .entry .thumb {
        width: 100%; }
      .event_list.grid_view .entry .featured_thumb {
        display: none; }
      .event_list.grid_view .entry .info {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        float: left;
        height: 140px;
        border-bottom: none; }
        .event_list.grid_view .entry .info .info_inner {
          position: absolute;
          bottom: 0px;
          top: auto;
          right: auto;
          left: 0px;
          width: 100%;
          padding: 25px 10px;
          height: auto;
          transform: translateY(0%);
          background: #fff;
          min-height: 140px; }
          .event_list.grid_view .entry .info .info_inner h3, .event_list.grid_view .news_list .entry .info .info_inner .news_header, .news_list .event_list.grid_view .entry .info .info_inner .news_header {
            overflow: hidden;
            max-height: 60px; }
            .event_list.grid_view .entry .info .info_inner h3.long_title, .event_list.grid_view .news_list .entry .info .info_inner .long_title.news_header, .news_list .event_list.grid_view .entry .info .info_inner .long_title.news_header {
              font-size: 20px; }
          .event_list.grid_view .entry .info .info_inner .date {
            margin-bottom: 10px; }
          .event_list.grid_view .entry .info .info_inner .time {
            display: none; }
          .event_list.grid_view .entry .info .info_inner .buttons {
            position: absolute;
            top: auto;
            right: 0px;
            bottom: 100%;
            transform: translateY(10px);
            width: 100%; }
            .event_list.grid_view .entry .info .info_inner .buttons:before {
              -webkit-transition: all 100ms linear;
              -moz-transition: all 100ms linear;
              -o-transition: all 100ms linear;
              transition: all 100ms linear;
              content: '';
              position: absolute;
              bottom: 0px;
              display: block;
              right: 0px;
              border-bottom: 105px solid rgba(230, 0, 119, 0.9);
              border-left: 130px solid transparent;
              z-index: 3; }
            .event_list.grid_view .entry .info .info_inner .buttons:hover:before {
              border-bottom: 115px solid #e60077;
              border-left: 140px solid transparent; }
            .event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
              position: relative;
              transform: translateY(0);
              padding: 0;
              float: right;
              background: none;
              height: 97px;
              width: 121px;
              padding: 50px 15px 0px 20px;
              font-size: 15px;
              text-align: right;
              letter-spacing: 0.05em;
              z-index: 4; }
              .event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link):focus {
                box-shadow: inset 0 0 0 2px white; }
              .event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) span {
                display: block; }
              .event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).onsale, .event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).soon, .event_list.grid_view .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link).tba {
                font-size: 14px;
                padding-right: 10px;
                padding-top: 55px; }
      .event_list.grid_view .entry .available_on_text {
        width: 100%;
        color: #fff;
        margin-top: 10px;
        font-size: 9px; }
      .event_list.grid_view .entry .additional_tickets {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        padding-right: 121px;
        background: rgba(0, 0, 0, 0.9); }
        .event_list.grid_view .entry .additional_tickets a {
          width: 50%;
          float: left;
          margin: 5px 0 10px;
          padding: 0px 0; }
      .event_list.grid_view .entry:hover .thumb img {
        zoom: 1;
        opacity: 0.3;
        -moz-opacity: 0.3;
        filter: alpha(opacity=30); }
      @media screen and (max-width: 1200px) {
        .event_list.grid_view .entry {
          width: calc(33.3% - 14px);
          width: 281px;
          float: none;
          display: inline-block;
          font-size: 0px; } }
      @media screen and (max-width: 700px) {
        .event_list.grid_view .entry {
          width: calc(50% - 14px); }
          .event_list.grid_view .entry.filler {
            display: none; } }
  .event_list.is-loaded .thumb img,
  .event_list.is-loaded .entry .info .info_inner .buttons,
  .event_list.is-loaded .entry .info .info_inner .buttons a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .event_list.is-loaded h3, .event_list.is-loaded .news_list .entry .info .news_header, .news_list .entry .info .event_list.is-loaded .news_header,
  .event_list.is-loaded h3 a,
  .event_list.is-loaded .news_list .entry .info .news_header a,
  .news_list .entry .info .event_list.is-loaded .news_header a {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; }

.team_events_list {
  width: 300px;
  float: right;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 0; }
  .team_events_list:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
    visibility: visible;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%); }
  .team_events_list h2 {
    position: relative;
    background: #000;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding: 15px 20px;
    margin: 0; }
    .team_events_list h2:before {
      content: '';
      background: url(../images/bg_shape.png) center center #000 no-repeat;
      zoom: 1;
      opacity: 0.3;
      -moz-opacity: 0.3;
      filter: alpha(opacity=30);
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      display: block;
      z-index: 1; }
    .team_events_list h2 a {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      position: relative;
      zoom: 1;
      color: #fff;
      z-index: 2;
      display: block;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      line-height: 1; }
      .team_events_list h2 a:before, .team_events_list h2 a:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .team_events_list h2 a:after {
        clear: both; }
      .team_events_list h2 a strong {
        display: block;
        font-weight: 700; }
      .team_events_list h2 a:hover {
        color: #e60077; }
    .team_events_list h2 span {
      font-size: 16px;
      display: block; }
      .team_events_list h2 span strong {
        display: inline; }
  .team_events_list .scroll_container {
    position: relative;
    height: 410px;
    background: #ffffff;
    padding: 0px 10px 100px;
    z-index: 8;
    max-height: calc(100vw * (846 / 1600) - 150px - 106px); }
    @media screen and (max-width: 920px) {
      .team_events_list .scroll_container {
        max-height: calc(100vw * (846 / 1600) - 40px - 106px); } }
    @media screen and (max-width: 700px) {
      .team_events_list .scroll_container {
        max-height: none; } }
  .team_events_list .entry {
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0;
    display: block;
    min-height: 90px; }
    .team_events_list .entry .thumb {
      width: 100px; }
    .team_events_list .entry .info {
      width: 100%;
      position: relative;
      height: auto;
      border-bottom: none; }
      .team_events_list .entry .info .info_inner {
        position: relative;
        top: auto;
        transform: translate(0);
        padding: 20px 90px 20px 10px;
        min-height: 80px;
        min-height: 100px; }
        .team_events_list .entry .info .info_inner h3, .team_events_list .news_list .entry .info .info_inner .news_header, .news_list .team_events_list .entry .info .info_inner .news_header {
          font-size: 20px; }
          .team_events_list .entry .info .info_inner h3.long_title, .team_events_list .news_list .entry .info .info_inner .long_title.news_header, .news_list .team_events_list .entry .info .info_inner .long_title.news_header {
            font-size: 20px;
            max-height: 100%; }
        .team_events_list .entry .info .info_inner .date {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 5px; }
        .team_events_list .entry .info .info_inner .time {
          color: #e60077;
          display: inline-block;
          font-size: 16px;
          margin: 0; }
          .team_events_list .entry .info .info_inner .time:before {
            content: '/'; }
        .team_events_list .entry .info .info_inner .buttons {
          position: absolute;
          top: auto;
          right: 0px;
          bottom: -6px;
          transform: translateY(0); }
          .team_events_list .entry .info .info_inner .buttons:before {
            -webkit-transition: all 100ms linear;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            transition: all 100ms linear;
            content: '';
            position: absolute;
            bottom: 0px;
            right: 0px;
            border-bottom: 84px solid rgba(226, 0, 116, 0.9);
            border-left: 100px solid transparent; }
          .team_events_list .entry .info .info_inner .buttons:hover:before {
            border-bottom: 90px solid #e60077;
            border-left: 110px solid transparent; }
          .team_events_list .entry .info .info_inner .buttons a {
            position: relative;
            transform: translateY(0);
            padding: 0;
            background: none;
            height: 80px;
            width: 121px;
            padding: 37px 8px 0px 20px;
            font-size: 14px;
            text-align: right;
            letter-spacing: 0.05em; }
            .team_events_list .entry .info .info_inner .buttons a span {
              display: block; }
            .team_events_list .entry .info .info_inner .buttons a.onsale, .team_events_list .entry .info .info_inner .buttons a.soon, .team_events_list .entry .info .info_inner .buttons a.tba {
              font-size: 13px;
              padding-top: 40px; }
  @media screen and (max-width: 1260px) {
    .team_events_list {
      margin: auto;
      float: none;
      width: 450px; } }
  @media screen and (max-width: 500px) {
    .team_events_list {
      width: 100%; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_title {
  float: left;
  max-width: 512px;
  width: 100%;
  background: url(../images/bg_event_title.png) top center rgba(0, 0, 0, 0.85) repeat-x;
  padding: 27px 35px; }
  .event_title h1 {
    color: white;
    margin-bottom: 0;
    line-height: 1; }
    .event_title h1.long_title {
      font-size: 40px; }
      .event_title h1.long_title.really_long_title {
        font-size: 30px; }
  .event_title h2 {
    color: #ff1f80;
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0; }
  .event_title .date {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 400; }
  .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
  .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
    max-width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 12px 0px;
    margin-top: 25px;
    font-weight: 400;
    float: left; }
    .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link) strong,
    .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) strong {
      font-weight: 700; }
    .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link):hover,
    .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link):hover {
      background: white;
      color: #e60077; }
  .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
  .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
    width: 50%; }
    @media screen and (max-width: 1140px) {
      .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
      .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
        margin-bottom: 20px; } }
    @media screen and (max-width: 870px) {
      .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
      .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
        width: 50%;
        float: left;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 0px; } }
    @media screen and (max-width: 500px) {
      .event_title .event_ticket_link a:not(.flashseats_link):not(.stubhub_link),
      .event_title .event_ticket_link span:not(.flashseats_link):not(.stubhub_link) {
        width: 100%;
        max-width: 200px;
        margin: 10px auto;
        float: none; } }
  .event_title .event_ticket_link .additional_tickets {
    position: relative;
    float: right;
    width: 50%;
    text-align: center;
    margin-top: 20px; }
    @media screen and (max-width: 1140px) {
      .event_title .event_ticket_link .additional_tickets {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        float: none;
        clear: both; } }
    @media screen and (max-width: 870px) {
      .event_title .event_ticket_link .additional_tickets {
        float: right;
        clear: none;
        margin: 0px;
        width: 50%;
        margin-top: 10px; } }
    @media screen and (max-width: 500px) {
      .event_title .event_ticket_link .additional_tickets {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        float: none; } }
  .event_title .event_ticket_link .available_on_text {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 7px; }
  .event_title .event_ticket_link .flashseats_link {
    background: url(../images/flash_seats.png) center no-repeat;
    background-size: contain;
    width: calc(60% - 10px);
    height: 32px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    margin-right: 10px; }
    .event_title .event_ticket_link .flashseats_link:hover {
      zoom: 1;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }
  .event_title .event_ticket_link .stubhub_link {
    background: url(../images/stubhub_logo.png) center no-repeat;
    background-size: contain;
    width: calc(40% - 10px);
    height: 32px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    margin-right: 10px;
    margin-top: 0px; }
    .event_title .event_ticket_link .stubhub_link:hover {
      zoom: 1;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); }
  @media screen and (max-width: 870px) {
    .event_title {
      width: 100%;
      max-width: calc(100% - 20px);
      padding: 20px;
      margin: 0 10px; } }

.event_header {
  zoom: 1;
  position: relative;
  background: #252525;
  padding: 25px 0px 18px;
  margin: 10px auto 57px;
  max-width: 1320px;
  overflow: hidden;
  padding-left: 40px;
  color: white; }
  .event_header:before, .event_header:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_header:after {
    clear: both; }
  @media screen and (max-width: 1340px) {
    .event_header {
      max-width: calc(100% - 20px);
      margin: 10px 10px 57px; } }
  @media screen and (max-width: 870px) {
    .event_header {
      padding: 20px; } }
  .event_header .section {
    float: left;
    width: 25%;
    padding-left: 40px; }
    .event_header .section h3, .event_header .section .news_list .entry .info .news_header, .news_list .entry .info .event_header .section .news_header {
      color: white;
      line-height: 1;
      margin-bottom: 0; }
    .event_header .section p {
      color: #ff388e;
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 20px;
      font-weight: 400; }
      .event_header .section p a:hover {
        text-decoration: underline; }
      .event_header .section p a {
        color: #ff388e; }
    @media screen and (max-width: 870px) {
      .event_header .section {
        padding-left: 0px;
        width: 22%; }
        .event_header .section h3, .event_header .section .news_list .entry .info .news_header, .news_list .entry .info .event_header .section .news_header {
          font-size: 20px; }
        .event_header .section p {
          font-size: 16px; } }
    @media screen and (max-width: 700px) {
      .event_header .section {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .event_header .section {
        width: 100%;
        margin: 10px 0 0; } }
  .event_header .seating_chart_link,
  .event_header .parking_link {
    -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;
    right: 0px;
    top: 0px;
    padding: 0px;
    text-align: center;
    height: 100%;
    width: 150px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    font-size: 15px;
    transform: skew(-23deg);
    transform-origin: bottom right;
    letter-spacing: 0.1em; }
    .event_header .seating_chart_link span,
    .event_header .parking_link span {
      -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;
      top: 50%;
      left: 50%;
      transform: skew(23deg) translate(-50%, -50%); }
    .event_header .seating_chart_link strong,
    .event_header .parking_link strong {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      display: block;
      color: #ff1f80;
      font-weight: 700; }
    .event_header .seating_chart_link:hover,
    .event_header .parking_link:hover {
      background: #e60077;
      color: white; }
      .event_header .seating_chart_link:hover strong,
      .event_header .parking_link:hover strong {
        color: white; }
    @media screen and (max-width: 700px) {
      .event_header .seating_chart_link,
      .event_header .parking_link {
        position: relative;
        right: auto;
        top: auto;
        transform: skew(0deg);
        margin-left: 0px;
        width: auto;
        width: calc(50% - 10px);
        height: 40px;
        float: left;
        background: #e60077; }
        .event_header .seating_chart_link span,
        .event_header .parking_link span {
          position: relative;
          transform: skew(0deg) translate(0%);
          top: auto;
          left: auto;
          padding: 0px 20px;
          display: inline-block;
          line-height: 40px;
          display: block;
          color: white; }
          .event_header .seating_chart_link span strong,
          .event_header .parking_link span strong {
            display: inline;
            color: white; }
        .event_header .seating_chart_link:hover,
        .event_header .parking_link:hover {
          background: white;
          color: #e60077; }
          .event_header .seating_chart_link:hover span,
          .event_header .seating_chart_link:hover strong,
          .event_header .parking_link:hover span,
          .event_header .parking_link:hover strong {
            color: #e60077; } }
    @media screen and (max-width: 500px) {
      .event_header .seating_chart_link,
      .event_header .parking_link {
        width: 100%;
        margin: 10px 0 0; } }
  .event_header .parking_link {
    width: 140px;
    background: #1f1f1f;
    padding: 0;
    right: 150px;
    color: #fff; }
    .event_header .parking_link span {
      transform: skew(23deg) translate(-40%, -50%); }
    .event_header .parking_link.only_link {
      right: 0;
      width: 160px; }
    @media screen and (max-width: 700px) {
      .event_header .parking_link {
        right: auto;
        width: calc(50% - 10px);
        margin: 0 20px 0 0;
        background: #e60077; }
        .event_header .parking_link span {
          transform: skew(0deg) translate(0%); }
          .event_header .parking_link span strong {
            display: inline;
            color: white; }
        .event_header .parking_link.only_link {
          right: auto;
          width: calc(50% - 10px); } }
    @media screen and (max-width: 500px) {
      .event_header .parking_link {
        width: 100%;
        margin: 10px 0 0; }
        .event_header .parking_link.only_link {
          width: 100%; } }

.spotlight_image {
  zoom: 1;
  margin: auto;
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  max-height: 560px;
  overflow: hidden; }
  .spotlight_image:before, .spotlight_image:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .spotlight_image:after {
    clear: both; }
  .spotlight_image img {
    max-width: 100%;
    float: left;
    width: 100%; }

.branding {
  margin: auto;
  max-width: 1340px;
  width: 100%;
  padding: 0 10px; }
  .branding .full-slideshow {
    margin-bottom: 0; }

.event_detail .description_wrapper {
  position: relative;
  clear: both;
  display: block;
  margin: 105px 0;
  margin-right: -10px; }
  @media screen and (max-width: 700px) {
    .event_detail .description_wrapper {
      margin: 50px 0; } }

.event_detail .description {
  position: relative;
  background: url(../images/bg_event_body.png) #191919 repeat-x;
  color: #fff;
  padding: 0px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  height: 330px;
  width: 100%;
  overflow: hidden; }
  .event_detail .description:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#191919+0,191919+100&0+0,1+41,1+41 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MTkxOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzE5MTkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(25, 25, 25, 0) 0%, #191919 41%, #191919 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(25, 25, 25, 0) 0%, #191919 41%, #191919 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(25, 25, 25, 0) 0%, #191919 41%, #191919 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00191919', endColorstr='#191919',GradientType=0 );
    /* IE6-8 */ }
  .event_detail .description .description_inner {
    padding: 50px 40px 50px 0px; }
    @media screen and (max-width: 870px) {
      .event_detail .description .description_inner {
        padding: 50px 0px 50px 0px; } }
  .event_detail .description a {
    color: #ff1f80; }
    .event_detail .description a:hover {
      text-decoration: underline;
      color: #ff1f80; }
  .event_detail .description h1,
  .event_detail .description h2,
  .event_detail .description h3,
  .event_detail .description .news_list .entry .info .news_header,
  .news_list .entry .info .event_detail .description .news_header,
  .event_detail .description h4,
  .event_detail .description p {
    color: #fff; }
  .event_detail .description p {
    font-weight: 400; }
  .event_detail .description.is-opened:after {
    display: none; }
  .event_detail .description.short-description {
    height: auto; }
    .event_detail .description.short-description:after {
      display: none; }
    .event_detail .description.short-description .description_inner {
      padding: 50px 40px 30px 0px; }

.event_detail .showings_list {
  margin-bottom: 50px;
  padding-left: 0px; }
  .event_detail .showings_list ul {
    margin: 0;
    padding: 0; }
    .event_detail .showings_list ul li {
      position: relative;
      border-bottom: 1px solid #000;
      font-size: 20px;
      text-transform: uppercase;
      color: #000;
      font-weight: 700;
      padding: 28px 10px 13px;
      line-height: 1; }
      .event_detail .showings_list ul li .time {
        color: #e60077;
        font-weight: 400; }
      .event_detail .showings_list ul li .buttons {
        float: right; }
        @media screen and (max-width: 500px) {
          .event_detail .showings_list ul li .buttons {
            width: 100%; } }
      .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) {
        float: right;
        line-height: 32px;
        height: 30px;
        padding: 0px;
        vertical-align: top;
        width: 130px;
        text-align: center; }
        @media screen and (max-width: 500px) {
          .event_detail .showings_list ul li a:not(.flashseats_link):not(.stubhub_link) {
            clear: both;
            float: none;
            display: block;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            margin-top: 10px; } }
      .event_detail .showings_list ul li .additional_tickets {
        position: relative;
        float: right;
        text-align: center;
        margin-right: 20px; }
        @media screen and (max-width: 500px) {
          .event_detail .showings_list ul li .additional_tickets {
            float: none;
            margin: 0 auto;
            margin-top: 10px; } }
      .event_detail .showings_list ul li .available_on_text {
        text-transform: uppercase;
        text-align: center;
        color: #000;
        font-size: 11px;
        letter-spacing: 0.05em;
        margin-bottom: 7px; }
      .event_detail .showings_list ul li .flashseats_link {
        background: url(../images/flash_seats.png) center no-repeat;
        background-size: contain;
        width: 114px;
        height: 32px;
        display: inline-block;
        overflow: hidden;
        text-indent: -999px;
        margin-right: 10px; }
        .event_detail .showings_list ul li .flashseats_link:hover {
          zoom: 1;
          opacity: 0.7;
          -moz-opacity: 0.7;
          filter: alpha(opacity=70); }
      .event_detail .showings_list ul li .stubhub_link {
        background: url(../images/stubhub_logo.png) center no-repeat;
        background-size: contain;
        width: 114px;
        height: 32px;
        display: inline-block;
        overflow: hidden;
        text-indent: -999px; }
        .event_detail .showings_list ul li .stubhub_link:hover {
          zoom: 1;
          opacity: 0.7;
          -moz-opacity: 0.7;
          filter: alpha(opacity=70); }
      .event_detail .showings_list ul li:first-child {
        padding-top: 0; }

.event_detail .faq {
  padding: 0; }

@media screen and (min-width: 920px) and (max-width: 1200px) {
  #events.detail .event_list_page .list {
    max-height: 440px;
    overflow: hidden; } }

.event_list_page .textarea {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px; }

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  position: relative;
  margin: 0;
  padding: 0; }

/* ----------------------------------------------------------------------------
=Textarea 
----------------------------------------------------------------------------- */
.textarea {
  position: relative;
  margin: 0 0 20px;
  padding: 0 20px; }
  @media screen and (max-width: 700px) {
    .textarea {
      padding: 0 0px; } }
  .textarea h1,
  .textarea h2 {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-weight: 300; }
    .textarea h1 strong,
    .textarea h2 strong {
      font-weight: 700; }
  .textarea h2,
  .textarea h3,
  .textarea .news_list .entry .info .news_header,
  .news_list .entry .info .textarea .news_header {
    margin-top: 40px; }

blockquote {
  position: relative;
  padding: 46px 50px 16px;
  margin: 40px 0;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #000; }
  blockquote:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 87px solid rgba(230, 0, 119, 0.9);
    border-right: 87px solid transparent; }
  blockquote:after {
    content: '';
    background: url("../images/icn_blockquote.png") center center no-repeat;
    font-weight: 300;
    height: 54px;
    width: 54px;
    position: absolute;
    top: -10px;
    left: -10px; }
  blockquote p strong,
  blockquote p b {
    font-weight: 700;
    font-size: 14px;
    margin-top: -5px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle; }
  blockquote p em,
  blockquote p i {
    color: #e60077;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    margin-top: -4px;
    line-height: 20px;
    display: inline-block;
    border-left: 1px solid #e60077;
    padding-left: 10px;
    vertical-align: middle; }
  @media screen and (max-width: 700px) {
    blockquote {
      margin: 20px 0;
      background-size: 20px auto;
      padding: 20px 20px 10px 40px;
      background-position: 0px 20px; }
      blockquote p em,
      blockquote p i {
        display: block;
        padding-left: 0;
        border: none; } }

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

.content .overview {
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 40px;
  max-width: 1166px;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 50px; }
  .content .overview h1,
  .content .overview h2,
  .content .overview h3,
  .content .overview .news_list .entry .info .news_header,
  .news_list .entry .info .content .overview .news_header,
  .content .overview h4,
  .content .overview p {
    color: white;
    margin-bottom: 0; }
  .content .overview.only_h1 {
    padding: 25px 40px 20px; }
    @media screen and (max-width: 700px) {
      .content .overview.only_h1 {
        padding: 20px 20px; } }
  @media screen and (max-width: 700px) {
    .content .overview {
      padding: 20px 20px; } }

.has_slideshow .content .overview {
  margin-bottom: -20px;
  transform: translate(-50%, -60px); }

.login_form h1 {
  text-align: center; }

.login_form input {
  border: 1px solid #000;
  line-height: 40px;
  color: #333333;
  padding: 0px 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px; }
  .login_form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
    opacity: 1;
    letter-spacing: 0.05em; }
  .login_form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
    opacity: 1;
    letter-spacing: 0.05em; }
  .login_form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
    opacity: 1;
    letter-spacing: 0.05em; }
  .login_form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
    opacity: 1;
    letter-spacing: 0.05em; }
  .login_form input:focus {
    outline: none;
    border-color: #e60077; }
  .login_form input[type='submit'] {
    color: #fff;
    background: #e60077;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: auto;
    display: block;
    border: none;
    font-size: 14px;
    width: auto;
    padding: 0px 20px;
    max-width: 200px; }
    .login_form input[type='submit']:hover {
      background: black; }

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

/* ----------------------------------------------------------------------------
=Search
----------------------------------------------------------------------------- */
.search_wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1600;
  display: none;
  overflow: auto;
  overflow-x: hidden; }
  .search_wrapper .close_search {
    position: absolute;
    top: -30px;
    right: 0px;
    border: none;
    cursor: pointer;
    padding-right: 32px;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.05em; }
    .search_wrapper .close_search:after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url(../images/icn_close_black.png) top left no-repeat;
      border: none;
      cursor: pointer; }
    .search_wrapper .close_search:hover {
      color: #e60077; }
      .search_wrapper .close_search:hover:after {
        background-position: top right; }
  .search_wrapper .cse-search-box {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 960px) {
      .search_wrapper .cse-search-box {
        width: 95%; } }
    .search_wrapper .cse-search-box .search_form {
      padding: 0;
      padding: 20px 0px;
      box-sizing: border-box; }
      @media screen and (max-width: 700px) {
        .search_wrapper .cse-search-box .search_form {
          height: 50px;
          padding: 0; } }
    .search_wrapper .cse-search-box input[type='text'] {
      vertical-align: top;
      color: black;
      font-size: 30px;
      line-height: 1;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 400;
      border: none;
      padding: 0px 38px;
      background: transparent;
      padding: 8.5px 118px 8.5px 18px;
      background: transparent;
      border: 1px solid black; }
      .search_wrapper .cse-search-box input[type='text']::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #e60077;
        opacity: 1;
        padding-top: 5px; }
      .search_wrapper .cse-search-box input[type='text']:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #e60077;
        opacity: 1;
        padding-top: 5px; }
      .search_wrapper .cse-search-box input[type='text']::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #e60077;
        opacity: 1;
        padding-top: 5px; }
      .search_wrapper .cse-search-box input[type='text']:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #e60077;
        opacity: 1;
        padding-top: 5px; }
      .search_wrapper .cse-search-box input[type='text']:focus {
        outline: none; }
      @media screen and (max-width: 700px) {
        .search_wrapper .cse-search-box input[type='text'] {
          font-size: 16px;
          padding: 13px 15px; } }
    .search_wrapper .cse-search-box button {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      display: inline-block;
      background: url(../images/icn_search.png) top left no-repeat;
      border: none;
      text-indent: -999px;
      font-size: 0; }
      .search_wrapper .cse-search-box button:hover {
        background-position: top right; }
  @media screen and (max-width: 700px) {
    .search_wrapper .event_list .entry .info .info_inner h3, .search_wrapper .event_list .news_list .entry .info .info_inner .news_header, .news_list .search_wrapper .event_list .entry .info .info_inner .news_header {
      max-height: none; }
    .search_wrapper .event_list .entry .info .info_inner .buttons a:not(.flashseats_link):not(.stubhub_link) {
      margin-top: -35px; } }

.loader_wrapper {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px; }
  .loader_wrapper.hide {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0); }

.loader:before,
.loader:after,
.loader {
  border-radius: 0%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  color: #000;
  background: #e60077; }

.loader {
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before {
  left: -30px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 30px; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    background: #e60077; }
  40% {
    background: white; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    background: #e60077; }
  40% {
    background: white; } }

/* ----------------------------------------------------------------------------
= print styles
----------------------------------------------------------------------------- */
@media print {
  * {
    color: #444 !important;
    background: transparent !important;
    text-shadow: none !important; }
  header, footer, .fixed_header, .full-slideshow,
  #branding, #cal_holder, #fb_window, #fb-root,
  .paging, .buttons, .one_sidebar_right #column_2,
  .ticket, .faq, .banner, .addthis_toolbox,
  .print, .seating, .no_print {
    display: none !important;
    height: 0 !important; }
  .has_slideshow .content .overview {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    padding: 0px;
    margin-bottom: 20px; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
  a:after {
    content: " (" attr(href) ")"; }
  abbr:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ''; }
  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p, h2, h3, .news_list .entry .info .news_header {
    orphans: 3;
    widows: 3; }
  h2, h3, .news_list .entry .info .news_header {
    page-break-after: avoid; }
  h1 {
    font-size: 18px; }
  h2 {
    font-size: 16px; }
  h3, .news_list .entry .info .news_header {
    font-size: 14px; }
  .news_tools {
    display: none; }
  .print_logo {
    display: block;
    width: 150px;
    height: 44px;
    padding-bottom: 10px; }
  .print_map {
    display: block;
    margin: 0 auto;
    text-align: center; }
  #layout {
    padding-top: 10px;
    border-top: 1px solid #000; }
  .event_list a:after {
    content: ''; }
  body#events.detail #column_1 .main_column {
    width: 600px; }
  body#events.detail #column_2 {
    display: block; }
  .column {
    width: 100% !important; } }
