/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto:wght@100;300;400;500;700;900&display=swap");
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; }

button {
  background: none;
  border: none;
  padding: 0px; }

.user-is-tabbing *:focus {
  outline: auto; }

/*
	Note: The "mobile-nav" breakpoint is only used to set when the regular 
	nav goes away and the mobile nav shows up.
	It can/might be the same as another breakpoint but 
	is just here to help you get started. 
*/
/*
	How To Use:
	@include media($mobile){
	}
*/
:root {
  font-size: 14px; }
  @media screen and (min-width: 700px) {
    :root {
      font-size: calc( 14px + (20 - 14) * ( (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
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= 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
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=EDP sticky sidebar variables
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr; }

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

.clear {
  clear: both; }

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

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

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

.invisible {
  visibility: hidden; }

.hide {
  display: none; }

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

.header-base, h1, h2, h3, h4, h5, h6, .full .spotlight .date,
.full .concierge .date,
.full .news_list .date,
.full .contest_list .date,
.full .job_list .date,
.full .seating_charts .date,
.full .offer_list .date,
.full .gallery-listing .date, .full .spotlight .title,
.full .concierge .title,
.full .news_list .title,
.full .contest_list .title,
.full .job_list .title,
.full .seating_charts .title,
.full .offer_list .title,
.full .gallery-listing .title, .sitemap .column > ul > li > a {
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  color: #1A1919; }

h1, .h1 {
  font-size: 2.44140625rem; }
  .textarea h1, .cms h1, .textarea .h1, .cms .h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 49px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 49px; }

h2, .h2 {
  font-size: 1.953125rem; }
  .textarea h2, .textarea .h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 39px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 39px; }
  h2.long_title, .h2.long_title {
    font-size: 1.5625rem; }

h3, .h3, .full .spotlight .title,
.full .concierge .title,
.full .news_list .title,
.full .contest_list .title,
.full .job_list .title,
.full .seating_charts .title,
.full .offer_list .title,
.full .gallery-listing .title, .sitemap .column > ul > li > a {
  font-size: 1.5625rem; }
  .textarea h3, .textarea .h3, .textarea .full .spotlight .title, .full .spotlight .textarea .title,
  .textarea .full .concierge .title,
  .full .concierge .textarea .title,
  .textarea .full .news_list .title,
  .full .news_list .textarea .title,
  .textarea .full .contest_list .title,
  .full .contest_list .textarea .title,
  .textarea .full .job_list .title,
  .full .job_list .textarea .title,
  .textarea .full .seating_charts .title,
  .full .seating_charts .textarea .title,
  .textarea .full .offer_list .title,
  .full .offer_list .textarea .title,
  .textarea .full .gallery-listing .title,
  .full .gallery-listing .textarea .title, .textarea .sitemap .column > ul > li > a, .sitemap .textarea .column > ul > li > a {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 31px; }

h4, .h4 {
  font-size: 1.25rem; }
  .textarea h4, .textarea .h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 20px; }

h5, .h5, .full .spotlight .date,
.full .concierge .date,
.full .news_list .date,
.full .contest_list .date,
.full .job_list .date,
.full .seating_charts .date,
.full .offer_list .date,
.full .gallery-listing .date {
  font-size: 1rem; }

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

.small_paragraph, .small p, .sitemap .column > ul > li > ul > li > ul > li > a {
  font-size: 0.889rem; }

.p-base, p, .p, address, .address, .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li, ol > li, table tr td, .full .spotlight .spotlight_content > div,
.full .concierge .spotlight_content > div,
.full .news_list .spotlight_content > div,
.full .contest_list .spotlight_content > div,
.full .job_list .spotlight_content > div,
.full .seating_charts .spotlight_content > div,
.full .offer_list .spotlight_content > div,
.full .gallery-listing .spotlight_content > div, .sitemap .column > ul > li > ul > li > a {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1A1919;
  letter-spacing: 0;
  line-height: 27px; }

p, .p {
  margin: 0 0 20px; }
  p.lead, .p.lead {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 60px; }
    @media screen and (max-width: 700px) {
      p.lead, .p.lead {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 40px; } }
  p strong, .p strong {
    font-weight: 700; }

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

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

.cms ul, .textarea ul, .spotlight_text ul, .faq ul, .link .description ul, .event_description ul {
  margin-bottom: 20px;
  padding-left: 10px; }
  .cms ul li, .textarea ul li, .spotlight_text ul li, .faq ul li, .link .description ul li, .event_description ul li {
    padding: 8px 0 8px 40px; }
    .cms ul li:before, .textarea ul li:before, .spotlight_text ul li:before, .faq ul li:before, .link .description ul li:before, .event_description ul li:before {
      content: '';
      position: absolute;
      top: 17px;
      left: 0;
      width: 8px;
      height: 8px;
      border: 1px solid #1A1919;
      border-radius: 50%; }
    .cms ul li ul, .textarea ul li ul, .spotlight_text ul li ul, .faq ul li ul, .link .description ul li ul, .event_description ul li ul {
      margin-top: 10px; }

ol {
  margin-bottom: 20px;
  padding-left: 10px; }

ol > li {
  position: relative;
  padding: 8px 0 8px 40px;
  counter-increment: li-counter; }
  ol > li:before {
    font-weight: bold;
    font-size: 16px;
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 25px;
    height: 25px;
    content: counter(li-counter); }
  ol > li:after {
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 13px;
    width: 25px;
    height: 25px;
    content: "//";
    letter-spacing: 1px; }

a {
  border: none;
  color: #1A1919;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }

.full a:not(.button), .full a:visited:not(.button) {
  border: none;
  color: #1A1919;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  display: inline-block;
  font-weight: 500; }
  .full a:not(.button):after, .full a:visited:not(.button):after {
    content: " ";
    bottom: 4px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #1A1919;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .full a:not(.button):hover, .full a:visited:not(.button):hover {
    color: #1A1919; }
    .full a:not(.button):hover:after, .full a:visited:not(.button):hover:after {
      width: 0px; }

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

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

blockquote {
  background: #FFFFFF;
  box-shadow: 10px -2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
  margin: 60px 0px; }
  @media screen and (max-width: 700px) {
    blockquote {
      padding: 20px 20px;
      margin-left: -10px;
      width: 100%; } }
  blockquote p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 33px; }
    blockquote p:last-child {
      margin-bottom: 0px; }
  blockquote strong.name {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 40px;
    display: block;
    text-align: left; }
    blockquote strong.name em.title {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 14px;
      text-align: center;
      font-style: normal;
      text-transform: uppercase; }
      @media screen and (max-width: 700px) {
        blockquote strong.name em.title {
          display: block;
          text-align: left;
          margin-top: 8px; } }
    blockquote strong.name:after {
      content: "";
      position: absolute;
      top: -15px;
      left: 0px;
      width: 60px;
      height: 1px;
      background: #1A1919; }

img.left {
  float: left;
  margin: 10px 10px 10px 0px; }
  @media screen and (min-width: mobile_portait) {
    img.left {
      flat: none;
      margin-left: 0px; } }

img.right {
  float: right;
  margin: 10px 0px 10px 10px; }
  @media screen and (min-width: mobile_portrait) {
    img.right {
      flat: none;
      margin-right: 0px; } }

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

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  color: #333;
  background: #1A1919;
  position: relative; }
  body .bg-image {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url("../images/svg/pattern.svg") no-repeat;
    background-size: calc(100% + 1200px);
    background-position: -600px -154px; }

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

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

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 160px 20px 50px;
  clear: both; }
  @media screen and (max-width: 1200px) {
    #content {
      padding: 64px 0px 30px; } }

.accessible {
  display: none; }

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

.one_sidebar_right {
  width: 100%; }
  .one_sidebar_right #column_1 {
    position: relative;
    width: 100%;
    min-height: calc(20px + 20px + var(--sticky-height)); }
  .one_sidebar_right #column_2 {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 300px;
    background: #222; }
  .one_sidebar_right .leftColumn {
    float: left;
    width: calc(100% - 300px);
    background: #FFF;
    padding: 30px;
    min-height: 614px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .leftColumn {
        width: 100%;
        padding: 0px 20px; } }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .leftColumn {
        padding: 0px 10px; } }
    .one_sidebar_right .leftColumn #branding, .one_sidebar_right .leftColumn .branding {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-top: -30px; }
      @media screen and (max-width: 870px) {
        .one_sidebar_right .leftColumn #branding, .one_sidebar_right .leftColumn .branding {
          width: calc(100% + 40px);
          margin-left: -20px;
          margin-top: -20px; } }
      @media screen and (max-width: 700px) {
        .one_sidebar_right .leftColumn #branding, .one_sidebar_right .leftColumn .branding {
          width: calc(100% + 20px);
          margin-left: -10px;
          margin-top: -10px; } }
  .one_sidebar_right .right_side_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    margin-left: 20px; }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .right_side_wrapper {
        position: relative;
        top: auto;
        right: auto;
        width: calc(100% + 40px);
        left: -20px;
        height: auto;
        margin-left: initial;
        margin-bottom: 30px; } }
    @media screen and (max-width: 700px) {
      .one_sidebar_right .right_side_wrapper {
        width: calc(100% + 20px);
        left: -10px; } }
  .one_sidebar_right .rightBreakout {
    background: #1A1919;
    border: 1px solid rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 870px) {
      .one_sidebar_right .rightBreakout {
        margin-top: 0px;
        border: none; } }
    .one_sidebar_right .rightBreakout.sticky_item {
      position: static;
      position: sticky;
      top: 60px;
      margin-top: 100px;
      margin-bottom: 20px; }
      @media screen and (max-width: 870px) {
        .one_sidebar_right .rightBreakout.sticky_item {
          position: relative;
          top: initial;
          margin-bottom: initial; } }
      @media screen and (max-width: 870px) {
        .one_sidebar_right .rightBreakout.sticky_item {
          margin-top: 0px; } }

.full {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  position: relative; }
  .full .full_column {
    width: 100%;
    margin: 0px auto;
    max-width: 1220px;
    position: relative; }
    .full .full_column.widgets_area {
      text-align: left; }
    .full .full_column.non-widget-area, .full .full_column.searchresults {
      background: white;
      z-index: 1;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .full .full_column.non-widget-area:after, .full .full_column.searchresults:after {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.35) 100%);
        content: " ";
        position: absolute;
        left: -10px;
        top: 0px;
        width: 100%;
        height: calc(100% - 40px);
        z-index: -1; }
      .full .full_column.non-widget-area:before, .full .full_column.searchresults:before {
        background: url("../images/svg/page-top-bg.svg") no-repeat;
        background-size: cover;
        content: " ";
        position: absolute;
        left: -10px;
        top: -10px;
        width: calc(100% + 10px);
        height: 10px;
        z-index: -1; }
    .full .full_column .content_inner {
      max-width: 990px;
      padding: 0px 20px;
      width: 100%;
      margin: 0px auto; }
      @media screen and (max-width: 700px) {
        .full .full_column .content_inner {
          padding: 0px 10px; } }

.page_title {
  width: calc(100%);
  margin: 0px 0px 40px;
  background: #F2F2F2; }
  @media screen and (max-width: 870px) {
    .page_title {
      margin: 0px 0px 10px; } }
  @media screen and (max-width: 700px) {
    .page_title {
      margin: 0px 0px 10px; } }
  .page_title .title-inner-wrapper {
    width: 100%;
    padding: 10px 40px 8px;
    margin: 0px auto; }
    @media screen and (max-width: 1200px) {
      .page_title .title-inner-wrapper {
        padding: 10px 20px 8px; } }
    @media screen and (max-width: 870px) {
      .page_title .title-inner-wrapper {
        padding-top: 10px; } }
    @media screen and (max-width: 700px) {
      .page_title .title-inner-wrapper {
        padding: 10px 10px 8px; } }
    .page_title .title-inner-wrapper h1 {
      margin-bottom: 0px;
      position: relative;
      padding-bottom: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 49px;
      color: #1A1919;
      letter-spacing: 0;
      line-height: 49px; }
      @media screen and (max-width: 870px) {
        .page_title .title-inner-wrapper h1 {
          font-size: 40px;
          line-height: 40px; } }
      @media screen and (max-width: 700px) {
        .page_title .title-inner-wrapper h1 {
          padding: 0px 0px 15px; } }

.breadcrumbs {
  width: 100%;
  padding: 25px 40px 0px;
  margin: 0px auto; }
  @media screen and (max-width: 1200px) {
    .breadcrumbs {
      padding: 15px 20px 0px; } }
  @media screen and (max-width: 700px) {
    .breadcrumbs {
      padding: 10px 10px 0px; } }
  .breadcrumbs a, .breadcrumbs span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #1A1919;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase; }
  .breadcrumbs a {
    color: #1A1919; }
    .breadcrumbs a:hover {
      color: #1A1919;
      text-decoration: underline; }
    .breadcrumbs a:after {
      display: none; }
  .breadcrumbs .breadcrumb_divider {
    color: #1A1919;
    padding: 0px 5px; }
  .breadcrumbs span {
    color: #1A1919;
    font-weight: 700; }

.back-to-top {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 40px;
  background: transparent;
  position: relative;
  z-index: 50;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  right: 0; }
  .back-to-top.is-active {
    opacity: 1;
    visibility: visible; }
  .back-to-top a {
    position: relative;
    border: 1px solid white !important;
    padding: 11px 18px 11px 38px !important; }
    .back-to-top a svg {
      display: none; }
    .back-to-top a:after {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 16px;
      top: 16px;
      bottom: auto;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      transform: rotate(-90deg); }
    .back-to-top a:before {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 16px;
      top: 12px;
      bottom: auto;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      transform: rotate(-90deg); }
    .back-to-top a:hover, .back-to-top a:focus {
      padding: 11px 18px 11px 38px !important;
      border-color: rgba(26, 25, 25, 0.3) !important; }
      .back-to-top a:hover:after, .back-to-top a:focus:after {
        top: 12px;
        background: url("../images/svg/btn-arrow.svg") no-repeat;
        background-size: contain; }
      .back-to-top a:hover:before, .back-to-top a:focus:before {
        top: 12px;
        opacity: 0;
        background: url("../images/svg/btn-arrow.svg") no-repeat;
        background-size: contain; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 1200px) {
    header.header {
      zoom: 1;
      z-index: 900;
      min-height: 64px; }
      header.header:before, header.header:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      header.header:after {
        clear: both; } }
  header.header:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background-image: linear-gradient(4deg, #1A1919 0%, #5E5D5D 100%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0; }
  header.header.menu-open:before {
    visibility: visible;
    opacity: 0.8; }
  header.header.menu-open .mobile-search {
    right: 0;
    opacity: 1;
    visibility: visible; }
  header.header.menu-open .drawer-toolbar {
    right: 0;
    opacity: 1;
    visibility: visible; }
  .testing header.header.is-fixed {
    display: none; }
  header.header.is-fixed .header-inner {
    height: 64px;
    align-items: center;
    align-content: center; }
    @media screen and (min-width: 501px) {
      header.header.is-fixed .header-inner {
        height: 64px; } }
    @media screen and (min-width: 1201px) {
      header.header.is-fixed .header-inner .logo {
        width: 73px;
        height: 50px;
        top: 7px; }
        header.header.is-fixed .header-inner .logo a, header.header.is-fixed .header-inner .logo span {
          background-size: contain; }
        header.header.is-fixed .header-inner .logo a:hover {
          transform: scale(1);
          opacity: 0.7; } }
    header.header.is-fixed .header-inner .utility-links a span, header.header.is-fixed .header-inner .utility-links button span {
      display: none; }
    header.header.is-fixed .header-inner .utility-links a, header.header.is-fixed .header-inner .utility-links button {
      width: 45px; }
    header.header.is-fixed .header-inner .utility-links .utility-link.search {
      padding-right: 5px; }
      header.header.is-fixed .header-inner .utility-links .utility-link.search:before, header.header.is-fixed .header-inner .utility-links .utility-link.search:after {
        width: 82px;
        height: 57px;
        -webkit-clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%);
        clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%); }
      header.header.is-fixed .header-inner .utility-links .utility-link.search svg {
        left: 1px; }
    header.header.is-fixed .header-inner .utility-links .utility-link.newsletter:before, header.header.is-fixed .header-inner .utility-links .utility-link.newsletter:after {
      width: 82px;
      height: 57px;
      -webkit-clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%);
      clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%); }
    header.header.is-fixed .header-inner .utility-links .utility-link.newsletter svg {
      left: -1px;
      top: 3px; }
    header.header.is-fixed .header-inner .utility-links .utility-link.newsletter:hover a:after {
      display: none; }
    header.header.is-fixed .header-inner .utility-links .utility-link.sponsorslinks .feverlink:after {
      height: 40px;
      width: 9px;
      left: -26px;
      top: 0px;
      -webkit-clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
      clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%); }
    header.header.is-fixed .header-inner .utility-links .search_toggle.close {
      margin-top: 0;
      top: 1px;
      transform: none; }
      header.header.is-fixed .header-inner .utility-links .search_toggle.close svg {
        display: block !important;
        width: 25px;
        height: 25px;
        margin-top: 5px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      header.header.is-fixed .header-inner .utility-links .search_toggle.close:hover svg {
        opacity: 0.7; }
    header.header.is-fixed .header-inner .utility-links .utility-link.search .wrapper {
      height: 57px;
      margin-bottom: 0;
      right: -12px;
      -webkit-clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%);
      clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%); }
      header.header.is-fixed .header-inner .utility-links .utility-link.search .wrapper form div {
        margin-bottom: -4px; }
      header.header.is-fixed .header-inner .utility-links .utility-link.search .wrapper form input[type="text"] {
        padding-bottom: 10px; }
    header.header.is-fixed .header-inner .nav_wrapper .main_nav > ul {
      margin: 0; }
    header.header.is-fixed .header-inner .nav_wrapper .main_nav ul .sub, header.header.is-fixed .header-inner .nav_wrapper .main_nav ul .nav_sub {
      padding-top: 0px;
      margin-top: -16px; }
  header.header .header-inner {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 64px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    @media screen and (min-width: 501px) {
      header.header .header-inner {
        height: 64px; } }
    @media screen and (min-width: 1201px) {
      header.header .header-inner {
        height: 100px; } }
    header.header .header-inner .logo {
      position: absolute;
      top: 10px;
      left: 20px;
      height: 117px;
      width: 170px;
      z-index: 9000;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media screen and (max-width: 1270px) {
        header.header .header-inner .logo {
          width: 130px;
          height: 90px;
          top: 6px; } }
      @media screen and (max-width: 700px) {
        header.header .header-inner .logo {
          left: 10px; } }
      @media screen and (max-width: 1200px) {
        header.header .header-inner .logo {
          width: 84px;
          height: 58px;
          top: 3px; } }
      header.header .header-inner .logo a, header.header .header-inner .logo span {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        display: block;
        background: url("../images/svg/logo.svg") center no-repeat;
        background-size: contain;
        font-size: 0;
        z-index: 2;
        opacity: 1; }
      header.header .header-inner .logo a:hover {
        transform: scale(1.05); }
    header.header .header-inner .utility-links {
      height: calc(100% - 20px);
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      position: absolute;
      display: flex;
      flex-flow: row nowrap;
      z-index: 9999;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      header.header .header-inner .utility-links .utility-link {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        text-align: center;
        padding: 0 20px;
        position: relative;
        z-index: 9000;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1200px) {
          header.header .header-inner .utility-links .utility-link {
            display: none !important; } }
        header.header .header-inner .utility-links .utility-link:first-child {
          padding-right: 0px; }
        header.header .header-inner .utility-links .utility-link:last-child {
          padding-right: 0; }
        header.header .header-inner .utility-links .utility-link.linkbg a span, header.header .header-inner .utility-links .utility-link.linkbg button span {
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 11px;
          color: #FFFFFF;
          letter-spacing: 1px;
          text-align: center;
          line-height: 11px;
          cursor: pointer;
          -webkit-transition: all 200ms linear;
          -moz-transition: all 200ms linear;
          -o-transition: all 200ms linear;
          transition: all 200ms linear;
          line-height: 1;
          position: relative;
          text-transform: uppercase;
          text-decoration: none !important; }
          header.header .header-inner .utility-links .utility-link.linkbg a span:after, header.header .header-inner .utility-links .utility-link.linkbg button span:after {
            content: " ";
            position: absolute;
            bottom: -5px;
            left: 0px;
            background: white;
            width: 0px;
            height: 1px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          header.header .header-inner .utility-links .utility-link.linkbg a span:hover, header.header .header-inner .utility-links .utility-link.linkbg button span:hover {
            text-decoration: none; }
        header.header .header-inner .utility-links .utility-link svg {
          display: block;
          cursor: pointer;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          header.header .header-inner .utility-links .utility-link svg > g > g {
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear; }
        header.header .header-inner .utility-links .utility-link.sponsorslinks {
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          height: 40px;
          align-self: center;
          padding-left: 12px; }
          @media screen and (max-width: 1270px) {
            header.header .header-inner .utility-links .utility-link.sponsorslinks {
              padding-left: 6px; } }
          header.header .header-inner .utility-links .utility-link.sponsorslinks:hover svg {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
            opacity: 0.7; }
            header.header .header-inner .utility-links .utility-link.sponsorslinks:hover svg:hover {
              opacity: 1; }
          header.header .header-inner .utility-links .utility-link.sponsorslinks .feverlink {
            margin-left: 40px;
            position: relative; }
            @media screen and (max-width: 1270px) {
              header.header .header-inner .utility-links .utility-link.sponsorslinks .feverlink {
                margin-left: 28px; } }
            header.header .header-inner .utility-links .utility-link.sponsorslinks .feverlink:after {
              -webkit-transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear;
              content: "";
              position: absolute;
              left: -30px;
              top: -20px;
              width: 19px;
              height: 78px;
              margin: 0px auto;
              background: #D5D3D3;
              -webkit-clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
              clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%); }
              @media screen and (max-width: 1270px) {
                header.header .header-inner .utility-links .utility-link.sponsorslinks .feverlink:after {
                  left: -24px; } }
        header.header .header-inner .utility-links .utility-link.newsletter, header.header .header-inner .utility-links .utility-link.search {
          position: relative;
          z-index: 1; }
          header.header .header-inner .utility-links .utility-link.newsletter:before, header.header .header-inner .utility-links .utility-link.search:before {
            content: " ";
            -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: -10px;
            left: 0px;
            background: #1A1919;
            -webkit-clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
            clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
            width: 90px;
            height: 96px;
            z-index: -1; }
          header.header .header-inner .utility-links .utility-link.newsletter:after, header.header .header-inner .utility-links .utility-link.search:after {
            content: " ";
            -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: -10px;
            left: 0px;
            background-image: linear-gradient(4deg, #1A1919 0%, #5E5D5D 100%);
            -webkit-clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
            clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
            width: 90px;
            height: 96px;
            z-index: -1;
            opacity: 0; }
          header.header .header-inner .utility-links .utility-link.newsletter:hover, header.header .header-inner .utility-links .utility-link.search:hover {
            text-decoration: none; }
            header.header .header-inner .utility-links .utility-link.newsletter:hover span:after, header.header .header-inner .utility-links .utility-link.newsletter:hover a:after, header.header .header-inner .utility-links .utility-link.search:hover span:after, header.header .header-inner .utility-links .utility-link.search:hover a:after {
              width: 100%; }
            header.header .header-inner .utility-links .utility-link.newsletter:hover:after, header.header .header-inner .utility-links .utility-link.search:hover:after {
              opacity: 1; }
        header.header .header-inner .utility-links .utility-link.newsletter svg {
          width: 25px;
          height: 17px;
          margin: 0 auto 14px;
          position: relative;
          left: 4px; }
        header.header .header-inner .utility-links .utility-link.search {
          position: relative; }
          header.header .header-inner .utility-links .utility-link.search svg {
            width: 20px;
            height: 21px;
            margin: 0 auto 12px;
            position: relative;
            left: 6px; }
          header.header .header-inner .utility-links .utility-link.search .wrapper {
            -webkit-transition: all 250ms linear;
            -moz-transition: all 250ms linear;
            -o-transition: all 250ms linear;
            transition: all 250ms linear;
            z-index: 9000;
            position: absolute;
            visibility: hidden;
            opacity: 0;
            right: 0;
            top: -10px;
            height: 96px;
            width: 0px;
            background: #1A1919;
            overflow: hidden;
            -webkit-clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%);
            clip-path: polygon(24px 0%, 100% 0%, calc(100% - 24px) 100%, 0% 100%); }
            header.header .header-inner .utility-links .utility-link.search .wrapper.active {
              opacity: 1;
              visibility: visible;
              right: -20px;
              width: calc(100vw - 431px); }
              @media screen and (max-width: 1310px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 885px; } }
              @media screen and (max-width: 1295px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 870px; } }
              @media screen and (max-width: 1274px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 862px; } }
              @media screen and (max-width: 1270px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 900px; } }
              @media screen and (max-width: 1245px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 877px; } }
              @media screen and (max-width: 1225px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 865px; } }
              @media screen and (max-width: 1210px) {
                header.header .header-inner .utility-links .utility-link.search .wrapper.active {
                  width: 859px; } }
            header.header .header-inner .utility-links .utility-link.search .wrapper .search-form {
              height: 100%; }
            header.header .header-inner .utility-links .utility-link.search .wrapper form {
              width: calc(100% - 60px);
              margin: 0 auto;
              position: relative;
              height: 100%;
              display: flex;
              justify-content: flex-start;
              align-items: flex-end;
              z-index: 9000; }
              header.header .header-inner .utility-links .utility-link.search .wrapper form > div {
                height: 62px;
                width: calc(100% - 60px);
                display: flex;
                position: relative;
                align-items: center;
                align-content: center;
                flex-flow: row nowrap;
                justify-content: flex-end;
                margin-bottom: 15px;
                z-index: 1; }
                header.header .header-inner .utility-links .utility-link.search .wrapper form > div:after {
                  z-index: -1;
                  content: " ";
                  position: absolute;
                  right: 0px;
                  top: 6px;
                  width: calc(100% - 50px);
                  height: 46px;
                  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.35) 100%);
                  -webkit-clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%);
                  clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%); }
              header.header .header-inner .utility-links .utility-link.search .wrapper form label.hidden {
                text-indent: -9999em;
                opacity: 0;
                display: block;
                height: 0;
                width: 0; }
              header.header .header-inner .utility-links .utility-link.search .wrapper form button {
                position: absolute;
                left: 6px;
                top: 16px;
                background: transparent;
                background-image: url("../images/svg/search-submit.svg");
                background-position: center;
                background-size: auto;
                background-repeat: no-repeat;
                border: none;
                height: 27px;
                width: 27px;
                transition: all 200ms linear;
                cursor: pointer;
                float: right;
                text-indent: -9999px;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear; }
                header.header .header-inner .utility-links .utility-link.search .wrapper form button:hover {
                  opacity: 0.7; }
              header.header .header-inner .utility-links .utility-link.search .wrapper form input[type="text"] {
                box-shadow: none;
                border: none;
                background: transparent;
                height: 30px;
                width: calc(100% - 80px);
                font-family: "Roboto", sans-serif;
                font-weight: 700;
                font-size: 18px;
                color: #FFFFFF;
                letter-spacing: 0;
                line-height: 16px;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                transition: all 300ms linear;
                padding: 5px 17px 10px 0;
                border-radius: 0 !important; }
                header.header .header-inner .utility-links .utility-link.search .wrapper form input[type="text"]::-moz-placeholder {
                  color: #fff; }
                header.header .header-inner .utility-links .utility-link.search .wrapper form input[type="text"]:-moz-placeholder {
                  color: #fff; }
                header.header .header-inner .utility-links .utility-link.search .wrapper form input[type="text"]:-ms-input-placeholder {
                  color: #fff; }
                header.header .header-inner .utility-links .utility-link.search .wrapper form input[type="text"]::-webkit-input-placeholder {
                  color: #fff; }
      header.header .header-inner .utility-links .search_toggle {
        cursor: pointer;
        position: relative;
        left: -2px; }
        header.header .header-inner .utility-links .search_toggle:hover span {
          color: #454444;
          text-decoration: underline; }
        header.header .header-inner .utility-links .search_toggle:hover svg > g > g {
          fill: #454444; }
        header.header .header-inner .utility-links .search_toggle.close {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 16px;
          right: 9px;
          left: auto;
          background: transparent;
          width: 39px;
          -webkit-transition: all 250ms linear;
          -moz-transition: all 250ms linear;
          -o-transition: all 250ms linear;
          transition: all 250ms linear;
          cursor: pointer;
          z-index: 9001; }
          header.header .header-inner .utility-links .search_toggle.close svg {
            width: 20px;
            height: 20px;
            margin-bottom: 11px;
            margin-left: 3px; }
          header.header .header-inner .utility-links .search_toggle.close span {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
            font-family: "Roboto", sans-serif; }
          header.header .header-inner .utility-links .search_toggle.close.active {
            visibility: visible;
            opacity: 1; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  zoom: 1;
  position: relative;
  float: none;
  z-index: 500;
  width: 100%;
  height: auto;
  margin: 0px 0 0;
  padding: 0; }
  .main_nav .drawer-toolbar {
    display: none; }
  .main_nav:before, .main_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .main_nav:after {
    clear: both; }
  @media screen and (max-width: 1350px) {
    .main_nav {
      padding-right: 100px; } }
  @media screen and (max-width: 1270px) {
    .main_nav {
      padding-right: 115px; } }
  @media screen and (max-width: 1200px) {
    .main_nav {
      display: none; } }
  .main_nav ul {
    zoom: 1;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-top: 37px; }
    .main_nav ul:before, .main_nav ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .main_nav ul:after {
      clear: both; }
    .main_nav ul li {
      position: relative;
      display: inline-block;
      float: none;
      height: auto;
      margin: 0;
      padding: 0; }
      .main_nav ul li .close-button.level-1 {
        display: none; }
  .main_nav a {
    display: block;
    margin: 0;
    color: #1A1919; }
  .main_nav > ul:hover > li > a {
    opacity: 0.7; }
  .main_nav > ul > li {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    margin: 0 12px;
    padding-bottom: 42px; }
    @media screen and (min-width: 1420px) {
      .main_nav > ul > li {
        margin: 0 19px;
        padding-bottom: 42px; } }
    .main_nav > ul > li:first-child {
      margin-left: 0; }
    .main_nav > ul > li:last-child {
      margin-right: 0; }
    .main_nav > ul > li.is-focused > .sub {
      display: block !important; }
    .main_nav > ul > li:hover > a {
      opacity: 1; }
      .main_nav > ul > li:hover > a:after {
        background: #1A1919;
        width: 8px; }
    .main_nav > ul > li > a {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 1px;
      line-height: 14px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .main_nav > ul > li > a:after {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: "";
        position: absolute;
        left: -18px;
        top: -8px;
        width: 6px;
        height: 30px;
        margin: 0px auto;
        background: #D5D3D3;
        -webkit-clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
        clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%); }
        @media screen and (min-width: 1420px) {
          .main_nav > ul > li > a:after {
            left: -23px; } }
      .main_nav > ul > li > a:hover, .main_nav > ul > li > a.active {
        text-decoration: none; }
        .main_nav > ul > li > a:hover:after, .main_nav > ul > li > a.active:after {
          background: #1A1919;
          width: 8px; }

.main_nav ul .sub,
.main_nav ul .nav_sub {
  position: absolute;
  display: none;
  z-index: -1;
  top: 56px;
  left: -22px;
  width: auto;
  min-width: 250px;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
  .main_nav ul .sub:before,
  .main_nav ul .nav_sub:before {
    content: " ";
    position: absolute;
    top: -7px;
    left: 0px;
    width: 100%;
    height: 7px;
    background: white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4); }
  .main_nav ul .sub:after,
  .main_nav ul .nav_sub:after {
    content: " ";
    position: absolute;
    top: -28px;
    left: -15px;
    width: calc(100% + 30px);
    height: 28px;
    background: white; }

.main_nav ul ul {
  float: left;
  height: auto;
  margin: 0;
  padding: 14px 20px 20px 20px;
  border: none;
  border-top: none;
  background: none;
  min-width: 250px;
  position: relative; }
  .main_nav ul ul li {
    float: none;
    height: auto;
    margin: 0;
    padding: 1px 0 1px 0px;
    list-style-type: none;
    list-style-image: none;
    border-right: none;
    border-left: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative; }
    .main_nav ul ul li:after {
      position: absolute;
      content: " ";
      bottom: 0px;
      right: 0px;
      width: 100%;
      height: 1px;
      background: #D5D3D3;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .main_nav ul ul li:first-child {
      display: block;
      border-top: none; }
    .main_nav ul ul li.has-third-level .close-button.level-2 {
      display: block; }
    .main_nav ul ul li:hover:after, .main_nav ul ul li.activelink:after {
      background: #1A1919;
      width: calc(100% - 10px); }
    .main_nav ul ul li.is-opened > a {
      color: #1A1919; }
    .main_nav ul ul li.is-opened .close-button.level-2:before {
      opacity: 0;
      transform: rotate(90deg); }
    .main_nav ul ul li a {
      display: inline-block;
      width: 100%;
      height: auto;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: rgba(26, 25, 25, 0.7);
      letter-spacing: 0;
      line-height: 27px;
      cursor: pointer;
      padding: 8px 10px 6px 0px;
      text-align: left;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .main_nav ul ul li a span {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: rgba(26, 25, 25, 0.7);
        letter-spacing: 0;
        line-height: 27px; }
      .main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active {
        cursor: pointer;
        text-decoration: none;
        padding: 8px 0px 6px 10px; }
        .main_nav ul ul li a:hover span, .main_nav ul ul li a:focus span, .main_nav ul ul li a.active span {
          color: #1a1919; }
      .main_nav ul ul li a.gh_redirect span, .main_nav ul ul li a.gh_page_redirect span {
        float: left; }
      .main_nav ul ul li a.gh_redirect span:before, .main_nav ul ul li a.gh_page_redirect span:before {
        content: '\f08e';
        font-family: FontAwesome;
        vertical-align: middle;
        margin-left: 9px;
        display: inline-block;
        color: inherit;
        float: right; }
    .main_nav ul ul li ul {
      display: none;
      padding: 0px 0px 13px 20px;
      min-width: 0;
      margin-top: -5px; }
      .main_nav ul ul li ul:after {
        display: none; }
    .main_nav ul ul li ul li {
      padding-left: 0px; }
      .main_nav ul ul li ul li:after {
        display: none; }
    .main_nav ul ul li ul li a {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: rgba(26, 25, 25, 0.7);
      letter-spacing: 0;
      line-height: 13px;
      position: relative;
      text-transform: none;
      padding: 5px 10px 5px 0px; }
      .main_nav ul ul li ul li a:hover {
        color: #1a1919;
        padding: 5px 0px 5px 10px;
        cursor: pointer; }

.close-button.level-2 {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  right: 4px;
  top: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .close-button.level-2:before, .close-button.level-2:after {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    content: '';
    background: #1A1919;
    height: 13px;
    width: 1px;
    top: 0px;
    left: 6px;
    display: block; }
  .close-button.level-2:after {
    height: 1px;
    width: 13px;
    top: 6px;
    left: 0px; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 0px;
  right: 0px;
  width: 123px;
  height: 64px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (max-width: 1200px) {
    #nav-toggle {
      display: block; } }
  #nav-toggle span {
    position: absolute;
    display: block;
    left: auto;
    width: 33px;
    height: 3px;
    background: #1A1919;
    margin-top: 22px;
    content: '';
    cursor: pointer;
    right: 20px;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #nav-toggle span.top {
      top: 0;
      width: 27px; }
    #nav-toggle span.mid, #nav-toggle span.mid2 {
      top: 8px; }
    #nav-toggle span.bottom {
      top: 16px;
      width: 27px; }
    #nav-toggle span.open-text, #nav-toggle span.close-text {
      height: auto;
      width: 43px;
      margin-top: 16px;
      right: auto;
      left: 17px;
      top: 10px;
      background: transparent; }
    #nav-toggle span.close-text {
      display: none; }
  #nav-toggle span.close-text,
  #nav-toggle span.open-text {
    background: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    color: #1A1919;
    letter-spacing: 1px;
    text-align: center;
    line-height: 13px; }
  #nav-toggle:hover span.top, #nav-toggle:hover span.bottom {
    width: 33px; }
  #nav-toggle.active {
    background: white;
    border: none;
    width: 107px; }
    #nav-toggle.active:hover {
      opacity: 0.7; }
  #nav-toggle.active span.mid {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    transform: rotate(45deg);
    background: #1A1919;
    width: 20px;
    height: 2px !important; }
  #nav-toggle.active span.mid2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    transform: rotate(-45deg);
    background: #1A1919;
    width: 20px;
    height: 2px !important; }
  #nav-toggle.active span.top, #nav-toggle.active span.bottom {
    opacity: 0; }
  #nav-toggle.active span.close-text {
    display: block;
    color: #1A1919; }
  #nav-toggle.active span.open-text {
    display: none; }

@media screen and (max-width: 1200px) {
  .nav_wrapper {
    position: absolute;
    position: fixed;
    transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
    top: 0;
    right: -100vw;
    background: transparent;
    opacity: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch; } }
@media screen and (min-width: 701px) {
  .nav_wrapper {
    overflow: visible !important; } }
.nav_wrapper.is-opened {
  display: block;
  opacity: 1;
  top: 0;
  right: 0;
  overflow: scroll;
  z-index: 9998;
  width: 100%;
  height: 100%; }
  .nav_wrapper.is-opened nav.mobile_nav {
    visibility: visible;
    overflow: scroll; }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 520px;
  margin: 0 0 0;
  background: white;
  zoom: 1;
  max-height: 100vh;
  min-height: 100vh;
  padding: 160px 10px 10px; }
  .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;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
      .mobile_nav ul li:hover:before, .mobile_nav ul li.activelink:before {
        background: #1A1919; }
      .mobile_nav ul li:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        right: 0;
        bottom: 0;
        background: #D5D3D3;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        visibility: visible; }
      .mobile_nav ul li > a {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #1A1919;
        letter-spacing: 1.5px;
        line-height: 18px;
        position: relative;
        display: inline-block;
        width: auto;
        padding: 20px 20px 20px 0px; }
      .mobile_nav ul li.page_1 {
        display: none; }
      .mobile_nav ul li.has-sub .close-button.level-1 {
        cursor: pointer;
        background-image: url("../images/svg/nav-chev.svg");
        background-repeat: no-repeat;
        background-size: 22px 18px;
        background-position: 50%;
        height: 23px;
        width: 28px;
        position: absolute;
        right: 5px;
        top: 18px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear; }
      .mobile_nav ul li.has-sub li {
        border-bottom: none; }
        .mobile_nav ul li.has-sub li:before {
          display: none; }
      .mobile_nav ul li.has-sub.is-opened .close-button.level-1 {
        transform: rotate(180deg); }
      .mobile_nav ul li div.sub {
        display: none;
        padding-bottom: 20px; }
        .mobile_nav ul li div.sub > ul > li > a {
          display: block;
          padding-left: 30px;
          padding-right: 30px;
          padding-top: 8px;
          padding-bottom: 8px;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: rgba(26, 25, 25, 0.7);
          letter-spacing: 0;
          line-height: 17px; }
          .mobile_nav ul li div.sub > ul > li > a span {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: rgba(26, 25, 25, 0.7);
            letter-spacing: 0;
            line-height: 17px; }
          .mobile_nav ul li div.sub > ul > li > a:hover, .mobile_nav ul li div.sub > ul > li > a.active {
            padding-left: 40px;
            padding-right: 20px;
            color: #1a1919; }
        .mobile_nav ul li div.sub ul li {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 5px; }
          .mobile_nav ul li div.sub ul li:last-child {
            margin-bottom: 0; }
      .mobile_nav ul li.has-third-level.is-opened button.close-button.level-2:before {
        opacity: 0;
        transform: rotate(90deg); }
      .mobile_nav ul li.has-third-level a {
        display: inline-block;
        width: auto; }
      .mobile_nav ul li.has-third-level button.close-button.level-2 {
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: 6px;
        top: 10px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .mobile_nav ul li.has-third-level button.close-button.level-2:before, .mobile_nav ul li.has-third-level button.close-button.level-2:after {
          -webkit-transition: all 100ms linear;
          -moz-transition: all 100ms linear;
          -o-transition: all 100ms linear;
          transition: all 100ms linear;
          position: absolute;
          content: '';
          background: #1A1919;
          height: 13px;
          width: 1px;
          top: 0px;
          left: 6px;
          display: block; }
        .mobile_nav ul li.has-third-level button.close-button.level-2:after {
          height: 1px;
          width: 13px;
          top: 6px;
          left: 0px; }
      .mobile_nav ul li.has-third-level ul.level_3 {
        display: none;
        margin-top: 8px;
        margin-bottom: 8px; }
        .mobile_nav ul li.has-third-level ul.level_3 li a {
          border-bottom: none;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 40px;
          padding-right: 10px;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 12px;
          color: rgba(26, 25, 25, 0.7);
          letter-spacing: 0;
          line-height: 15px;
          float: none; }
          .mobile_nav ul li.has-third-level ul.level_3 li a:hover, .mobile_nav ul li.has-third-level ul.level_3 li a.active {
            color: #1a1919;
            padding-left: 50px;
            padding-right: 0px; }
        .mobile_nav ul li.has-third-level ul.level_3 li:last-child a {
          padding-bottom: 5px;
          margin-bottom: 2px; }
  .mobile_nav a {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    text-decoration: none; }

.mobile_nav ul .sub {
  float: left;
  width: 100%; }
  .mobile_nav ul .sub .sub_holder {
    width: 100%; }

.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: inherit; }

.drawer-toolbar {
  max-width: 100%;
  width: 520px;
  position: fixed;
  padding-top: 6px;
  top: 0px;
  background: white;
  right: -100vw;
  z-index: 501;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  @media screen and (min-width: 1201px) {
    .drawer-toolbar {
      display: none; } }
  .drawer-toolbar .toolbar_links {
    height: 70px;
    padding: 0 20px 0px 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center; }
    .drawer-toolbar .toolbar_links a {
      padding: 0;
      float: none;
      display: inline-block;
      width: auto;
      margin: 0 15px;
      position: relative; }
      .drawer-toolbar .toolbar_links a span {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #1A1919;
        letter-spacing: 1px;
        text-align: center;
        line-height: 13px;
        text-transform: uppercase; }
      .drawer-toolbar .toolbar_links a:hover span {
        text-decoration: underline; }
      .drawer-toolbar .toolbar_links a:after {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: "";
        position: absolute;
        left: -24px;
        top: -15px;
        width: 14px;
        height: 60px;
        margin: 0px auto;
        background: #D5D3D3;
        -webkit-clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%);
        clip-path: polygon(13px 0%, 100% 0%, calc(100% - 13px) 100%, 0% 100%); }
      .drawer-toolbar .toolbar_links a:first-child {
        margin-left: 0; }
        .drawer-toolbar .toolbar_links a:first-child:after {
          display: none; }
      .drawer-toolbar .toolbar_links a.newsletter {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        margin-left: -9px;
        margin-bottom: 9px; }
        .drawer-toolbar .toolbar_links a.newsletter svg {
          width: 25px;
          height: 17px;
          margin: 0 5px 10px;
          position: relative;
          left: 4px;
          fill: #1A1919; }
          .drawer-toolbar .toolbar_links a.newsletter svg g, .drawer-toolbar .toolbar_links a.newsletter svg path {
            fill: #1A1919; }
      .drawer-toolbar .toolbar_links a.feverlink, .drawer-toolbar .toolbar_links a.pacerslink {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .drawer-toolbar .toolbar_links a.feverlink svg, .drawer-toolbar .toolbar_links a.pacerslink svg {
          width: 30px; }
        .drawer-toolbar .toolbar_links a.feverlink:hover, .drawer-toolbar .toolbar_links a.pacerslink:hover {
          opacity: 0.7; }

.mobile-search {
  z-index: 501;
  background: #1A1919;
  height: 80px;
  width: calc(100%);
  max-width: 520px;
  position: fixed;
  padding-top: 11px;
  top: 70px;
  right: -100vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }
  @media screen and (max-width: 500px) {
    .mobile-search {
      max-width: 100%;
      width: 100%; } }
  @media screen and (min-width: 1201px) {
    .mobile-search {
      display: none; } }
  .mobile-search form {
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    height: 100%; }
    .mobile-search form > div {
      height: 100%;
      width: 100%;
      display: flex;
      position: relative;
      align-items: center;
      align-content: center;
      flex-flow: row nowrap;
      justify-content: flex-end;
      z-index: 1; }
      .mobile-search form > div:after {
        z-index: -1;
        content: " ";
        position: absolute;
        right: 0px;
        top: 6px;
        width: calc(100% - 33px);
        height: 46px;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.35) 100%);
        -webkit-clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%);
        clip-path: polygon(11px 0%, 100% 0%, calc(100% - 11px) 100%, 0% 100%); }
    .mobile-search form label.hidden {
      text-indent: -9999em;
      opacity: 0;
      display: block;
      height: 0;
      width: 0; }
    .mobile-search form button {
      position: absolute;
      left: 0;
      top: 17px;
      background: transparent;
      background-image: url("../images/svg/search-submit.svg");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      border: none;
      height: 27px;
      width: 27px;
      transition: all 200ms linear;
      cursor: pointer;
      float: right;
      text-indent: -9999px; }
    .mobile-search form input[type='text'] {
      box-shadow: none;
      border: none;
      background: transparent;
      height: 30px;
      width: calc(100% - 60px);
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 14px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      color: #fff;
      padding: 5px 17px 15px 0;
      border-radius: 0 !important; }
      .mobile-search form input[type='text']::-moz-placeholder {
        color: #fff; }
      .mobile-search form input[type='text']:-moz-placeholder {
        color: #fff; }
      .mobile-search form input[type='text']:-ms-input-placeholder {
        color: #fff; }
      .mobile-search form input[type='text']::-webkit-input-placeholder {
        color: #fff; }

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 60px 0 0;
  background-color: white;
  border-top: 6px solid #4a4949; }
  footer .footer_holder {
    position: relative;
    z-index: 1; }
  footer .footer_nav {
    background: url("../images/footer-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 50px 0 100px 0; }
    @media screen and (max-width: 1080px) {
      footer .footer_nav {
        padding: 50px 0 50px 0; } }
    @media screen and (max-width: 700px) {
      footer .footer_nav {
        padding: 50px 0 50px 0; } }
    footer .footer_nav > ul {
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      padding-right: 55px;
      padding-left: 55px;
      margin: 0px auto; }
      @media screen and (max-width: 1080px) {
        footer .footer_nav > ul {
          flex-wrap: wrap;
          justify-content: center;
          height: 140px;
          align-items: center; } }
      @media screen and (max-width: 1200px) {
        footer .footer_nav > ul {
          padding-left: 55px; } }
      @media screen and (max-width: 700px) {
        footer .footer_nav > ul {
          height: auto; } }
      footer .footer_nav > ul > li {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        @media screen and (max-width: 1080px) {
          footer .footer_nav > ul > li {
            width: 33.3%;
            text-align: center !important; } }
        footer .footer_nav > ul > li > a.active {
          opacity: 1 !important; }
          footer .footer_nav > ul > li > a.active:after {
            opacity: 1;
            width: 9px; }
      footer .footer_nav > ul:hover > li > a {
        opacity: 0.7; }
      footer .footer_nav > ul > li:hover > a {
        opacity: 1 !important; }
        footer .footer_nav > ul > li:hover > a:after {
          opacity: 1;
          width: 9px; }
    footer .footer_nav > ul > li > a {
      margin-bottom: 10px;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF !important;
      letter-spacing: 1px;
      line-height: 14px;
      text-transform: uppercase;
      position: relative;
      padding-left: 10px; }
      @media screen and (max-width: 1080px) {
        footer .footer_nav > ul > li > a {
          display: inline-block !important; } }
      footer .footer_nav > ul > li > a:after {
        opacity: 0.7;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        content: "";
        position: absolute;
        left: -10px;
        top: -8px;
        width: 7px;
        height: 30px;
        margin: 0px auto;
        background: white;
        -webkit-clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
        clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%); }
    footer .footer_nav a {
      cursor: pointer !important; }
      footer .footer_nav a:hover {
        cursor: pointer !important; }
    footer .footer_nav .nav_sub {
      text-align: center;
      margin-top: 28px; }
      @media screen and (max-width: 1080px) {
        footer .footer_nav .nav_sub {
          display: none; } }
      footer .footer_nav .nav_sub a {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: white;
        letter-spacing: 0;
        line-height: 30px;
        opacity: 0.7;
        padding: 0px 10px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        footer .footer_nav .nav_sub a:hover, footer .footer_nav .nav_sub a.active {
          opacity: 1;
          color: #FFF;
          padding: 0px 0px 0px 20px; }
    footer .footer_nav ul {
      position: relative; }
      footer .footer_nav ul li {
        text-align: left; }
        @media screen and (max-width: 700px) {
          footer .footer_nav ul li {
            width: 100%;
            text-align: left;
            margin-bottom: 30px; }
            footer .footer_nav ul li:last-child {
              margin-bottom: 0px; } }
        footer .footer_nav ul li a {
          display: block;
          position: relative;
          color: #FFF;
          cursor: pointer; }
          footer .footer_nav ul li a:hover, footer .footer_nav ul li a.active {
            color: #FFF !important;
            cursor: default; }
        footer .footer_nav ul li li {
          float: none;
          width: 100%;
          margin-bottom: 0; }
          footer .footer_nav ul li li a {
            display: block;
            padding: 5px 0; }
  footer .m-social-links {
    display: flex;
    margin-top: 10px;
    font-size: 21px;
    width: 100%;
    border-bottom: 1px solid #1A1919;
    width: 1180px;
    max-width: 100vw;
    margin: 0px auto;
    padding: 15px 30px; }
    @media screen and (max-width: 1080px) {
      footer .m-social-links {
        max-width: calc(100% - 40px);
        justify-content: center; } }
    @media screen and (max-width: 700px) {
      footer .m-social-links {
        padding: 15px 10px; } }
    footer .m-social-links .social-inner {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      footer .m-social-links .social-inner:hover a {
        opacity: 0.6; }
    footer .m-social-links a {
      display: block;
      position: relative;
      z-index: 50;
      color: #1A1919;
      width: 30px;
      margin-right: 30px;
      height: 40px;
      float: left;
      padding: 10px 0px;
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      footer .m-social-links a:last-child {
        margin-right: 0; }
      footer .m-social-links a.fa-facebook {
        margin-left: 10px; }
      footer .m-social-links a:hover {
        opacity: 1 !important;
        cursor: pointer !important; }
        footer .m-social-links a:hover:after {
          background: #1A1919;
          width: 8px; }
      footer .m-social-links a:after {
        content: "";
        position: absolute;
        top: 5px;
        left: -24px;
        z-index: -1;
        width: 6px;
        height: 32px;
        background: #D5D3D3;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
        clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%); }
  footer .columns {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    max-width: 100vw;
    margin: auto;
    padding: 34px 20px 40px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      footer .columns {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    footer .columns .column {
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 1080px) {
        footer .columns .column {
          float: none; } }
      @media screen and (max-width: 1080px) {
        footer .columns .column:first-child {
          margin-bottom: 30px; } }
      @media screen and (max-width: 700px) {
        footer .columns .column:first-child {
          margin-bottom: 40px; } }
      footer .columns .column:last-child {
        display: flex; }
        @media screen and (max-width: 1080px) {
          footer .columns .column:last-child {
            margin-bottom: 20px; } }
        @media screen and (max-width: 700px) {
          footer .columns .column:last-child {
            flex-direction: column; } }
      footer .columns .column.column-logos:hover .col-logo {
        opacity: 0.6; }
      footer .columns .column .title {
        margin-bottom: 7px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #1A1919;
        letter-spacing: 0;
        line-height: 20px; }
        @media screen and (max-width: 1080px) {
          footer .columns .column .title {
            text-align: center; } }
      footer .columns .column .info {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #1A1919;
        letter-spacing: 0;
        line-height: 30px;
        display: block; }
        @media screen and (max-width: 1080px) {
          footer .columns .column .info {
            text-align: center; } }
      footer .columns .column .column-logo {
        position: relative; }
        footer .columns .column .column-logo.col-fevers {
          margin-left: 60px; }
          @media screen and (max-width: 700px) {
            footer .columns .column .column-logo.col-fevers {
              margin-left: 0px;
              margin-top: 20px; } }
        footer .columns .column .column-logo:hover .col-logo {
          opacity: 1; }
      footer .columns .column .col-logo {
        position: absolute;
        left: 0px;
        top: 3px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      footer .columns .column .col-pacers .col-logo {
        background: url("../images/pacers_footer.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 60px;
        height: 57px; }
      footer .columns .column .col-fevers .col-logo {
        background: url("../images/fever_footer.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 60px;
        height: 57px; }
      footer .columns .column .footer-links {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: inline-block;
        padding-left: 100px; }
        footer .columns .column .footer-links a {
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #1A1919;
          letter-spacing: 0;
          line-height: 30px;
          position: relative;
          padding: 0px 10px;
          display: block;
          text-align: left; }
          footer .columns .column .footer-links a:after {
            position: absolute;
            content: " ";
            width: 5px;
            height: 9px;
            background: url("../images/svg/btn-arrow.svg") no-repeat;
            background-size: contain;
            left: -12px;
            top: 11px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          footer .columns .column .footer-links a:before {
            position: absolute;
            content: " ";
            width: 5px;
            height: 9px;
            background: url("../images/svg/btn-arrow.svg") no-repeat;
            background-size: contain;
            left: -18px;
            top: 11px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          footer .columns .column .footer-links a:hover {
            padding: 0px 5px 0px 15px; }
            footer .columns .column .footer-links a:hover:after {
              left: -5px; }
            footer .columns .column .footer-links a:hover:before {
              left: -5px;
              opacity: 0; }

.global-footer {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  text-align: left; }
  @media screen and (max-width: 1200px) {
    .global-footer {
      text-align: center; } }
  .global-footer p {
    display: block;
    position: relative;
    margin: auto;
    padding: 10px 2px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 30px; }
    @media screen and (max-width: 700px) {
      .global-footer p .copy {
        display: block; } }
    .global-footer p a, .global-footer p a:visited, .global-footer p button#ot-sdk-btn.ot-sdk-show-settings, .global-footer p button#ot-sdk-btn.optanon-show-settings {
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      text-decoration: none;
      color: #1A1919;
      padding: 0 !important;
      border: none !important;
      font-family: "Roboto", sans-serif;
      font-weight: 400 !important;
      font-size: 14px;
      background: transparent !important; }
      .global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus, .global-footer p button#ot-sdk-btn.ot-sdk-show-settings:hover, .global-footer p button#ot-sdk-btn.ot-sdk-show-settings:focus, .global-footer p button#ot-sdk-btn.optanon-show-settings:hover, .global-footer p button#ot-sdk-btn.optanon-show-settings:focus {
        text-decoration: underline;
        color: #1A1919; }
  .global-footer .delimiter {
    padding: 0 2px;
    color: #1A1919; }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    display: inline-block;
    float: right;
    position: relative;
    margin: 0;
    padding-top: 0;
    font-family: "helvetica";
    font-size: 16px;
    text-decoration: none;
    color: #1A1919;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1200px) {
      .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
        float: none;
        text-align: center;
        display: block;
        margin-top: 8px; } }
    .global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
      font-size: 16px; }
      .global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
        color: #1A1919;
        font-weight: bold; }
      .global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
        color: #1A1919;
        font-weight: bold; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
      text-decoration: none;
      color: #454444; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
        color: #454444 !important; }

footer .footerbottomlink {
  text-decoration: underline !important; }
  footer .footerbottomlink:hover {
    font-weight: bold !important; }

/* ----------------------------------------------------------------------------
=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: #1A1919; }
      .subnav ul li a, .subnav ul li a:visited {
        display: block;
        padding: 9px 5px 7px 30px;
        color: white;
        font: bold 18px/120% "Roboto", 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: #1A1919; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: #1A1919;
          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: #1A1919; }
      .subnav ul li.active.onparent a.active {
        color: #1A1919; }
    .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 {
  position: relative;
  display: block;
  float: right;
  width: 246px;
  height: 30px;
  margin: -5px 0 0;
  padding: 0; }
  #search input, #search input[type='text'] {
    position: relative;
    width: 246px;
    height: 30px;
    margin: 0;
    padding: 8px 10px 6px;
    color: #fff;
    border: 0;
    background: #333;
    font: normal 14px/14px "Roboto", sans-serif;
    -webkit-appearance: none; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", sans-serif; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", sans-serif; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font: normal 14px/14px "Roboto", sans-serif; }
    #search input:focus, #search input[type='text']:focus {
      outline: none;
      -webkit-appearance: none; }
  #search button {
    position: absolute;
    top: 3px;
    right: 8px;
    width: 29px;
    height: 29px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../images/toolbar-icons.png) no-repeat -242px 0;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    direction: ltr; }
    #search button:hover, #search button:focus {
      background-position: -242px -34px; }

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

.search-app .no-results {
  padding: 0 20px;
  max-width: 990px;
  margin: 20px auto 0;
  overflow: hidden; }
.search-app .results.grouped > div {
  padding: 0 10px;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 700px) {
    .search-app .results.grouped > div {
      padding: 0px; } }
.search-app .results.grouped .event_list {
  opacity: 1; }
.search-app .results.grouped .showtime-search-instant-result-header {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 31px;
  z-index: 2;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  display: block;
  background: #F2F2F2;
  padding: 10px 20px; }
@media screen and (max-width: 700px) {
  .search-app .results.grouped {
    margin-bottom: 40px; } }
.search-app .results.grouped .info .title {
  font-size: 25px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background-image: linear-gradient(to right, #1a1919 0%, #1a1919 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px; }
  .search-app .results.grouped .info .title:hover {
    background-size: 100% 2px; }
.search-app .results.grouped .info span.more {
  display: inline-block;
  position: relative;
  background-color: #1A1919;
  color: #ffffff;
  text-align: center;
  padding: 14px 32px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px;
  border: 1px solid #1A1919;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .search-app .results.grouped .info span.more:after {
    display: none; }
  .search-app .results.grouped .info span.more:hover {
    background-color: #fff;
    color: #1A1919; }
.search-app .search-input {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  max-width: 1020px;
  margin-bottom: 40px; }
  .search-app .search-input label {
    display: none; }
  .search-app .search-input input[type='text'] {
    position: relative;
    width: calc(100% - 120px);
    height: 50px;
    background: transparent;
    border: 2px solid #1A1919;
    padding: 8px 10px;
    font-size: 20px;
    appearance: none;
    margin-right: 16px;
    color: #1A1919;
    border-radius: 0 !important;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700; }
    .search-app .search-input input[type='text']::-moz-placeholder {
      color: #1A1919; }
    .search-app .search-input input[type='text']:-moz-placeholder {
      color: #1A1919; }
    .search-app .search-input input[type='text']:-ms-input-placeholder {
      color: #1A1919; }
    .search-app .search-input input[type='text']::-webkit-input-placeholder {
      color: #1A1919; }
  .search-app .search-input a.submit {
    z-index: 1;
    max-width: 100px;
    display: inline-block;
    position: relative;
    background-color: #1A1919;
    color: #ffffff;
    text-align: center;
    padding: 16px 20px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 14px;
    border: 1px solid #1A1919;
    border-radius: 4px;
    top: -4px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .search-app .search-input a.submit:after {
      display: none; }
    .search-app .search-input a.submit:hover {
      background-color: #fff;
      color: #1A1919; }
  .search-app .search-input .search-input-extra {
    margin-top: 10px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #212121; }
    @media screen and (max-width: 600px) {
      .search-app .search-input .search-input-extra {
        margin-right: 0; } }
    .search-app .search-input .search-input-extra .keyword {
      display: inline-block;
      position: relative;
      font-weight: 700;
      z-index: 1;
      font-family: "Roboto", sans-serif; }
.search-app .entry .cms p a {
  word-break: break-all; }

.showtime-search-instant-result .spotlight .entry > a:after {
  display: none; }
.showtime-search-instant-result .spotlight .entry {
  padding-bottom: 20px; }
  .showtime-search-instant-result .spotlight .entry .info > a:after {
    display: none; }
  .showtime-search-instant-result .spotlight .entry .date {
    margin-bottom: 25px;
    display: inline-block; }
    .showtime-search-instant-result .spotlight .entry .date span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    .showtime-search-instant-result .spotlight .entry .date .m-date__day {
      font-weight: 700; }
  .showtime-search-instant-result .spotlight .entry .full_url {
    margin-bottom: 0; }
    .showtime-search-instant-result .spotlight .entry .full_url a {
      border: none;
      color: #1A1919;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      position: relative;
      display: inline-block;
      font-weight: 500; }
      .showtime-search-instant-result .spotlight .entry .full_url a:after {
        content: " ";
        bottom: 4px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #1A1919;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .showtime-search-instant-result .spotlight .entry .full_url a:hover {
        color: #1A1919; }
        .showtime-search-instant-result .spotlight .entry .full_url a:hover:after {
          width: 0px; }

.showtime-search-instant-result-filter {
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 120px;
  right: 11px;
  top: 20px;
  z-index: 50;
  padding: 0;
  background: white;
  display: block;
  margin: auto;
  background-color: transparent;
  color: #1A1919;
  border: 1px solid #1A1919;
  clear: both;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 34px;
  cursor: pointer;
  text-align: left;
  float: right;
  font-family: "Roboto", sans-serif;
  box-shadow: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result-filter {
      right: auto;
      width: 100%;
      margin: 10px 0 20px;
      float: none; } }
  .showtime-search-instant-result-filter .selected-item {
    padding: 7px 10px 0;
    width: 100%;
    height: 40px;
    display: block;
    font-weight: 700;
    position: absolute;
    line-height: 25px;
    text-transform: uppercase; }
  .showtime-search-instant-result-filter:hover {
    border-color: #fff;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15); }
  .showtime-search-instant-result-filter:after {
    position: absolute;
    content: '';
    background-image: url("../images/svg/search-caret.svg");
    width: 14px;
    height: 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  .showtime-search-instant-result-filter ul {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 50;
    padding: 0 10px;
    background: #fff;
    padding-bottom: 10px; }
  .showtime-search-instant-result-filter ul > li {
    background: #fff !important;
    width: 100%;
    cursor: pointer;
    color: #1A1919;
    padding: 0 6px;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: 400;
    z-index: 1;
    font-size: 14px;
    color: #1A1919; }
    .showtime-search-instant-result-filter ul > li:after {
      content: '';
      height: 1px;
      background: #D5D3D3;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear; }
    .showtime-search-instant-result-filter ul > li:first-child {
      border-top: 1px solid #fff; }
    .showtime-search-instant-result-filter ul > li:hover {
      padding-left: 10px; }
      .showtime-search-instant-result-filter ul > li:hover:after {
        width: calc(100% - 10px);
        background: #1A1919; }
  .showtime-search-instant-result-filter ul > li.is-selected {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px; }
    .showtime-search-instant-result-filter ul > li.is-selected:before {
      opacity: 1; }
  .showtime-search-instant-result-filter.is-selecting-result-type {
    height: 40px;
    overflow: visible;
    border-color: #fff; }
    .showtime-search-instant-result-filter.is-selecting-result-type:after {
      transform: rotate(180deg) translate(0, 8px); }
    .showtime-search-instant-result-filter.is-selecting-result-type ul {
      box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15); }
    .showtime-search-instant-result-filter.is-selecting-result-type ul > li:first-child {
      border-color: #D5D5D5; }

/* ----------------------------------------------------------------------------
= Baseline styles for all buttons in a project. These are global.
----------------------------------------------------------------------------- */
.m-button, .back-to-top a, .gen-button,
.spotlight-button,
a.button,
.button a,
input.button,
.textarea .button p a,
.textarea p a.button,
.cms .button p a,
.cms p a.button,
.login-form input[type='submit'], .event_detail .buttons a:not(.more),
.eventItem > .wrapper .info .buttons a:not(.more),
.home-slideshow .buttons a:not(.more), .full .concierge a.more {
  display: inline-block;
  position: relative;
  background-color: #1A1919;
  color: #ffffff;
  text-align: center;
  padding: 14px 32px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px;
  border: 1px solid #1A1919;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .m-button:hover, .back-to-top a:hover, .gen-button:hover,
  .spotlight-button:hover,
  a.button:hover,
  .button a:hover,
  input.button:hover,
  .textarea .button p a:hover,
  .textarea p a.button:hover,
  .cms .button p a:hover,
  .cms p a.button:hover,
  .login-form input[type='submit']:hover, .event_detail .buttons a:hover:not(.more),
  .eventItem > .wrapper .info .buttons a:hover:not(.more),
  .home-slideshow .buttons a:hover:not(.more), .full .concierge a.more:hover {
    background-color: #fff;
    color: #1A1919; }

#loadMoreEvents[disabled="disabled"] {
  display: none; }

/***********************************************/
/*      Add Additional Button Styles Below     */
/***********************************************/
.event_detail .buttons span,
.eventItem > .wrapper .info .buttons span,
.home-slideshow .buttons span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px; }
  .event_detail .buttons span svg,
  .eventItem > .wrapper .info .buttons span svg,
  .home-slideshow .buttons span svg {
    display: none; }

.event_detail .buttons a:not(.more),
.eventItem > .wrapper .info .buttons a:not(.more),
.home-slideshow .buttons a:not(.more) {
  position: relative;
  border: 1px solid white;
  padding: 11px 42px 11px 18px; }
  .event_detail .buttons a:not(.more) svg,
  .eventItem > .wrapper .info .buttons a:not(.more) svg,
  .home-slideshow .buttons a:not(.more) svg {
    display: none; }
  .event_detail .buttons a:not(.more):after,
  .eventItem > .wrapper .info .buttons a:not(.more):after,
  .home-slideshow .buttons a:not(.more):after {
    position: absolute;
    content: " ";
    width: 5px;
    height: 9px;
    background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
    background-size: contain;
    right: 16px;
    top: 14px;
    bottom: auto;
    left: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .event_detail .buttons a:not(.more):before,
  .eventItem > .wrapper .info .buttons a:not(.more):before,
  .home-slideshow .buttons a:not(.more):before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 9px;
    background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
    background-size: contain;
    right: 22px;
    top: 14px;
    bottom: auto;
    left: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .event_detail .buttons a:not(.more):hover,
  .eventItem > .wrapper .info .buttons a:not(.more):hover,
  .home-slideshow .buttons a:not(.more):hover {
    padding: 11px 37px 11px 23px; }
    .event_detail .buttons a:not(.more):hover:after,
    .eventItem > .wrapper .info .buttons a:not(.more):hover:after,
    .home-slideshow .buttons a:not(.more):hover:after {
      right: 12px;
      background: url("../images/svg/btn-arrow.svg") no-repeat;
      background-size: contain; }
    .event_detail .buttons a:not(.more):hover:before,
    .eventItem > .wrapper .info .buttons a:not(.more):hover:before,
    .home-slideshow .buttons a:not(.more):hover:before {
      right: 12px;
      opacity: 0;
      background: url("../images/svg/btn-arrow.svg") no-repeat;
      background-size: contain; }

.event_detail .buttonWrapper .buttons > span {
  width: calc(100% - 40px);
  margin: 20px 20px 0px 20px;
  text-align: center;
  display: inline-block;
  font-weight: 700; }

.event_detail .buttonWrapper .buttons a:not(.more) {
  background: #1A1919;
  color: white;
  width: calc(100% - 40px);
  margin: 20px 20px 0px 20px;
  padding: 16px 42px 16px 18px;
  font-size: 14px;
  font-weight: 700; }
  .event_detail .buttonWrapper .buttons a:not(.more):before {
    background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
    background-size: contain;
    right: calc((100% / 2) - 70px);
    top: 18px; }
  .event_detail .buttonWrapper .buttons a:not(.more):after {
    background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
    background-size: contain;
    right: calc((100% / 2) - 64px);
    top: 18px; }
  .event_detail .buttonWrapper .buttons a:not(.more):hover {
    color: #1A1919;
    background: white;
    padding: 16px 37px 16px 23px; }
    .event_detail .buttonWrapper .buttons a:not(.more):hover:before {
      background: url("../images/svg/btn-arrow.svg") no-repeat;
      background-size: contain;
      right: calc((100% / 2) - 75px); }
    .event_detail .buttonWrapper .buttons a:not(.more):hover:after {
      background: url("../images/svg/btn-arrow.svg") no-repeat;
      background-size: contain;
      right: calc((100% / 2) - 75px); }

.event_detail .buttons a.more,
.eventItem > .wrapper .info .buttons a.more,
.eventItem.entry-banner .overlay a.more,
.home-slideshow .buttons a.more {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 7px 0px 7px 39px; }
  .event_detail .buttons a.more svg,
  .eventItem > .wrapper .info .buttons a.more svg,
  .eventItem.entry-banner .overlay a.more svg,
  .home-slideshow .buttons a.more svg {
    position: absolute;
    left: 11px;
    top: 7px;
    z-index: 1; }
  .event_detail .buttons a.more:before,
  .eventItem > .wrapper .info .buttons a.more:before,
  .eventItem.entry-banner .overlay a.more:before,
  .home-slideshow .buttons a.more:before {
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #1A1919;
    border: 1px solid white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .event_detail .buttons a.more:after,
  .eventItem > .wrapper .info .buttons a.more:after,
  .eventItem.entry-banner .overlay a.more:after,
  .home-slideshow .buttons a.more:after {
    width: 0px;
    left: 39px;
    bottom: 2px;
    background: white; }
  .event_detail .buttons a.more:hover:after,
  .eventItem > .wrapper .info .buttons a.more:hover:after,
  .eventItem.entry-banner .overlay a.more:hover:after,
  .home-slideshow .buttons a.more:hover:after {
    width: calc(100% - 39px); }
  .event_detail .buttons a.more:hover:before,
  .eventItem > .wrapper .info .buttons a.more:hover:before,
  .eventItem.entry-banner .overlay a.more:hover:before,
  .home-slideshow .buttons a.more:hover:before {
    background: white; }
  .event_detail .buttons a.more:hover svg g path.shape,
  .eventItem > .wrapper .info .buttons a.more:hover svg g path.shape,
  .eventItem.entry-banner .overlay a.more:hover svg g path.shape,
  .home-slideshow .buttons a.more:hover svg g path.shape {
    fill: #1A1919 !important; }

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

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.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: transparent;
  -webkit-tap-highlight-color: transparent; }

.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. Play/close video button
*    6. Pause Autoplay Btn
*    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; }
@media screen and (max-width: 700px) {
  .rsDefault {
    background: #1A1919; } }

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 44px; }
  .user-is-tabbing .rsDefault .rsArrow.rsHidden {
    display: block !important;
    opacity: 1 !important; }

.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: 0; }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    transform: rotate(180deg); }
.rsDefault.rsHor .rsArrowRight {
  right: 0px;
  top: 0; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    margin-left: -25px; }
    @media screen and (max-width: 700px) {
      .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        margin-left: 0px; } }

.rsDefault .rsArrowIcn {
  width: 27px;
  height: 54px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0px;
  position: absolute;
  cursor: pointer;
  background: url("../images/svg/slide-arrow.svg");
  background-size: 27px 54px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.7; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsArrowIcn {
      background-size: 16px 54px;
      margin-left: -25px; } }
  .rsDefault .rsArrowIcn:hover {
    opacity: 1; }

.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: 100px;
  padding-top: 10px; }
.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: 150px;
  height: 80px;
  text-align: center; }
  .rsDefault .rsThumb img {
    width: 150px;
    height: auto;
    min-height: 80px;
    margin: 0 auto; }
  .rsDefault .rsThumb.rsNavSelected {
    background: #000; }
    .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; }

.rsThumb {
  overflow: hidden;
  width: 150px;
  height: 80px;
  text-align: center; }
  .rsThumb img {
    width: 150px;
    height: auto;
    min-height: 80px;
    margin: 0 auto; }
  .rsThumb.rsNavSelected {
    background: #000; }

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

  .rsDefault .rsThumbsHor {
    height: 64px; }

  .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(to top, #ACACAC, #BBB);
    background-image: -moz-linear-gradient(to top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. 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%; }
.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); }

/***************
*
*  6. Pause Autoplay Btn
*
****************/
.rsDefault .rsPauseBtn {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 30; }
  @media screen and (max-width: 870px) {
    .rsDefault .rsPauseBtn {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100); } }
  .rsDefault .rsPauseBtn:before {
    content: '';
    border-left: 4px solid white;
    border-right: 4px solid white;
    width: 12px;
    height: 15px;
    display: block;
    cursor: pointer; }
  .rsDefault .rsPauseBtn.is-paused:before {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 12px solid white;
    border-right: none;
    width: 0px;
    height: 0px;
    width: 12px;
    height: 15px; }
  .rsDefault .rsPauseBtn:hover, .rsDefault .rsPauseBtn:focus {
    background: black;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }
.rsDefault:hover .rsPauseBtn, .user-is-tabbing .rsDefault .rsPauseBtn {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }
.rsDefault.rsVideoPlaying .rsPauseBtn {
  display: none; }

/***************
*
*  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, #branding.spotlight_image .caption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  text-align: left;
  color: #FFF;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 700px) {
    .rsDefault .rsGCaption, #branding.spotlight_image .caption {
      background: #1A1919;
      position: relative;
      text-align: center;
      display: inline; } }
  .rsDefault .rsGCaption .rsABlock, #branding.spotlight_image .caption .rsABlock {
    position: relative; }
  .rsDefault .rsGCaption p, #branding.spotlight_image .caption p {
    background: rgba(26, 25, 25, 0.8);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    display: inline-block; }
    @media screen and (max-width: 700px) {
      .rsDefault .rsGCaption p, #branding.spotlight_image .caption p {
        background: transparent;
        padding: 6px 0px;
        text-align: center; } }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto; }
  .rsDefault.rsFullWidth img.rsImg {
    width: 100%;
    display: block; }

/********* Uncomment this to set specific heights at each breakpoint *********/
/*
.rsDefault.rsFullWidth,
.rsDefault.rsFullWidth .rsOverflow {
	@include media($mobile) {
		height: 300px !important;
	}
	@include media($tablet-only) {
		height: 360px !important;
	}
	@include media($mid-desktop) {
		height: 450px !important;
	}
}
*/
.m-slideshow-container {
  max-height: 450px;
  max-width: 2000px;
  margin: 0 auto; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: none; }
  .m-slideshow-container.gallery_slideshow {
    margin-bottom: 100px; }

.slideshow-sidecaptions {
  width: 100%;
  max-width: 68em;
  margin: 0 auto; }
  .slideshow-sidecaptions .rsDefault {
    width: 100%; }
    .slideshow-sidecaptions .rsDefault .rsThumbsVer {
      width: 35%; }
    .slideshow-sidecaptions .rsDefault .rsThumb {
      width: 100%;
      height: auto; }
      .slideshow-sidecaptions .rsDefault .rsThumb * {
        color: rgba(255, 255, 255, 0.4); }
      .slideshow-sidecaptions .rsDefault .rsThumb .buttons {
        opacity: 0;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear; }
        .slideshow-sidecaptions .rsDefault .rsThumb .buttons a {
          text-indent: -9999px; }
      .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected {
        background: none; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected * {
          color: #fff; }
        .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons {
          opacity: 1; }
          .slideshow-sidecaptions .rsDefault .rsThumb.rsNavSelected .buttons a {
            text-indent: 0; }
    .slideshow-sidecaptions .rsDefault .rsTmb {
      height: 100%;
      margin: 0 20px;
      padding: 15px 4px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      float: left;
      width: calc(100% - 40px); }

.home-slideshow {
  position: relative;
  margin: -10px auto 50px;
  z-index: 1;
  max-height: none;
  padding-top: 10px;
  padding-left: 10px;
  max-width: 1190px !important; }
  @media screen and (max-width: 700px) {
    .home-slideshow {
      padding: 0px 0px 10px 10px;
      margin: 20px auto 30px;
      width: calc(100% - 30px);
      max-width: 636px !important; } }
  @media screen and (max-width: 600px) {
    .home-slideshow {
      margin-bottom: 20px; } }
  .home-slideshow:after {
    position: absolute;
    content: " ";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/home-slide-bg2.png") no-repeat;
    background-size: 1190px 807px;
    background-position: right top;
    z-index: -1; }
    @media screen and (max-width: 700px) {
      .home-slideshow:after {
        background: url("../images/home-slide-mobile.png") no-repeat;
        background-size: 636px 946px;
        background-position: right top; } }
  .home-slideshow:before {
    position: absolute;
    content: " ";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 65%;
    background: #1A1919;
    background: linear-gradient(90deg, #1a1919 0%, #1a1919 260px, rgba(26, 25, 25, 0) 100%);
    z-index: -1; }
    @media screen and (max-width: 700px) {
      .home-slideshow:before {
        display: none; } }
  .home-slideshow .rsOverflow {
    max-width: 100%; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow {
        background: transparent; } }
  .home-slideshow .rsOverflow .rsContent .date {
    display: none;
    position: absolute;
    left: 0px;
    top: 10px; }
    .home-slideshow .rsOverflow .rsContent .date span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    .home-slideshow .rsOverflow .rsContent .date .m-date__day {
      font-weight: 700; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow .rsContent .date {
        display: inline-block; } }
    @media screen and (max-width: 400px) {
      .home-slideshow .rsOverflow .rsContent .date span {
        font-size: 16px; } }
  @media screen and (max-width: 700px) {
    .home-slideshow .rsOverflow .rsContent {
      padding-top: 40px; } }
  .home-slideshow .rsOverflow .rsContent a {
    position: absolute;
    display: block;
    overflow: hidden; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsOverflow .rsContent a {
        top: 40px;
        height: calc(100% - 40px); } }
    .home-slideshow .rsOverflow .rsContent a:after {
      display: none; }
    .home-slideshow .rsOverflow .rsContent a:before {
      content: '';
      position: absolute;
      background: url("../images/home-slide-overlay.png") no-repeat;
      background-size: contain;
      height: 100%;
      width: 538px;
      left: 0px;
      top: 0px;
      -webkit-transition: all 300ms linear;
      -moz-transition: all 300ms linear;
      -o-transition: all 300ms linear;
      transition: all 300ms linear;
      opacity: 1; }
    .home-slideshow .rsOverflow .rsContent a:hover:before {
      left: -50px;
      top: -50px; }
  @media screen and (max-width: 700px) {
    .home-slideshow .rsDefault {
      background: transparent; } }
  @media screen and (max-width: 700px) {
    .home-slideshow .rsDefault .rsSlide {
      background: transparent; } }
  .home-slideshow .rsDefault .rsGCaption {
    position: relative;
    display: inline-block;
    padding-bottom: 25px; }
    @media screen and (max-width: 700px) {
      .home-slideshow .rsDefault .rsGCaption {
        padding-bottom: 0px;
        padding-right: 10px;
        background: transparent; } }
    .home-slideshow .rsDefault .rsGCaption h3 {
      padding: 24px 30px 8px 20px;
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 49px;
      color: #FFFFFF;
      letter-spacing: 0; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption h3 {
          padding: 20px 0px 8px;
          text-align: left;
          font-size: 36px;
          line-height: normal; } }
      .home-slideshow .rsDefault .rsGCaption h3 .hoverline {
        background-image: linear-gradient(to right, white 0%, white 100%);
        background-size: 0px 2px;
        background-position: 0px 95%;
        background-repeat: no-repeat;
        transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        padding: 0.1% 0px; }
      .home-slideshow .rsDefault .rsGCaption h3:hover .hoverline {
        background-size: 100% 2px; }
      .home-slideshow .rsDefault .rsGCaption h3 a {
        display: inline;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 49px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 49px; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsDefault .rsGCaption h3 a {
            font-size: 31px;
            line-height: 31px;
            text-align: left; } }
        .home-slideshow .rsDefault .rsGCaption h3 a:hover {
          color: white; }
        .home-slideshow .rsDefault .rsGCaption h3 a:after {
          display: none; }
    .home-slideshow .rsDefault .rsGCaption .caption_body {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 22px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 33px;
      padding: 0px 30px 8px 20px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .caption_body {
          font-size: 18px;
          line-height: 27px;
          text-align: left;
          padding: 0px 0px 8px 0px; } }
    .home-slideshow .rsDefault .rsGCaption .date {
      position: absolute;
      top: -41px;
      left: 0px;
      display: inline-block;
      background: #494949;
      color: white;
      height: 41px;
      padding: 0px 20px;
      line-height: 41px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .date {
          display: none; } }
      .home-slideshow .rsDefault .rsGCaption .date:after {
        content: " ";
        position: absolute;
        height: 1px;
        width: calc(100% - 40px);
        bottom: 0px;
        left: 20px;
        background: #1A1919; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsDefault .rsGCaption .date:after {
            display: none; } }
      .home-slideshow .rsDefault .rsGCaption .date span {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 1.5px;
        line-height: 20px;
        text-transform: uppercase; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsDefault .rsGCaption .date span {
            font-size: 18px; } }
        @media screen and (max-width: 400px) {
          .home-slideshow .rsDefault .rsGCaption .date span {
            font-size: 16px; } }
      .home-slideshow .rsDefault .rsGCaption .date .m-date__day {
        font-weight: 700; }
    .home-slideshow .rsDefault .rsGCaption .desc {
      width: calc(100% - 200px); }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .desc {
          width: 100%; } }
    .home-slideshow .rsDefault .rsGCaption .buttons {
      position: absolute;
      display: flex;
      flex-direction: column;
      height: 100%;
      right: 0px;
      top: 0px;
      width: 200px;
      justify-content: center;
      align-items: center;
      padding-top: 25px;
      padding-right: 5px; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .buttons {
          position: relative;
          display: inline-block;
          width: 100%;
          padding-top: 10px;
          padding-right: 0px; } }
      .home-slideshow .rsDefault .rsGCaption .buttons a, .home-slideshow .rsDefault .rsGCaption .buttons span {
        font-weight: 700 !important; }
      .home-slideshow .rsDefault .rsGCaption .buttons a.more {
        margin-top: 10px; }
        @media screen and (max-width: 700px) {
          .home-slideshow .rsDefault .rsGCaption .buttons a.more {
            display: none; } }
        .home-slideshow .rsDefault .rsGCaption .buttons a.more:hover {
          color: white; }
      @media screen and (max-width: 700px) {
        .home-slideshow .rsDefault .rsGCaption .buttons a.tickets {
          width: 100%; }
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:before {
            right: calc((100% / 2) - 70px); }
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:after {
            right: calc((100% / 2) - 64px); }
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:hover:before {
            right: calc((100% / 2) - 75px); }
          .home-slideshow .rsDefault .rsGCaption .buttons a.tickets:hover:after {
            right: calc((100% / 2) - 75px); } }

#branding.spotlight_image {
  position: relative; }
  #branding.spotlight_image .caption {
    display: inline-block; }

.print_calendar {
  position: relative;
  margin: auto;
  max-width: 1130px;
  padding: 0 20px;
  display: block !important;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px; }
  .print_calendar:after {
    width: 245px !important;
    left: 20px !important;
    bottom: -1px !important; }
  .print_calendar.hide {
    display: block !important; }
  .print_calendar i {
    margin-right: 8px; }
  .print_calendar:hover, .print_calendar:focus {
    color: #1A1919; }
    .print_calendar:hover:after, .print_calendar:focus:after {
      width: 0 !important; }

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1140px;
  padding: 0 20px 40px; }
  .calendar-new .tl-header {
    background: #000;
    padding: 20px 0 15px;
    max-width: 1200px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: #fff;
    text-align: center;
    font: 500 32px/100% "Roboto", sans-serif;
    letter-spacing: 0.08em;
    margin: 0px auto;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 700px) {
      .calendar-new .month_name {
        margin: 30px 0px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: white;
    vertical-align: middle;
    padding: 0 20px; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-next:hover {
      color: #DDDDDD;
      cursor: pointer; }
  .calendar-new .cal-next {
    float: right; }
    @media screen and (max-width: 700px) {
      .calendar-new .cal-next {
        position: absolute;
        top: 47px;
        right: 0px; } }
  .calendar-new .cal-prev {
    float: left; }
    @media screen and (max-width: 700px) {
      .calendar-new .cal-prev {
        position: absolute;
        top: 47px;
        left: 0px; } }
  .calendar-new .tl-wrap, .calendar-new .additional_events {
    display: none; }
  .calendar-new .tl-wrap-inner {
    zoom: 1;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
    width: 100%;
    padding-top: 0px;
    position: relative;
    max-width: 1210px; }
    .calendar-new .tl-wrap-inner:before, .calendar-new .tl-wrap-inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .tl-wrap-inner:after {
      clear: both; }
    .calendar-new .tl-wrap-inner .tl-calendar {
      zoom: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px; }
    .calendar-new .weekdays:before, .calendar-new .weekdays:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 700;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      text-align: center; }
    @media screen and (max-width: 700px) {
      .calendar-new .weekdays {
        display: none; } }
  .calendar-new .tl-date {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    width: 123px;
    width: calc(14.28% - 10px);
    background: #fff;
    min-height: 220px;
    float: left;
    margin: 0 5px 10px;
    padding: 40px 15px 0px;
    text-align: left;
    border: 1px solid #ccc; }
    .calendar-new .tl-date.empty {
      background: #f9f9f9; }
    .calendar-new .tl-date .tl-date-inner {
      overflow-y: auto;
      max-height: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      .calendar-new .tl-date .tl-date-inner .event_item {
        padding-top: 15px;
        border-top: 1px solid #eee;
        margin-top: 15px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc h3 {
          font-size: 16px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc a {
          font-weight: 600;
          font-size: 16px;
          line-height: 1.3em;
          background-image: linear-gradient(to right, #1a1919 0%, #1a1919 100%);
          background-size: 0px 1px;
          background-position: 0px 95%;
          background-repeat: no-repeat;
          transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
          padding: 0.1% 0px;
          display: inline; }
          .calendar-new .tl-date .tl-date-inner .event_item .desc a:after {
            display: none !important; }
          .calendar-new .tl-date .tl-date-inner .event_item .desc a:hover {
            background-size: 100% 2px; }
        .calendar-new .tl-date .tl-date-inner .event_item:first-child {
          padding-top: 0px;
          border-top: none;
          margin-top: 0px; }
    @media screen and (max-width: 700px) {
      .calendar-new .tl-date {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 5px; }
        .calendar-new .tl-date .tl-date-inner {
          overflow-y: visible;
          max-height: 100%;
          padding-bottom: 10px; }
          .calendar-new .tl-date .tl-date-inner .event_item {
            padding-top: 10px;
            border-top: 1px solid #eee;
            margin-top: 10px;
            padding-bottom: 20px; }
            .calendar-new .tl-date .tl-date-inner .event_item:first-child {
              padding-top: 0px;
              border-top: none;
              margin-top: 0px; }
        .calendar-new .tl-date.empty, .calendar-new .tl-date .month {
          display: none; } }
    .calendar-new .tl-date .cal_events {
      height: 130px;
      overflow-y: auto; }
      .ie10 .calendar-new .tl-date .cal_events, .ie9 .calendar-new .tl-date .cal_events {
        overflow: hidden; }
    .calendar-new .tl-date .day {
      display: none; }
    .calendar-new .tl-date .date {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 38px;
      width: 38px;
      font-weight: 500;
      font-size: 15px;
      line-height: 38px;
      text-align: center;
      font-family: "Roboto", sans-serif; }
      .calendar-new .tl-date .date .weekday {
        display: none;
        padding-left: 12px;
        color: #ccc;
        font-weight: 400; }
      @media screen and (max-width: 700px) {
        .calendar-new .tl-date .date {
          right: auto; } }
    .calendar-new .tl-date[data-weekday="0"] {
      clear: left; }
    .calendar-new .tl-date .month {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: #1A1919;
      height: 42px;
      color: white;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3 {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a {
        font-size: 22px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #1A1919; }
        .calendar-new .tl-date h3 a:hover {
          color: #1A1919; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: #1A1919; }
    .calendar-new .tl-date .time {
      color: #1A1919;
      font-size: 12px;
      font-weight: 400;
      z-index: 10;
      letter-spacing: 0.04em; }
    .calendar-new .tl-date.hasEvent .date {
      color: #fff;
      background: #1A1919;
      font-weight: 600; }
    @media screen and (max-width: 700px) {
      .calendar-new .tl-date.hasEvent .date .weekday {
        display: inline; } }
  .calendar-new .additional_events .tl-date[data-weekday="0"] {
    clear: left; }
  .calendar-new .tooltip_content,
  .calendar-new .modal_content {
    display: none; }

.calendar_tooltip {
  z-index: 100;
  width: 250px;
  background: white; }
  .calendar_tooltip .thumb {
    width: 100%; }
    .calendar_tooltip .thumb img {
      width: 100%; }
  .calendar_tooltip .info {
    padding: 20px; }

.calendar_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  overflow-y: auto;
  background: #fff; }

.calendar.calendar_listing {
  display: none; }
  .calendar.calendar_listing.calendar_view {
    display: block; }

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

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

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

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

.side-by-side {
  zoom: 1;
  width: 50%;
  float: left; }
  .side-by-side:before, .side-by-side:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .side-by-side:after {
    clear: both; }
  .side-by-side:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 700px) {
    .side-by-side {
      width: 100%;
      float: none; } }

/* ----------------------------------------------------------------------------
= Spotlight list style
----------------------------------------------------------------------------- */
.full .spotlight,
.full .concierge,
.full .news_list,
.full .contest_list,
.full .job_list,
.full .seating_charts,
.full .offer_list,
.full .gallery-listing {
  clear: both; }
  .full .spotlight .entry,
  .full .concierge .entry,
  .full .news_list .entry,
  .full .contest_list .entry,
  .full .job_list .entry,
  .full .seating_charts .entry,
  .full .offer_list .entry,
  .full .gallery-listing .entry {
    zoom: 1;
    padding-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D5D3D3; }
    .full .spotlight .entry:before, .full .spotlight .entry:after,
    .full .concierge .entry:before,
    .full .concierge .entry:after,
    .full .news_list .entry:before,
    .full .news_list .entry:after,
    .full .contest_list .entry:before,
    .full .contest_list .entry:after,
    .full .job_list .entry:before,
    .full .job_list .entry:after,
    .full .seating_charts .entry:before,
    .full .seating_charts .entry:after,
    .full .offer_list .entry:before,
    .full .offer_list .entry:after,
    .full .gallery-listing .entry:before,
    .full .gallery-listing .entry:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .spotlight .entry:after,
    .full .concierge .entry:after,
    .full .news_list .entry:after,
    .full .contest_list .entry:after,
    .full .job_list .entry:after,
    .full .seating_charts .entry:after,
    .full .offer_list .entry:after,
    .full .gallery-listing .entry:after {
      clear: both; }
    .full .spotlight .entry:last-child,
    .full .concierge .entry:last-child,
    .full .news_list .entry:last-child,
    .full .contest_list .entry:last-child,
    .full .job_list .entry:last-child,
    .full .seating_charts .entry:last-child,
    .full .offer_list .entry:last-child,
    .full .gallery-listing .entry:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 700px) {
      .full .spotlight .entry,
      .full .concierge .entry,
      .full .news_list .entry,
      .full .contest_list .entry,
      .full .job_list .entry,
      .full .seating_charts .entry,
      .full .offer_list .entry,
      .full .gallery-listing .entry {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px; } }
  .full .spotlight .thumb,
  .full .concierge .thumb,
  .full .news_list .thumb,
  .full .contest_list .thumb,
  .full .job_list .thumb,
  .full .seating_charts .thumb,
  .full .offer_list .thumb,
  .full .gallery-listing .thumb {
    min-width: 150px;
    width: 285px;
    margin: 0 40px 0px 0;
    float: left;
    position: relative; }
    .full .spotlight .thumb.has-link:hover a:before,
    .full .concierge .thumb.has-link:hover a:before,
    .full .news_list .thumb.has-link:hover a:before,
    .full .contest_list .thumb.has-link:hover a:before,
    .full .job_list .thumb.has-link:hover a:before,
    .full .seating_charts .thumb.has-link:hover a:before,
    .full .offer_list .thumb.has-link:hover a:before,
    .full .gallery-listing .thumb.has-link:hover a:before {
      left: -30px;
      top: -30px; }
    .full .spotlight .thumb.has-link:hover a:after,
    .full .concierge .thumb.has-link:hover a:after,
    .full .news_list .thumb.has-link:hover a:after,
    .full .contest_list .thumb.has-link:hover a:after,
    .full .job_list .thumb.has-link:hover a:after,
    .full .seating_charts .thumb.has-link:hover a:after,
    .full .offer_list .thumb.has-link:hover a:after,
    .full .gallery-listing .thumb.has-link:hover a:after {
      opacity: 1;
      width: 100%; }
    .full .spotlight .thumb.default,
    .full .concierge .thumb.default,
    .full .news_list .thumb.default,
    .full .contest_list .thumb.default,
    .full .job_list .thumb.default,
    .full .seating_charts .thumb.default,
    .full .offer_list .thumb.default,
    .full .gallery-listing .thumb.default {
      display: none; }
    .full .spotlight .thumb a,
    .full .concierge .thumb a,
    .full .news_list .thumb a,
    .full .contest_list .thumb a,
    .full .job_list .thumb a,
    .full .seating_charts .thumb a,
    .full .offer_list .thumb a,
    .full .gallery-listing .thumb a {
      display: block;
      opacity: 1;
      box-shadow: 3px 5px 15px -3px rgba(0, 0, 0, 0.4);
      position: relative;
      overflow: hidden; }
      .full .spotlight .thumb a:before,
      .full .concierge .thumb a:before,
      .full .news_list .thumb a:before,
      .full .contest_list .thumb a:before,
      .full .job_list .thumb a:before,
      .full .seating_charts .thumb a:before,
      .full .offer_list .thumb a:before,
      .full .gallery-listing .thumb a:before {
        content: '';
        position: absolute;
        background: url("../images/spotlight-hover.png") no-repeat;
        background-size: contain;
        height: 178px;
        width: 196px;
        left: 0px;
        top: 0px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 1; }
      .full .spotlight .thumb a:after,
      .full .concierge .thumb a:after,
      .full .news_list .thumb a:after,
      .full .contest_list .thumb a:after,
      .full .job_list .thumb a:after,
      .full .seating_charts .thumb a:after,
      .full .offer_list .thumb a:after,
      .full .gallery-listing .thumb a:after {
        content: '';
        position: absolute;
        background: transparent;
        background-image: linear-gradient(180deg, rgba(26, 25, 25, 0) 0%, rgba(26, 25, 25, 0.8) 100%);
        height: calc(100%);
        width: 100%;
        left: 0px;
        top: 0px;
        opacity: 0;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear; }
    .full .spotlight .thumb img,
    .full .concierge .thumb img,
    .full .news_list .thumb img,
    .full .contest_list .thumb img,
    .full .job_list .thumb img,
    .full .seating_charts .thumb img,
    .full .offer_list .thumb img,
    .full .gallery-listing .thumb img {
      display: block;
      width: 100%; }
    @media screen and (max-width: 700px) {
      .full .spotlight .thumb,
      .full .concierge .thumb,
      .full .news_list .thumb,
      .full .contest_list .thumb,
      .full .job_list .thumb,
      .full .seating_charts .thumb,
      .full .offer_list .thumb,
      .full .gallery-listing .thumb {
        margin: 0 10px 20px;
        float: none; } }
  .full .spotlight .info,
  .full .concierge .info,
  .full .news_list .info,
  .full .contest_list .info,
  .full .job_list .info,
  .full .seating_charts .info,
  .full .offer_list .info,
  .full .gallery-listing .info {
    float: left;
    width: 100%;
    display: block; }
    @media screen and (max-width: 700px) {
      .full .spotlight .info,
      .full .concierge .info,
      .full .news_list .info,
      .full .contest_list .info,
      .full .job_list .info,
      .full .seating_charts .info,
      .full .offer_list .info,
      .full .gallery-listing .info {
        margin: 0 0px 20px;
        padding: 0px 10px;
        float: none;
        text-align: left; }
        .full .spotlight .info li,
        .full .concierge .info li,
        .full .news_list .info li,
        .full .contest_list .info li,
        .full .job_list .info li,
        .full .seating_charts .info li,
        .full .offer_list .info li,
        .full .gallery-listing .info li {
          text-align: left; } }
  .full .spotlight .thumb:not(.default) + .info,
  .full .concierge .thumb:not(.default) + .info,
  .full .news_list .thumb:not(.default) + .info,
  .full .contest_list .thumb:not(.default) + .info,
  .full .job_list .thumb:not(.default) + .info,
  .full .seating_charts .thumb:not(.default) + .info,
  .full .offer_list .thumb:not(.default) + .info,
  .full .gallery-listing .thumb:not(.default) + .info {
    width: calc(100% - (285px + 40px)); }
    @media screen and (max-width: 700px) {
      .full .spotlight .thumb:not(.default) + .info,
      .full .concierge .thumb:not(.default) + .info,
      .full .news_list .thumb:not(.default) + .info,
      .full .contest_list .thumb:not(.default) + .info,
      .full .job_list .thumb:not(.default) + .info,
      .full .seating_charts .thumb:not(.default) + .info,
      .full .offer_list .thumb:not(.default) + .info,
      .full .gallery-listing .thumb:not(.default) + .info {
        width: 100%; } }
  .full .spotlight .title,
  .full .concierge .title,
  .full .news_list .title,
  .full .contest_list .title,
  .full .job_list .title,
  .full .seating_charts .title,
  .full .offer_list .title,
  .full .gallery-listing .title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 31px; }
    .full .spotlight .title .hoverline,
    .full .concierge .title .hoverline,
    .full .news_list .title .hoverline,
    .full .contest_list .title .hoverline,
    .full .job_list .title .hoverline,
    .full .seating_charts .title .hoverline,
    .full .offer_list .title .hoverline,
    .full .gallery-listing .title .hoverline {
      background-image: linear-gradient(to right, #1a1919 0%, #1a1919 100%);
      background-size: 0px 2px;
      background-position: 0px 95%;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
      padding: 0.1% 0px; }
    .full .spotlight .title:hover .hoverline,
    .full .concierge .title:hover .hoverline,
    .full .news_list .title:hover .hoverline,
    .full .contest_list .title:hover .hoverline,
    .full .job_list .title:hover .hoverline,
    .full .seating_charts .title:hover .hoverline,
    .full .offer_list .title:hover .hoverline,
    .full .gallery-listing .title:hover .hoverline {
      background-size: 100% 2px; }
    .full .spotlight .title a,
    .full .concierge .title a,
    .full .news_list .title a,
    .full .contest_list .title a,
    .full .job_list .title a,
    .full .seating_charts .title a,
    .full .offer_list .title a,
    .full .gallery-listing .title a {
      display: inline;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 31px;
      color: #1A1919;
      letter-spacing: 0;
      line-height: 31px; }
      .full .spotlight .title a:hover,
      .full .concierge .title a:hover,
      .full .news_list .title a:hover,
      .full .contest_list .title a:hover,
      .full .job_list .title a:hover,
      .full .seating_charts .title a:hover,
      .full .offer_list .title a:hover,
      .full .gallery-listing .title a:hover {
        color: #1A1919; }
      .full .spotlight .title a:after,
      .full .concierge .title a:after,
      .full .news_list .title a:after,
      .full .contest_list .title a:after,
      .full .job_list .title a:after,
      .full .seating_charts .title a:after,
      .full .offer_list .title a:after,
      .full .gallery-listing .title a:after {
        display: none; }
  .full .spotlight .spotlight_content > div,
  .full .concierge .spotlight_content > div,
  .full .news_list .spotlight_content > div,
  .full .contest_list .spotlight_content > div,
  .full .job_list .spotlight_content > div,
  .full .seating_charts .spotlight_content > div,
  .full .offer_list .spotlight_content > div,
  .full .gallery-listing .spotlight_content > div {
    margin: 0 0 20px; }
  .full .spotlight .buttons a, .full .spotlight .links a,
  .full .concierge .buttons a,
  .full .concierge .links a,
  .full .news_list .buttons a,
  .full .news_list .links a,
  .full .contest_list .buttons a,
  .full .contest_list .links a,
  .full .job_list .buttons a,
  .full .job_list .links a,
  .full .seating_charts .buttons a,
  .full .seating_charts .links a,
  .full .offer_list .buttons a,
  .full .offer_list .links a,
  .full .gallery-listing .buttons a,
  .full .gallery-listing .links a {
    margin: 0 20px 0 0; }
  @media screen and (max-width: 700px) {
    .full .spotlight .buttons, .full .spotlight .links,
    .full .concierge .buttons,
    .full .concierge .links,
    .full .news_list .buttons,
    .full .news_list .links,
    .full .contest_list .buttons,
    .full .contest_list .links,
    .full .job_list .buttons,
    .full .job_list .links,
    .full .seating_charts .buttons,
    .full .seating_charts .links,
    .full .offer_list .buttons,
    .full .offer_list .links,
    .full .gallery-listing .buttons,
    .full .gallery-listing .links {
      margin: 0 10px 20px;
      float: none;
      text-align: left; }
      .full .spotlight .buttons a, .full .spotlight .links a,
      .full .concierge .buttons a,
      .full .concierge .links a,
      .full .news_list .buttons a,
      .full .news_list .links a,
      .full .contest_list .buttons a,
      .full .contest_list .links a,
      .full .job_list .buttons a,
      .full .job_list .links a,
      .full .seating_charts .buttons a,
      .full .seating_charts .links a,
      .full .offer_list .buttons a,
      .full .offer_list .links a,
      .full .gallery-listing .buttons a,
      .full .gallery-listing .links a {
        margin: 0 10px; } }
  .full .spotlight .links a,
  .full .concierge .links a,
  .full .news_list .links a,
  .full .contest_list .links a,
  .full .job_list .links a,
  .full .seating_charts .links a,
  .full .offer_list .links a,
  .full .gallery-listing .links a {
    margin-top: 10px; }
  .full .spotlight[data-layout="square"],
  .full .concierge[data-layout="square"],
  .full .news_list[data-layout="square"],
  .full .contest_list[data-layout="square"],
  .full .job_list[data-layout="square"],
  .full .seating_charts[data-layout="square"],
  .full .offer_list[data-layout="square"],
  .full .gallery-listing[data-layout="square"] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 20px;
    border-top: none; }
    .full .spotlight[data-layout="square"]:before, .full .spotlight[data-layout="square"]:after,
    .full .concierge[data-layout="square"]:before,
    .full .concierge[data-layout="square"]:after,
    .full .news_list[data-layout="square"]:before,
    .full .news_list[data-layout="square"]:after,
    .full .contest_list[data-layout="square"]:before,
    .full .contest_list[data-layout="square"]:after,
    .full .job_list[data-layout="square"]:before,
    .full .job_list[data-layout="square"]:after,
    .full .seating_charts[data-layout="square"]:before,
    .full .seating_charts[data-layout="square"]:after,
    .full .offer_list[data-layout="square"]:before,
    .full .offer_list[data-layout="square"]:after,
    .full .gallery-listing[data-layout="square"]:before,
    .full .gallery-listing[data-layout="square"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .spotlight[data-layout="square"]:after,
    .full .concierge[data-layout="square"]:after,
    .full .news_list[data-layout="square"]:after,
    .full .contest_list[data-layout="square"]:after,
    .full .job_list[data-layout="square"]:after,
    .full .seating_charts[data-layout="square"]:after,
    .full .offer_list[data-layout="square"]:after,
    .full .gallery-listing[data-layout="square"]:after {
      clear: both; }
    .full .spotlight[data-layout="square"] h3, .full .spotlight[data-layout="square"] .spotlight_content,
    .full .concierge[data-layout="square"] h3,
    .full .concierge[data-layout="square"] .spotlight_content,
    .full .news_list[data-layout="square"] h3,
    .full .news_list[data-layout="square"] .spotlight_content,
    .full .contest_list[data-layout="square"] h3,
    .full .contest_list[data-layout="square"] .spotlight_content,
    .full .job_list[data-layout="square"] h3,
    .full .job_list[data-layout="square"] .spotlight_content,
    .full .seating_charts[data-layout="square"] h3,
    .full .seating_charts[data-layout="square"] .spotlight_content,
    .full .offer_list[data-layout="square"] h3,
    .full .offer_list[data-layout="square"] .spotlight_content,
    .full .gallery-listing[data-layout="square"] h3,
    .full .gallery-listing[data-layout="square"] .spotlight_content {
      width: 100%;
      text-align: left; }
    @media screen and (min-width: 501px) {
      .full .spotlight[data-layout="square"],
      .full .concierge[data-layout="square"],
      .full .news_list[data-layout="square"],
      .full .contest_list[data-layout="square"],
      .full .job_list[data-layout="square"],
      .full .seating_charts[data-layout="square"],
      .full .offer_list[data-layout="square"],
      .full .gallery-listing[data-layout="square"] {
        display: flex;
        justify-content: flex-start;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap; }
        .full .spotlight[data-layout="square"] .entry,
        .full .concierge[data-layout="square"] .entry,
        .full .news_list[data-layout="square"] .entry,
        .full .contest_list[data-layout="square"] .entry,
        .full .job_list[data-layout="square"] .entry,
        .full .seating_charts[data-layout="square"] .entry,
        .full .offer_list[data-layout="square"] .entry,
        .full .gallery-listing[data-layout="square"] .entry {
          float: left;
          padding: 0;
          border: none;
          width: calc((100% - 1 * 30px) / 2);
          margin: 0 30px 80px 0;
          padding-bottom: 40px;
          border-bottom: 1px solid #062742;
          padding-right: 10px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .full .spotlight[data-layout="square"] .entry:nth-child(odd),
          .full .concierge[data-layout="square"] .entry:nth-child(odd),
          .full .news_list[data-layout="square"] .entry:nth-child(odd),
          .full .contest_list[data-layout="square"] .entry:nth-child(odd),
          .full .job_list[data-layout="square"] .entry:nth-child(odd),
          .full .seating_charts[data-layout="square"] .entry:nth-child(odd),
          .full .offer_list[data-layout="square"] .entry:nth-child(odd),
          .full .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
            clear: left; }
          .full .spotlight[data-layout="square"] .entry:nth-child(2n),
          .full .concierge[data-layout="square"] .entry:nth-child(2n),
          .full .news_list[data-layout="square"] .entry:nth-child(2n),
          .full .contest_list[data-layout="square"] .entry:nth-child(2n),
          .full .job_list[data-layout="square"] .entry:nth-child(2n),
          .full .seating_charts[data-layout="square"] .entry:nth-child(2n),
          .full .offer_list[data-layout="square"] .entry:nth-child(2n),
          .full .gallery-listing[data-layout="square"] .entry:nth-child(2n) {
            margin-right: 0; }
          .full .spotlight[data-layout="square"] .entry .thumb,
          .full .concierge[data-layout="square"] .entry .thumb,
          .full .news_list[data-layout="square"] .entry .thumb,
          .full .contest_list[data-layout="square"] .entry .thumb,
          .full .job_list[data-layout="square"] .entry .thumb,
          .full .seating_charts[data-layout="square"] .entry .thumb,
          .full .offer_list[data-layout="square"] .entry .thumb,
          .full .gallery-listing[data-layout="square"] .entry .thumb {
            display: block;
            width: calc(100% - 10px);
            margin-bottom: 20px;
            margin-right: 0; }
          .full .spotlight[data-layout="square"] .entry .info,
          .full .concierge[data-layout="square"] .entry .info,
          .full .news_list[data-layout="square"] .entry .info,
          .full .contest_list[data-layout="square"] .entry .info,
          .full .job_list[data-layout="square"] .entry .info,
          .full .seating_charts[data-layout="square"] .entry .info,
          .full .offer_list[data-layout="square"] .entry .info,
          .full .gallery-listing[data-layout="square"] .entry .info {
            width: 100%;
            display: block;
            text-align: left;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            flex-grow: 1; } }
      @media screen and (min-width: 501px) and (max-width: 700px) {
        .full .spotlight[data-layout="square"] .entry .info,
        .full .concierge[data-layout="square"] .entry .info,
        .full .news_list[data-layout="square"] .entry .info,
        .full .contest_list[data-layout="square"] .entry .info,
        .full .job_list[data-layout="square"] .entry .info,
        .full .seating_charts[data-layout="square"] .entry .info,
        .full .offer_list[data-layout="square"] .entry .info,
        .full .gallery-listing[data-layout="square"] .entry .info {
          padding-left: 10px; } }
    @media screen and (min-width: 501px) {
            .full .spotlight[data-layout="square"] .entry .info > *,
            .full .concierge[data-layout="square"] .entry .info > *,
            .full .news_list[data-layout="square"] .entry .info > *,
            .full .contest_list[data-layout="square"] .entry .info > *,
            .full .job_list[data-layout="square"] .entry .info > *,
            .full .seating_charts[data-layout="square"] .entry .info > *,
            .full .offer_list[data-layout="square"] .entry .info > *,
            .full .gallery-listing[data-layout="square"] .entry .info > * {
              max-width: 100%; }
          .full .spotlight[data-layout="square"] .entry.no_content .info .title,
          .full .concierge[data-layout="square"] .entry.no_content .info .title,
          .full .news_list[data-layout="square"] .entry.no_content .info .title,
          .full .contest_list[data-layout="square"] .entry.no_content .info .title,
          .full .job_list[data-layout="square"] .entry.no_content .info .title,
          .full .seating_charts[data-layout="square"] .entry.no_content .info .title,
          .full .offer_list[data-layout="square"] .entry.no_content .info .title,
          .full .gallery-listing[data-layout="square"] .entry.no_content .info .title {
            flex-grow: 1; }
          .full .spotlight[data-layout="square"] .entry .title,
          .full .concierge[data-layout="square"] .entry .title,
          .full .news_list[data-layout="square"] .entry .title,
          .full .contest_list[data-layout="square"] .entry .title,
          .full .job_list[data-layout="square"] .entry .title,
          .full .seating_charts[data-layout="square"] .entry .title,
          .full .offer_list[data-layout="square"] .entry .title,
          .full .gallery-listing[data-layout="square"] .entry .title {
            text-align: left; }
            .full .spotlight[data-layout="square"] .entry .title:before,
            .full .concierge[data-layout="square"] .entry .title:before,
            .full .news_list[data-layout="square"] .entry .title:before,
            .full .contest_list[data-layout="square"] .entry .title:before,
            .full .job_list[data-layout="square"] .entry .title:before,
            .full .seating_charts[data-layout="square"] .entry .title:before,
            .full .offer_list[data-layout="square"] .entry .title:before,
            .full .gallery-listing[data-layout="square"] .entry .title:before {
              display: none; }
          .full .spotlight[data-layout="square"] .entry a.button,
          .full .concierge[data-layout="square"] .entry a.button,
          .full .news_list[data-layout="square"] .entry a.button,
          .full .contest_list[data-layout="square"] .entry a.button,
          .full .job_list[data-layout="square"] .entry a.button,
          .full .seating_charts[data-layout="square"] .entry a.button,
          .full .offer_list[data-layout="square"] .entry a.button,
          .full .gallery-listing[data-layout="square"] .entry a.button {
            margin-top: auto;
            align-self: start; } }
    @media screen and (min-width: 501px) and (min-width: 871px) {
      .full .spotlight[data-layout="square"] .entry,
      .full .concierge[data-layout="square"] .entry,
      .full .news_list[data-layout="square"] .entry,
      .full .contest_list[data-layout="square"] .entry,
      .full .job_list[data-layout="square"] .entry,
      .full .seating_charts[data-layout="square"] .entry,
      .full .offer_list[data-layout="square"] .entry,
      .full .gallery-listing[data-layout="square"] .entry {
        width: calc((100% - 2 * 30px) / 3); }
        .full .spotlight[data-layout="square"] .entry:nth-child(odd),
        .full .concierge[data-layout="square"] .entry:nth-child(odd),
        .full .news_list[data-layout="square"] .entry:nth-child(odd),
        .full .contest_list[data-layout="square"] .entry:nth-child(odd),
        .full .job_list[data-layout="square"] .entry:nth-child(odd),
        .full .seating_charts[data-layout="square"] .entry:nth-child(odd),
        .full .offer_list[data-layout="square"] .entry:nth-child(odd),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(odd) {
          clear: none; }
        .full .spotlight[data-layout="square"] .entry:nth-child(2n),
        .full .concierge[data-layout="square"] .entry:nth-child(2n),
        .full .news_list[data-layout="square"] .entry:nth-child(2n),
        .full .contest_list[data-layout="square"] .entry:nth-child(2n),
        .full .job_list[data-layout="square"] .entry:nth-child(2n),
        .full .seating_charts[data-layout="square"] .entry:nth-child(2n),
        .full .offer_list[data-layout="square"] .entry:nth-child(2n),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(2n) {
          margin-right: 30px; }
        .full .spotlight[data-layout="square"] .entry:nth-child(3n),
        .full .concierge[data-layout="square"] .entry:nth-child(3n),
        .full .news_list[data-layout="square"] .entry:nth-child(3n),
        .full .contest_list[data-layout="square"] .entry:nth-child(3n),
        .full .job_list[data-layout="square"] .entry:nth-child(3n),
        .full .seating_charts[data-layout="square"] .entry:nth-child(3n),
        .full .offer_list[data-layout="square"] .entry:nth-child(3n),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(3n) {
          margin-right: 0; }
        .full .spotlight[data-layout="square"] .entry:nth-child(3n + 1),
        .full .concierge[data-layout="square"] .entry:nth-child(3n + 1),
        .full .news_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .contest_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .job_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .seating_charts[data-layout="square"] .entry:nth-child(3n + 1),
        .full .offer_list[data-layout="square"] .entry:nth-child(3n + 1),
        .full .gallery-listing[data-layout="square"] .entry:nth-child(3n + 1) {
          clear: left; } }

  .full .spotlight[data-layout="logos"],
  .full .concierge[data-layout="logos"],
  .full .news_list[data-layout="logos"],
  .full .contest_list[data-layout="logos"],
  .full .job_list[data-layout="logos"],
  .full .seating_charts[data-layout="logos"],
  .full .offer_list[data-layout="logos"],
  .full .gallery-listing[data-layout="logos"] {
    zoom: 1;
    width: 100%;
    margin: 0 auto 40px;
    border-top: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden; }
    .full .spotlight[data-layout="logos"]:before, .full .spotlight[data-layout="logos"]:after,
    .full .concierge[data-layout="logos"]:before,
    .full .concierge[data-layout="logos"]:after,
    .full .news_list[data-layout="logos"]:before,
    .full .news_list[data-layout="logos"]:after,
    .full .contest_list[data-layout="logos"]:before,
    .full .contest_list[data-layout="logos"]:after,
    .full .job_list[data-layout="logos"]:before,
    .full .job_list[data-layout="logos"]:after,
    .full .seating_charts[data-layout="logos"]:before,
    .full .seating_charts[data-layout="logos"]:after,
    .full .offer_list[data-layout="logos"]:before,
    .full .offer_list[data-layout="logos"]:after,
    .full .gallery-listing[data-layout="logos"]:before,
    .full .gallery-listing[data-layout="logos"]:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .full .spotlight[data-layout="logos"]:after,
    .full .concierge[data-layout="logos"]:after,
    .full .news_list[data-layout="logos"]:after,
    .full .contest_list[data-layout="logos"]:after,
    .full .job_list[data-layout="logos"]:after,
    .full .seating_charts[data-layout="logos"]:after,
    .full .offer_list[data-layout="logos"]:after,
    .full .gallery-listing[data-layout="logos"]:after {
      clear: both; }
    .full .spotlight[data-layout="logos"] .entry,
    .full .concierge[data-layout="logos"] .entry,
    .full .news_list[data-layout="logos"] .entry,
    .full .contest_list[data-layout="logos"] .entry,
    .full .job_list[data-layout="logos"] .entry,
    .full .seating_charts[data-layout="logos"] .entry,
    .full .offer_list[data-layout="logos"] .entry,
    .full .gallery-listing[data-layout="logos"] .entry {
      float: left;
      padding: 0;
      border: none;
      width: calc((100% - 3 * 30px) / 3);
      margin: 0 30px 20px 0; }
      .full .spotlight[data-layout="logos"] .entry:nth-child(3n),
      .full .concierge[data-layout="logos"] .entry:nth-child(3n),
      .full .news_list[data-layout="logos"] .entry:nth-child(3n),
      .full .contest_list[data-layout="logos"] .entry:nth-child(3n),
      .full .job_list[data-layout="logos"] .entry:nth-child(3n),
      .full .seating_charts[data-layout="logos"] .entry:nth-child(3n),
      .full .offer_list[data-layout="logos"] .entry:nth-child(3n),
      .full .gallery-listing[data-layout="logos"] .entry:nth-child(3n) {
        margin-right: 0; }
      .full .spotlight[data-layout="logos"] .entry .thumb,
      .full .concierge[data-layout="logos"] .entry .thumb,
      .full .news_list[data-layout="logos"] .entry .thumb,
      .full .contest_list[data-layout="logos"] .entry .thumb,
      .full .job_list[data-layout="logos"] .entry .thumb,
      .full .seating_charts[data-layout="logos"] .entry .thumb,
      .full .offer_list[data-layout="logos"] .entry .thumb,
      .full .gallery-listing[data-layout="logos"] .entry .thumb {
        display: block;
        width: calc(100%);
        margin-bottom: 20px;
        margin-right: 0; }
        .full .spotlight[data-layout="logos"] .entry .thumb a:after, .full .spotlight[data-layout="logos"] .entry .thumb a:before,
        .full .concierge[data-layout="logos"] .entry .thumb a:after,
        .full .concierge[data-layout="logos"] .entry .thumb a:before,
        .full .news_list[data-layout="logos"] .entry .thumb a:after,
        .full .news_list[data-layout="logos"] .entry .thumb a:before,
        .full .contest_list[data-layout="logos"] .entry .thumb a:after,
        .full .contest_list[data-layout="logos"] .entry .thumb a:before,
        .full .job_list[data-layout="logos"] .entry .thumb a:after,
        .full .job_list[data-layout="logos"] .entry .thumb a:before,
        .full .seating_charts[data-layout="logos"] .entry .thumb a:after,
        .full .seating_charts[data-layout="logos"] .entry .thumb a:before,
        .full .offer_list[data-layout="logos"] .entry .thumb a:after,
        .full .offer_list[data-layout="logos"] .entry .thumb a:before,
        .full .gallery-listing[data-layout="logos"] .entry .thumb a:after,
        .full .gallery-listing[data-layout="logos"] .entry .thumb a:before {
          display: none !important; }
      .full .spotlight[data-layout="logos"] .entry .info,
      .full .concierge[data-layout="logos"] .entry .info,
      .full .news_list[data-layout="logos"] .entry .info,
      .full .contest_list[data-layout="logos"] .entry .info,
      .full .job_list[data-layout="logos"] .entry .info,
      .full .seating_charts[data-layout="logos"] .entry .info,
      .full .offer_list[data-layout="logos"] .entry .info,
      .full .gallery-listing[data-layout="logos"] .entry .info {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0; }
      .full .spotlight[data-layout="logos"] .entry .title:before,
      .full .concierge[data-layout="logos"] .entry .title:before,
      .full .news_list[data-layout="logos"] .entry .title:before,
      .full .contest_list[data-layout="logos"] .entry .title:before,
      .full .job_list[data-layout="logos"] .entry .title:before,
      .full .seating_charts[data-layout="logos"] .entry .title:before,
      .full .offer_list[data-layout="logos"] .entry .title:before,
      .full .gallery-listing[data-layout="logos"] .entry .title:before {
        display: none; }
      .full .spotlight[data-layout="logos"] .entry .button,
      .full .concierge[data-layout="logos"] .entry .button,
      .full .news_list[data-layout="logos"] .entry .button,
      .full .contest_list[data-layout="logos"] .entry .button,
      .full .job_list[data-layout="logos"] .entry .button,
      .full .seating_charts[data-layout="logos"] .entry .button,
      .full .offer_list[data-layout="logos"] .entry .button,
      .full .gallery-listing[data-layout="logos"] .entry .button {
        display: none; }
      @media screen and (min-width: 871px) {
        .full .spotlight[data-layout="logos"] .entry,
        .full .concierge[data-layout="logos"] .entry,
        .full .news_list[data-layout="logos"] .entry,
        .full .contest_list[data-layout="logos"] .entry,
        .full .job_list[data-layout="logos"] .entry,
        .full .seating_charts[data-layout="logos"] .entry,
        .full .offer_list[data-layout="logos"] .entry,
        .full .gallery-listing[data-layout="logos"] .entry {
          width: calc((100% - 4 * 30px) / 5); }
          .full .spotlight[data-layout="logos"] .entry:nth-child(3n),
          .full .concierge[data-layout="logos"] .entry:nth-child(3n),
          .full .news_list[data-layout="logos"] .entry:nth-child(3n),
          .full .contest_list[data-layout="logos"] .entry:nth-child(3n),
          .full .job_list[data-layout="logos"] .entry:nth-child(3n),
          .full .seating_charts[data-layout="logos"] .entry:nth-child(3n),
          .full .offer_list[data-layout="logos"] .entry:nth-child(3n),
          .full .gallery-listing[data-layout="logos"] .entry:nth-child(3n) {
            margin-right: 30px; }
          .full .spotlight[data-layout="logos"] .entry:nth-child(5n),
          .full .concierge[data-layout="logos"] .entry:nth-child(5n),
          .full .news_list[data-layout="logos"] .entry:nth-child(5n),
          .full .contest_list[data-layout="logos"] .entry:nth-child(5n),
          .full .job_list[data-layout="logos"] .entry:nth-child(5n),
          .full .seating_charts[data-layout="logos"] .entry:nth-child(5n),
          .full .offer_list[data-layout="logos"] .entry:nth-child(5n),
          .full .gallery-listing[data-layout="logos"] .entry:nth-child(5n) {
            margin-right: 0; } }

.full .contest .thumb:hover a:before {
  left: -30px;
  top: -30px; }
.full .contest .thumb:hover a:after {
  opacity: 1;
  width: 100%; }

.full .concierge .thumb:hover a:before {
  left: -30px;
  top: -30px; }
.full .concierge .thumb:hover a:after {
  opacity: 1;
  width: 100%; }
.full .concierge a.more:after {
  display: none; }

.news_list .thumb a:hover:before {
  left: -30px;
  top: -30px; }
.news_list .thumb a:hover:after {
  opacity: 1;
  width: 100%; }
.news_list .entry {
  border-bottom: 1px solid #062742;
  padding-bottom: 40px;
  padding-top: 0; }
.news_list .info .date {
  margin-bottom: 10px;
  position: relative;
  top: 5px;
  z-index: 2;
  margin-bottom: 25px; }
  .news_list .info .date span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1A1919;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-transform: uppercase; }
  .news_list .info .date .m-date__day {
    font-weight: 700; }
@media screen and (max-width: 870px) {
  .news_list .thumb, .news_list .teaser {
    display: none; }
  .news_list .info, .news_list .thumb:not(.default) + .info {
    width: 100%;
    text-align: left; } }

@media screen and (min-width: 701px) {
  .seating_charts .entry {
    display: flex;
    flex-direction: row; }
    .seating_charts .entry .info {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.gallery-listing[data-layout="square"] .entry .thumb {
  margin-bottom: 10px !important; }
.gallery-listing[data-layout="square"] .entry .info {
  align-items: flex-start !important; }
  .gallery-listing[data-layout="square"] .entry .info .date {
    margin-bottom: 10px;
    position: relative;
    top: 5px;
    z-index: 2;
    margin-bottom: 25px; }
    .gallery-listing[data-layout="square"] .entry .info .date span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    .gallery-listing[data-layout="square"] .entry .info .date .m-date__day {
      font-weight: 700; }

#pages.north-charleston-pops .spotlight .entry {
  border-bottom: none !important;
  padding-bottom: 0px !important; }

/* ----------------------------------------------------------------------------
= Showtime Homepage Overlay
----------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  #meerkat-wrap {
    position: absolute !important; } }

#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; }
    @media screen and (max-width: 700px) {
      #overlay_container .close-overlay {
        right: 0; } }
  #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: 600 20px/140% "Roboto", sans-serif;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  .dontshow-overlay:hover, .dontshow-overlay:focus {
    color: #1A1919;
    background: #fff; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home {
  background: #1A1919;
  /* banner */ }
  .home .bg-image {
    display: block !important; }
  @media screen and (max-width: 1200px) {
    .home #content {
      padding: 100px 20px 30px; } }
  @media screen and (max-width: 700px) {
    .home #content {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 61px; } }
  .home .full {
    position: relative; }
    .home .full:after {
      content: "";
      position: absolute;
      top: -50px;
      left: -20px;
      width: calc(100% + 40px);
      height: 100%;
      background: url("../images/home_bg.png") no-repeat;
      background-size: contain;
      visibility: visible; }
      @media screen and (max-width: 870px) {
        .home .full:after {
          max-width: 100%; } }
    .home .full .full_column {
      background: transparent;
      text-align: center;
      max-width: 1250px; }
      .home .full .full_column:before, .home .full .full_column:after {
        display: none; }
  .home .secondary_events_section_top.eventList.event_list {
    opacity: 1;
    text-align: left;
    margin: 0px auto -10px auto;
    width: 100%;
    display: none; }
    .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem {
      margin: 0px auto; }
    @media screen and (max-width: 700px) {
      .home .secondary_events_section_top.eventList.event_list {
        max-width: 656px; } }
    @media screen and (min-width: 951px) {
      .home .secondary_events_section_top.eventList.event_list {
        margin: 20px auto;
        display: inline-block; }
        .home .secondary_events_section_top.eventList.event_list .eventList__wrapper {
          width: auto; }
        .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem {
          margin: 10px 0px;
          float: none; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem:hover .bg-event-wrapper.bg-list {
            background-position: -50px -50px; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem .bg-event-wrapper.bg-list {
            background: url("../images/secondary_bg_1.png") no-repeat;
            background-size: 1194px 534px;
            background-position: left -5px; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem .date {
            margin-bottom: 10px; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem .thumb {
            max-width: 510px; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem > .wrapper {
            width: calc(100% - 470px);
            padding-top: 12px; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title a {
            font-size: 39px;
            line-height: 39px; }
          .home .secondary_events_section_top.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .tagline {
            font-size: 20px;
            line-height: 30px; } }
    @media screen and (min-width: 1201px) {
      .home .secondary_events_section_top.eventList.event_list {
        margin: 20px 0px -10px; } }
  .home .secondary_events_section_bottom.eventList.event_list {
    opacity: 1;
    text-align: left;
    margin: 0px auto -10px auto;
    width: 100%;
    display: none; }
    .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem {
      margin: 0px auto; }
    @media screen and (min-width: 951px) {
      .home .secondary_events_section_bottom.eventList.event_list {
        margin: 20px auto;
        display: inline-block; }
        .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper {
          width: auto; }
        .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem {
          margin: 10px 0px;
          flex-direction: row-reverse;
          float: none; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem:hover .bg-event-wrapper.bg-list {
            background-position: calc(100% + 45px) -50px; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem .bg-event-wrapper.bg-list {
            background: url("../images/secondary_bg_2.png") no-repeat;
            background-size: 1215px 575px;
            background-position: right -13px; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem .date {
            margin-bottom: 10px; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem .thumb {
            max-width: 510px; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem > .wrapper {
            width: calc(100% - 470px);
            padding: 12px 30px 0px 15px; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title a {
            font-size: 39px;
            line-height: 39px; }
          .home .secondary_events_section_bottom.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .tagline {
            font-size: 20px;
            line-height: 30px; } }
    @media screen and (min-width: 1201px) {
      .home .secondary_events_section_bottom.eventList.event_list {
        margin: 25px 0px 10px; } }
  .home .secondary_events_section_mobile.eventList.event_list {
    opacity: 1;
    text-align: left;
    margin: 0px auto 20px auto;
    width: 100%;
    display: inline-block; }
    .home .secondary_events_section_mobile.eventList.event_list.mobile_2 {
      margin-bottom: -10px;
      margin-top: 5px; }
      @media screen and (max-width: 600px) {
        .home .secondary_events_section_mobile.eventList.event_list.mobile_2 {
          margin-bottom: 0px;
          margin-top: 0px; } }
    @media screen and (max-width: 700px) {
      .home .secondary_events_section_mobile.eventList.event_list {
        max-width: 656px; } }
    .home .secondary_events_section_mobile.eventList.event_list .eventList__wrapper .eventItem {
      margin: 0px auto; }
    @media screen and (min-width: 951px) {
      .home .secondary_events_section_mobile.eventList.event_list {
        display: none; } }
  .home .featured_events_section.eventList.event_list {
    clear: both; }
    @media screen and (max-width: 700px) {
      .home .featured_events_section.eventList.event_list {
        max-width: 656px !important; } }
    @media screen and (max-width: 950px) {
      .home .featured_events_section.eventList.event_list.featured_bottom {
        margin-top: -20px; } }
    @media screen and (max-width: 600px) {
      .home .featured_events_section.eventList.event_list.featured_bottom {
        margin-top: 0px; } }
    @media screen and (min-width: 1201px) {
      .home .featured_events_section.eventList.event_list {
        max-width: 1250px;
        opacity: 1;
        margin: 70px auto 20px;
        text-align: left; }
        .home .featured_events_section.eventList.event_list .eventList__wrapper {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .home .featured_events_section.eventList.event_list .eventList__wrapper .eventItem {
            opacity: 1;
            margin: 13px auto 33px auto;
            width: 366px;
            height: 340px; }
            .home .featured_events_section.eventList.event_list .eventList__wrapper .eventItem:nth-child(3n+1) {
              margin-left: 0px; }
            .home .featured_events_section.eventList.event_list .eventList__wrapper .eventItem:nth-child(3n) {
              margin-right: 0px; }
            .home .featured_events_section.eventList.event_list .eventList__wrapper .eventItem:nth-child(2n) {
              margin-right: auto; } }
  .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner {
    padding: 10px;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner {
        width: 366px !important;
        height: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        display: inline-block !important;
        margin-top: 50px !important; } }
    @media screen and (max-width: 700px) {
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner {
        margin-top: 10px !important; } }
    @media screen and (max-width: 420px) {
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner {
        width: 289px !important;
        height: 268px !important; } }
    .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner > a {
      display: block;
      overflow: hidden;
      position: relative; }
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner > a:after {
        display: none; }
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner > a:before {
        content: '';
        position: absolute;
        background: url("../images/bg_grid_thumb.png") no-repeat;
        background-size: contain;
        height: 229px;
        width: 248px;
        left: 0px;
        top: 0px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 1; }
    .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner img {
      display: block; }
      @media screen and (max-width: 700px) {
        .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner img {
          max-width: 100%; } }
    .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay {
      position: absolute;
      width: calc(100% - 30px);
      left: 20px;
      height: calc(100% - 40px);
      top: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px 20px 10px 20px;
      background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 43%); }
      @media screen and (max-width: 420px) {
        .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay {
          padding: 10px; } }
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay .title {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 31px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 31px;
        position: relative;
        display: block;
        padding-bottom: 13px; }
        @media screen and (max-width: 420px) {
          .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay .title {
            font-size: 25px;
            line-height: 25px; } }
        .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay .title:after {
          content: " ";
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 60px;
          height: 1px;
          background: white;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay .text p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 27px;
        margin-top: 3px; }
        @media screen and (max-width: 420px) {
          .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay .text p {
            font-size: 16px;
            line-height: 24px; } }
      .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner .overlay .more {
        z-index: 1; }
    .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner:hover > a:before {
      left: 0px;
      top: 0px;
      height: 115px;
      width: 124px; }
    .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner:hover .overlay .title:after {
      width: calc(100% - 60px);
      left: 40px; }
  @media screen and (max-width: 1200px) {
    .home .featured_events_section.eventList.event_list .eventList__wrapper .entry-banner {
      display: none !important; } }
  .home .featured_events_section.eventList.event_list.banner_bottom {
    display: none; }
    @media screen and (max-width: 1200px) {
      .home .featured_events_section.eventList.event_list.banner_bottom {
        display: block; }
        .home .featured_events_section.eventList.event_list.banner_bottom .eventList__wrapper .entry-banner {
          display: block !important; } }
  .home .loadmorewrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px; }
    @media screen and (max-width: 700px) {
      .home .loadmorewrapper {
        margin-top: 0px; } }
    @media screen and (max-width: 600px) {
      .home .loadmorewrapper {
        margin-top: 0px; } }
  .home #loadMoreEvents {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: auto;
    text-align: center;
    padding: 15px 0px 15px 35px;
    margin: 0px auto;
    position: relative; }
    .home #loadMoreEvents:after {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 6px;
      top: 17px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .home #loadMoreEvents:before {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 0px;
      top: 17px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .home #loadMoreEvents span {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px; }
      .home #loadMoreEvents span:after {
        content: " ";
        position: absolute;
        bottom: -5px;
        left: 0px;
        width: 0px;
        height: 1px;
        background: white;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .home #loadMoreEvents:hover span:after {
      width: 100%; }
    .home #loadMoreEvents:hover:after {
      left: 13px;
      width: 5px; }
    .home #loadMoreEvents:hover:before {
      left: 13px;
      opacity: 0; }

.link {
  position: relative; }
  .link ul.list {
    padding: 0; }
    .link ul.list li > span:before, .link ul.list li > span:after {
      display: none; }
    .link ul.list li > a, .link ul.list li > span, .link ul.list li > a:visited, .link ul.list li > a:active {
      display: inline-block;
      position: relative;
      padding: 20px 0px 20px 65px;
      word-wrap: break-word;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #1A1919;
      letter-spacing: 0;
      line-height: 20px;
      -webkit-transition: all 100ms linear;
      -moz-transition: all 100ms linear;
      -o-transition: all 100ms linear;
      transition: all 100ms linear;
      z-index: 1;
      /*------------------------------------------------------------
      =Handles all Social Media icons for select social media urls
          -- Twitter | Facebook | Instagram | Pinterest
      ------------------------------------------------------------*/ }
      .link ul.list li > a:after, .link ul.list li > span:after, .link ul.list li > a:visited:after, .link ul.list li > a:active:after {
        position: absolute;
        content: " ";
        top: 5px;
        left: 0px;
        width: 50px;
        height: 50px;
        background: #1A1919;
        border: 1px solid #1A1919;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border-radius: 50%;
        z-index: -1; }
      .link ul.list li > a:before, .link ul.list li > span:before, .link ul.list li > a:visited:before, .link ul.list li > a:active:before {
        position: absolute;
        content: " ";
        bottom: 19px;
        left: 65px;
        width: 0;
        height: 1px;
        background: #1A1919;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: -1; }
      .link ul.list li > a svg, .link ul.list li > span svg, .link ul.list li > a:visited svg, .link ul.list li > a:active 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: 50%;
        transform: translateY(-50%) translate(-50%);
        left: 50%;
        fill: white; }
      .link ul.list li > a:hover, .link ul.list li > span:hover, .link ul.list li > a:visited:hover, .link ul.list li > a:active:hover {
        color: #1A1919; }
        .link ul.list li > a:hover svg, .link ul.list li > span:hover svg, .link ul.list li > a:visited:hover svg, .link ul.list li > a:active:hover svg {
          fill: #1A1919; }
        .link ul.list li > a:hover:after, .link ul.list li > span:hover:after, .link ul.list li > a:visited:hover:after, .link ul.list li > a:active:hover:after {
          background: white;
          width: 50px; }
        .link ul.list li > a:hover:before, .link ul.list li > span:hover:before, .link ul.list li > a:visited:hover:before, .link ul.list li > a:active:hover:before {
          width: calc(100% - 65px); }
      .link ul.list li > a > span, .link ul.list li > span > span, .link ul.list li > a:visited > span, .link ul.list li > a:active > span {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 5px;
        top: 10px; }
        .link ul.list li > a > span .internal, .link ul.list li > span > span .internal, .link ul.list li > a:visited > span .internal, .link ul.list li > a:active > span .internal {
          display: block; }
        .link ul.list li > a > span .external, .link ul.list li > span > span .external, .link ul.list li > a:visited > span .external, .link ul.list li > a:active > span .external {
          display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .internal, .link ul.list li > span[target="_blank"] .link_icon .internal, .link ul.list li > a:visited[target="_blank"] .link_icon .internal, .link ul.list li > a:active[target="_blank"] .link_icon .internal {
        display: none; }
      .link ul.list li > a[target="_blank"] .link_icon .external, .link ul.list li > span[target="_blank"] .link_icon .external, .link ul.list li > a:visited[target="_blank"] .link_icon .external, .link ul.list li > a:active[target="_blank"] .link_icon .external {
        display: block; }
      .link ul.list li > a[href*="twitter"] svg, .link ul.list li > a[href*="facebook"] svg, .link ul.list li > a[href*="instagram"] svg, .link ul.list li > a[href*="pinterest"] svg, .link ul.list li > a[href*="youtube"] svg, .link ul.list li > a[href*="youtu.be"] svg, .link ul.list li > a[href*="snapchat"] svg, .link ul.list li > span[href*="twitter"] svg, .link ul.list li > span[href*="facebook"] svg, .link ul.list li > span[href*="instagram"] svg, .link ul.list li > span[href*="pinterest"] svg, .link ul.list li > span[href*="youtube"] svg, .link ul.list li > span[href*="youtu.be"] svg, .link ul.list li > span[href*="snapchat"] svg, .link ul.list li > a:visited[href*="twitter"] svg, .link ul.list li > a:visited[href*="facebook"] svg, .link ul.list li > a:visited[href*="instagram"] svg, .link ul.list li > a:visited[href*="pinterest"] svg, .link ul.list li > a:visited[href*="youtube"] svg, .link ul.list li > a:visited[href*="youtu.be"] svg, .link ul.list li > a:visited[href*="snapchat"] svg, .link ul.list li > a:active[href*="twitter"] svg, .link ul.list li > a:active[href*="facebook"] svg, .link ul.list li > a:active[href*="instagram"] svg, .link ul.list li > a:active[href*="pinterest"] svg, .link ul.list li > a:active[href*="youtube"] svg, .link ul.list li > a:active[href*="youtu.be"] svg, .link ul.list li > a:active[href*="snapchat"] svg {
        display: none; }
      .link ul.list li > a[href*="twitter"] span:before, .link ul.list li > a[href*="facebook"] span:before, .link ul.list li > a[href*="instagram"] span:before, .link ul.list li > a[href*="pinterest"] span:before, .link ul.list li > a[href*="youtube"] span:before, .link ul.list li > a[href*="youtu.be"] span:before, .link ul.list li > a[href*="snapchat"] span:before, .link ul.list li > span[href*="twitter"] span:before, .link ul.list li > span[href*="facebook"] span:before, .link ul.list li > span[href*="instagram"] span:before, .link ul.list li > span[href*="pinterest"] span:before, .link ul.list li > span[href*="youtube"] span:before, .link ul.list li > span[href*="youtu.be"] span:before, .link ul.list li > span[href*="snapchat"] span:before, .link ul.list li > a:visited[href*="twitter"] span:before, .link ul.list li > a:visited[href*="facebook"] span:before, .link ul.list li > a:visited[href*="instagram"] span:before, .link ul.list li > a:visited[href*="pinterest"] span:before, .link ul.list li > a:visited[href*="youtube"] span:before, .link ul.list li > a:visited[href*="youtu.be"] span:before, .link ul.list li > a:visited[href*="snapchat"] span:before, .link ul.list li > a:active[href*="twitter"] span:before, .link ul.list li > a:active[href*="facebook"] span:before, .link ul.list li > a:active[href*="instagram"] span:before, .link ul.list li > a:active[href*="pinterest"] span:before, .link ul.list li > a:active[href*="youtube"] span:before, .link ul.list li > a:active[href*="youtu.be"] span:before, .link ul.list li > a:active[href*="snapchat"] span:before {
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        -o-transition: all 100ms linear;
        transition: all 100ms linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translate(-50%);
        left: 50%;
        display: inline-block;
        background: none;
        padding: 0;
        font-family: FontAwesome;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        color: white;
        text-decoration: inherit; }
      .link ul.list li > a[href*="twitter"]:hover span:before, .link ul.list li > a[href*="facebook"]:hover span:before, .link ul.list li > a[href*="instagram"]:hover span:before, .link ul.list li > a[href*="pinterest"]:hover span:before, .link ul.list li > a[href*="youtube"]:hover span:before, .link ul.list li > a[href*="youtu.be"]:hover span:before, .link ul.list li > a[href*="snapchat"]:hover span:before, .link ul.list li > span[href*="twitter"]:hover span:before, .link ul.list li > span[href*="facebook"]:hover span:before, .link ul.list li > span[href*="instagram"]:hover span:before, .link ul.list li > span[href*="pinterest"]:hover span:before, .link ul.list li > span[href*="youtube"]:hover span:before, .link ul.list li > span[href*="youtu.be"]:hover span:before, .link ul.list li > span[href*="snapchat"]:hover span:before, .link ul.list li > a:visited[href*="twitter"]:hover span:before, .link ul.list li > a:visited[href*="facebook"]:hover span:before, .link ul.list li > a:visited[href*="instagram"]:hover span:before, .link ul.list li > a:visited[href*="pinterest"]:hover span:before, .link ul.list li > a:visited[href*="youtube"]:hover span:before, .link ul.list li > a:visited[href*="youtu.be"]:hover span:before, .link ul.list li > a:visited[href*="snapchat"]:hover span:before, .link ul.list li > a:active[href*="twitter"]:hover span:before, .link ul.list li > a:active[href*="facebook"]:hover span:before, .link ul.list li > a:active[href*="instagram"]:hover span:before, .link ul.list li > a:active[href*="pinterest"]:hover span:before, .link ul.list li > a:active[href*="youtube"]:hover span:before, .link ul.list li > a:active[href*="youtu.be"]:hover span:before, .link ul.list li > a:active[href*="snapchat"]:hover span:before {
        color: #1A1919; }
      .link ul.list li > a[href*="twitter"] span:before, .link ul.list li > span[href*="twitter"] span:before, .link ul.list li > a:visited[href*="twitter"] span:before, .link ul.list li > a:active[href*="twitter"] span:before {
        content: "\f099"; }
      .link ul.list li > a[href*="facebook"] span:before, .link ul.list li > span[href*="facebook"] span:before, .link ul.list li > a:visited[href*="facebook"] span:before, .link ul.list li > a:active[href*="facebook"] span:before {
        content: "\f09a"; }
      .link ul.list li > a[href*="instagram"] span:before, .link ul.list li > span[href*="instagram"] span:before, .link ul.list li > a:visited[href*="instagram"] span:before, .link ul.list li > a:active[href*="instagram"] span:before {
        content: "\f16d"; }
      .link ul.list li > a[href*="pinterest"] span:before, .link ul.list li > span[href*="pinterest"] span:before, .link ul.list li > a:visited[href*="pinterest"] span:before, .link ul.list li > a:active[href*="pinterest"] span:before {
        content: "\f0d2"; }
      .link ul.list li > a[href*="youtube"] span:before, .link ul.list li > a[href*="youtu.be"] span:before, .link ul.list li > span[href*="youtube"] span:before, .link ul.list li > span[href*="youtu.be"] span:before, .link ul.list li > a:visited[href*="youtube"] span:before, .link ul.list li > a:visited[href*="youtu.be"] span:before, .link ul.list li > a:active[href*="youtube"] span:before, .link ul.list li > a:active[href*="youtu.be"] span:before {
        content: "\f16a"; }
      .link ul.list li > a[href*="snapchat"] span:before, .link ul.list li > span[href*="snapchat"] span:before, .link ul.list li > a:visited[href*="snapchat"] span:before, .link ul.list li > a:active[href*="snapchat"] span:before {
        content: "\f2ac"; }
    .link ul.list li > span .link_icon {
      display: none; }
    .link ul.list .description {
      padding-left: 65px;
      margin-top: -5px; }
      .link ul.list .description p, .link ul.list .description li {
        margin-top: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #1A1919;
        letter-spacing: 0;
        line-height: 21px; }
      .link ul.list .description ul li:before {
        top: 14px; }
      .link ul.list .description ol li:before {
        top: 8px; }
      .link ul.list .description p {
        margin-bottom: 20px; }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative; }
  .faq .faq_item_wrapper {
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .faq .faq_item_wrapper.is-opened {
      border-color: #DDDDDD; }
    .faq .faq_item_wrapper:hover {
      border-color: #1A1919; }
  .faq .faq_list_item {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0px;
    background: #ddd;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .faq .faq_list_item a {
      display: block; }
      .faq .faq_list_item a:after {
        display: none; }
    .faq .faq_list_item p {
      margin: 0;
      padding: 20px 70px 20px 30px;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #1A1919;
      letter-spacing: 0;
      line-height: 20px; }
      @media screen and (max-width: 870px) {
        .faq .faq_list_item p {
          padding-left: 20px; } }
    .faq .faq_list_item.active, .faq .faq_list_item.open {
      background: #fff; }
      .faq .faq_list_item.active .icon span, .faq .faq_list_item.open .icon span {
        transform: translate(-50%, 0) rotate(180deg); }
    .faq .faq_list_item .icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 100%; }
      .faq .faq_list_item .icon span {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 19px;
        height: 18px;
        position: absolute;
        top: 21px;
        left: 50%;
        transform: translate(-50%, 0);
        background: url("../images/svg/faq-chev.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
  .faq .faq_answer {
    display: none;
    padding: 5px 10px 30px 30px;
    margin: 0px; }
    @media screen and (min-width: 701px) {
      .faq .faq_answer {
        padding-right: 70px; } }
    @media screen and (max-width: 870px) {
      .faq .faq_answer {
        padding-left: 20px; } }
    .faq .faq_answer ul:last-child, .faq .faq_answer ol:last-child {
      margin-bottom: 0; }
    .faq .faq_answer ul li:before {
      top: 15px; }
    .faq .faq_answer p {
      display: inline-block; }
    .faq .faq_answer p, .faq .faq_answer li {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #1A1919;
      letter-spacing: 0;
      line-height: 24px; }
      .faq .faq_answer p:last-child, .faq .faq_answer li:last-child {
        margin-bottom: 0; }
    .faq .faq_answer a {
      border: none;
      color: #1A1919;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      position: relative;
      display: inline-block;
      font-weight: 500; }
      .faq .faq_answer a:after {
        content: " ";
        bottom: 4px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #1A1919;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .faq .faq_answer a:hover {
        color: #1A1919; }
        .faq .faq_answer a:hover:after {
          width: 0px; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles - Listing page
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  margin-bottom: 50px; }
  @media screen and (max-width: 700px) {
    .map_holder {
      height: 320px; } }
  @media screen and (max-width: 500px) {
    .map_holder {
      margin-bottom: 160px;
      height: 220px; } }
  .map_holder .map {
    width: 100%;
    height: 100%; }

.map_wrapper[data-options="content_map"] .map_holder {
  margin-bottom: 0px !important; }

.map_window .links .url a {
  padding-bottom: 5px; }
.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: 100%; }
  .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] {
    width: 72%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    display: block;
    float: right;
    padding: 6px 5px;
    color: #fff;
    background-color: #1A1919;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
    border: 1px solid #1A1919; }
    .map_window .directions form button:hover {
      background-color: white;
      color: #1A1919; }

.map_control {
  zoom: 1;
  position: relative;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(270deg, rgba(26, 25, 25, 0) 0%, #1A1919 64%);
  border-radius: 5px;
  padding: 8px 20px;
  width: calc(100%);
  text-align: center;
  z-index: 10;
  height: 50px;
  margin: 0 auto;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  border-radius: 0px; }
  .map_control:before, .map_control:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .map_control:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .map_control {
      position: relative;
      left: 0px;
      width: 100%;
      transform: none;
      bottom: 0px;
      border-radius: 0px; } }
  @media screen and (max-width: 500px) {
    .map_control {
      flex-direction: column;
      height: 160px;
      background: #1A1919; } }
  .map_control .map_anchor {
    display: none; }
  .map_control label {
    display: block;
    float: left;
    height: 40px;
    padding: 13px 15px 0 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    margin-right: 20px; }
    @media screen and (max-width: 700px) {
      .map_control label {
        width: 100%;
        display: none; } }
  .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: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 13px;
    text-transform: uppercase;
    position: relative;
    opacity: 0.6;
    padding-left: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .map_control button:after {
      content: " ";
      position: absolute;
      left: 60px;
      bottom: -5px;
      width: 0px;
      height: 1px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      background: white; }
      @media screen and (max-width: 400px) {
        .map_control button:after {
          left: 40px; } }
    .map_control button:before {
      content: " ";
      width: 35px;
      height: 35px;
      top: -11px;
      left: 17px;
      position: absolute;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media screen and (max-width: 500px) {
        .map_control button:before {
          top: 8px; } }
    @media screen and (max-width: 500px) {
      .map_control button {
        float: none;
        line-height: 44px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-bottom: 1px solid #2D3332;
        width: calc(100% - 20px); }
        .map_control button:after {
          bottom: 13px; }
        .map_control button:before {
          left: calc((100% / 2) - 54px); } }
    .map_control button.restaurants:before {
      background: url("../images/r-icon2.png") no-repeat; }
      @media screen and (max-width: 500px) {
        .map_control button.restaurants:before {
          left: calc((100% / 2) - 75px); } }
    .map_control button.hotels {
      border-bottom: none !important; }
      .map_control button.hotels:before {
        background: url("../images/h-icon2.png") no-repeat; }
    .map_control button.parking:before {
      background: url("../images/p-icon2.png") no-repeat; }
    .map_control button.active {
      outline: none;
      opacity: 1; }
      .map_control button.active:hover {
        outline: none; }
    .map_control button:hover:after {
      width: calc(100% - 76px); }
      @media screen and (max-width: 500px) {
        .map_control button:hover:after {
          width: 0; } }
    @media screen and (max-width: 500px) {
      .map_control button:hover {
        text-decoration: underline; } }
    .map_control button:focus.active {
      opacity: 1;
      outline: none; }

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: -25px 0 15px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1A1919;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-transform: uppercase; }
  .paging:before, .paging:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .paging:after {
    clear: both; }
  @media screen and (max-width: 700px) {
    .paging {
      margin-top: -8px; } }
  .paging.final {
    margin: 0; }
  .paging.empty {
    height: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .paging .record {
    float: left;
    width: auto;
    height: 40px;
    padding: 13px 0 0 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1A1919;
    letter-spacing: 1.5px;
    line-height: 14px; }
  .paging .pages {
    zoom: 1;
    float: right;
    width: auto;
    margin: 0 -18px 0 0;
    text-align: center;
    padding-top: 13px; }
    .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 {
      line-height: 40px;
      position: relative;
      float: left;
      width: 38px;
      height: 38px;
      margin: 0;
      padding: 0;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 14px;
      z-index: 1; }
      .paging .pages strong:after,
      .paging .pages a:after,
      .paging .pages a:link:after,
      .paging .pages a:visited:after {
        width: 0px;
        bottom: 20px;
        left: 13px; }
      .paging .pages strong:hover:after,
      .paging .pages a:hover:after,
      .paging .pages a:link:hover:after,
      .paging .pages a:visited:hover:after {
        width: 12px; }
      .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.prev, .paging .pages strong.next,
      .paging .pages a.prev,
      .paging .pages a.next,
      .paging .pages a:link.prev,
      .paging .pages a:link.next,
      .paging .pages a:visited.prev,
      .paging .pages a:visited.next {
        position: relative;
        text-indent: -9999px; }
        .paging .pages strong.prev:after, .paging .pages strong.next:after,
        .paging .pages a.prev:after,
        .paging .pages a.next:after,
        .paging .pages a:link.prev:after,
        .paging .pages a:link.next:after,
        .paging .pages a:visited.prev:after,
        .paging .pages a:visited.next:after {
          position: absolute;
          content: " ";
          width: 5px;
          height: 9px;
          background: url("../images/svg/btn-arrow.svg") no-repeat;
          background-size: contain;
          left: 4px;
          top: 3px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .paging .pages strong.prev:before, .paging .pages strong.next:before,
        .paging .pages a.prev:before,
        .paging .pages a.next:before,
        .paging .pages a:link.prev:before,
        .paging .pages a:link.next:before,
        .paging .pages a:visited.prev:before,
        .paging .pages a:visited.next:before {
          position: absolute;
          content: " ";
          width: 5px;
          height: 9px;
          background: url("../images/svg/btn-arrow.svg") no-repeat;
          background-size: contain;
          left: 10px;
          top: 3px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .paging .pages strong.prev:hover:after, .paging .pages strong.next:hover:after,
        .paging .pages a.prev:hover:after,
        .paging .pages a.next:hover:after,
        .paging .pages a:link.prev:hover:after,
        .paging .pages a:link.next:hover:after,
        .paging .pages a:visited.prev:hover:after,
        .paging .pages a:visited.next:hover:after {
          left: 16px;
          width: 5px; }
        .paging .pages strong.prev:hover:before, .paging .pages strong.next:hover:before,
        .paging .pages a.prev:hover:before,
        .paging .pages a.next:hover:before,
        .paging .pages a:link.prev:hover:before,
        .paging .pages a:link.next:hover:before,
        .paging .pages a:visited.prev:hover:before,
        .paging .pages a:visited.next:hover:before {
          left: 16px;
          opacity: 0; }
      .paging .pages strong.prev:after,
      .paging .pages a.prev:after,
      .paging .pages a:link.prev:after,
      .paging .pages a:visited.prev:after {
        transform: rotate(180deg);
        left: 19px;
        top: 3px; }
      .paging .pages strong.prev:before,
      .paging .pages a.prev:before,
      .paging .pages a:link.prev:before,
      .paging .pages a:visited.prev:before {
        transform: rotate(180deg);
        left: 25px;
        top: 3px; }
      .paging .pages strong.prev:hover:after,
      .paging .pages a.prev:hover:after,
      .paging .pages a:link.prev:hover:after,
      .paging .pages a:visited.prev:hover:after {
        left: 14px;
        width: 5px;
        opacity: 1; }
      .paging .pages strong.prev:hover:before,
      .paging .pages a.prev:hover:before,
      .paging .pages a:link.prev:hover:before,
      .paging .pages a:visited.prev:hover:before {
        left: 14px;
        opacity: 0; }
    .paging .pages strong:after {
      content: " ";
      width: 35px;
      height: 35px;
      position: absolute;
      z-index: -1;
      left: 1px;
      top: -10px;
      background: #F2F2F2;
      border-radius: 50%; }
    .paging .pages strong:hover:after {
      width: 35px; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login-form .content_inner {
  position: relative;
  text-align: center;
  margin-top: 40px !important; }
  .login-form .content_inner form {
    position: relative; }
  .login-form .content_inner input[type='password'] {
    position: relative;
    width: 80%;
    max-width: 300px;
    height: 46px;
    background: transparent;
    border: 1px solid #D5D3D3;
    padding: 8px 10px;
    font-size: 15px;
    color: #ffffff;
    color: #1A1919;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .login-form .content_inner input[type='password']::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #1A1919;
      opacity: 1 !important; }
    .login-form .content_inner input[type='password']:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #1A1919;
      opacity: 1 !important; }
    .login-form .content_inner input[type='password']::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #1A1919;
      opacity: 1 !important; }
    .login-form .content_inner input[type='password']:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #1A1919;
      opacity: 1 !important; }
  .login-form .content_inner input[type='submit'] {
    display: block;
    margin: 25px auto; }

/* ----------------------------------------------------------------------------
= Showtime Photo Gallery
----------------------------------------------------------------------------- */
#galleries.detail .page_title {
  display: inline-block; }
  #galleries.detail .page_title .date {
    margin-bottom: 10px;
    position: relative;
    top: 5px;
    z-index: 2;
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1A1919;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-transform: uppercase; }
    #galleries.detail .page_title .date span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 20px;
      text-transform: uppercase; }
    #galleries.detail .page_title .date .m-date__day {
      font-weight: 700; }
#galleries.detail .m-slideshow-container.gallery_slideshow {
  margin-bottom: 0px; }

/*.photo_gallery {
	position: relative;
	float: left;
	margin: 0 16px 20px;
	padding: 0;
	border: 1px solid #c5c7c4;
	.thumb {
		display: block;
		width: 234px;
		height: 144px;
		margin: 0 0 0 0;
		padding: 0;
		img {
			display: block;
			width: 234px;
			height: 144px;
			margin: 0;
			padding: 0;
			border: none;
		}
	}
	strong {
		position: absolute;
		display: block;
		overflow: hidden;
		bottom: 0;
		left: 0;
		width: 214px;
		margin: 0;
		padding: 5px 10px;
		opacity: 0.85;
		color: black;
		border-bottom: 1px solid #222;
		background: #111;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	a {
		text-decoration: none;
	}
}
.apple_overlay {
	display: none;
	width: 600px;
	height: 570px;
	padding: 15px 15px 10px;
	background: #fff;
	.close {
		position: absolute;
		z-index: 9000;
		right: 16px;
		bottom: 20px;
		width: 66px;
		height: 22px;
		background-image: url(../images/lightbox-btn-close.gif);
		cursor: pointer;
	}
	.content {
		background: transparent;
	}
	.slideshow {
		width: auto;
		height: 545px;
		background: #fff;
		.caption_holder {
			display: block;
		}
		.controls {
			position: absolute;
			display: block;
			z-index: 600;
			top: 180px;
			left: 0;
			width: 100%;
			height: 53px;
			padding: 0;
			color: #fff;
			.nav-controls {
				position: relative;
				a {
					&.prev {
						position: absolute;
						display: block;
						top: 0;
						left: 0;
						width: 63px;
						height: 32px;
						border: none;
						background: url(../images/lightbox-btn-prev.gif) no-repeat 0 0;
						cursor: pointer;
						text-indent: -4000px;
					}
					&.next {
						position: absolute;
						display: block;
						top: 0;
						right: 0;
						width: 53px;
						height: 53px;
						border: none;
						background: url(../images/lightbox-btn-next.gif) no-repeat 0 0;
						cursor: pointer;
						text-indent: -4000px;
					}
				}
			}
		}
		.slide {
			overflow: hidden;
			width: 100%;
			height: 465px;
			span {
				display: block;
				width: 600px;
				height: 465px;
			}
		}
		.caption_holder {
			position: absolute;
			display: none;
			z-index: 15;
			bottom: 7px;
			left: -12px;
			width: 640px;
			height: 40px;
			padding: 10px 0 0;
			span {
				display: block;
				width: auto;
				height: 35px;
			}
		}
		.caption {
			position: relative;
			p {
				float: left;
				overflow: hidden;
				width: 600px;
				padding: 10px 0 0 20px;
				color: #333;
				font-family: Georgia, 'Times New Roman', serif;
				font-size: 14px;
				font-weight: bold;
				line-height: 100%;
			}
			.date {
				float: left;
				margin: 0;
				padding: 0;
				color: #fff;
				text-shadow: 1px 1px 1px #c38c1d;
				font-size: 18px;
				font-weight: normal;
				line-height: 100%;
				letter-spacing: 1px;
				text-transform: uppercase;
			}
			.buttons {
				float: right;
				a {
					display: block;
					float: left;
					width: auto;
					padding: 6px 10px;
					color: #811211;
					background: url(../images/slideshow_btn_rule.png) no-repeat 0 0;
					font-size: 18px;
					letter-spacing: 0.5px;
					text-transform: uppercase;
					&.more {
						margin: 0 2px 0 0;
					}
					&:hover {
						color: #333;
					}
				}
			}
			a {
				display: none;
			}
			.thumbs_holder {
				position: absolute;
				display: block;
				top: 473px;
				left: 0;
				width: 600px;
				height: 80px;
				ul {
					display: block;
					margin: 0;
					padding: 0;
					list-style-type: none;
					list-style-image: none;
				}
				li {
					float: left;
					width: 65px;
					height: 43px;
					margin-right: 5px;
					a.thumb {
						display: block;
						width: 65px;
						height: 43px;
						border: none;
						border: 2px solid #fff;
						background: transparent;
						img {
							display: block;
							width: 65px;
							height: 43px;
							border: none;
							background: transparent;
						}
					}
					&.selected a.thumb {
						border: 2px solid #b0bac9;
					}
				}
				.caption {
					display: none;
				}
			}
			.thumbs {
				.caption {
					display: none;
					p {
						overflow: hidden;
						height: 30px;
						color: #333;
						font-size: 12px;
					}
				}
				li:hover .caption {
					display: none;
					opacity: 1;
				}
			}
			.video {
				position: absolute;
				display: none;
				z-index: 601;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url(../images/play.png) no-repeat center 160px;
				#video_player, #video_holder {
					display: block;
					width: 100%;
					height: 100%;
					margin: 8% auto 0;
					text-align: center;
				}
			}
			.imglink {
				position: absolute;
				display: none;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				#imglink {
					position: relative;
					display: block;
					width: 100%;
					height: 100%;
					background: url(../images/blank.png) 0 0 repeat;
				}
			}
			img {
				display: block;
				width: 100%;
				height: 100%;
			}
		}
		#map_overlay {
			background-image: url(../images/map_transparent.png);
		}
		.contentWrap {
			overflow: hidden;
			height: 375px;
			border: 1px solid #ff9100;
		}
		.map_overlay.apple_overlay {
			display: none;
			width: 620px;
			height: 370px;
			padding: 35px;
		}
	}
}*/
/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_listing_page .page_title {
  position: relative; }
.news_listing_page .category-dropdown {
  position: absolute;
  right: 0px;
  bottom: 20px; }
  @media screen and (max-width: 1200px) {
    .news_listing_page .category-dropdown {
      right: 20px; } }
  @media screen and (max-width: 870px) {
    .news_listing_page .category-dropdown {
      width: 290px; } }
  @media screen and (max-width: 700px) {
    .news_listing_page .category-dropdown {
      position: relative;
      margin-left: 10px;
      right: auto; } }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .branding, .news_detail #branding, .contest_detail .branding, .contest_detail #branding {
  margin-bottom: 0px; }
.news_detail .news_thumb, .contest_detail .news_thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%; }
  @media screen and (max-width: 700px) {
    .news_detail .news_thumb, .contest_detail .news_thumb {
      max-width: 100%;
      float: none;
      margin: 20px auto;
      text-align: center; } }
.news_detail h3, .contest_detail h3 {
  margin-bottom: 0px; }
.news_detail .date, .contest_detail .date {
  margin-bottom: 10px;
  position: relative;
  top: 5px;
  z-index: 2;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1A1919;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase; }
  .news_detail .date span, .contest_detail .date span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1A1919;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-transform: uppercase; }
  .news_detail .date .m-date__day, .contest_detail .date .m-date__day {
    font-weight: 700; }
.news_detail .content_item ul.list li, .contest_detail .content_item ul.list li {
  padding-left: 0px; }
  .news_detail .content_item ul.list li:before, .contest_detail .content_item ul.list li:before {
    display: none; }
.news_detail .eventList, .contest_detail .eventList {
  opacity: 1 !important; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
@media screen and (max-width: 870px) {
  #events {
    background: #1A1919; } }
@media screen and (max-width: 870px) {
  #events .bg-image {
    display: block; } }

#events:not(.detail) #content {
  max-width: 100%;
  padding-top: 100px;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (max-width: 1200px) {
    #events:not(.detail) #content {
      padding-top: 64px; } }
  @media screen and (max-width: 700px) {
    #events:not(.detail) #content {
      padding-top: 64px; } }
  #events:not(.detail) #content .content-inner:before, #events:not(.detail) #content .content-inner:after {
    display: none; }
  #events:not(.detail) #content .full {
    background: transparent;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    #events:not(.detail) #content .full .full_column {
      background: transparent; }
      #events:not(.detail) #content .full .full_column:after, #events:not(.detail) #content .full .full_column:before {
        display: none !important; }
#events:not(.detail) .breadcrumbs {
  margin-bottom: 10px;
  max-width: 100%;
  padding: 25px 0px 0px; }
  @media screen and (max-width: 870px) {
    #events:not(.detail) .breadcrumbs {
      padding-top: 10px; } }

.event_list_header {
  width: 100%;
  background: #F2F2F2;
  margin-bottom: 60px;
  padding-bottom: 20px;
  padding-top: 10px; }
  @media screen and (max-width: 700px) {
    .event_list_header {
      margin-bottom: 20px; } }
  .event_list_header .event_list_header_inner {
    max-width: 1220px;
    padding: 0px 20px;
    width: 100%;
    margin: 0px auto; }
    @media screen and (max-width: 700px) {
      .event_list_header .event_list_header_inner {
        padding: 0px 10px; } }
  .event_list_header .overview {
    display: flex;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 870px) {
      .event_list_header .overview {
        flex-direction: column; } }
  .event_list_header h1 {
    flex-grow: 2;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 49px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 49px; }
    @media screen and (max-width: 870px) {
      .event_list_header h1 {
        font-size: 40px; } }

.event_list_toggles {
  display: flex;
  align-self: center; }
  @media screen and (max-width: 870px) {
    .event_list_toggles {
      display: none; } }
  .event_list_toggles .toggle {
    margin-left: 35px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1; }
    .event_list_toggles .toggle svg, .event_list_toggles .toggle span {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_list_toggles .toggle:after {
      content: " ";
      position: absolute;
      top: -10px;
      left: -10px;
      width: 50px;
      height: 58px;
      background: white;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      opacity: 0;
      z-index: -1; }
    .event_list_toggles .toggle:hover {
      cursor: pointer; }
      .event_list_toggles .toggle:hover svg, .event_list_toggles .toggle:hover span {
        cursor: pointer;
        opacity: 1; }
      .event_list_toggles .toggle:hover span:after {
        width: 100%; }
    .event_list_toggles .toggle.calendar {
      display: none; }
    .event_list_toggles .toggle.is-active:after {
      opacity: 1; }
  .event_list_toggles span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #1A1919;
    letter-spacing: 1px;
    line-height: 12px;
    text-align: center;
    line-height: 13px;
    position: relative;
    margin-top: 8px; }
    .event_list_toggles span:after {
      content: " ";
      position: absolute;
      left: 0px;
      bottom: -2px;
      width: 0px;
      height: 1px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      background: #1A1919; }

.category-dropdown {
  position: relative;
  margin-right: 20px;
  margin-top: 9px;
  align-self: left; }
  @media screen and (max-width: 1200px) {
    .category-dropdown {
      margin-right: 0px; } }
  @media screen and (max-width: 870px) {
    .category-dropdown {
      margin-top: 22px; } }
  .category-dropdown .select {
    display: block;
    position: relative;
    width: 290px;
    height: 40px;
    line-height: 40px;
    background: white;
    border: 1px solid #1A1919;
    margin: 0;
    padding: 0 0 0 20px;
    color: #1A1919;
    cursor: pointer;
    outline: none;
    z-index: 8;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1A1919;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media screen and (max-width: 870px) {
      .category-dropdown .select {
        width: 100%; } }
    .category-dropdown .select:after {
      content: "";
      position: absolute;
      bottom: -2px;
      right: 20px;
      width: calc(100% - 40px);
      height: 1px;
      background: #1A1919;
      opacity: 0; }
    .category-dropdown .select:hover {
      border: 1px solid white;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
    .category-dropdown .select span {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 1px;
      line-height: 14px; }
    .category-dropdown .select svg {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      width: 15px;
      height: 12px;
      margin-top: 2px;
      transform: translateY(-50%);
      fill: none;
      fill-rule: evenodd;
      stroke: #1A1919;
      stroke-width: 2px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .category-dropdown .select.is-active {
      border-color: #fff; }
      .category-dropdown .select.is-active:after {
        opacity: 1; }
      .category-dropdown .select.is-active:hover {
        border: 1px solid white;
        box-shadow: none; }
      .category-dropdown .select.is-active svg {
        transform: rotate(180deg) translateY(-34%);
        transform-origin: 50% 0; }
  .category-dropdown .choices {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 50px 20px 20px 20px;
    font-family: "Roboto", sans-serif;
    z-index: 7; }
    .category-dropdown .choices.is-active {
      display: block; }
    .category-dropdown .choices li .event_filter_item {
      display: block;
      padding: 5px 10px 5px 0px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 0;
      line-height: 35px;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .category-dropdown .choices li .event_filter_item:after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 1px;
        background: #D5D3D3;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .category-dropdown .choices li:hover .event_filter_item,
    .category-dropdown .choices .event_filter_item.is-active {
      padding: 5px 0px 5px 10px; }
      .category-dropdown .choices li:hover .event_filter_item:after,
      .category-dropdown .choices .event_filter_item.is-active:after {
        width: calc(100% - 10px);
        background: #1A1919; }
    .category-dropdown .choices li:before {
      display: none; }

.event_list {
  margin-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    .event_list {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 700px) {
    .event_list {
      padding-right: 10px;
      padding-left: 10px; } }
  .event_list .eventItem {
    position: relative;
    padding: 0px; }
    .event_list .eventItem .meta .time {
      display: none; }
    .event_list .eventItem .title {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 31px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 31px;
      margin: 0 0 10px 0; }
      .event_list .eventItem .title a {
        z-index: 1;
        line-height: 1;
        display: inline;
        position: relative;
        color: #00223A;
        cursor: pointer;
        padding: 0 0 10px 0;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 31px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 31px; }
        .event_list .eventItem .title a:hover {
          color: #005999; }
      .event_list .eventItem .title:hover {
        color: #005999; }
    .event_list .eventItem .tagline {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 27px; }
    .event_list .eventItem .date {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      letter-spacing: 1.5px;
      line-height: 20px;
      line-height: 16px;
      margin-bottom: 0;
      text-transform: uppercase; }
      .event_list .eventItem .date span {
        letter-spacing: 1.5px; }
      .event_list .eventItem .date .m-date__day {
        font-weight: 700; }
      .event_list .eventItem .date .slash {
        margin: 0px 3px; }
    .event_list .eventItem .info-wrapper {
      width: 100%;
      position: relative; }
    .event_list .eventItem .info {
      padding: 23px 0 0 0;
      display: flex;
      justify-content: space-between;
      align-content: flex-start;
      align-items: flex-start;
      margin-left: 20px;
      min-height: 71px;
      position: relative; }
      .event_list .eventItem .info .buttons .background, .event_list .eventItem .info .buttons .foreground {
        display: none; }
      .event_list .eventItem .info .buttons > span {
        margin-top: 3px; }
  .event_list .loadmorewrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 25px; }
  .event_list #loadMoreEvents {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: auto;
    text-align: center;
    padding: 15px 0px 15px 35px;
    margin: 0px auto;
    position: relative; }
    .event_list #loadMoreEvents span {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px; }
      .event_list #loadMoreEvents span:after {
        content: " ";
        position: absolute;
        bottom: -5px;
        left: 0px;
        width: 0px;
        height: 1px;
        background: white;
        -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 #loadMoreEvents:after {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 6px;
      top: 17px;
      -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 #loadMoreEvents:before {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 0px;
      top: 17px;
      -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 #loadMoreEvents:hover span:after {
      width: 100%; }
    .event_list #loadMoreEvents:hover:after {
      left: 13px;
      width: 5px; }
    .event_list #loadMoreEvents:hover:before {
      left: 13px;
      opacity: 0; }

.event_list_grid {
  -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); }
  @media screen and (min-width: 871px) {
    .event_list_grid {
      margin: 0 auto 0 auto;
      max-width: 1190px;
      width: 100%; } }
  @media screen and (min-width: 871px) and (max-width: 1220px) {
    .event_list_grid {
      max-width: 840px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 871px) {
      .event_list_grid .eventList__wrapper {
        zoom: 1;
        padding: 0px; }
        .event_list_grid .eventList__wrapper:before, .event_list_grid .eventList__wrapper:after {
          display: block;
          visibility: hidden;
          height: 0;
          content: '\0020'; }
        .event_list_grid .eventList__wrapper:after {
          clear: both; }
        .event_list_grid .eventList__wrapper .eventItem:not(.promo) {
          position: relative;
          width: calc(1/3*(100% - 80px));
          margin: 10px 19px 33px 19px;
          float: left;
          padding: 0px;
          z-index: 1;
          padding-top: 42px;
          padding-left: 10px; } }
      @media screen and (min-width: 871px) and (max-width: 1220px) {
        .event_list_grid .eventList__wrapper .eventItem:not(.promo) {
          width: calc(1/2*(100% - 40px)); } }
  @media screen and (min-width: 871px) {
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .bg-list {
            display: none; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .bg-event-wrapper.bg-grid {
            overflow: hidden;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -1;
            background: url("../images/bg_grid.png") no-repeat;
            background-size: 464px 441px;
            background-position: right top;
            top: 0px;
            left: 0px;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):nth-child(3n) {
            margin-right: 0;
            clear: right; } }
        @media screen and (min-width: 871px) and (max-width: 1220px) {
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):nth-child(3n) {
            margin-right: 20px;
            clear: none; } }
  @media screen and (min-width: 871px) {
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):nth-child(3n+1) {
            margin-left: 0;
            clear: left; } }
        @media screen and (min-width: 871px) and (max-width: 1220px) {
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):nth-child(3n+1) {
            margin-left: 20px;
            clear: none; } }
      @media screen and (min-width: 871px) and (max-width: 1220px) {
        .event_list_grid .eventList__wrapper .eventItem:not(.promo):nth-child(2n) {
          margin-right: 0;
          clear: right; } }
      @media screen and (min-width: 871px) and (max-width: 1220px) {
        .event_list_grid .eventList__wrapper .eventItem:not(.promo):nth-child(2n+1) {
          margin-left: 0;
          clear: left; } }
  @media screen and (min-width: 871px) {
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):hover .bg-event-wrapper {
            background-position: -45px -45px; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):hover .thumb .title_section {
            -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;
            text-align: center; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo):hover .thumb > a:before {
            left: 0px;
            top: 0px;
            height: 115px;
            width: 124px; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .dategrid {
            display: block;
            position: absolute;
            top: 13px;
            left: 20px; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb {
            margin: 0;
            position: relative;
            z-index: 20;
            overflow: hidden; }
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb > a {
              width: 100%;
              display: block;
              position: relative; }
              .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb > a:before {
                content: '';
                position: absolute;
                background: url("../images/bg_grid_thumb.png") no-repeat;
                background-size: contain;
                height: 229px;
                width: 248px;
                left: 0px;
                top: 0px;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                transition: all 300ms linear;
                opacity: 1; }
              .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb > a:after {
                display: none; }
              .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb > a img {
                width: 100%;
                display: block;
                box-shadow: 10px -2px 10px 0 rgba(0, 0, 0, 0.2); }
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section {
              position: absolute;
              top: 10px;
              left: 10px;
              width: calc(100% - 20px);
              height: calc(100% - 20px);
              overflow-y: scroll;
              z-index: 1;
              background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 36%);
              padding: 20px;
              display: flex;
              justify-content: center;
              align-content: stretch;
              align-items: stretch;
              flex-direction: column;
              -webkit-transition: all 0.2s linear;
              -moz-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear;
              opacity: 0; }
              .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .title {
                padding: 0px 0px;
                margin-bottom: 10px;
                text-align: left;
                font-size: 31px;
                line-height: 31px; }
                .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .title .hoverline {
                  background-image: linear-gradient(to right, white 0%, white 100%);
                  background-size: 0px 2px;
                  background-position: 0px 90%;
                  background-repeat: no-repeat;
                  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
                  padding: 0.1% 0px; }
                .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .title:hover .hoverline {
                  background-size: 100% 2px; }
                .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .title a {
                  font-size: 31px;
                  line-height: 34px;
                  display: inline;
                  color: white;
                  text-align: left;
                  font-family: "Roboto", sans-serif;
                  font-weight: 700;
                  font-size: 31px;
                  color: #FFFFFF;
                  letter-spacing: 0;
                  line-height: 36px; }
              .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .tagline {
                padding: 0px 0px;
                color: white;
                text-align: left;
                font-size: 17px; } }
          @media screen and (min-width: 871px) and (max-width: 1200px) {
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .title.long_title {
              font-size: 1.25rem; } }
          @media screen and (min-width: 871px) and (max-width: 1200px) {
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .title_section .tagline.long_title {
              font-size: 1rem; } }
  @media screen and (min-width: 871px) {
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .meta .location {
              display: none; }
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .thumb .date {
              display: none; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .wrapper {
            z-index: 20;
            position: relative; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .title-list {
            display: none; }
          .event_list_grid .eventList__wrapper .eventItem:not(.promo) .info {
            min-height: 60px;
            height: 60px;
            margin-left: 0px;
            padding-top: 14px; }
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .info .info-wrapper {
              background: transparent; }
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .info .date {
              display: none; }
            .event_list_grid .eventList__wrapper .eventItem:not(.promo) .info .buttons {
              position: absolute;
              right: 12px;
              bottom: 10px;
              z-index: 20;
              width: calc(100% - 20px);
              display: flex;
              height: 38px;
              justify-content: space-between;
              align-items: center; } }
  .event_list_grid.is-loaded {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

.events, .event_list_listing, .event_list_forceListing, .eventList__listing,
.secondary_events_section.eventList.event_list,
.featured_events_section.eventList.event_list.event_list_forceListing {
  margin: 20px auto;
  max-width: 980px;
  -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); }
  .events .eventList__wrapper, .events .m-eventList__listing, .event_list_listing .eventList__wrapper, .event_list_listing .m-eventList__listing, .event_list_forceListing .eventList__wrapper, .event_list_forceListing .m-eventList__listing, .eventList__listing .eventList__wrapper, .eventList__listing .m-eventList__listing,
  .secondary_events_section.eventList.event_list .eventList__wrapper,
  .secondary_events_section.eventList.event_list .m-eventList__listing,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing {
    zoom: 1; }
    .events .eventList__wrapper:before, .events .eventList__wrapper:after, .events .m-eventList__listing:before, .events .m-eventList__listing:after, .event_list_listing .eventList__wrapper:before, .event_list_listing .eventList__wrapper:after, .event_list_listing .m-eventList__listing:before, .event_list_listing .m-eventList__listing:after, .event_list_forceListing .eventList__wrapper:before, .event_list_forceListing .eventList__wrapper:after, .event_list_forceListing .m-eventList__listing:before, .event_list_forceListing .m-eventList__listing:after, .eventList__listing .eventList__wrapper:before, .eventList__listing .eventList__wrapper:after, .eventList__listing .m-eventList__listing:before, .eventList__listing .m-eventList__listing:after,
    .secondary_events_section.eventList.event_list .eventList__wrapper:before,
    .secondary_events_section.eventList.event_list .eventList__wrapper:after,
    .secondary_events_section.eventList.event_list .m-eventList__listing:before,
    .secondary_events_section.eventList.event_list .m-eventList__listing:after,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper:before,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper:after,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing:before,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .events .eventList__wrapper:after, .events .m-eventList__listing:after, .event_list_listing .eventList__wrapper:after, .event_list_listing .m-eventList__listing:after, .event_list_forceListing .eventList__wrapper:after, .event_list_forceListing .m-eventList__listing:after, .eventList__listing .eventList__wrapper:after, .eventList__listing .m-eventList__listing:after,
    .secondary_events_section.eventList.event_list .eventList__wrapper:after,
    .secondary_events_section.eventList.event_list .m-eventList__listing:after,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper:after,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing:after {
      clear: both; }
  .events.is-loaded, .event_list_listing.is-loaded, .event_list_forceListing.is-loaded, .eventList__listing.is-loaded,
  .secondary_events_section.eventList.event_list.is-loaded,
  .featured_events_section.eventList.event_list.event_list_forceListing.is-loaded {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

.events.content_item, .eventList__small {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }
  .events.content_item .event_list, .eventList__small .event_list {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100); }

body.search .event_list {
  margin: 20px auto;
  max-width: 980px; }

.eventItem_listing, .events .eventList__wrapper .eventItem, .events .m-eventList__listing .eventItem, .event_list_listing .eventList__wrapper .eventItem, .event_list_listing .m-eventList__listing .eventItem, .event_list_forceListing .eventList__wrapper .eventItem, .event_list_forceListing .m-eventList__listing .eventItem, .eventList__listing .eventList__wrapper .eventItem, .eventList__listing .m-eventList__listing .eventItem,
.secondary_events_section.eventList.event_list .eventList__wrapper .eventItem,
.secondary_events_section.eventList.event_list .m-eventList__listing .eventItem,
.featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem,
.featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem, body.search .event_list .eventItem {
  margin: 15px 0 15px 0;
  padding: 10px;
  display: flex;
  min-height: 260px;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  z-index: 1;
  width: 100%;
  position: relative;
  float: left;
  text-align: left; }
  .eventItem_listing .bg-grid, .events .eventList__wrapper .eventItem .bg-grid, .events .m-eventList__listing .eventItem .bg-grid, .event_list_listing .eventList__wrapper .eventItem .bg-grid, .event_list_listing .m-eventList__listing .eventItem .bg-grid, .event_list_forceListing .eventList__wrapper .eventItem .bg-grid, .event_list_forceListing .m-eventList__listing .eventItem .bg-grid, .eventList__listing .eventList__wrapper .eventItem .bg-grid, .eventList__listing .m-eventList__listing .eventItem .bg-grid,
  .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .bg-grid,
  .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .bg-grid,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .bg-grid,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .bg-grid, body.search .event_list .eventItem .bg-grid {
    display: none; }
  .eventItem_listing .bg-event-wrapper.bg-list, .events .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .events .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, .event_list_listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .event_list_listing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, .event_list_forceListing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .event_list_forceListing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, .eventList__listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .eventList__listing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list,
  .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
  .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .bg-event-wrapper.bg-list,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, body.search .event_list .eventItem .bg-event-wrapper.bg-list {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: url("../images/bg_events_list.png") no-repeat;
    background-size: 1069px 348px;
    background-position: left top;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media screen and (max-width: 600px) {
      .eventItem_listing .bg-event-wrapper.bg-list, .events .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .events .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, .event_list_listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .event_list_listing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, .event_list_forceListing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .event_list_forceListing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, .eventList__listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list, .eventList__listing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .bg-event-wrapper.bg-list,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .bg-event-wrapper.bg-list, body.search .event_list .eventItem .bg-event-wrapper.bg-list {
        background: url("../images/bg_events_mobile.png") no-repeat;
        background-size: 598px 590px;
        background-position: right top; } }
  .eventItem_listing .dategrid, .events .eventList__wrapper .eventItem .dategrid, .events .m-eventList__listing .eventItem .dategrid, .event_list_listing .eventList__wrapper .eventItem .dategrid, .event_list_listing .m-eventList__listing .eventItem .dategrid, .event_list_forceListing .eventList__wrapper .eventItem .dategrid, .event_list_forceListing .m-eventList__listing .eventItem .dategrid, .eventList__listing .eventList__wrapper .eventItem .dategrid, .eventList__listing .m-eventList__listing .eventItem .dategrid,
  .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .dategrid,
  .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .dategrid,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .dategrid,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .dategrid, body.search .event_list .eventItem .dategrid {
    display: none; }
  @media screen and (max-width: 950px) {
    .eventItem_listing, .events .eventList__wrapper .eventItem, .events .m-eventList__listing .eventItem, .event_list_listing .eventList__wrapper .eventItem, .event_list_listing .m-eventList__listing .eventItem, .event_list_forceListing .eventList__wrapper .eventItem, .event_list_forceListing .m-eventList__listing .eventItem, .eventList__listing .eventList__wrapper .eventItem, .eventList__listing .m-eventList__listing .eventItem,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem, body.search .event_list .eventItem {
      min-height: 180px;
      padding-bottom: 5px; } }
  @media screen and (max-width: 600px) {
    .eventItem_listing, .events .eventList__wrapper .eventItem, .events .m-eventList__listing .eventItem, .event_list_listing .eventList__wrapper .eventItem, .event_list_listing .m-eventList__listing .eventItem, .event_list_forceListing .eventList__wrapper .eventItem, .event_list_forceListing .m-eventList__listing .eventItem, .eventList__listing .eventList__wrapper .eventItem, .eventList__listing .m-eventList__listing .eventItem,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem, body.search .event_list .eventItem {
      min-height: auto;
      margin: 20px auto;
      max-width: 500px;
      flex-direction: column;
      float: none;
      padding-right: 0px; } }
  .eventItem_listing:hover .bg-event-wrapper, .events .eventList__wrapper .eventItem:hover .bg-event-wrapper, .events .m-eventList__listing .eventItem:hover .bg-event-wrapper, .event_list_listing .eventList__wrapper .eventItem:hover .bg-event-wrapper, .event_list_listing .m-eventList__listing .eventItem:hover .bg-event-wrapper, .event_list_forceListing .eventList__wrapper .eventItem:hover .bg-event-wrapper, .event_list_forceListing .m-eventList__listing .eventItem:hover .bg-event-wrapper, .eventList__listing .eventList__wrapper .eventItem:hover .bg-event-wrapper, .eventList__listing .m-eventList__listing .eventItem:hover .bg-event-wrapper,
  .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem:hover .bg-event-wrapper,
  .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem:hover .bg-event-wrapper,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem:hover .bg-event-wrapper,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem:hover .bg-event-wrapper, body.search .event_list .eventItem:hover .bg-event-wrapper {
    background-position: -45px -45px; }
  .eventItem_listing .thumb, .events .eventList__wrapper .eventItem .thumb, .events .m-eventList__listing .eventItem .thumb, .event_list_listing .eventList__wrapper .eventItem .thumb, .event_list_listing .m-eventList__listing .eventItem .thumb, .event_list_forceListing .eventList__wrapper .eventItem .thumb, .event_list_forceListing .m-eventList__listing .eventItem .thumb, .eventList__listing .eventList__wrapper .eventItem .thumb, .eventList__listing .m-eventList__listing .eventItem .thumb,
  .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb,
  .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb, body.search .event_list .eventItem .thumb {
    margin: 0px 0 0 0;
    width: 100%;
    max-width: 360px;
    position: relative;
    background: transparent; }
    .eventItem_listing .thumb img, .events .eventList__wrapper .eventItem .thumb img, .events .m-eventList__listing .eventItem .thumb img, .event_list_listing .eventList__wrapper .eventItem .thumb img, .event_list_listing .m-eventList__listing .eventItem .thumb img, .event_list_forceListing .eventList__wrapper .eventItem .thumb img, .event_list_forceListing .m-eventList__listing .eventItem .thumb img, .eventList__listing .eventList__wrapper .eventItem .thumb img, .eventList__listing .m-eventList__listing .eventItem .thumb img,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb img,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb img,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb img,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb img, body.search .event_list .eventItem .thumb img {
      box-shadow: 10px -2px 10px 0 rgba(0, 0, 0, 0.2); }
    .eventItem_listing .thumb:hover > a:before, .events .eventList__wrapper .eventItem .thumb:hover > a:before, .events .m-eventList__listing .eventItem .thumb:hover > a:before, .event_list_listing .eventList__wrapper .eventItem .thumb:hover > a:before, .event_list_listing .m-eventList__listing .eventItem .thumb:hover > a:before, .event_list_forceListing .eventList__wrapper .eventItem .thumb:hover > a:before, .event_list_forceListing .m-eventList__listing .eventItem .thumb:hover > a:before, .eventList__listing .eventList__wrapper .eventItem .thumb:hover > a:before, .eventList__listing .m-eventList__listing .eventItem .thumb:hover > a:before,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb:hover > a:before,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb:hover > a:before,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb:hover > a:before,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb:hover > a:before, body.search .event_list .eventItem .thumb:hover > a:before {
      left: 0px;
      top: 0px;
      height: 115px;
      width: 124px; }
      @media screen and (max-width: 950px) {
        .eventItem_listing .thumb:hover > a:before, .events .eventList__wrapper .eventItem .thumb:hover > a:before, .events .m-eventList__listing .eventItem .thumb:hover > a:before, .event_list_listing .eventList__wrapper .eventItem .thumb:hover > a:before, .event_list_listing .m-eventList__listing .eventItem .thumb:hover > a:before, .event_list_forceListing .eventList__wrapper .eventItem .thumb:hover > a:before, .event_list_forceListing .m-eventList__listing .eventItem .thumb:hover > a:before, .eventList__listing .eventList__wrapper .eventItem .thumb:hover > a:before, .eventList__listing .m-eventList__listing .eventItem .thumb:hover > a:before,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb:hover > a:before,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb:hover > a:before,
        .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb:hover > a:before,
        .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb:hover > a:before, body.search .event_list .eventItem .thumb:hover > a:before {
          width: 100px;
          height: 70px; } }
      @media screen and (max-width: 600px) {
        .eventItem_listing .thumb:hover > a:before, .events .eventList__wrapper .eventItem .thumb:hover > a:before, .events .m-eventList__listing .eventItem .thumb:hover > a:before, .event_list_listing .eventList__wrapper .eventItem .thumb:hover > a:before, .event_list_listing .m-eventList__listing .eventItem .thumb:hover > a:before, .event_list_forceListing .eventList__wrapper .eventItem .thumb:hover > a:before, .event_list_forceListing .m-eventList__listing .eventItem .thumb:hover > a:before, .eventList__listing .eventList__wrapper .eventItem .thumb:hover > a:before, .eventList__listing .m-eventList__listing .eventItem .thumb:hover > a:before,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb:hover > a:before,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb:hover > a:before,
        .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb:hover > a:before,
        .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb:hover > a:before, body.search .event_list .eventItem .thumb:hover > a:before {
          width: 160px;
          height: 106px; } }
    @media screen and (max-width: 950px) {
      .eventItem_listing .thumb, .events .eventList__wrapper .eventItem .thumb, .events .m-eventList__listing .eventItem .thumb, .event_list_listing .eventList__wrapper .eventItem .thumb, .event_list_listing .m-eventList__listing .eventItem .thumb, .event_list_forceListing .eventList__wrapper .eventItem .thumb, .event_list_forceListing .m-eventList__listing .eventItem .thumb, .eventList__listing .eventList__wrapper .eventItem .thumb, .eventList__listing .m-eventList__listing .eventItem .thumb,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb, body.search .event_list .eventItem .thumb {
        width: 160px;
        height: 160px; } }
    @media screen and (max-width: 600px) {
      .eventItem_listing .thumb, .events .eventList__wrapper .eventItem .thumb, .events .m-eventList__listing .eventItem .thumb, .event_list_listing .eventList__wrapper .eventItem .thumb, .event_list_listing .m-eventList__listing .eventItem .thumb, .event_list_forceListing .eventList__wrapper .eventItem .thumb, .event_list_forceListing .m-eventList__listing .eventItem .thumb, .eventList__listing .eventList__wrapper .eventItem .thumb, .eventList__listing .m-eventList__listing .eventItem .thumb,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb, body.search .event_list .eventItem .thumb {
        width: 100%;
        height: 100%;
        overflow: visible;
        max-width: 100%; } }
    .eventItem_listing .thumb a, .events .eventList__wrapper .eventItem .thumb a, .events .m-eventList__listing .eventItem .thumb a, .event_list_listing .eventList__wrapper .eventItem .thumb a, .event_list_listing .m-eventList__listing .eventItem .thumb a, .event_list_forceListing .eventList__wrapper .eventItem .thumb a, .event_list_forceListing .m-eventList__listing .eventItem .thumb a, .eventList__listing .eventList__wrapper .eventItem .thumb a, .eventList__listing .m-eventList__listing .eventItem .thumb a,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb a,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb a,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb a,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb a, body.search .event_list .eventItem .thumb a {
      display: block;
      width: 100%;
      position: relative; }
      .eventItem_listing .thumb a:after, .events .eventList__wrapper .eventItem .thumb a:after, .events .m-eventList__listing .eventItem .thumb a:after, .event_list_listing .eventList__wrapper .eventItem .thumb a:after, .event_list_listing .m-eventList__listing .eventItem .thumb a:after, .event_list_forceListing .eventList__wrapper .eventItem .thumb a:after, .event_list_forceListing .m-eventList__listing .eventItem .thumb a:after, .eventList__listing .eventList__wrapper .eventItem .thumb a:after, .eventList__listing .m-eventList__listing .eventItem .thumb a:after,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb a:after,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb a:after,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb a:after,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb a:after, body.search .event_list .eventItem .thumb a:after {
        display: none; }
      .eventItem_listing .thumb a:before, .events .eventList__wrapper .eventItem .thumb a:before, .events .m-eventList__listing .eventItem .thumb a:before, .event_list_listing .eventList__wrapper .eventItem .thumb a:before, .event_list_listing .m-eventList__listing .eventItem .thumb a:before, .event_list_forceListing .eventList__wrapper .eventItem .thumb a:before, .event_list_forceListing .m-eventList__listing .eventItem .thumb a:before, .eventList__listing .eventList__wrapper .eventItem .thumb a:before, .eventList__listing .m-eventList__listing .eventItem .thumb a:before,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb a:before,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb a:before,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb a:before,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb a:before, body.search .event_list .eventItem .thumb a:before {
        content: '';
        position: absolute;
        background: url("../images/bg_grid_thumb.png") no-repeat;
        background-size: contain;
        height: 229px;
        width: 248px;
        left: 0px;
        top: 0px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 1; }
        @media screen and (max-width: 950px) {
          .eventItem_listing .thumb a:before, .events .eventList__wrapper .eventItem .thumb a:before, .events .m-eventList__listing .eventItem .thumb a:before, .event_list_listing .eventList__wrapper .eventItem .thumb a:before, .event_list_listing .m-eventList__listing .eventItem .thumb a:before, .event_list_forceListing .eventList__wrapper .eventItem .thumb a:before, .event_list_forceListing .m-eventList__listing .eventItem .thumb a:before, .eventList__listing .eventList__wrapper .eventItem .thumb a:before, .eventList__listing .m-eventList__listing .eventItem .thumb a:before,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb a:before,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb a:before,
          .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb a:before,
          .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb a:before, body.search .event_list .eventItem .thumb a:before {
            width: 160px;
            height: 106px; } }
        @media screen and (max-width: 600px) {
          .eventItem_listing .thumb a:before, .events .eventList__wrapper .eventItem .thumb a:before, .events .m-eventList__listing .eventItem .thumb a:before, .event_list_listing .eventList__wrapper .eventItem .thumb a:before, .event_list_listing .m-eventList__listing .eventItem .thumb a:before, .event_list_forceListing .eventList__wrapper .eventItem .thumb a:before, .event_list_forceListing .m-eventList__listing .eventItem .thumb a:before, .eventList__listing .eventList__wrapper .eventItem .thumb a:before, .eventList__listing .m-eventList__listing .eventItem .thumb a:before,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb a:before,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb a:before,
          .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb a:before,
          .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb a:before, body.search .event_list .eventItem .thumb a:before {
            width: 100%;
            height: 100%; } }
      .eventItem_listing .thumb a img, .events .eventList__wrapper .eventItem .thumb a img, .events .m-eventList__listing .eventItem .thumb a img, .event_list_listing .eventList__wrapper .eventItem .thumb a img, .event_list_listing .m-eventList__listing .eventItem .thumb a img, .event_list_forceListing .eventList__wrapper .eventItem .thumb a img, .event_list_forceListing .m-eventList__listing .eventItem .thumb a img, .eventList__listing .eventList__wrapper .eventItem .thumb a img, .eventList__listing .m-eventList__listing .eventItem .thumb a img,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb a img,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb a img,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb a img,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb a img, body.search .event_list .eventItem .thumb a img {
        display: block;
        width: 100%; }
    .eventItem_listing .thumb .title_section, .events .eventList__wrapper .eventItem .thumb .title_section, .events .m-eventList__listing .eventItem .thumb .title_section, .event_list_listing .eventList__wrapper .eventItem .thumb .title_section, .event_list_listing .m-eventList__listing .eventItem .thumb .title_section, .event_list_forceListing .eventList__wrapper .eventItem .thumb .title_section, .event_list_forceListing .m-eventList__listing .eventItem .thumb .title_section, .eventList__listing .eventList__wrapper .eventItem .thumb .title_section, .eventList__listing .m-eventList__listing .eventItem .thumb .title_section,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb .title_section,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb .title_section,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb .title_section,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb .title_section, body.search .event_list .eventItem .thumb .title_section {
      display: none; }
    .eventItem_listing .thumb .date, .events .eventList__wrapper .eventItem .thumb .date, .events .m-eventList__listing .eventItem .thumb .date, .event_list_listing .eventList__wrapper .eventItem .thumb .date, .event_list_listing .m-eventList__listing .eventItem .thumb .date, .event_list_forceListing .eventList__wrapper .eventItem .thumb .date, .event_list_forceListing .m-eventList__listing .eventItem .thumb .date, .eventList__listing .eventList__wrapper .eventItem .thumb .date, .eventList__listing .m-eventList__listing .eventItem .thumb .date,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem .thumb .date,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem .thumb .date,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem .thumb .date,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem .thumb .date, body.search .event_list .eventItem .thumb .date {
      display: none; }
  .eventItem_listing > .wrapper, .events .eventList__wrapper .eventItem > .wrapper, .events .m-eventList__listing .eventItem > .wrapper, .event_list_listing .eventList__wrapper .eventItem > .wrapper, .event_list_listing .m-eventList__listing .eventItem > .wrapper, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper, .eventList__listing .eventList__wrapper .eventItem > .wrapper, .eventList__listing .m-eventList__listing .eventItem > .wrapper,
  .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper,
  .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper,
  .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper,
  .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper, body.search .event_list .eventItem > .wrapper {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 320px);
    padding: 5px 20px 0px 25px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      .eventItem_listing > .wrapper, .events .eventList__wrapper .eventItem > .wrapper, .events .m-eventList__listing .eventItem > .wrapper, .event_list_listing .eventList__wrapper .eventItem > .wrapper, .event_list_listing .m-eventList__listing .eventItem > .wrapper, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper, .eventList__listing .eventList__wrapper .eventItem > .wrapper, .eventList__listing .m-eventList__listing .eventItem > .wrapper,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper, body.search .event_list .eventItem > .wrapper {
        width: calc(100% - 175px);
        padding: 5px 20px 0px 0px; } }
    @media screen and (max-width: 600px) {
      .eventItem_listing > .wrapper, .events .eventList__wrapper .eventItem > .wrapper, .events .m-eventList__listing .eventItem > .wrapper, .event_list_listing .eventList__wrapper .eventItem > .wrapper, .event_list_listing .m-eventList__listing .eventItem > .wrapper, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper, .eventList__listing .eventList__wrapper .eventItem > .wrapper, .eventList__listing .m-eventList__listing .eventItem > .wrapper,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper, body.search .event_list .eventItem > .wrapper {
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
        z-index: 3; } }
    .eventItem_listing > .wrapper .location, .events .eventList__wrapper .eventItem > .wrapper .location, .events .m-eventList__listing .eventItem > .wrapper .location, .event_list_listing .eventList__wrapper .eventItem > .wrapper .location, .event_list_listing .m-eventList__listing .eventItem > .wrapper .location, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .location, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .location, .eventList__listing .eventList__wrapper .eventItem > .wrapper .location, .eventList__listing .m-eventList__listing .eventItem > .wrapper .location,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .location,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .location,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .location,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .location, body.search .event_list .eventItem > .wrapper .location {
      display: none; }
    @media screen and (max-width: 600px) {
      .eventItem_listing > .wrapper .title_section, .events .eventList__wrapper .eventItem > .wrapper .title_section, .events .m-eventList__listing .eventItem > .wrapper .title_section, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title_section, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title_section, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title_section, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title_section, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title_section, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title_section,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title_section,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title_section,
      .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title_section,
      .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title_section, body.search .event_list .eventItem > .wrapper .title_section {
        padding-bottom: 0px; } }
    .eventItem_listing > .wrapper .title-list, .events .eventList__wrapper .eventItem > .wrapper .title-list, .events .m-eventList__listing .eventItem > .wrapper .title-list, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list, body.search .event_list .eventItem > .wrapper .title-list {
      margin: 0 0 20px 0; }
      @media screen and (max-width: 600px) {
        .eventItem_listing > .wrapper .title-list, .events .eventList__wrapper .eventItem > .wrapper .title-list, .events .m-eventList__listing .eventItem > .wrapper .title-list, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list,
        .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list,
        .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list, body.search .event_list .eventItem > .wrapper .title-list {
          min-height: 53px; } }
      .eventItem_listing > .wrapper .title-list .title, .events .eventList__wrapper .eventItem > .wrapper .title-list .title, .events .m-eventList__listing .eventItem > .wrapper .title-list .title, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .title, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .title, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .title, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .title, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .title, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .title,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .title, body.search .event_list .eventItem > .wrapper .title-list .title {
        padding: 0px 0px;
        margin-bottom: 10px;
        text-align: left;
        font-size: 31px;
        line-height: 31px; }
        .eventItem_listing > .wrapper .title-list .title .hoverline, .events .eventList__wrapper .eventItem > .wrapper .title-list .title .hoverline, .events .m-eventList__listing .eventItem > .wrapper .title-list .title .hoverline, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .title .hoverline, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .title .hoverline, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .title .hoverline, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .title .hoverline, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .title .hoverline, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .title .hoverline,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title .hoverline,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .title .hoverline, body.search .event_list .eventItem > .wrapper .title-list .title .hoverline {
          background-image: linear-gradient(to right, white 0%, white 100%);
          background-size: 0px 2px;
          background-position: 0px 90%;
          background-repeat: no-repeat;
          transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
          padding: 0.1% 0px; }
        .eventItem_listing > .wrapper .title-list .title:hover .hoverline, .events .eventList__wrapper .eventItem > .wrapper .title-list .title:hover .hoverline, .events .m-eventList__listing .eventItem > .wrapper .title-list .title:hover .hoverline, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .title:hover .hoverline, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .title:hover .hoverline, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .title:hover .hoverline, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .title:hover .hoverline, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .title:hover .hoverline, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .title:hover .hoverline,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title:hover .hoverline,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .title:hover .hoverline, body.search .event_list .eventItem > .wrapper .title-list .title:hover .hoverline {
          background-size: 100% 2px; }
        .eventItem_listing > .wrapper .title-list .title a, .events .eventList__wrapper .eventItem > .wrapper .title-list .title a, .events .m-eventList__listing .eventItem > .wrapper .title-list .title a, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .title a, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .title a, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .title a, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .title a, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .title a, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .title a,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title a,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .title a, body.search .event_list .eventItem > .wrapper .title-list .title a {
          font-size: 31px;
          line-height: 34px;
          display: inline;
          color: white;
          text-align: left;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 31px;
          color: #FFFFFF;
          letter-spacing: 0;
          line-height: 36px; }
          @media screen and (max-width: 600px) {
            .eventItem_listing > .wrapper .title-list .title a, .events .eventList__wrapper .eventItem > .wrapper .title-list .title a, .events .m-eventList__listing .eventItem > .wrapper .title-list .title a, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .title a, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .title a, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .title a, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .title a, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .title a, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .title a,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title a,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .title a, body.search .event_list .eventItem > .wrapper .title-list .title a {
              font-size: 25px;
              line-height: 25px; } }
          .eventItem_listing > .wrapper .title-list .title a:after, .events .eventList__wrapper .eventItem > .wrapper .title-list .title a:after, .events .m-eventList__listing .eventItem > .wrapper .title-list .title a:after, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .title a:after, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .title a:after, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .title a:after, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .title a:after, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .title a:after, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .title a:after,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .title a:after,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .title a:after, body.search .event_list .eventItem > .wrapper .title-list .title a:after {
            display: none; }
      .eventItem_listing > .wrapper .title-list .tagline, .events .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .events .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .tagline,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .tagline,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .tagline, body.search .event_list .eventItem > .wrapper .title-list .tagline {
        margin-top: 10px;
        position: relative;
        color: white;
        text-align: left;
        font-size: 17px; }
        @media screen and (max-width: 950px) {
          .eventItem_listing > .wrapper .title-list .tagline, .events .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .events .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .tagline,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .tagline,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .tagline, body.search .event_list .eventItem > .wrapper .title-list .tagline {
            margin-top: 6px; } }
        @media screen and (max-width: 600px) {
          .eventItem_listing > .wrapper .title-list .tagline, .events .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .events .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .event_list_listing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .event_list_listing .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .title-list .tagline, .eventList__listing .eventList__wrapper .eventItem > .wrapper .title-list .tagline, .eventList__listing .m-eventList__listing .eventItem > .wrapper .title-list .tagline,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .title-list .tagline,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .title-list .tagline, body.search .event_list .eventItem > .wrapper .title-list .tagline {
            font-size: 16px;
            line-height: 24px; } }
    .eventItem_listing > .wrapper .info-wrapper, .events .eventList__wrapper .eventItem > .wrapper .info-wrapper, .events .m-eventList__listing .eventItem > .wrapper .info-wrapper, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info-wrapper, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info-wrapper, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info-wrapper, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info-wrapper, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info-wrapper, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info-wrapper,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info-wrapper,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info-wrapper,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info-wrapper,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info-wrapper, body.search .event_list .eventItem > .wrapper .info-wrapper {
      height: 100%;
      margin: auto 0 0 0; }
    .eventItem_listing > .wrapper .info, .events .eventList__wrapper .eventItem > .wrapper .info, .events .m-eventList__listing .eventItem > .wrapper .info, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info,
    .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info,
    .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info,
    .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info,
    .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info, body.search .event_list .eventItem > .wrapper .info {
      margin: 0;
      padding: 8px 0 0 5px;
      height: 100%;
      min-height: 235px;
      padding-bottom: 60px;
      display: block; }
      @media screen and (max-width: 950px) {
        .eventItem_listing > .wrapper .info, .events .eventList__wrapper .eventItem > .wrapper .info, .events .m-eventList__listing .eventItem > .wrapper .info, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info,
        .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info,
        .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info, body.search .event_list .eventItem > .wrapper .info {
          min-height: 62px;
          padding: 8px 0 50px 5px; } }
      @media screen and (max-width: 600px) {
        .eventItem_listing > .wrapper .info, .events .eventList__wrapper .eventItem > .wrapper .info, .events .m-eventList__listing .eventItem > .wrapper .info, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info,
        .featured_events_section.eventList.event_list.event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info,
        .featured_events_section.eventList.event_list.event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info, body.search .event_list .eventItem > .wrapper .info {
          padding: 0;
          min-height: 150px; } }
      .eventItem_listing > .wrapper .info .date, .events .eventList__wrapper .eventItem > .wrapper .info .date, .events .m-eventList__listing .eventItem > .wrapper .info .date, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .date, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .date, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .date, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .date, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .date, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .date,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .date,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .date, body.search .event_list .eventItem > .wrapper .info .date {
        margin-top: 0px;
        display: block;
        float: none;
        position: relative;
        height: 48px; }
        .eventItem_listing > .wrapper .info .date span, .events .eventList__wrapper .eventItem > .wrapper .info .date span, .events .m-eventList__listing .eventItem > .wrapper .info .date span, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .date span, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .date span, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .date span, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .date span, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .date span, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .date span,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .date span,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .date span, body.search .event_list .eventItem > .wrapper .info .date span {
          letter-spacing: 1.5px; }
        .eventItem_listing > .wrapper .info .date:before, .events .eventList__wrapper .eventItem > .wrapper .info .date:before, .events .m-eventList__listing .eventItem > .wrapper .info .date:before, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .date:before, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .date:before, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .date:before, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .date:before, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .date:before, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .date:before,
        .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .date:before,
        .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .date:before, body.search .event_list .eventItem > .wrapper .info .date:before {
          content: " ";
          position: absolute;
          left: 0px;
          bottom: 20px;
          width: 100%;
          height: 1px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          background: #1A1919; }
        @media screen and (max-width: 600px) {
          .eventItem_listing > .wrapper .info .date, .events .eventList__wrapper .eventItem > .wrapper .info .date, .events .m-eventList__listing .eventItem > .wrapper .info .date, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .date, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .date, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .date, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .date, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .date, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .date,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .date,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .date, body.search .event_list .eventItem > .wrapper .info .date {
            position: relative;
            min-height: 45px;
            padding-top: 8px;
            height: auto;
            padding-bottom: 18px; }
            .eventItem_listing > .wrapper .info .date > span, .events .eventList__wrapper .eventItem > .wrapper .info .date > span, .events .m-eventList__listing .eventItem > .wrapper .info .date > span, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .date > span, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .date > span, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .date > span, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .date > span, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .date > span, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .date > span,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .date > span,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .date > span, body.search .event_list .eventItem > .wrapper .info .date > span {
              padding-bottom: 3px;
              display: inline-block; }
            .eventItem_listing > .wrapper .info .date:before, .events .eventList__wrapper .eventItem > .wrapper .info .date:before, .events .m-eventList__listing .eventItem > .wrapper .info .date:before, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .date:before, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .date:before, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .date:before, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .date:before, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .date:before, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .date:before,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .date:before,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .date:before, body.search .event_list .eventItem > .wrapper .info .date:before {
              bottom: 10px; } }
      .eventItem_listing > .wrapper .info .buttons, .events .eventList__wrapper .eventItem > .wrapper .info .buttons, .events .m-eventList__listing .eventItem > .wrapper .info .buttons, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons,
      .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons,
      .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons, body.search .event_list .eventItem > .wrapper .info .buttons {
        position: absolute;
        margin: 0px;
        padding: 0px;
        left: 5px;
        bottom: 10px;
        z-index: 20;
        width: calc(100% + 5px);
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 950px) {
          .eventItem_listing > .wrapper .info .buttons, .events .eventList__wrapper .eventItem > .wrapper .info .buttons, .events .m-eventList__listing .eventItem > .wrapper .info .buttons, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons, body.search .event_list .eventItem > .wrapper .info .buttons {
            left: 0px; } }
        @media screen and (max-width: 600px) {
          .eventItem_listing > .wrapper .info .buttons, .events .eventList__wrapper .eventItem > .wrapper .info .buttons, .events .m-eventList__listing .eventItem > .wrapper .info .buttons, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons,
          .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons,
          .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons, body.search .event_list .eventItem > .wrapper .info .buttons {
            margin-top: 20px;
            position: relative;
            width: calc(100%); }
            .eventItem_listing > .wrapper .info .buttons a, .events .eventList__wrapper .eventItem > .wrapper .info .buttons a, .events .m-eventList__listing .eventItem > .wrapper .info .buttons a, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons a, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons a, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons a, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons a, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons a, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons a,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons a,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons a, body.search .event_list .eventItem > .wrapper .info .buttons a, .eventItem_listing > .wrapper .info .buttons > span, .events .eventList__wrapper .eventItem > .wrapper .info .buttons > span, .events .m-eventList__listing .eventItem > .wrapper .info .buttons > span, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons > span, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons > span, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons > span, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons > span, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons > span, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons > span,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons > span,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons > span, body.search .event_list .eventItem > .wrapper .info .buttons > span {
              width: 100%; }
            .eventItem_listing > .wrapper .info .buttons .more, .events .eventList__wrapper .eventItem > .wrapper .info .buttons .more, .events .m-eventList__listing .eventItem > .wrapper .info .buttons .more, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons .more, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons .more, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons .more, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons .more, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons .more, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons .more,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons .more,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons .more, body.search .event_list .eventItem > .wrapper .info .buttons .more {
              display: none; }
            .eventItem_listing > .wrapper .info .buttons a.tickets:before, .events .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:before, .events .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:before, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:before, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:before, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:before, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:before, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:before, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:before,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:before,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:before, body.search .event_list .eventItem > .wrapper .info .buttons a.tickets:before {
              right: calc((100% / 2) - 70px); }
            .eventItem_listing > .wrapper .info .buttons a.tickets:after, .events .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:after, .events .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:after, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:after, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:after, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:after, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:after, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:after, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:after,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:after,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:after, body.search .event_list .eventItem > .wrapper .info .buttons a.tickets:after {
              right: calc((100% / 2) - 64px); }
            .eventItem_listing > .wrapper .info .buttons a.tickets:hover:before, .events .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:before, .events .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:before, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:before, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:before, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:before, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:before, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:before, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:before,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:before,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:before, body.search .event_list .eventItem > .wrapper .info .buttons a.tickets:hover:before {
              right: calc((100% / 2) - 75px); }
            .eventItem_listing > .wrapper .info .buttons a.tickets:hover:after, .events .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:after, .events .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:after, .event_list_listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:after, .event_list_listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:after, .event_list_forceListing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:after, .event_list_forceListing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:after, .eventList__listing .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:after, .eventList__listing .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:after,
            .secondary_events_section.eventList.event_list .eventList__wrapper .eventItem > .wrapper .info .buttons a.tickets:hover:after,
            .secondary_events_section.eventList.event_list .m-eventList__listing .eventItem > .wrapper .info .buttons a.tickets:hover:after, body.search .event_list .eventItem > .wrapper .info .buttons a.tickets:hover:after {
              right: calc((100% / 2) - 75px); } }

.events.content_item .eventList__listing .eventList__wrapper .eventItem,
.events.content_item .m-eventList .eventItem,
.contest_detail .eventList__listing .eventList__wrapper .eventItem,
body.search .event_list .eventItem {
  overflow: hidden; }
  .events.content_item .eventList__listing .eventList__wrapper .eventItem .date span,
  .events.content_item .m-eventList .eventItem .date span,
  .contest_detail .eventList__listing .eventList__wrapper .eventItem .date span,
  body.search .event_list .eventItem .date span {
    color: white !important; }
  .events.content_item .eventList__listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
  .events.content_item .m-eventList .eventItem .bg-event-wrapper.bg-list,
  .contest_detail .eventList__listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
  body.search .event_list .eventItem .bg-event-wrapper.bg-list {
    background: url("../images/bg_events_list2.png") no-repeat;
    background-size: 1069px 348px;
    background-position: left top; }
    @media screen and (max-width: 600px) {
      .events.content_item .eventList__listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
      .events.content_item .m-eventList .eventItem .bg-event-wrapper.bg-list,
      .contest_detail .eventList__listing .eventList__wrapper .eventItem .bg-event-wrapper.bg-list,
      body.search .event_list .eventItem .bg-event-wrapper.bg-list {
        background: url("../images/bg_events_mobile2.png") no-repeat;
        background-size: 598px 590px;
        background-position: right top; } }
  .events.content_item .eventList__listing .eventList__wrapper .eventItem:hover .bg-event-wrapper.bg-list,
  .events.content_item .m-eventList .eventItem:hover .bg-event-wrapper.bg-list,
  .contest_detail .eventList__listing .eventList__wrapper .eventItem:hover .bg-event-wrapper.bg-list,
  body.search .event_list .eventItem:hover .bg-event-wrapper.bg-list {
    background-position: -45px -45px; }
  .events.content_item .eventList__listing .eventList__wrapper .eventItem img,
  .events.content_item .m-eventList .eventItem img,
  .contest_detail .eventList__listing .eventList__wrapper .eventItem img,
  body.search .event_list .eventItem img {
    box-shadow: none; }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
#events.detail #venue_widgets_framework {
  padding: 60px 0px; }

#events.detail .content-inner {
  margin-bottom: 80px;
  max-width: 1180px;
  margin: 0px auto;
  position: relative;
  z-index: 1; }
  #events.detail .content-inner:after {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.35) 100%);
    content: " ";
    position: absolute;
    left: -10px;
    top: 195px;
    width: calc(100% - 300px);
    height: calc(100% - 225px);
    z-index: -1; }
    @media screen and (max-width: 1200px) {
      #events.detail .content-inner:after {
        display: none; } }
  #events.detail .content-inner:before {
    background: url("../images/svg/edp-bg.png") no-repeat;
    background-size: 890px 205px;
    background-position: left top;
    content: " ";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 10px);
    height: 205px;
    z-index: -1;
    opacity: 0.7; }
    @media screen and (max-width: 1200px) {
      #events.detail .content-inner:before {
        display: none; } }

#events.detail .branding, #events.detail #branding {
  position: relative; }
  #events.detail .branding:before, #events.detail #branding:before {
    content: '';
    position: absolute;
    background: url("../images/bg_grid_thumb.png") no-repeat;
    background-size: contain;
    height: 229px;
    width: 248px;
    left: 0px;
    top: 0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    z-index: 9; }

.event_detail {
  min-height: 600px;
  zoom: 1;
  position: relative; }
  .event_detail:before, .event_detail:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .event_detail:after {
    clear: both; }
  @media screen and (max-width: 870px) {
    .event_detail .event_heading {
      padding: 0px 20px; } }
  .event_detail .event_heading .title {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 49px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 49px;
    margin-top: 10px; }
    @media screen and (max-width: 870px) {
      .event_detail .event_heading .title {
        color: white;
        margin-top: 0px; } }
    @media screen and (max-width: 870px) {
      .event_detail .event_heading .title {
        font-size: 40px;
        line-height: 40px;
        padding-top: 20px; } }
  .event_detail .event_heading .tagline {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 33px;
    margin-top: -10px; }
    @media screen and (max-width: 870px) {
      .event_detail .event_heading .tagline {
        color: white; } }
  .event_detail .event_heading.above_branding {
    display: none; }
  @media screen and (max-width: 870px) {
    .event_detail .event_heading.below_branding {
      display: none; } }
  .event_detail.has_branding .event_heading .title {
    margin-top: 30px; }
    @media screen and (max-width: 870px) {
      .event_detail.has_branding .event_heading .title {
        margin-top: 0px;
        padding-top: 20px; } }
  .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline {
    display: none; }
    @media screen and (max-width: 870px) {
      .event_detail .buttonWrapper .title, .event_detail .buttonWrapper .tagline {
        display: block; } }
  .event_detail .buttonWrapper .date {
    display: none; }
  .event_detail .buttons {
    position: relative;
    color: white; }
    .event_detail .buttons a, .event_detail .buttons span {
      white-space: nowrap; }
    .event_detail .buttons svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      fill: #fff; }

.details_heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: #1A1919;
  letter-spacing: 0;
  line-height: 31px;
  position: relative;
  margin: 50px 0px 25px; }
  .details_heading:after {
    position: absolute;
    bottom: -12px;
    left: 0px;
    width: 60px;
    height: 1px;
    content: " ";
    background: #1A1919; }

.description_wrapper {
  margin-bottom: 50px; }
  @media screen and (max-width: 700px) {
    .description_wrapper {
      margin-bottom: 20px; } }
  .description_wrapper .read-more {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1A1919;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    padding-left: 25px;
    position: relative; }
    .description_wrapper .read-more:before {
      position: absolute;
      bottom: 0px;
      left: 25px;
      width: 0;
      height: 1px;
      content: " ";
      background: #1A1919;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .description_wrapper .read-more:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 7px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      width: 13px;
      height: 10px;
      background: url("../images/svg/edp-arrow.svg") no-repeat;
      background-position: center;
      transform: rotate(180deg); }
    .description_wrapper .read-more:hover {
      color: #1A1919; }
      .description_wrapper .read-more:hover:before {
        width: calc(100% - 25px); }
    .description_wrapper .read-more.less:after {
      transform: rotate(0deg); }
  .description_wrapper.short-description .event_description:after {
    display: none; }

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

.event_showings {
  margin-bottom: 25px; }
  .event_showings .list {
    position: relative;
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-size: 15px; }
    .event_showings .list a, .event_showings .list a:focus, .event_showings .list a:visited {
      color: #1A1919; }
      .event_showings .list a:hover, .event_showings .list a:focus:hover, .event_showings .list a:visited:hover {
        color: #1A1919; }
  .event_showings .cell {
    width: 20%;
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1A1919;
    letter-spacing: 0;
    line-height: 14px; }
    @media screen and (max-width: 1080px) {
      .event_showings .cell.time {
        margin-top: -8px; } }
    @media screen and (max-width: 700px) {
      .event_showings .cell.time {
        width: 170px;
        margin-top: 0px; } }
    @media screen and (max-width: 400px) {
      .event_showings .cell.time {
        width: 100%;
        float: none;
        text-align: left;
        padding-top: 5px; } }
    @media screen and (max-width: 1080px) {
      .event_showings .cell .special {
        display: block; } }
    @media screen and (max-width: 700px) {
      .event_showings .cell .special {
        display: inline; } }
    .event_showings .cell .m-date__month {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 16px;
      text-transform: uppercase; }
    .event_showings .cell .m-date__day {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #1A1919;
      letter-spacing: 1.5px;
      line-height: 16px;
      text-transform: uppercase; }
    .event_showings .cell:nth-child(1) {
      width: 40%;
      text-align: left; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:nth-child(1) {
          width: calc(100% - 170px); } }
      @media screen and (max-width: 400px) {
        .event_showings .cell:nth-child(1) {
          width: calc(100%); } }
    .event_showings .cell:last-child {
      width: 40%;
      text-align: right; }
      @media screen and (max-width: 700px) {
        .event_showings .cell:last-child {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 400px) {
        .event_showings .cell:last-child {
          margin-top: 10px; } }
  .event_showings .listItem {
    position: relative;
    height: 52px;
    padding-top: 26px; }
    @media screen and (max-width: 700px) {
      .event_showings .listItem {
        height: 100px; } }
    @media screen and (max-width: 400px) {
      .event_showings .listItem {
        height: 125px; } }
    .event_showings .listItem:after {
      content: " ";
      position: absolute;
      bottom: 0px;
      right: 160px;
      width: calc(100% - 160px);
      height: 1px;
      background: #D5D3D3;
      visibility: visible;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media screen and (max-width: 700px) {
        .event_showings .listItem:after {
          width: 100% !important;
          right: 0px; } }
    .event_showings .listItem:hover:after {
      background: #1A1919;
      width: calc(100% - 180px); }
    .event_showings .listItem-hasNoLink .eventDetailShowings__cell {
      width: 50%; }
  .event_showings .buttons {
    margin-top: -12px; }
    @media screen and (max-width: 700px) {
      .event_showings .buttons {
        float: none;
        display: block;
        width: 100% !important;
        margin-top: 29px; }
        .event_showings .buttons a, .event_showings .buttons > span {
          width: 100% !important; } }
    .event_showings .buttons svg {
      display: none; }
    .event_showings .buttons > span {
      color: #1A1919 !important;
      padding: 16px 35px 3px 15px !important;
      display: inline-block; }
    .event_showings .buttons a, .event_showings .buttons > span {
      font-size: 12px !important;
      font-weight: 600 !important; }
    .event_showings .buttons a, .event_showings .buttons a.visited {
      border: 1px solid #1A1919 !important;
      padding: 9px 35px 9px 15px !important;
      color: white !important; }
      .event_showings .buttons a:hover, .event_showings .buttons a.visited:hover {
        color: #1A1919 !important; }
    .event_showings .buttons a:before, .event_showings .buttons a:after {
      top: 11px !important;
      margin-right: -3px; }
  .event_showings .additional_showings {
    display: none; }
  .event_showings .show-all-showings {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1A1919;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    padding-left: 25px;
    position: relative; }
    .event_showings .show-all-showings:before {
      position: absolute;
      bottom: 0px;
      left: 25px;
      width: 0;
      height: 1px;
      content: " ";
      background: #1A1919;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .event_showings .show-all-showings:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 7px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      width: 13px;
      height: 10px;
      background: url("../images/svg/edp-arrow.svg") no-repeat;
      background-position: center;
      transform: rotate(180deg); }
    .event_showings .show-all-showings:hover {
      color: #1A1919; }
      .event_showings .show-all-showings:hover:before {
        width: calc(100% - 25px); }
    .event_showings .show-all-showings.is-opened:after {
      transform: rotate(0deg); }

.eventDetailList {
  position: relative;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  padding: 5px 20px 20px; }
  .eventDetailList a, .eventDetailList a:focus, .eventDetailList p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #F2F2F2;
    letter-spacing: 0;
    line-height: 24px; }
  .eventDetailList a {
    position: relative;
    padding: 0px 5px 0px 25px; }
    .eventDetailList a:after {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 6px;
      top: 6px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .eventDetailList a:before {
      position: absolute;
      content: " ";
      width: 5px;
      height: 9px;
      background: url("../images/svg/btn-arrow-hover.svg") no-repeat;
      background-size: contain;
      left: 0px;
      top: 6px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .eventDetailList a:hover:after {
      left: 13px;
      width: 5px; }
    .eventDetailList a:hover:before {
      left: 13px;
      opacity: 0; }
  .eventDetailList a:hover {
    color: #F2F2F2; }
  .eventDetailList .item {
    list-style-type: none;
    border-bottom: 1px solid #5E5D5D;
    color: #F2F2F2;
    font-size: 16px;
    position: relative;
    padding: 20px 10px 12px; }
    .eventDetailList .item p:last-child {
      margin-bottom: 0px; }
    .eventDetailList .item:last-child {
      border-bottom: none;
      padding-bottom: 12px; }
      .eventDetailList .item:last-child p:last-child {
        margin-bottom: 0px; }
    .eventDetailList .item:before {
      display: none; }
    .eventDetailList .item .label {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 14px;
      margin-bottom: 8px; }
    .eventDetailList .item svg {
      display: none; }
  @media screen and (max-width: 870px) and (min-width: 501px) {
    .eventDetailList {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .eventDetailList .item {
        width: 50%;
        padding-left: 20px; }
        .eventDetailList .item.sidebar_event_date {
          width: 100%;
          padding-left: 0; }
        .eventDetailList .item:nth-child(even) {
          border-right: 1px solid #5E5D5D;
          padding-left: 0; }
        .eventDetailList .item:nth-last-child(2):nth-child(even) {
          border-bottom: 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; }

.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: transparent; }

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

/* 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%;
  margin: 0px auto 40px;
  clear: both;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sitemap:after {
    clear: both; }
  .sitemap .column {
    position: relative;
    width: 100%;
    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 (min-width: 871px) {
      .sitemap .column {
        float: left;
        width: 50%; } }
    .sitemap .column ul {
      margin-bottom: 20px; }
    .sitemap .column ul, .sitemap .column li {
      padding: 0;
      list-style: none; }
      .sitemap .column ul:before, .sitemap .column ul:after, .sitemap .column li:before, .sitemap .column li:after {
        display: none; }
  .sitemap .column > ul > li {
    padding-top: 10px;
    padding-bottom: 10px; }
  .sitemap .column > ul > li > a:after {
    bottom: 0px; }
  .sitemap .column > ul > li > ul {
    margin-top: -10px; }
  .sitemap .column > ul > li > ul > li {
    padding-top: 10px;
    padding-bottom: 10px; }
  .sitemap .column > ul > li > ul > li > a {
    padding-left: 10px; }
    .sitemap .column > ul > li > ul > li > a:after {
      display: none; }
    .sitemap .column > ul > li > ul > li > a:hover {
      color: #454444; }
  .sitemap .column > ul > li > ul > li > ul {
    margin-bottom: -3px; }
  .sitemap .column > ul > li > ul > li > ul > li > a {
    font-size: 15px;
    padding-left: 20px; }
    .sitemap .column > ul > li > ul > li > ul > li > a:after {
      display: none; }
    .sitemap .column > ul > li > ul > li > ul > li > a:hover {
      color: #454444; }

/* ----------------------------------------------------------------------------
= Conditional IE Styles. Nest each browser under heading. 
= Classes are generated by Modernizr and appear in HTML tag
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 499;
  opacity: 1; }
  .m-alert-wrapper.search_open {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear; }
  .m-alert-wrapper > div {
    background: #F2F2F2;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden; }
    .m-alert-wrapper > div * {
      color: #1A1919; }
    .m-alert-wrapper > div .alert-title {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #1A1919;
      position: relative;
      z-index: 1;
      display: inline-block;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      background-image: linear-gradient(to right, #1a1919 0%, #1a1919 100%);
      background-size: 0px 1px;
      background-position: 0px 95%;
      background-repeat: no-repeat;
      transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; }
      .m-alert-wrapper > div .alert-title:hover, .m-alert-wrapper > div .alert-title:focus {
        background-size: 100% 2px; }
    .m-alert-wrapper > div .alert-desc {
      font-size: 18px;
      margin-top: 5px;
      line-height: 1.5;
      font-weight: 400; }
      .m-alert-wrapper > div .alert-desc p {
        line-height: 1.5;
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 15px; }
    .m-alert-wrapper > div .btn.alert-button,
    .m-alert-wrapper > div .skip_link {
      position: relative;
      display: inline-block;
      z-index: 1;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;
      color: #1A1919;
      letter-spacing: 1px;
      line-height: 14px;
      padding: 7px 0px 7px 39px; }
      .m-alert-wrapper > div .btn.alert-button svg,
      .m-alert-wrapper > div .skip_link svg {
        position: absolute;
        left: 11px;
        top: 7px;
        z-index: 1; }
      .m-alert-wrapper > div .btn.alert-button:before,
      .m-alert-wrapper > div .skip_link:before {
        content: " ";
        z-index: -1;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #1A1919;
        background-image: url("../images/svg/alert-btn-i.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 6px 14px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .m-alert-wrapper > div .btn.alert-button:after,
      .m-alert-wrapper > div .skip_link:after {
        content: " ";
        width: 0px;
        left: 39px;
        bottom: 2px;
        background-color: #1A1919;
        height: 1px;
        position: absolute;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .m-alert-wrapper > div .btn.alert-button:hover:after,
      .m-alert-wrapper > div .skip_link:hover:after {
        width: calc(100% - 39px); }
      .m-alert-wrapper > div .btn.alert-button:hover:before,
      .m-alert-wrapper > div .skip_link:hover:before {
        background-color: white;
        background-image: url("../images/svg/alert-btn-i-hover.svg"); }
      .m-alert-wrapper > div .btn.alert-button:hover svg g path.shape,
      .m-alert-wrapper > div .skip_link:hover svg g path.shape {
        fill: #1A1919 !important; }
    .m-alert-wrapper > div .skip_link {
      opacity: 0;
      margin-left: 25px; }
      .m-alert-wrapper > div .skip_link:hover, .m-alert-wrapper > div .skip_link:focus {
        opacity: 1; }
  .m-alert-wrapper .alert-container {
    width: 1080px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    padding-right: 85px; }
    @media screen and (max-width: 870px) {
      .m-alert-wrapper .alert-container {
        max-width: calc(100% - 40px); } }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .alert-container {
        padding-right: 0;
        padding-top: 14px; } }
  .m-alert-wrapper .alert-link {
    display: block;
    padding: 15px 20px 20px; }
    @media screen and (max-width: 700px) {
      .m-alert-wrapper .alert-link {
        padding: 50px 1px 20px 1px; } }
  .m-alert-wrapper .close-alert {
    width: 40px;
    height: 23px;
    position: absolute;
    top: 20px;
    right: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
    color: #1A1919 !important;
    z-index: 20;
    font-family: "Roboto", sans-serif;
    background: transparent;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
    .m-alert-wrapper .close-alert .close-x {
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      transition: all 200ms linear;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 1px;
      left: 44px; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        border-radius: 5px;
        height: 20px;
        content: '';
        position: absolute;
        top: 0px;
        left: 10px;
        background: #1A1919; }
      .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 {
      text-decoration: underline; }

* {
  outline: none; }
  *:focus {
    outline: none; }

.user-is-tabbing *:focus,
.user-is-tabbing *.is-focused {
  outline: auto;
  outline: -webkit-focus-ring-color auto 5px; }

.accessibility_links.is-focused {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100% !important;
  height: auto !important;
  background: #1A1919;
  padding: 5px 0; }
  .accessibility_links.is-focused ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
    @media screen and (max-width: 500px) {
      .accessibility_links.is-focused ul {
        display: block; } }
  .accessibility_links.is-focused li {
    flex-grow: 0; }
    .accessibility_links.is-focused li:first-child {
      flex-grow: 1; }
    @media screen and (max-width: 500px) {
      .accessibility_links.is-focused li {
        width: 100%; } }
  .accessibility_links.is-focused a {
    display: block;
    color: white !important;
    padding: 10px;
    font-weight: 700; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay {
  margin-top: -7px;
  text-align: center; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 22px; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay a:hover {
      text-decoration: underline; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .accessible-overlay br {
    display: none; }

#venue_widgets_framework .l-m-venue_widget {
  border-radius: 0px 0px 0 0; }
#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0px;
  border-left-width: 0px; }
#venue_widgets_framework .m-venueframework__header-icon {
  background-color: #1A1919;
  border-left-color: #1A1919;
  border-top-color: #1A1919;
  border-bottom-color: transparent; }
  #venue_widgets_framework .m-venueframework__header-icon svg {
    fill: #fff; }
#venue_widgets_framework .m-venueframework__header-shadow {
  background: rgba(229, 229, 229, 0); }
#venue_widgets_framework .m-venueframework__header-text {
  color: #fff;
  text-transform: capitalize;
  padding: 0 0 0 0px; }
#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: transparent;
  color: #fff; }
  #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: transparent;
    color: #fff; }
  #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: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  background-color: transparent;
  border-radius: 0 0 0 0; }
#venue_widgets_framework .m-venueframework__widget-body__noHeader {
  border-radius: 0px 0px 0 0;
  border-top: 1px solid transparent; }
#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent; }
  #venue_widgets_framework .m-owlcarousel__controls-icon svg {
    stroke: #fff; }
  #venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
    border-color: #fff;
    background-color: transparent; }
    #venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
      stroke: #fff; }
#venue_widgets_framework .owl-page span {
  background: #fff; }
#venue_widgets_framework .owl-page.active span {
  background: #fff; }
#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: #1A1919; }
#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #1A1919; }
  #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: transparent; }
    #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: #fff; }
    #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: #fff; }
    #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: #fff; }
#venue_widgets_framework .m-venueframework-linklist__item-title {
  color: #fff; }
#venue_widgets_framework .m-venueframework-linklist__item-subtitle {
  color: #fff; }
#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #fff; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    stroke: #fff; }
#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: #1A1919; }
#venue_widgets_framework .m-venueframework-newswidget__item-date {
  color: #fff; }
#venue_widgets_framework .m-venueframework-newswidget__item-title {
  color: #fff; }
#venue_widgets_framework .m-venueframework-newswidget__item-subtitle {
  color: #fff; }
#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #1A1919; }
  #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: #fff; }
    #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: #fff; }
    #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: #fff; }
#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #fff; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
    color: #fff; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
    color: #fff; }
#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #fff; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
    color: #fff; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
    color: #fff; }
  #venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
    color: #fff; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .entry {
  background-color: transparent; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .title {
  color: #fff; }
#venue_widgets_framework .l-m-venue_widget__youtubewidget .meta {
  color: #fff; }
#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: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
    border-color: #fff; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
      stroke: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-row {
  color: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar-container:after {
  background: transparent; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-head {
  color: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-body {
  background: #1A1919; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  background: transparent; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div > span.fc-date {
  color: #fff;
  background: transparent; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
    background: #fff; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content {
  background: transparent; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover {
    background: #fff; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
      color: #1A1919; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date:after {
        background: #1A1919; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  background: #fff;
  color: #1A1919; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date {
  background: #fff;
  color: #1A1919; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content .fc-date:after {
    background: #1A1919; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal {
  color: #1A1919; }
#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: #1A1919; }
#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 0px 0px 0 0; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .modal-body {
    border: 1px solid transparent;
    border-top: none; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close {
    border: none;
    border: 1px solid transparent;
    background: transparent;
    color: #fff;
    border-radius: 0px 0px 0 0; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
      background: transparent;
      color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
    color: #1A1919; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
    color: #1A1919; }
  #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: #1A1919; }
    #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: #1A1919; }
    #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: #454444; }
      #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: #454444; }
#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: #fff; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
      border-color: #fff; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
        stroke: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
    color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
    color: #fff; }
    #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: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
    color: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
    border-right-color: #1A1919; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
    color: #fff; }
    #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
      color: #fff; }
      #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
        fill: #fff; }
  #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
    fill: #fff; }

.full_column.widgets_area#venue_widgets_framework {
  text-align: left; }

#venue_widgets_framework .l-m-venue_widget {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 100%); }

#venue_widgets_framework .m-venueframework__header-text {
  padding-left: 13px;
  text-transform: uppercase; }

#venue_widgets_framework .m-venueframework__widget-body:after {
  content: '';
  height: 1px;
  background: #1A1919;
  width: calc(100% - 20px);
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 3;
  visibility: visible; }

#venue_widgets_framework .m-venueframework__header-link,
#venue_widgets_framework .m-venueframework__header-link:visited {
  width: 76px !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  font-family: 'Open Sans', sans-serif !important;
  height: 38px;
  text-decoration: none; }
  #venue_widgets_framework .m-venueframework__header-link:after,
  #venue_widgets_framework .m-venueframework__header-link:visited:after {
    display: none; }
  #venue_widgets_framework .m-venueframework__header-link:hover,
  #venue_widgets_framework .m-venueframework__header-link:visited:hover {
    text-decoration: underline; }

#venue_widgets_framework .m-venueframework-newswidget__loop,
#venue_widgets_framework .m-venueframework-linklist__item {
  padding-left: 20px;
  padding-right: 20px; }

#venue_widgets_framework .m-venueframework-newswidget__link,
#venue_widgets_framework .m-venueframework-linklist__link {
  padding-left: 0;
  padding-right: 0;
  transition: padding 0.2s linear; }
  #venue_widgets_framework .m-venueframework-newswidget__link:before,
  #venue_widgets_framework .m-venueframework-linklist__link:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  #venue_widgets_framework .m-venueframework-newswidget__link:hover,
  #venue_widgets_framework .m-venueframework-linklist__link:hover {
    padding-left: 10px; }
    #venue_widgets_framework .m-venueframework-newswidget__link:hover:before,
    #venue_widgets_framework .m-venueframework-linklist__link:hover:before {
      width: 6px; }

#venue_widgets_framework .m-venueframework-linklist__link:last-child:before {
  height: calc(100% - 2px); }

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  right: 0; }
  #venue_widgets_framework .m-venueframework-linklist__item-icon svg {
    height: 16px;
    width: 11px; }

#venue_widgets_framework .owl-page span {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 1px solid #fff;
  background: #1A1919; }
  #venue_widgets_framework .owl-page span:hover {
    background: #fff; }

#venue_widgets_framework .l-m-venue_widget__promotionswidget .m-venueframework__widget-body:after,
#venue_widgets_framework .l-m-venue_widget__scriptswidget .m-venueframework__widget-body:after,
#venue_widgets_framework .l-m-venue_widget__spotlight .m-venueframework__widget-body:after,
#venue_widgets_framework .l-m-venue_widget__youtubewidget .m-venueframework__widget-body:after {
  display: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close span {
    color: #1A1919; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close:hover {
    background: #1A1919 !important; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close:hover span {
      color: #fff !important; }

#venue_widgets_framework
.font_raleway-bold_open-sans.l-m-venue_widget__calendarwidget
.modal.fade.in
h3
a:hover {
  color: #1A1919;
  text-decoration: underline; }

#venue_widgets_framework
.font_raleway-bold_open-sans.l-m-venue_widget__calendarwidget
.modal.fade.in
h4 {
  color: #1A1919;
  font-family: 'Open Sans', sans-serif !important; }

#venue_widgets_framework
.l-m-venue_widget__calendarwidget
.fc-calendar
.fc-head
> div {
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  font-family: 'Roboto Condensed'; }

#venue_widgets_framework
.l-m-venue_widget__calendarwidget
.fc-calendar
.fc-head {
  margin-bottom: 10px; }

#venue_widgets_framework .modal.hide,
#venue_widgets_framework .modal.hidden {
  display: block;
  visibility: visible; }

.m-venueframework-newswidget__item-title {
  text-transform: uppercase; }
  .m-venueframework-newswidget__item-title:hover {
    text-decoration: underline; }

#venue_widgets_framework
.font_raleway-bold_open-sans
.m-venueframework-promotionswidget__item-title
h2 {
  font-weight: 700; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content > span.fc-date {
  font-weight: 700; }

#venue_widgets_framework
.l-m-venue_widget__calendarwidget
.fc-calendar
.fc-row
> div.fc-today
> span.fc-date:after {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  bottom: 9px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  left: 0;
  background: #1A1919; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today .fc-date {
  font-weight: 700; }

#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited, #venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
  text-decoration: none; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:after, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited:after, #venue_widgets_framework .m-venueframework-socialwidget__meta a:after, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited:after {
    display: none; }
  #venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited:hover {
    text-decoration: underline; }

#venue_widgets_framework .title {
  text-transform: uppercase; }

#venue_widgets_framework a:after {
  display: none; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
  text-transform: uppercase; }
  #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 {
    text-decoration: underline; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets, #venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons span.tickets {
  color: #fff; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a.tickets:hover {
  text-decoration: underline; }

#venue_widgets_framework .font_roboto-condensed-bold-uppercase_open-sans .m-venueframework-linklist__item-title {
  text-transform: uppercase; }
  #venue_widgets_framework .font_roboto-condensed-bold-uppercase_open-sans .m-venueframework-linklist__item-title:hover {
    text-decoration: underline; }

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row {
  margin: 0; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div {
  border-top: 1px solid #1A1919;
  border-left: 1px solid #1A1919;
  margin: 0; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div:first-child {
  border-left: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row:first-child > div {
  border-top: none; }

#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-body .date, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog .date, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .date {
    color: #1A1919; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body .date span, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog .date span, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content .date span {
      color: #1A1919; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog svg, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content svg {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear; }
  #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body h3, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog h3, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content h3 {
    color: #1A1919;
    font-weight: 700; }
    #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body h3 a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog h3 a, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content h3 a {
      color: #1A1919;
      text-decoration: none;
      font-weight: 700; }
      #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-body h3 a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-dialog h3 a:hover, #venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content h3 a:hover {
        text-decoration: underline; }

#venue_widgets_framework .l-m-venue_widget__youtubewidget[data-layout="square"] iframe {
  height: 244px; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal-content button.close {
  border-bottom: 2px solid #1A1919 !important; }

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventswidget__loop:after {
  background: transparent; }

.l-m-venue_widget.l-m-venue_widget__newswidget .owl-pagination {
  display: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today > span.fc-date:after {
  display: none; }

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-today.fc-content > span.fc-date:after {
  display: block; }

/* SAMPLE START FILES */
