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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, th {
  padding: 0;
}

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

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

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

*/
/* ----------------------------------------------------------------------------
= SETUP FILE includes fonts, colors, media query values, custom mixins, utility classes
= Last updated July 2015
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= SELECTOR SORTING
= *) SASS Variable, Mixin, Include, Extend, Clearfix
= *) Positioning, Display & Box Model, Overflow, Floats
= *) Flexbox rules (if used)
= *) Sizing (Width and Height)
= *) Padding, Margin
= *) Colors, Borders, Backgrounds, Opacity (No Text Colors)
= *) Text Related Items (Including Text Colors)
= *) Enhancements, Animations, others
= *) Psuedo Elements
= *) Any overrides needed to reset included rules from mixins
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
= DEVELOPER NOTES
= *) using Bourbon latest (via Codekit)
= *) Sass set to compile extended, set to compressed before launch
= *) set to compile SASS with libsass (via Codekit)
= *) using FontAwesome Font with CSS link (in head_extra view)
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=media queries = Located in _grid-settings.scss
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Bourbon
=reference default mixin calls at http://bourbon.io/docs/
----------------------------------------------------------------------------- */
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
}

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

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

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

.show_mobile {
  display: none;
}

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

.show_mobile_portrait {
  display: none;
}

@media screen and (max-width: 550px) {
  .show_mobile_portrait {
    display: block;
  }
}

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

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

.invisible {
  visibility: hidden;
}

.hide {
  display: none;
}

.accessible {
  display: none;
}

.user-is-tabbing *:focus {
  outline: 1px dashed;
}

/* ----------------------------------------------------------------------------
= Event buttons including buy tickets and info. Standard styles
----------------------------------------------------------------------------- */
.m-button, .buttons a, .gen-button, .button a, a.button,
a.hp_promo_button, .details .btn_group_sales, .details .btn_event_suites, .button_large a, .button_large span, #loadMoreEvents, .more_calendar_events, .show_more_events, .cse-search-box button, .map_window .directions form button, .login_form form input[type='submit'], .textarea .content form input[type='submit'], .newsletter_form form input[type='submit'] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdf0d+0,ffc20d+35,ffc20d+35 */
  background: #ffdf0d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZkZjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf0d', endColorstr='#ffc20d',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #3B3B3B;
  color: white;
  content: '';
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 27px;
  font-weight: 400;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
}

.buttons a, .gen-button, .button a, a.button,
a.hp_promo_button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.buttons a:hover, .buttons a:focus, .gen-button:hover, .gen-button:focus, .button a:hover, .button a:focus, a.button:hover, a.button:focus,
a.hp_promo_button:hover,
a.hp_promo_button:focus {
  background: #676767;
  color: #fff;
  text-decoration: none;
}

.event_list .entry .buttons a {
  padding: 0;
  width: 111px;
  margin: 5px 0;
  font-weight: 700;
}

.event_list .entry .buttons a.btn_group_sales, .event_list .entry .buttons a.btn_event_suites {
  background: #FFC30D;
  color: #333333;
  border: 2px solid #FFC30D;
  line-height: 26px;
}

.event_list .entry .buttons a.btn_group_sales:hover, .event_list .entry .buttons a.btn_group_sales:focus, .event_list .entry .buttons a.btn_event_suites:hover, .event_list .entry .buttons a.btn_event_suites:focus {
  background: #fff;
}

.details .btn_group_sales, .details .btn_event_suites {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #FFC30D;
  color: #333333;
  border: 2px solid #FFC30D;
  line-height: 26px;
  padding: 0;
  width: calc(50% - 5px);
  float: left;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}

.details .btn_group_sales:hover, .details .btn_group_sales:focus, .details .btn_event_suites:hover, .details .btn_event_suites:focus {
  background: #fff;
}

.details .btn_group_sales {
  margin-right: 10px;
}

.textarea .buttons a, .textarea .gen-button, .textarea .button a, .textarea a.button {
  margin-bottom: 60px;
}

.button_large a, .button_large span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 24px;
  height: 60px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 60px;
  border-radius: 6px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .button_large a, .button_large span {
    font-size: 20px;
  }
}

@media screen and (max-width: 870px) {
  .button_large a, .button_large span {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .button_large a, .button_large span {
    font-size: 20px;
  }
}

.button_large span {
  cursor: default;
}

.button_large a:hover {
  background: #676767;
  color: #fff;
  text-decoration: none;
}

.promo_button a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 30px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #3b3b3b;
}

.promo_button a:hover {
  background: #676767;
  text-decoration: none;
  color: #ffffff;
}

#loadMoreEvents, .more_calendar_events {
  clear: both;
  width: 100%;
  max-width: 1280px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 40px auto 60px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

#loadMoreEvents:hover, #loadMoreEvents:focus, .more_calendar_events:hover, .more_calendar_events:focus {
  background: #676767;
  color: #fff;
  text-decoration: none;
}

.list_view #loadMoreEvents, .list_view .more_calendar_events {
  max-width: 950px;
}

#loadMoreEvents[disabled="disabled"], .more_calendar_events[disabled="disabled"] {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.show_more_events {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  margin: 60px auto;
  z-index: 20;
  position: relative;
}

.show_more_events:hover, .show_more_events:focus {
  background: #676767;
  color: #fff;
  text-decoration: none;
}

.more_calendar_events {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -60px;
}

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
h1, .h1 {
  margin: 0 0 40px;
  padding: 0;
  color: #333;
  font: 700 26px/138% "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

h1 a, h1 a:visited, .h1 a, .h1 a:visited {
  text-decoration: none;
}

.event_listing h1, .event_listing .h1 {
  color: white;
  text-align: left;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 981px) {
  .event_listing h1, .event_listing .h1 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media screen and (max-width: 700px) {
  .event_listing h1, .event_listing .h1 {
    font-size: 34px;
    line-height: 138%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .textarea h1, .textarea .h1 {
    margin-bottom: 20px;
  }
}

h2, .h2 {
  margin: 0 0 0px;
  padding: 0;
  color: #333;
  font: 600 22px/136% "Raleway", sans-serif;
  letter-spacing: 0.06em;
  word-wrap: break-word;
}

h2 a, h2 a:visited, .h2 a, .h2 a:visited {
  text-decoration: none;
}

h2 strong, h2 b, .h2 strong, .h2 b {
  font-weight: 600;
}

.textarea h2, .textarea .h2 {
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.textarea h2:after, .textarea .h2:after {
  content: '';
  position: absolute;
  left: 0px;
  height: 6px;
  width: 180px;
  background: #ffce0a;
  display: block;
  clear: both;
  bottom: -6px;
}

h2.tagline, .h2.tagline {
  font: 400 16px/187% "Raleway", sans-serif;
  letter-spacing: 0.06em;
  color: #585656;
  margin: 0;
  text-transform: capitalize;
}

h3, .h3, .label, .home-slideshow .rsGCaption .desc .title, .hp_promo_top .hp_promo .title, .hp_promo_bottom .hp_promo .title, .news_list .entry .info .title, .event_list .entry .info h3, .event_list .entry .info .title {
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font: 600 16px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em;
  display: block;
}

h3 a, h3 a:visited, .h3 a, .label a, .home-slideshow .rsGCaption .desc .title a, .hp_promo_top .hp_promo .title a, .hp_promo_bottom .hp_promo .title a, .news_list .entry .info .title a, .event_list .entry .info h3 a, .event_list .entry .info .title a, .h3 a:visited, .label a:visited, .home-slideshow .rsGCaption .desc .title a:visited, .hp_promo_top .hp_promo .title a:visited, .hp_promo_bottom .hp_promo .title a:visited, .news_list .entry .info .title a:visited, .event_list .entry .info h3 a:visited, .event_list .entry .info .title a:visited {
  text-decoration: none;
}

.event_list .entry h3, .promo h3, .event_list .entry .h3, .event_list .entry .label, .event_list .entry .home-slideshow .rsGCaption .desc .title, .home-slideshow .rsGCaption .desc .event_list .entry .title, .event_list .entry .hp_promo_top .hp_promo .title, .hp_promo_top .hp_promo .event_list .entry .title, .event_list .entry .hp_promo_bottom .hp_promo .title, .hp_promo_bottom .hp_promo .event_list .entry .title, .event_list .entry .info h3, .event_list .entry .info .title, .promo .h3, .promo .label, .promo .home-slideshow .rsGCaption .desc .title, .home-slideshow .rsGCaption .desc .promo .title, .promo .hp_promo_top .hp_promo .title, .hp_promo_top .hp_promo .promo .title, .promo .hp_promo_bottom .hp_promo .title, .hp_promo_bottom .hp_promo .promo .title, .promo .news_list .entry .info .title, .news_list .entry .info .promo .title, .promo .event_list .entry .info h3, .event_list .entry .info .promo h3, .promo .event_list .entry .info .title, .event_list .entry .info .promo .title {
  font: 600 20px/125% "Raleway", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
}

h4, .h4, .news_list .entry .info .tagline, .event_list .entry .info h4, .event_list .entry .info .tagline {
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font: 600 16px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em;
}

h4 a, h4 a:visited, .h4 a, .news_list .entry .info .tagline a, .event_list .entry .info h4 a, .event_list .entry .info .tagline a, .h4 a:visited, .news_list .entry .info .tagline a:visited, .event_list .entry .info h4 a:visited, .event_list .entry .info .tagline a:visited {
  text-decoration: none;
}

.entry h4, .entry .h4, .news_list .entry .info .tagline, .event_list .entry .info h4, .event_list .entry .info .tagline {
  font: 400 14px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em;
  color: #666;
  color: #585656;
  margin: 0;
}

h5, .h5, h6, .h6 {
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font: 600 16px/125% "Raleway", sans-serif;
  letter-spacing: 0.06em;
}

h5 a, h5 a:visited, .h5 a, .h5 a:visited, h6 a, h6 a:visited, .h6 a, .h6 a:visited {
  text-decoration: none;
}

p, span.address, address, .p, tr td, .home-slideshow .rsGCaption .desc .tagline, .home .primary_event .info .tagline, .home .featured_event .info .tagline {
  margin: 0 0 30px;
  padding: 0;
  color: #666666;
  font: 400 16px/187% "Raleway", sans-serif;
  letter-spacing: 0.06em;
}

p.lead, span.address.lead, address.lead, .p.lead, tr td.lead, .home-slideshow .rsGCaption .desc .lead.tagline, .home .primary_event .info .lead.tagline, .home .featured_event .info .lead.tagline {
  font: 500 18px/177% "Raleway", sans-serif;
}

p a, span.address a, address a, .p a, tr td a, .home-slideshow .rsGCaption .desc .tagline a, .home .primary_event .info .tagline a, .home .featured_event .info .tagline a {
  color: #333;
  text-decoration: underline;
  word-wrap: break-word;
}

p a:hover, span.address a:hover, address a:hover, .p a:hover, tr td a:hover, .home-slideshow .rsGCaption .desc .tagline a:hover, .home .primary_event .info .tagline a:hover, .home .featured_event .info .tagline a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  p, span.address, address, .p, tr td, .home-slideshow .rsGCaption .desc .tagline, .home .primary_event .info .tagline, .home .featured_event .info .tagline {
    margin-bottom: 30px;
  }
}

b, strong {
  font-weight: 700;
}

ul, ol {
  margin: 0 0 20px 20px;
  padding: 40px 0 40px 0px;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  color: #666666;
  font: 14px/171% "Raleway", sans-serif;
}

ul li, ol li {
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: inherit;
  line-height: 171%;
  letter-spacing: 0.06em;
  word-wrap: break-word;
}

ul ul, ol ul {
  margin: 0;
}

.textarea ul, .textarea ol {
  background: #fff;
  padding: 54px 30px 40px;
  margin: 0 0 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.textarea ul ul, .textarea ol ul {
  padding: 20px 0;
  margin: 0;
  box-shadow: none;
}

.offer_detail .textarea ul, .offer_detail .textarea ol {
  padding: 0px;
  margin: 0 0 0px;
  border-radius: 0px;
  box-shadow: none;
}

.spotlight .info ul, .faq .answer ul, .spotlight .info ol, .faq .answer ol {
  padding: 0;
}

ul li {
  position: relative;
  list-style: none;
}

.textarea ul li, .spotlight .info ul li, .faq ul li, .link .description ul li, .ftr_faqs ul li, .description_inner ul li {
  padding-left: 50px;
}

.textarea ul li:before, .spotlight .info ul li:before, .faq ul li:before, .link .description ul li:before, .ftr_faqs ul li:before, .description_inner ul li:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdf0d+0,ffc20d+35,ffc20d+35 */
  background: #ffdf0d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZkZjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf0d', endColorstr='#ffc20d',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  position: absolute;
  top: 4px;
  border-radius: 50%;
  left: 0px;
  width: 16px;
  height: 16px;
}

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

ol > li {
  position: relative;
  padding-left: 50px;
}

ol > li:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  content: counter(li-counter);
  counter-increment: li-counter;
}

a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333333;
  border: none;
  outline: none;
  text-decoration: none;
}

a:hover, a:focus {
  color: #666;
}

hr {
  clear: both;
  margin: 60px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

blockquote {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 auto 60px;
  padding: 55px 0 30px;
}

blockquote:before {
  content: '';
  position: absolute;
  left: 0px;
  height: 6px;
  width: 180px;
  background: #ffce0a;
  display: block;
  clear: both;
  top: -1px;
}

blockquote:after {
  content: '';
  position: absolute;
  left: 0px;
  height: 6px;
  width: 180px;
  background: #ffce0a;
  display: block;
  clear: both;
  bottom: -1px;
}

blockquote:before, blockquote:after {
  width: 100px;
}

blockquote p {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 15px;
}

blockquote p strong {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: none;
}

.upcoming_events_title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 44px;
  color: #333333;
  margin-bottom: 45px;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  .upcoming_events_title {
    margin-bottom: 20px;
    font-size: 34px;
  }
}

.label {
  margin: 0 0 0px;
}

/* ----------------------------------------------------------------------------
=Tables
----------------------------------------------------------------------------- */
table {
  position: relative;
  margin: 0 0 15px;
}

table tr {
  color: black;
  font-size: 12px;
}

table tr td {
  padding: 5px;
  border: none;
  border: 1px solid #ccc;
}

tr {
  font-size: 12px;
}

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

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

html {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333;
}

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

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

.accessibility_links.is-focused {
  position: fixed;
  z-index: 1500;
  width: 100% !important;
  height: auto !important;
  background: #333333;
  padding: 5px 0;
}

.accessibility_links.is-focused ul {
  zoom: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.accessibility_links.is-focused ul:before, .accessibility_links.is-focused ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.accessibility_links.is-focused ul:after {
  clear: both;
}

@media screen and (max-width: 550px) {
  .accessibility_links.is-focused ul {
    display: block;
  }
}

.accessibility_links.is-focused li {
  flex-grow: 0;
  padding: 0;
  margin: 0;
}

.accessibility_links.is-focused li:first-child {
  flex-grow: 1;
}

@media screen and (max-width: 550px) {
  .accessibility_links.is-focused li {
    width: 100%;
  }
}

.accessibility_links.is-focused a {
  display: block;
  color: white;
  padding: 10px;
  font-weight: 700;
  margin: 0;
}

.accessible {
  height: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0px;
}

#content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
  z-index: 10;
}

#content:focus {
  outline: none;
}

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

.one_sidebar_right {
  zoom: 1;
  padding: 50px 30px;
  padding-bottom: 35px;
  background: url(../images/yellow_top.png) top center #f2f2f2 no-repeat;
}

.one_sidebar_right:before, .one_sidebar_right:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.one_sidebar_right:after {
  clear: both;
}

@media screen and (min-width: 1399px) {
  .one_sidebar_right {
    background-size: 100% auto;
  }
}

.one_sidebar_right .one_sidebar_right_inner {
  max-width: 1280px;
  padding: 0px;
  margin: auto;
}

.one_sidebar_right #column_1 {
  width: 71.875%;
  width: calc(100% - 360px);
  max-width: 920px;
  padding: 0px;
  float: left;
}

.one_sidebar_right #column_1 .container {
  zoom: 1;
  width: 100%;
  min-height: 551px;
}

.one_sidebar_right #column_1 .container:before, .one_sidebar_right #column_1 .container:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.one_sidebar_right #column_1 .container:after {
  clear: both;
}

.one_sidebar_right #column_1 .details {
  display: none;
}

@media screen and (max-width: 960px) {
  .one_sidebar_right #column_1 {
    width: calc(100% - 310px);
  }
}

@media screen and (max-width: 870px) {
  .one_sidebar_right #column_1 {
    width: 100%;
  }
  .one_sidebar_right #column_1 .details {
    display: block;
  }
}

.one_sidebar_right #column_2 {
  float: right;
  width: 25.78125%;
  width: 330px;
  max-width: 330px;
}

@media screen and (max-width: 960px) {
  .one_sidebar_right #column_2 {
    width: 280px;
  }
}

@media screen and (max-width: 870px) {
  .one_sidebar_right #column_2 {
    display: none;
  }
}

.full {
  width: 100%;
  padding-bottom: 0px;
}

.full .full_column:not(.widgets_area) {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1399px) {
  .full .full_column:not(.widgets_area) {
    background-size: 100% auto;
  }
}

.full .full_column:not(.widgets_area) .container {
  zoom: 1;
  width: 100%;
  background-color: #fff;
}

.full .full_column:not(.widgets_area) .container:before, .full .full_column:not(.widgets_area) .container:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.full .full_column:not(.widgets_area) .container:after {
  clear: both;
}

.full.interior_fullpage {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+0,ffffff+17 */
  background: #eeeeee;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 0%, white 17%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 0%, white 17%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 0%, white 17%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}

.full.interior_fullpage .full_column:not(.widgets_area) {
  background: url(../images/yellow_top.png) top center transparent no-repeat;
}

@media screen and (min-width: 1399px) {
  .full.interior_fullpage .full_column:not(.widgets_area) {
    background-size: 100% auto;
  }
}

.full.interior_fullpage .full_column:not(.widgets_area).no_slideshow {
  background-image: none;
  padding-top: 40px;
}

@media screen and (max-width: 870px) {
  .full.interior_fullpage .full_column:not(.widgets_area).no_slideshow {
    padding-top: 20px;
  }
}

.full.interior_fullpage.past_events_page {
  background: #f2f2f2;
}

.full.interior_fullpage.past_events_page .textarea .content {
  padding-bottom: 0;
}

#cse-search-results {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 700px) {
  #cse-search-results {
    padding: 20px;
  }
}

#cse-search-results * {
  box-sizing: content-box;
}

#cse-search-results .gsc-input-box {
  height: auto;
}

#cse-search-results table {
  margin: 0;
}

#cse-search-results table.gsc-search-box td {
  vertical-align: middle;
  padding: 0 6px;
}

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header.header {
  background: #ffffff;
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100px;
  text-align: center;
}

.logo {
  width: 243px;
  height: 95px;
  margin: auto;
  display: none;
}

@media screen and (max-width: 1000px) {
  .logo {
    display: inline-block;
  }
}

.logo a, .logo span {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  width: 243px;
  height: 95px;
  background: url(../images/hdr_logo.jpg) center no-repeat;
  margin: auto;
  display: inline-block;
}

.nav_wrapper .logo {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .nav_wrapper .logo {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .logo {
    width: 140px;
  }
  .logo a, .logo span {
    width: 140px;
    background-size: 140px auto;
  }
}

.search_toggle {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  z-index: 20;
  top: 38px;
  height: 26px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "Raleway", sans-serif;
  color: #333;
  line-height: 26px;
  padding-left: 60px;
  vertical-align: top;
  border-left: 1px solid #e6e6e6;
  display: none;
  left: 0px;
  border: none;
}

.search_toggle .icon {
  position: absolute;
  left: 30px;
  top: 0px;
  margin-top: 5px;
  margin-right: 15px;
  height: 15px;
  width: 15px;
  display: block;
}

.search_toggle .icon .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #333;
  border-radius: 50%;
  height: 11px;
  width: 11px;
}

.search_toggle .icon .line {
  position: absolute;
  top: 8px;
  left: 10px;
  border: 1px solid #333;
  width: 6px;
  height: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}

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

.search_wrapper {
  border-left: 1px solid #e6e6e6;
  position: absolute;
  top: 38px;
  left: 230px;
  padding-left: 60px;
  cursor: pointer;
}

.search_wrapper .icon {
  position: absolute;
  left: 30px;
  top: 2px;
  margin-top: 5px;
  margin-right: 15px;
  height: 15px;
  width: 15px;
  display: block;
}

.search_wrapper .icon .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #333;
  border-radius: 50%;
  height: 11px;
  width: 11px;
}

.search_wrapper .icon .line {
  position: absolute;
  top: 8px;
  left: 10px;
  border: 1px solid #333;
  width: 6px;
  height: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}

@media screen and (max-width: 960px) {
  .search_wrapper .icon {
    left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .search_wrapper {
    left: 190px;
    padding-left: 50px;
  }
}

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

.search_wrapper input {
  cursor: pointer !important;
}

nav .search_wrapper {
  position: relative;
  top: auto;
  left: auto;
  height: 73px;
  padding-left: 0;
  width: 100%;
  display: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.cse-search-box {
  position: relative;
}

.cse-search-box input[type=text] {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font: normal 12px/100% "Raleway", sans-serif;
  border: none;
  color: #333333;
  background: transparent;
  font-weight: 500;
  -webkit-appearance: none;
  letter-spacing: 0.06em;
  line-height: 26px;
  height: 26px;
  width: 85px;
  vertical-align: top;
  border-bottom: 1px solid #fff;
}

.cse-search-box input[type=text]::-webkit-input-placeholder {
  color: #333333;
  font: normal 12px/100% "Raleway", sans-serif;
}

.cse-search-box input[type=text]:-moz-placeholder {
  color: #333333;
  font: normal 12px/100% "Raleway", sans-serif;
}

.cse-search-box input[type=text]:-ms-input-placeholder {
  color: #333333;
  font: normal 12px/100% "Raleway", sans-serif;
}

.cse-search-box input[type=text]:focus {
  outline: none;
  -webkit-appearance: none;
  border-bottom: 1px solid black;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .cse-search-box input[type=text] {
    width: 85px;
  }
}

.cse-search-box button {
  display: none;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  position: absolute;
  top: 0px;
  right: -20px;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
}

body.search .cse-search-box button {
  display: block;
}

.cse-search-box button .icon {
  display: none;
}

.cse-search-box button:hover {
  background: #333;
  color: #fff;
}

.cse-search-box.clicked button {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.cse-search-box:hover button {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.mobile_nav .cse-search-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 73px;
}

.mobile_nav .cse-search-box input[type=text] {
  cursor: pointer;
  width: 100%;
  text-indent: 0px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  height: 73px;
  background: transparent;
}

.mobile_nav .cse-search-box input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
  font: normal 16px/100% "Raleway", sans-serif;
}

.mobile_nav .cse-search-box input[type=text]:-moz-placeholder {
  color: #ffffff;
  font: normal 16px/100% "Raleway", sans-serif;
}

.mobile_nav .cse-search-box input[type=text]:-ms-input-placeholder {
  color: #ffffff;
  font: normal 16px/100% "Raleway", sans-serif;
}

.mobile_nav .cse-search-box input[type=text]:focus {
  background: #ffffff;
  text-indent: 20px;
}

.mobile_nav .cse-search-box button {
  top: 20px;
  right: 20px;
  background: none;
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.mobile_nav .cse-search-box button span {
  display: none;
}

.mobile_nav .cse-search-box button .icon {
  display: block;
}

.mobile_nav .cse-search-box button .icon .circle, .mobile_nav .cse-search-box button .icon .line {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.mobile_nav .cse-search-box button:hover .icon .circle, .mobile_nav .cse-search-box button:hover .icon .line {
  border-color: #ffce0a;
}

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
.search_toggle {
  background: url(../images/search_bar.png) no-repeat;
  width: 333px;
  height: 44px;
  float: left;
  display: block;
  margin-left: 20px;
  top: 16px;
}

.search_toggle svg {
  display: none;
  height: 20px;
  width: 20px;
  margin: 3px;
}

@media screen and (max-width: 1000px) {
  .search_toggle {
    background: none;
    height: 26px;
    width: 26px;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
  }
  .search_toggle svg {
    display: block;
  }
}

.toolbar {
  zoom: 1;
  padding-right: 150px;
  height: 61px;
}

.toolbar:before, .toolbar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.toolbar:after {
  clear: both;
}

.toolbar .toolbar_links {
  float: right;
}

.toolbar .toolbar_links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  height: 61px;
}

.toolbar .toolbar_links li {
  position: relative;
  float: left;
  padding: 0 10px;
}

.toolbar .toolbar_links li:before {
  content: '';
  background: #666666;
  height: 14px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: block;
}

.toolbar .toolbar_links li:first-child {
  border-left: 0px;
}

.toolbar .toolbar_links li:first-child:before {
  display: none;
}

.toolbar .toolbar_links a {
  position: relative;
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  padding: 0;
  z-index: 1;
}

.toolbar .toolbar_links a:before {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  position: absolute;
  left: -5px;
  bottom: -3px;
  width: calc(100% + 10px);
  height: 10px;
  background: #FFC30D;
  z-index: -1;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.toolbar .toolbar_links a:hover:before, .toolbar .toolbar_links a.active:before {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.toolbar .newsletter {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 30px 10px 10px;
  float: right;
  color: #fff;
  width: 150px;
  height: 61px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: right;
  font-size: 14px;
}

.toolbar .newsletter svg {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.toolbar .newsletter span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  text-align: right;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.03em;
}

.toolbar .newsletter strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}

.toolbar .newsletter:hover svg {
  fill: #561BA8;
}

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

.mobile_nav .toolbar_links {
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile_nav .newsletter {
  border-top: none;
  padding: 10px 0;
}

.mobile_nav .newsletter strong {
  font-weight: 400;
}

.mobile_nav .newsletter svg {
  display: none;
}

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  zoom: 1;
  position: relative;
  float: left;
  z-index: 500;
  width: 100%;
  height: auto;
  margin: 0px 0 0;
  padding: 0;
}

.main_nav:before, .main_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.main_nav:after {
  clear: both;
}

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

.main_nav ul {
  zoom: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.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: block;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

.main_nav ul li.is-focused .sub {
  display: block !important;
}

.main_nav > ul:hover > li:not(.nav_logo) {
  zoom: 1;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.main_nav > ul:hover > li:not(.nav_logo):hover {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.main_nav > ul > li > a.active:before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: 40px;
  width: calc(100% + 10px);
  height: 10px;
  background: #FFC30D;
  z-index: -1;
}

.main_nav .close-button {
  display: none;
}

.main_nav a {
  display: block;
  margin: 0;
  color: #ffce0a;
  font-weight: 700;
  font-size: 19px;
  color: #333333;
  line-height: 24px;
  padding: 39px 0px;
}

.main_nav ul .sub {
  position: absolute;
  display: none;
  z-index: 9000;
  top: 100%;
  left: -30px;
  width: 264px;
  margin: 0;
  padding-top: 2px;
}

.main_nav ul ul {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  background: none;
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
}

.main_nav ul ul li {
  float: none;
  height: auto;
  margin: 0;
  padding: 0px 0;
  list-style-type: none;
  list-style-image: none;
  border-right: none;
  border-left: none;
  cursor: pointer;
  text-align: left;
  display: block;
  width: 100%;
}

.main_nav ul ul li:first-child {
  display: block;
  border-top: none;
}

.main_nav ul ul li a {
  display: block;
  height: auto;
  margin: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 5px 10px;
}

.main_nav ul ul li a:hover, .main_nav ul ul li a:focus, .main_nav ul ul li a.active {
  background: #FFC30D;
  cursor: pointer;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
= Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  z-index: 1500;
  top: 40px;
  right: 60px;
  height: 17px;
  padding-right: 33px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "Raleway", sans-serif;
  text-align: right;
  display: none;
}

@media screen and (max-width: 960px) {
  #nav-toggle {
    right: 30px;
  }
}

#nav-toggle span {
  position: absolute;
  display: block;
  right: 0;
  width: 20px;
  height: 2px;
  margin-top: 0;
  background: #333;
  content: '';
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
}

#nav-toggle span.top {
  top: 0;
}

#nav-toggle span.mid, #nav-toggle span.mid2 {
  top: 6px;
}

#nav-toggle span.bottom {
  top: 12px;
}

#nav-toggle:hover span {
  background: #333;
}

#nav-toggle.active {
  position: absolute;
  color: #6e6e6e;
  font-weight: 500;
  top: 10px;
  padding-top: 30px;
  height: 50px;
  text-align: left;
}

#nav-toggle.active span {
  background: #6e6e6e;
}

#nav-toggle.active span.top {
  top: 30;
}

#nav-toggle.active span.mid, #nav-toggle.active span.mid2 {
  top: 36px;
}

#nav-toggle.active span.bottom {
  top: 42px;
}

#nav-toggle.active span.mid {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}

#nav-toggle.active span.mid2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
}

#nav-toggle.active span.top, #nav-toggle.active span.bottom {
  opacity: 0;
}

#nav-toggle.active:hover {
  color: white;
}

#nav-toggle.active:hover span {
  background: #fff;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  #nav-toggle .menu_title {
    display: none;
  }
  #nav-toggle.active .menu_title {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .nav_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    overflow: scroll;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
  }
  .nav_wrapper.is-opened {
    display: block;
  }
}

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  right: 0;
  width: 405px;
  max-width: 100%;
  min-height: 100%;
  margin: 0 0 0;
  padding: 0;
  padding: 108px 60px 0px;
  zoom: 1;
  background: #333333;
}

.mobile_nav:before, .mobile_nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.mobile_nav:after {
  clear: both;
}

@media screen and (max-width: 870px) {
  .mobile_nav {
    padding: 184px 30px 0px;
    padding-top: 100px;
  }
}

.mobile_nav ul {
  position: relative;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.mobile_nav ul li {
  position: relative;
  display: block;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mobile_nav ul li.page_1 {
  display: none;
}

.mobile_nav ul li.not_hovered a {
  color: #666;
}

.mobile_nav ul li.has-sub {
  cursor: pointer;
}

.mobile_nav ul li.has-sub .close-button {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  color: white;
}

.mobile_nav ul li.has-sub.is-opened .close-button {
  transform: rotate(180deg);
}

.mobile_nav ul li.has-sub > a {
  width: calc(100% - 20px);
}

.mobile_nav a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  display: block;
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 25px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 16px;
}

.mobile_nav a:hover, .mobile_nav a:focus {
  color: #fff;
}

.mobile_nav a.nav-sub-opened:hover {
  color: #ffce0a;
}

.mobile_nav a.active {
  color: #ffce0a;
}

.mobile_nav a[rel=external]:after {
  content: '\f08e';
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #ffce0a;
}

.mobile_nav .toolbar_links a {
  padding: 10px 0;
  border-top: none;
}

.mobile_nav .toolbar_links a.newsletter {
  border-top: none;
}

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

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

.mobile_nav ul .sub ul a {
  padding: 5px 0;
  font-size: 12px;
  border: none;
}

.mobile_nav ul .sub ul a:hover, .mobile_nav ul .sub ul a:focus {
  color: #ffce0a;
}

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
  margin: 0;
  background: #ffffff;
}

footer .footer_top {
  zoom: 1;
  background: #080808;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MDgwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #080808 0%, #262726 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #080808 0%, #262726 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #080808 0%, #262726 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#262726',GradientType=0 );
  /* IE6-8 */
  padding: 60px 60px 50px;
}

footer .footer_top:before, footer .footer_top:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

footer .footer_top:after {
  clear: both;
}

footer .footer_top .footer_top_inner {
  zoom: 1;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

footer .footer_top .footer_top_inner:before, footer .footer_top .footer_top_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

footer .footer_top .footer_top_inner:after {
  clear: both;
}

@media screen and (max-width: 870px) {
  footer .footer_top .footer_top_inner {
    display: block;
  }
}

footer .footer_top .footer_left_side {
  zoom: 1;
  width: calc(50% - 160px);
  max-width: 550px;
  order: 1;
}

footer .footer_top .footer_left_side:before, footer .footer_top .footer_left_side:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

footer .footer_top .footer_left_side:after {
  clear: both;
}

@media screen and (max-width: 1280px) {
  footer .footer_top .footer_left_side {
    max-width: 100%;
    float: left;
    width: 50%;
    min-width: 500px;
  }
}

@media screen and (max-width: 870px) {
  footer .footer_top .footer_left_side {
    clear: both;
    float: none;
    width: 100%;
    min-width: 0px;
  }
  footer .footer_top .footer_left_side .address {
    width: 50%;
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  footer .footer_top .footer_left_side .address {
    width: auto;
    clear: both;
    float: left;
    margin: 20px 0 0;
  }
}

footer .footer_top .footer_faqs {
  zoom: 1;
  width: calc(50% - 160px);
  max-width: 550px;
  order: 3;
  padding-left: 20px;
}

footer .footer_top .footer_faqs:before, footer .footer_top .footer_faqs:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

footer .footer_top .footer_faqs:after {
  clear: both;
}

@media screen and (max-width: 1280px) {
  footer .footer_top .footer_faqs {
    width: 50%;
    max-width: calc(100% - 520px);
    float: right;
  }
}

@media screen and (max-width: 870px) {
  footer .footer_top .footer_faqs {
    width: 400px;
    max-width: 100%;
    margin: 40px auto 0;
    clear: both;
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 1400px) {
  footer .footer_top {
    padding: 60px 20px 50px;
  }
}

@media screen and (max-width: 870px) {
  footer .footer_top {
    padding: 50px 20px 50px;
  }
}

footer .center {
  order: 2;
  width: 280px;
  text-align: center;
  flex-grow: 1;
}

@media screen and (max-width: 1280px) {
  footer .center {
    width: 100%;
    order: 1;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 870px) {
  footer .center {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%);
    width: 100%;
    margin-bottom: 60px;
  }
}

footer .logo {
  position: relative;
  display: inline-block;
  width: 267px;
  height: 70px;
  margin: 0px auto 20px;
  padding-top: 0px;
  transform: translateX(20px);
}

footer .logo span, footer .logo a, footer .logo a:link, footer .logo a:visited {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  white-space: nowrap;
  text-indent: 100%;
  direction: ltr;
  display: block;
  width: 267px;
  height: 70px;
  background: url(../images/ftr_logo.png) no-repeat 0 0;
}

footer .logo a:hover, footer .logo a:focus {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 870px) {
  footer .logo {
    width: 208px;
  }
  footer .logo span, footer .logo a, footer .logo a:link, footer .logo a:visited {
    width: 208px;
    background-size: 100% auto;
  }
}

footer .social_links {
  text-align: center;
}

footer .social_links a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #3b3b3b;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  font-size: 20px;
}

footer .social_links a .fa {
  vertical-align: middle;
}

footer .social_links a:hover {
  background: #666666;
  color: #FFFFFF;
  transform: scale(1.1);
}

footer .address {
  position: relative;
  float: right;
  text-align: right;
  color: #ffffff;
  padding: 0px 40px 0px 0px;
}

footer .address p {
  color: #ffffff;
  font: 400 14px/230% "Raleway", sans-serif;
  text-align: right;
  letter-spacing: 0.1em;
  border-right: 3px solid #4d4d4d;
  padding: 0 30px 0 0;
  margin-bottom: 0;
}

footer .address p strong {
  font-weight: 600;
}

footer .address a {
  color: #ffce0a;
}

footer .address .text {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "Oswald", sans-serif;
  color: #FFC30D;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

footer .address .text span {
  display: block;
}

@media screen and (max-width: 550px) {
  footer .address {
    padding-right: 0;
    margin-top: 40px;
    padding-left: 40px;
    width: auto;
  }
  footer .address p {
    text-align: left;
    border-left: 3px solid #4d4d4d;
    border-right: none;
    padding-right: 0;
    padding-left: 20px;
  }
  footer .address .text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
  }
  footer .address .text span {
    display: block;
  }
}

footer .nav {
  zoom: 1;
  float: left;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0px 0px 0px 40px;
}

footer .nav:before, footer .nav:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

footer .nav:after {
  clear: both;
}

footer .nav .text {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Oswald", sans-serif;
  color: #FFC30D;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

footer .nav .text span {
  display: block;
}

footer .nav ul {
  border-left: 3px solid #4d4d4d;
  position: relative;
  display: block;
  float: left;
  margin-left: 0px;
  width: 100%;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

footer .nav ul:first-child {
  margin-left: 0;
}

footer .nav ul li {
  position: relative;
  display: block;
  float: left;
  clear: left;
  height: auto;
  padding: 0;
  background: none;
}

footer .nav ul li:first-child a {
  padding-top: 0;
}

footer .nav ul li:last-child a {
  padding-bottom: 0;
}

footer .nav ul li a, footer .nav ul li a:visited {
  position: relative;
  display: block;
  width: 170px;
  margin: 0;
  padding: 15px 0 0px 20px;
  color: white;
  font: 600 14px/100% "Raleway", sans-serif;
  text-decoration: none;
  letter-spacing: 0.08em;
}

footer .nav ul li a:hover, footer .nav ul li a:hover span, footer .nav ul li a:visited:hover, footer .nav ul li a:visited:hover span {
  color: #ffce0a;
  text-decoration: none;
}

footer .nav ul li a.active, footer .nav ul li a.active:hover, footer .nav ul li a:visited.active, footer .nav ul li a:visited.active:hover {
  color: #ffce0a;
  cursor: default;
}

@media screen and (max-width: 550px) {
  footer .nav {
    width: auto;
    padding-right: 0;
  }
}

.global-footer {
  zoom: 1;
  width: 100%;
  background: #fff;
  margin: auto;
  padding: 0 60px 20px;
}

.global-footer:before, .global-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.global-footer:after {
  clear: both;
}

.global-footer p {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  margin: auto;
  padding: 15px 0 0;
  color: #585656;
  font: normal 10px/150% "Raleway", sans-serif;
}

.global-footer p a, .global-footer p a:visited {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #585656;
  text-decoration: none;
}

.global-footer p a:hover, .global-footer p a:focus, .global-footer p a:visited:hover, .global-footer p a:visited:focus {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 870px) {
  .global-footer p {
    text-align: center;
  }
}

.global-footer .delimiter {
  padding: 0 2px;
  color: #585656;
}

.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
  position: relative;
  display: block;
  float: right;
  margin: 0;
  padding-top: 0px;
  color: #585656;
  font-family: 'helvetica';
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.global-footer a#carbonhouse span, .global-footer a#carbonhouse:link span, .global-footer a#carbonhouse:visited span {
  font-size: 12px;
}

.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
  color: #585656;
}

.global-footer a#carbonhouse span.house, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.house {
  color: #585656;
}

.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
  color: #333;
  text-decoration: underline;
}

.global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
  color: #333;
}

@media screen and (max-width: 870px) {
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    text-align: center;
    float: none;
  }
}

.sponsor_wrapper {
  background: #ffffff;
  clear: both;
}

.sponsor_wrapper .sponsors {
  width: calc(100% - 120px);
  max-height: 130px;
  margin: auto;
  padding: 0px 0px;
  padding-top: 30px;
  background: #ffffff;
  overflow: hidden;
}

.sponsor_wrapper .sponsors .owl-item {
  float: left;
  height: 100px;
  text-align: center;
}

.sponsor_wrapper .sponsors .owl-item .sponsor {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.sponsor_wrapper .sponsors .sponsor {
  -webkit-transition: opacity 0.2 linear;
  -moz-transition: opacity 0.2 linear;
  -o-transition: opacity 0.2 linear;
  transition: opacity 0.2 linear;
  height: 100px;
  width: 100%;
  text-align: center;
  float: left;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sponsor_wrapper .sponsors .sponsor a {
  zoom: 1;
  position: relative;
  line-height: 100px;
  text-align: center;
  display: block;
  height: 100px;
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.sponsor_wrapper .sponsors .sponsor a:before, .sponsor_wrapper .sponsors .sponsor a:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.sponsor_wrapper .sponsors .sponsor a:after {
  clear: both;
}

.sponsor_wrapper .sponsors .sponsor a:hover {
  zoom: 1;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.sponsor_wrapper .sponsors .sponsor a img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 60px;
  margin: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.subnav ul li a, .subnav ul li a:visited {
  display: block;
  padding: 9px 5px 7px 30px;
  color: white;
  font: bold 18px/120% "Raleway", 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: #ffce0a;
}

.subnav ul li a.section, .subnav ul li a:visited.section {
  padding-bottom: 7px;
  color: #ffce0a;
  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: #ffce0a;
}

.subnav ul li.active.onparent a.active {
  color: #ffce0a;
}

.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 "Raleway", sans-serif;
  text-transform: uppercase;
  -webkit-appearance: none;
}

#search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Raleway", sans-serif;
}

#search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
  color: #fff;
  font: normal 14px/14px "Raleway", sans-serif;
}

#search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
  color: #fff;
  font: normal 14px/14px "Raleway", 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%;
}

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

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.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 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

.rsArrow, .rsThumbsArrow {
  cursor: pointer;
}

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

.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 {
  visibility: hidden;
  opacity: 0;
  -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 {
  float: left;
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.rsVideoContainer {
  position: relative;
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
}

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 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 {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
}

img.rsImg {
  max-width: none;
}

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

.grabbing-cursor{ 
	cursor:image-url('grabbing.png') 8 8, move;
}*/
.rsNoDrag {
  cursor: auto;
}

.rsLink {
  position: absolute;
  display: block;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*	background: image-url('blank.gif');*/
}

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Overrides
*	10. Homepage slideshow
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Override width/height */
.royalSlider {
  width: 100%;
  height: auto;
  zoom: 1;
}

.royalSlider:before, .royalSlider:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.royalSlider:after {
  clear: both;
}

.royalSlider > .rsContent {
  visibility: hidden;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  position: absolute;
  display: block;
  z-index: 21;
  width: 30px;
  height: 0px;
  cursor: pointer;
  bottom: 50px;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 50px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 20px;
}

.rsDefault.rsHor .rsArrowRight {
  right: 20px;
}

.rsDefault .rsArrowIcn {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 0%;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../images/icn_arrow.png) center #3b3b3b no-repeat;
  background-size: 12px 12px;
  cursor: pointer;
}

.rsDefault .rsArrowIcn:hover {
  background-color: #ffce0a;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  transform: rotate(90deg);
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  transform: rotate(-90deg);
}

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

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  overflow: hidden;
  z-index: 39;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  line-height: 8px;
  text-align: center;
}

.rsDefault .rsBullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 6px 5px 6px;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #fff;
  cursor: default;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  position: absolute;
  bottom: -129px;
  width: 100%;
  height: 183px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  border-bottom-color: #ccc;
  background: transparent url(../images/home-slideshow-thumb-bg.jpg) repeat-x 0 bottom;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  margin-top: 71px;
  background: white;
}

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

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
  margin-left: -8px;
  padding-left: 8px;
}

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

.rsDefault .rsThumb {
  float: left;
  overflow: visible !important;
  width: 160px;
  height: 92px;
  background: #666;
}

.rsDefault .rsThumb.tooltip-left .tooltip {
  right: auto;
  left: 0;
}

.rsDefault .rsThumb:last-child {
  margin-right: 0 !important;
}

.rsDefault .rsThumb .rsTmb {
  position: relative;
  display: block;
}

.rsDefault .rsThumb:hover .tooltip, .rsDefault .rsThumb:focus .tooltip {
  display: block;
}

.rsDefault .rsThumb:hover .arrow, .rsDefault .rsThumb:focus .arrow {
  display: block;
}

.rsDefault .rsThumb img {
  position: relative;
  display: block;
  width: 160px;
  height: 92px;
}

.rsDefault .rsThumb .arrow {
  position: absolute;
  display: none;
  visibility: visible;
  overflow: visible;
  z-index: 5;
  right: 67px;
  bottom: 102px;
  width: 35px;
  height: 18px;
  margin: 0;
  background: url(../images/tool-social-tip.png) no-repeat 0 -2px;
  text-indent: -9999px;
}

.rsDefault .rsThumb .tooltip {
  position: absolute;
  display: none;
  z-index: 4;
  right: 0;
  bottom: 118px;
  box-sizing: none;
  width: auto;
  height: 30px;
  margin: 0;
  padding: 2px 20px 10px 19px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.rsDefault .rsThumb .tooltip .details {
  position: relative;
  width: auto;
  white-space: nowrap;
}

.rsDefault .rsThumb .tooltip span {
  display: inline;
  margin: 0;
  padding: 0;
  color: #333;
  font: normal 16px/120% "Raleway", sans-serif;
  text-indent: 0;
  text-transform: uppercase;
}

.rsDefault .rsThumb .tooltip span span {
  font: normal 13px/120% "Raleway", sans-serif;
  text-transform: none;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsTmb {
  display: none;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.rsDefault .rsTmb span {
  margin: 0;
  padding: 0;
  color: #ddd;
  font-size: 13px;
  line-height: 18px;
}

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

.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 .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  top: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

.rsDefault .rsTab {
  display: inline-block;
  width: auto;
  min-width: 72px;
  height: auto;
  padding: 5px 13px 6px;
  color: #333;
  border: 1px solid #d9d9dd;
  border-right: 1px solid #f5f5f5;
  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;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  *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 {
  border-right: 1px solid #cfcfcf;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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;
  background: #acacac;
  background-image: -webkit-linear-gradient(top, #acacac, #bbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbb);
  background-image: linear-gradient(to bottom, #acacac, #bbb);
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  text-shadow: 1px 1px #838383;
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  position: absolute;
  display: block;
  z-index: 22;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  width: 32px;
  height: 32px;
  margin: 6px;
  border-radius: 2px;
  background: url("../images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

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

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

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
}

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

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  width: 32px;
  height: 32px;
  margin: 6px;
  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);
}

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

.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 {
  background: black;
}

.rsDefault:hover .rsPauseBtn {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.rsDefault.rsVideoPlaying .rsPauseBtn {
  display: none;
}

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: relative;
  z-index: 15;
  width: 100%;
  margin: 0 0 0 0px;
  padding: 0;
  font-size: 12px;
  text-align: center;
  min-height: 66px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}

.rsDefault .rsGCaption .rsABlock {
  position: relative;
  top: auto;
  left: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0px 0px 5px 5px;
}

.rsDefault .rsGCaption .rsABlock p {
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  margin: 0;
}

.rsDefault .rsGCaption .rsABlock p:empty {
  display: none;
}

@media screen and (max-width: 700px) {
  .rsDefault .rsGCaption .rsABlock p {
    padding: 20px 55px;
  }
}

@media screen and (max-width: 700px) {
  .rsDefault .rsGCaption {
    min-height: 0px;
  }
}

/***************
*
*  9. Overrides/Customization
*
****************/
.full-slideshow {
  max-width: 1320px;
  margin: 0 auto 60px;
  padding: 60px 20px 0px;
  border-radius: 5px 5px 0px 0px;
}

.full-slideshow .royalSlider {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #ffffff;
}

@media screen and (min-width: 701px) {
  .full-slideshow .royalSlider {
    max-height: 566px;
    height: calc(((100vw - 40px) * (500 / 1280)) + 66px);
  }
}

.full-slideshow img.rsImg {
  max-width: 100%;
  width: 100%;
  float: left;
  border-radius: 5px 5px 0px 0px;
  max-height: 500px;
}

.full-slideshow .rsVideoContainer {
  float: left;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .full-slideshow {
    padding: 20px 20px 0px;
  }
}

@media screen and (max-width: 700px) {
  .full-slideshow {
    margin-bottom: 0px;
  }
  .full-slideshow .rsDefault .rsArrow {
    display: none !important;
  }
  .full-slideshow .royalSlider {
    overflow: hidden;
    perspective: 1px;
    border-radius: 5px;
  }
}

.event_detail .full-slideshow {
  padding: 0;
  margin: 0 0 30px;
}

.news_detail .full-slideshow {
  margin-bottom: 0;
}

/***************
*
*  10. Homepage Slideshow
*
****************/
.home-slideshow {
  width: calc(100% - 30px);
  margin: 0px 15px 30px;
  border-radius: 6px;
  overflow: hidden;
  height: calc((100vw - 30px) * (500 / 1280) + 120px);
  max-height: 694px;
}

@media screen and (max-width: 870px) {
  .home-slideshow {
    height: auto;
    max-height: none;
  }
}

.home-slideshow .rsImg {
  width: 100%;
  display: block;
}

.home-slideshow .rsGCaption .desc {
  position: relative;
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 30px 30px 0;
  border-radius: 0px 0px 5px 5px;
  min-height: 120px;
  text-align: left;
}

.home-slideshow .rsGCaption .desc .event_title {
  float: left;
  text-align: left;
  max-width: calc(100% - 150px);
}

.home-slideshow .rsGCaption .desc .title, .home-slideshow .rsGCaption .desc .tagline {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  clear: left;
  margin: 0;
  float: left;
}

.home-slideshow .rsGCaption .desc .title a, .home-slideshow .rsGCaption .desc .tagline a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333333;
}

.home-slideshow .rsGCaption .desc .title a:hover, .home-slideshow .rsGCaption .desc .tagline a:hover {
  color: #676767;
}

.home-slideshow .rsGCaption .desc .title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  letter-spacing: .08em;
  font-weight: 400;
  text-transform: uppercase;
  max-height: 30px;
}

.home-slideshow .rsGCaption .desc .title a {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  letter-spacing: .08em;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  line-height: 30px;
  vertical-align: top;
}

@media screen and (min-width: 551px) {
  .home-slideshow .rsGCaption .desc .title.medium a {
    font-size: 24px;
  }
}

@media screen and (min-width: 551px) {
  .home-slideshow .rsGCaption .desc .title.small a {
    font-size: 20px;
  }
}

.home-slideshow .rsGCaption .desc .tagline {
  line-height: 1.4;
  font-size: 14px;
  margin-top: 3px;
  color: #585656;
  overflow: hidden;
  max-height: 38px;
}

.home-slideshow .rsGCaption .desc .right_side {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

@media screen and (max-width: 700px) {
  .home-slideshow .rsGCaption .desc .right_side {
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0%);
    display: block;
    padding: 30px 0 40px;
    zoom: 1;
    clear: both;
  }
  .home-slideshow .rsGCaption .desc .right_side:before, .home-slideshow .rsGCaption .desc .right_side:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
  }
  .home-slideshow .rsGCaption .desc .right_side:after {
    clear: both;
  }
  .home-slideshow .rsGCaption .desc .right_side a {
    float: left;
  }
  .home-slideshow .rsGCaption .desc .right_side .date {
    float: right;
  }
}

.home-slideshow .rsGCaption .desc .date, .home-slideshow .rsGCaption .desc .buttons {
  display: block;
}

.home-slideshow .rsGCaption .desc .date {
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
}

.home-slideshow .rsGCaption .desc .date .m-date__year, .home-slideshow .rsGCaption .desc .date .time {
  display: none;
}

/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Textarea margin
----------------------------------------------------------------------------- */
.textarea {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  text-align: center;
  width: 100%;
}

.textarea.has_ul {
  background: #f2f2f2;
}

.textarea.has_ul .content {
  padding-bottom: 0px;
}

.textarea .content {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .textarea .content {
    padding: 20px;
  }
}

.full_column .events {
  background: #f2f2f2;
  zoom: 1;
}

.full_column .events:before, .full_column .events:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.full_column .events:after {
  clear: both;
}

.full_column .events .event_list {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .full_column .events .event_list {
    padding: 20px;
  }
}

.full_column .form {
  background: #f2f2f2;
}

.full_column .form .content {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
  margin: 60px auto;
  background: #fff;
  padding: 54px 30px 40px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 700px) {
  .full_column .form .content {
    padding: 20px;
  }
}

.content {
  position: relative;
  margin: 0 0 0px;
  padding: 0;
  /* ----------------------------------------------------------------------------
	=Image Templates
	----------------------------------------------------------------------------- */
}

.content img {
  border-radius: 5px;
  max-width: 100%;
}

.content img[align=left], .content img[align=left].gh-image, .content img.left {
  float: left;
  margin: 0 20px 20px 0;
}

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

.content img[align=right], .content img[align=right].gh-image, .content img.right {
  float: right;
  margin: 0 0 20px 20px;
}

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

.content img.gh-image {
  margin: 0 20px 20px 0;
  padding: 0;
}

.content img.image {
  margin: 0 20px 20px 0;
  padding: 0;
}

/* ----------------------------------------------------------------------------
=Spotlight list style
----------------------------------------------------------------------------- */
.spotlight {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

@media screen and (max-width: 700px) {
  .spotlight {
    padding: 20px;
  }
}

.spotlight:before {
  left: 20px;
}

.spotlight .entry {
  position: relative;
  width: 100%;
  clear: both;
  padding: 60px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

.spotlight .entry:after {
  content: '';
  position: absolute;
  left: 0px;
  height: 6px;
  width: 180px;
  background: #ffce0a;
  display: block;
  clear: both;
  bottom: -6px;
}

.spotlight .entry .thumb {
  position: relative;
  overflow: hidden;
  float: left;
  clear: both;
  max-width: 180px;
  height: 180px;
  width: 180px;
  margin-right: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 180px;
  border-radius: 5px;
  perspective: 1px;
}

.spotlight .entry .thumb img {
  max-width: 100%;
  border-radius: 5px;
  height: 180px;
  width: 180px;
  perspective: 1px;
}

.spotlight .entry .thumb.too_short img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.spotlight .entry .thumb.too_tall img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .spotlight .entry .thumb {
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }
}

.spotlight .entry:first-child {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.spotlight .entry:first-child:before {
  content: '';
  position: absolute;
  left: 0px;
  height: 6px;
  width: 180px;
  background: #ffce0a;
  display: block;
  clear: both;
  top: -1px;
}

.spotlight .info {
  float: right;
  width: 100%;
}

.spotlight .info h3 a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333;
}

.spotlight .info h3 a:hover {
  color: #ffce0a;
}

.spotlight .info p {
  margin-bottom: 0px;
}

.spotlight .info > * {
  margin-top: 20px;
  margin-bottom: 0;
}

.spotlight .info > *:first-child {
  margin-top: 0;
}

.spotlight .info .address {
  display: block;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
  font-size: 14px;
}

.spotlight .info.has_thumb {
  width: calc(100% - 180px - 30px);
}

.spotlight .info .gen-button {
  margin-top: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 700px) {
  .spotlight .info.has_thumb {
    width: 100%;
  }
  .seating_charts .spotlight .info {
    text-align: center;
  }
  .spotlight .info .gen-button {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

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

#overlay_container a, #overlay_container a:link, #overlay_container a:visited {
  position: relative;
  display: block;
  z-index: 10;
  max-width: 1000px;
  height: auto;
}

#overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

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

.dontshow-overlay:hover {
  color: #fff;
  background: #333;
}

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 999;
}

.m-alert-wrapper > div {
  width: 100%;
  background-image: linear-gradient(-90deg, #3C048A 2%, #561CA9 100%);
  display: none;
}

.m-alert-wrapper > div * {
  color: #FFF;
}

.m-alert-wrapper .alert-link {
  padding: 20px 180px 30px 30px;
  display: block;
}

.m-alert-wrapper .alert-link h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-right: 80px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.m-alert-wrapper .alert-link p {
  margin: 0;
  max-width: 1190px;
}

.m-alert-wrapper .alert-link .alert-button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 50%;
  right: 30px;
  background: #8362B5;
  border-radius: 6px;
  height: 30px;
  width: 126px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  border: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.m-alert-wrapper .alert-link .alert-button:hover {
  background: #fff;
  color: #333;
}

@media screen and (max-width: 700px) {
  .m-alert-wrapper .alert-link {
    padding: 20px;
  }
  .m-alert-wrapper .alert-link .alert-button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}

.m-alert-wrapper .close-alert {
  width: 65px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0.07em;
  line-height: 16px;
}

.m-alert-wrapper .close-alert .close-x {
  position: relative;
  float: right;
}

.m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
  width: 2px;
  height: 16px;
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  background: #fff;
}

.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 {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .full {
  padding: 0;
}

.home .full_column.full_column_top {
  background: url(../images/bg_home.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 90px;
  padding-top: 60px;
}

@media screen and (max-width: 870px) {
  .home .full_column.full_column_top {
    padding-top: 20px;
  }
}

.home #branding {
  zoom: 1;
  max-width: 1500px;
  margin: auto;
}

.home #branding:before, .home #branding:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.home #branding:after {
  clear: both;
}

.home .primary_event, .home .featured_event {
  margin: 0px 15px 30px;
  float: left;
}

.home .primary_event .thumb, .home .featured_event .thumb {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  overflow: hidden;
  max-height: 500px;
  width: 100%;
  float: left;
  border-radius: 5px 5px 0px 0px;
}

.home .primary_event .thumb:hover, .home .featured_event .thumb:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.home .primary_event img, .home .featured_event img {
  width: 100%;
  max-width: 100%;
  float: left;
}

.home .primary_event .info, .home .featured_event .info {
  position: relative;
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 30px 30px 0;
  border-radius: 0px 0px 5px 5px;
  min-height: 120px;
}

.home .primary_event .info .event_title, .home .featured_event .info .event_title {
  float: left;
  text-align: left;
  max-width: calc(100% - 150px);
}

.home .primary_event .info .title, .home .primary_event .info .tagline, .home .featured_event .info .title, .home .featured_event .info .tagline {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  clear: left;
  margin: 0;
}

.home .primary_event .info .title a, .home .primary_event .info .tagline a, .home .featured_event .info .title a, .home .featured_event .info .tagline a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #333333;
}

.home .primary_event .info .title a:hover, .home .primary_event .info .tagline a:hover, .home .featured_event .info .title a:hover, .home .featured_event .info .tagline a:hover {
  color: #676767;
}

.home .primary_event .info .title, .home .featured_event .info .title {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  letter-spacing: .08em;
  font-weight: 400;
  text-transform: uppercase;
  max-height: 30px;
}

.home .primary_event .info .title a, .home .featured_event .info .title a {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  letter-spacing: .08em;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  line-height: 30px;
  vertical-align: top;
}

@media screen and (min-width: 551px) {
  .home .primary_event .info .title.medium a, .home .featured_event .info .title.medium a {
    font-size: 24px;
  }
}

@media screen and (min-width: 551px) {
  .home .primary_event .info .title.small a, .home .featured_event .info .title.small a {
    font-size: 20px;
  }
}

.home .primary_event .info .tagline, .home .featured_event .info .tagline {
  line-height: 1.4;
  font-size: 14px;
  margin-top: 3px;
  color: #585656;
  overflow: hidden;
  max-height: 38px;
}

.home .primary_event .info .right_side, .home .featured_event .info .right_side {
  float: right;
  text-align: center;
}

.home .primary_event .info .date, .home .primary_event .info .buttons, .home .featured_event .info .date, .home .featured_event .info .buttons {
  display: block;
}

.home .primary_event .info .date, .home .featured_event .info .date {
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
}

.home .primary_event .info .date .m-date__year, .home .primary_event .info .date .time, .home .featured_event .info .date .m-date__year, .home .featured_event .info .date .time {
  display: none;
}

@media screen and (max-width: 870px) {
  .home .primary_event .info, .home .featured_event .info {
    padding: 30px;
    height: auto;
  }
  .home .primary_event .info .title, .home .primary_event .info .tagline, .home .featured_event .info .title, .home .featured_event .info .tagline {
    max-height: none;
  }
}

@media screen and (max-width: 550px) {
  .home .primary_event, .home .featured_event {
    margin: 0 auto 30px;
    float: none;
  }
  .home .primary_event .info, .home .featured_event .info {
    padding-right: 30px;
    height: 245px;
    height: auto;
    padding-bottom: 80px;
  }
  .home .primary_event .info .title, .home .primary_event .info .tagline, .home .featured_event .info .title, .home .featured_event .info .tagline {
    max-height: none;
  }
  .home .primary_event .info .event_title, .home .featured_event .info .event_title {
    max-width: 100%;
  }
  .home .primary_event .right_side, .home .featured_event .right_side {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 30px;
    left: 0px;
    text-align: center;
    width: 100%;
    padding: 0 30px;
  }
  .home .primary_event .buttons, .home .featured_event .buttons {
    float: left;
  }
  .home .primary_event .date, .home .featured_event .date {
    float: right;
  }
}

.home .primary_event {
  width: calc(100% - 30px);
}

@media screen and (max-width: 550px) {
  .home .primary_event {
    width: 297px;
  }
}

.home .primary_event .thumb {
  position: relative;
}

.home .primary_event .play_button_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.home .primary_event .play_button_icon .play_button_icon_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .primary_event .event_video {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.home .primary_event .event_video iframe {
  width: 100%;
  height: 100%;
}

.home .primary_event .event_video.is-visible {
  display: block;
}

.home .featured_event {
  width: calc(50% - 30px);
}

@media screen and (max-width: 981px) {
  .home .featured_event {
    margin: 0 auto 30px;
    float: none;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 700px) {
  .home .featured_event {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 550px) {
  .home .featured_event {
    width: 297px;
  }
}

.home .full.event_listing {
  background: url(../images/bg_home_events.png) #f2f2f2 right 630px no-repeat;
}

.home .full.event_listing:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vw * (450 / 1400));
  background: url(../images/yellow_top.png) top center #f2f2f2 no-repeat;
  background-size: 100% auto;
  visibility: visible;
}

@media screen and (min-width: 1399px) {
  .home .full.event_listing {
    background-size: 100% auto;
    background-position: right 500px;
  }
}

@media screen and (max-width: 981px) {
  .home .full.event_listing {
    background: #f2f2f2;
  }
}

.home .event_listing .full_column {
  /*background: url(../images/bg_home_events.png) right 630px no-repeat;
		@include media($only-max-desktop) {
			background-size: 100% auto;
			background-position: right 500px;
		}
		@include media($elp_tablet) {
			background: none;
		}*/
}

.home .event_list.event_page_list {
  position: relative;
}

.home .event_list.event_page_list .entry {
  float: left;
  width: calc(100% - 328px);
}

@media screen and (max-width: 981px) {
  .home .event_list.event_page_list .entry {
    width: 100%;
  }
}

.home .event_list.event_page_list .filler {
  width: 297px;
  margin: 0px 15px 30px;
  float: left;
  height: 525px;
}

.home .event_list.event_page_list .filler.list_view_filler {
  display: block;
  height: 460px;
}

.home .event_list.event_page_list .filler.list_view_filler.top {
  float: right;
  height: 471px;
}

.home .event_list.event_page_list .filler.list_view_filler.middle {
  float: left;
}

.home .event_list.event_page_list .filler.list_view_filler.bottom {
  float: right;
}

@media screen and (max-width: 981px) {
  .home .event_list.event_page_list .filler.list_view_filler {
    display: none;
  }
}

.home .event_list.event_page_list.grid_view .entry {
  width: 297px;
}

.home .event_list.event_page_list.grid_view .filler.list_view_filler {
  display: none;
}

.hp_promo_top, .hp_promo_bottom {
  position: absolute;
  width: 297px;
  height: 525px;
  text-align: left;
  padding-top: 0px;
  z-index: 20;
}

@media screen and (max-width: 981px) {
  .hp_promo_top, .hp_promo_bottom {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    clear: both;
    margin: 30px auto;
    padding: 0px;
    width: 366px;
    height: 366px;
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .hp_promo_top, .hp_promo_bottom {
    transform: scale(0.8);
  }
}

.hp_promo_top .title a, .hp_promo_bottom .title a {
  font-size: 22px;
  color: #FFC30D;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.hp_promo_top .title a:hover, .hp_promo_bottom .title a:hover {
  color: #FFC30D;
}

.hp_promo_top p, .hp_promo_bottom p {
  font-size: 14px;
  color: white;
  line-height: 1.4;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.hp_promo_top .hp_promo, .hp_promo_bottom .hp_promo {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 2;
  width: 366px;
  height: 366px;
  padding: 100px 60px 40px;
}

.hp_promo_top .hp_promo:before, .hp_promo_bottom .hp_promo:before {
  content: '';
  width: 366px;
  height: 366px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/bg_hp_promo.png) no-repeat;
  z-index: 1;
}

.hp_promo_top .hp_promo > *:not(img), .hp_promo_bottom .hp_promo > *:not(img) {
  position: relative;
  z-index: 2;
}

.hp_promo_top .hp_promo a.image, .hp_promo_bottom .hp_promo a.image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.hp_promo_top .hp_promo a.image:hover img, .hp_promo_bottom .hp_promo a.image:hover img {
  transform: scale(1.1);
}

.hp_promo_top .hp_promo img, .hp_promo_bottom .hp_promo img {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 981px) {
  .hp_promo_top .hp_promo, .hp_promo_bottom .hp_promo {
    position: relative;
    transform: translate(0px);
    top: auto;
    margin-bottom: 10px;
  }
  .hp_promo_top .hp_promo .title, .hp_promo_top .hp_promo p, .hp_promo_bottom .hp_promo .title, .hp_promo_bottom .hp_promo p {
    width: calc(100% + 20px);
  }
}

@media screen and (max-width: 550px) {
  .hp_promo_top .hp_promo, .hp_promo_bottom .hp_promo {
    transform: translateX(-50%);
    left: 50%;
  }
}

.hp_promo_top a.hp_promo_button, .hp_promo_bottom a.hp_promo_button {
  text-align: center;
  text-indent: 2px;
  display: block;
  max-width: 126px;
  padding: 0;
  margin: auto;
}

@media screen and (min-width: 981px) {
  .hp_promo_top {
    top: 0px;
    right: 15px;
  }
}

@media screen and (min-width: 981px) {
  .hp_promo_bottom {
    top: 1110px;
    left: -60px;
  }
}

@media screen and (min-width: 981px) {
  .event_page_list.list_view .hp_promo_bottom {
    top: 500px;
  }
}

.event_list.calendar_view .hp_promo_top, .event_list.calendar_view .hp_promo_bottom {
  display: none;
}

.calendar.calendar_view .loading {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 200px;
  left: 50%;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.calendar.calendar_view .loading.is-visible {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.home .calendar.calendar_view .loading {
  top: 200px;
  left: 35%;
  transform: translateX(0%);
}

@media screen and (max-width: 981px) {
  .home .calendar.calendar_view .loading {
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
  }
}

@media screen and (max-width: 981px) {
  .home .calendar.calendar_view {
    margin-top: 60px;
  }
}

.non-rotating-promos, .rotating-promos {
  background: #000;
  position: relative;
}

.non-rotating-promos:before, .non-rotating-promos:after, .rotating-promos:before, .rotating-promos:after {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,000000+100 */
  background: #333333;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #333333 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #333333 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #333333 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
  /* IE6-8 */
}

@media screen and (max-width: 960px) {
  .non-rotating-promos:before, .non-rotating-promos:after, .rotating-promos:before, .rotating-promos:after {
    display: none;
  }
}

.non-rotating-promos:after, .rotating-promos:after {
  left: 50%;
}

@media screen and (max-width: 960px) {
  .non-rotating-promos:after, .rotating-promos:after {
    left: 0px;
    top: 50%;
  }
}

.non-rotating-promos .non-rotating-promos_left, .non-rotating-promos .non-rotating-promos_right, .rotating-promos .non-rotating-promos_left, .rotating-promos .non-rotating-promos_right {
  float: left;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .non-rotating-promos .non-rotating-promos_left, .non-rotating-promos .non-rotating-promos_right, .rotating-promos .non-rotating-promos_left, .rotating-promos .non-rotating-promos_right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,222222+100 */
    background: black;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, black 0%, #222222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, #222222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, #222222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 );
    /* IE6-8 */
  }
}

.non-rotating-promos .promo, .rotating-promos .promo {
  padding: 40px 60px;
  position: relative;
  max-width: 700px;
  float: left;
  z-index: 10;
  min-height: 235px;
}

.non-rotating-promos .promo .thumb, .rotating-promos .promo .thumb {
  position: absolute;
  top: -30px;
  left: 60px;
  height: 236px;
  width: 192px;
  background: #666;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  max-width: 32.9896907216%;
  perspective: 1px;
}

.non-rotating-promos .promo .thumb img, .rotating-promos .promo .thumb img {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  perspective: 1px;
}

.non-rotating-promos .promo .thumb.too_short img, .rotating-promos .promo .thumb.too_short img {
  height: 100%;
  width: auto;
  max-width: none;
}

.non-rotating-promos .promo .thumb.too_tall img, .rotating-promos .promo .thumb.too_tall img {
  width: 100%;
}

.non-rotating-promos .promo .thumb a:hover img, .rotating-promos .promo .thumb a:hover img {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 1280px) {
  .non-rotating-promos .promo .thumb, .rotating-promos .promo .thumb {
    width: 130px;
    height: 160px;
    top: 40px;
    bottom: auto;
    left: 30px;
  }
}

@media screen and (max-width: 960px) {
  .non-rotating-promos .promo .thumb, .rotating-promos .promo .thumb {
    top: 30px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    left: 30px;
  }
}

@media screen and (max-width: 550px) {
  .non-rotating-promos .promo .thumb, .rotating-promos .promo .thumb {
    top: 15px;
    left: 15px;
  }
}

.non-rotating-promos .promo .info, .rotating-promos .promo .info {
  padding-left: 222px;
}

.non-rotating-promos .promo .info .title, .rotating-promos .promo .info .title {
  color: #ffffff;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .non-rotating-promos .promo .info .title, .rotating-promos .promo .info .title {
    margin-bottom: 15px;
  }
}

.non-rotating-promos .promo .info .title a, .rotating-promos .promo .info .title a {
  color: #fff;
}

.non-rotating-promos .promo .info .title a:hover, .rotating-promos .promo .info .title a:hover {
  color: #ffce0a;
}

.non-rotating-promos .promo .info .text p, .rotating-promos .promo .info .text p {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1280px) {
  .non-rotating-promos .promo .info, .rotating-promos .promo .info {
    padding-left: 160px;
  }
}

@media screen and (max-width: 960px) {
  .non-rotating-promos .promo .info, .rotating-promos .promo .info {
    padding-left: 95px;
  }
}

.non-rotating-promos .promo .promo_button, .rotating-promos .promo .promo_button {
  position: relative;
  margin-top: 15px;
  /*@include media($only-desktop) {
				position: absolute;
				top: 40px;
				right: 60px;
				margin-top: 0;
			}*/
}

@media screen and (max-width: 1280px) {
  .non-rotating-promos .promo, .rotating-promos .promo {
    padding: 30px;
  }
}

@media screen and (max-width: 960px) {
  .non-rotating-promos .promo, .rotating-promos .promo {
    height: auto;
    min-height: 0px;
    padding: 30px;
    float: none;
    margin: auto;
  }
}

@media screen and (max-width: 550px) {
  .non-rotating-promos .promo, .rotating-promos .promo {
    padding: 15px;
  }
}

.non-rotating-promos .non-rotating-promos_left .promo, .rotating-promos .non-rotating-promos_left .promo {
  float: right;
}

@media screen and (max-width: 960px) {
  .non-rotating-promos .non-rotating-promos_left, .non-rotating-promos .non-rotating-promos_right {
    width: 100%;
  }
  .non-rotating-promos .non-rotating-promos_left .promo, .non-rotating-promos .non-rotating-promos_right .promo {
    float: none;
  }
}

.rotating-promos {
  overflow: hidden;
  z-index: 5;
  width: 100%;
}

.rotating-promos .owl-wrapper {
  display: flex !important;
  flex-direction: row;
}

.rotating-promos .owl-wrapper .owl-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rotating-promos .promo_wrapper {
  background: #333333;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #333333 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #333333 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #333333 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
  /* IE6-8 */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media screen and (max-width: 870px) {
  .rotating-promos .promo_wrapper {
    background: none;
  }
}

.rotating-promos .promo {
  zoom: 1;
  position: relative;
  padding: 45px;
  padding-left: 45px;
  padding-right: 45px;
  min-height: 200px;
  display: flex;
  flex-direction: row;
}

.rotating-promos .promo:before, .rotating-promos .promo:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.rotating-promos .promo:after {
  clear: both;
}

.rotating-promos .promo .thumb {
  height: 144px;
  width: 144px;
  bottom: auto;
  top: auto;
  float: left;
  position: relative;
  left: auto;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .rotating-promos .promo .thumb {
    position: absolute;
    top: 30px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    left: 30px;
  }
}

@media screen and (max-width: 700px) {
  .rotating-promos .promo .thumb {
    left: 20px;
  }
}

@media screen and (max-width: 550px) {
  .rotating-promos .promo .thumb {
    left: 15px;
  }
}

.rotating-promos .promo .thumb img {
  width: auto;
}

@media screen and (max-width: 960px) {
  .rotating-promos .promo .thumb img {
    max-width: 100%;
  }
}

.rotating-promos .promo .thumb a:hover img {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.rotating-promos .promo .info {
  float: left;
  width: calc(100% - 208px);
  padding: 0;
  display: flex;
  flex-direction: column;
}

.rotating-promos .promo .info .title {
  margin-bottom: 10px;
}

.rotating-promos .promo .info .text {
  flex-grow: 1;
}

@media screen and (max-width: 960px) {
  .rotating-promos .promo .info {
    padding-left: 95px;
    width: 100%;
  }
}

.rotating-promos .promo .promo_button {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .rotating-promos .promo {
    padding-right: 25px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 960px) {
  .rotating-promos .promo {
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .rotating-promos .promo {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 550px) {
  .rotating-promos .promo {
    padding: 30px 15px;
  }
}

.rotating-promos .owl-prev, .rotating-promos .owl-next {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 30px;
  color: white;
  background: #3b3b3b;
  height: 30px;
  width: 30px;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.rotating-promos .owl-prev:before, .rotating-promos .owl-next:before {
  content: '\f104';
  font-size: 16px;
  font-family: FontAwesome;
  color: white;
}

.rotating-promos .owl-prev:hover, .rotating-promos .owl-next:hover {
  background: #ffce0a;
}

@media screen and (max-width: 1280px) {
  .rotating-promos .owl-prev, .rotating-promos .owl-next {
    left: 10px;
    right: auto;
  }
}

@media screen and (max-width: 700px) {
  .rotating-promos .owl-prev, .rotating-promos .owl-next {
    top: auto;
    bottom: 10px;
    margin-top: 0;
  }
}

.rotating-promos .owl-next {
  right: 30px;
  left: auto;
}

.rotating-promos .owl-next:before {
  content: '\f105';
}

@media screen and (max-width: 1280px) {
  .rotating-promos .owl-next {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 870px) {
  .rotating-promos .owl-item {
    background: #333333;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #333333 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333333 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #333333 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
    /* IE6-8 */
  }
}

.rotating-promos .left_side_promo .promo_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (min-width: 961px) {
  .rotating-promos .left_side_promo .promo {
    float: right;
  }
}

@media screen and (max-width: 1280px) {
  .rotating-promos .left_side_promo .promo {
    padding-right: 25px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 960px) {
  .rotating-promos .left_side_promo .promo {
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .rotating-promos .left_side_promo .promo {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 550px) {
  .rotating-promos .left_side_promo .promo {
    padding: 30px 15px;
  }
}

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  position: relative;
  margin: 0 0 0px;
  padding: 0;
  background: #eee;
}

.link ul.list {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
  list-style-type: none;
  list-style-image: none;
  font: 600 20px/120% "Raleway", sans-serif;
  letter-spacing: 0.08em;
  color: #333333;
  display: block;
}

@media screen and (max-width: 700px) {
  .link ul.list {
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {
  .link ul.list {
    font: 600 16px/120% "Raleway", sans-serif;
  }
}

.link ul.list > li {
  margin: 15px auto;
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.link ul.list > li:hover a, .link ul.list > li:hover a:link, .link ul.list > li:hover a:visited, .link ul.list > li:focus a, .link ul.list > li:focus a:link, .link ul.list > li:focus a:visited {
  color: #676767;
  text-decoration: underline;
}

.link ul.list .description {
  padding: 0px 30px 30px;
}

.link ul.list .description p {
  font-size: 14px;
  margin-bottom: 20px;
}

.link ul.list .description ul {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px 0px 20px 0px;
}

.link ul.list .description ol {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px 0px 20px 0px;
}

.link ul.list a, .link ul.list a:link, .link ul.list a:visited {
  display: block;
  padding: 20px 30px;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 170px;
}

.link ul.list a:before, .link ul.list a:link:before, .link ul.list a:visited:before {
  content: '\f14c';
  font-family: FontAwesome;
  position: absolute;
  top: 20px;
  right: 170px;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.link ul.list a:after, .link ul.list a:link:after, .link ul.list a:visited:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdf0d+0,ffc20d+35,ffc20d+35 */
  background: #ffdf0d;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZkZjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZjMjBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf0d', endColorstr='#ffc20d',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  position: absolute;
  top: 22px;
  right: 30px;
  color: white;
  content: 'More Info';
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  width: 130px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  background: #3B3B3B;
}

.link ul.list a:hover, .link ul.list a:focus, .link ul.list a:link:hover, .link ul.list a:link:focus, .link ul.list a:visited:hover, .link ul.list a:visited:focus {
  color: #676767;
}

.link ul.list a:hover:after, .link ul.list a:focus:after, .link ul.list a:link:hover:after, .link ul.list a:link:focus:after, .link ul.list a:visited:hover:after, .link ul.list a:visited:focus:after {
  background: #676767;
}

.link ul.list a.external:after, .link ul.list a:link.external:after, .link ul.list a:visited.external:after {
  content: 'More Info';
}

.link ul.list a.external:hover:before, .link ul.list a:link.external:hover:before, .link ul.list a:visited.external:hover:before {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.link ul.list a.image:after, .link ul.list a:link.image:after, .link ul.list a:visited.image:after {
  content: 'Download';
}

.link ul.list a.pdf:after, .link ul.list a:link.pdf:after, .link ul.list a:visited.pdf:after {
  content: 'Download';
}

.link ul.list a.email:after, .link ul.list a:link.email:after, .link ul.list a:visited.email:after {
  content: 'Contact';
}

@media screen and (max-width: 700px) {
  .link ul.list a, .link ul.list a:link, .link ul.list a:visited {
    padding-right: 70px;
  }
  .link ul.list a:after, .link ul.list a:link:after, .link ul.list a:visited:after {
    font-family: FontAwesome;
    width: auto;
    font-size: 18px;
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: '\f08e';
  }
  .link ul.list a.external:after, .link ul.list a:link.external:after, .link ul.list a:visited.external:after {
    content: '\f08e';
  }
  .link ul.list a.external:hover:before, .link ul.list a:link.external:hover:before, .link ul.list a:visited.external:hover:before {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
  }
  .link ul.list a.image:after, .link ul.list a:link.image:after, .link ul.list a:visited.image:after {
    content: '\f03e';
  }
  .link ul.list a.pdf:after, .link ul.list a:link.pdf:after, .link ul.list a:visited.pdf:after {
    content: '\f0f6';
  }
  .link ul.list a.email:after, .link ul.list a:link.email:after, .link ul.list a:visited.email:after {
    content: '\f003';
  }
}

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  margin: 0 0 0px;
  padding: 0px 10px;
  background: #f2f2f2;
}

.faq.no_bg {
  background: none;
}

.faq .dl {
  font-size: 11px;
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
  display: block;
}

@media screen and (max-width: 700px) {
  .faq .dl {
    padding: 20px;
  }
}

.faq .faq_item_wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 15px auto 0;
}

.faq .faq_list_item {
  overflow: visible;
  padding: 0px;
  cursor: pointer;
  z-index: 10;
}

.faq .faq_list_item:hover p, .faq .faq_list_item:focus p {
  color: #FFC30D;
  color: #676767;
  text-decoration: underline;
}

.faq .faq_list_item:hover p:after, .faq .faq_list_item:focus p:after {
  background-color: #ffce0a;
}

.faq .faq_list_item p {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  font: 600 20px/120% "Raleway", sans-serif;
  letter-spacing: 0.08em;
  color: #333333;
  padding: 25px 30px 10px;
  padding-right: 100px;
  overflow: visible;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .faq .faq_list_item p {
    font: 600 16px/120% "Raleway", sans-serif;
  }
}

.faq .faq_list_item p:after {
  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;
  content: '';
  width: 46px;
  height: 46px;
  float: right;
  background: url(../images/icn_arrow.png) #3b3b3b center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 31px;
  right: 31px;
}

@media screen and (max-width: 700px) {
  .faq .faq_list_item p:after {
    width: 30px;
    height: 30px;
    background: url(../images/icn_arrow.png) #3b3b3b center no-repeat;
    background-size: 50% auto;
    top: 20px;
    right: 20px;
  }
}

.faq .faq_list_item.is-opened p:after {
  transform: rotate(180deg);
}

.faq .answer {
  background: white;
  z-index: 5;
  margin: 0;
  cursor: pointer;
  padding: 0px 30px 25px;
  padding-right: 100px;
  border-radius: 0px 0px 5px 5px;
  color: #585656;
  font: 400 16px/187% "Raleway", sans-serif;
}

.faq .answer p {
  color: #585656;
  font-size: 16px;
  margin-bottom: 30px;
}

.faq .answer .holder {
  height: 25px;
  overflow: hidden;
}

.faq.no_preview .faq_list_item p {
  font-size: 24px;
  padding-bottom: 5px;
}

.faq.no_preview .faq_list_item p:after {
  top: 16px;
}

.faq.no_preview .answer .holder {
  height: 0px;
}

.event_detail .faq {
  background: none;
  margin: 15px 0 0;
  padding: 0;
}

.event_detail .faq .dl {
  padding: 0;
  max-width: 100%;
}

.event_detail .faq .faq_list_item p {
  font-size: 16px;
}

.event_detail .faq answer ul {
  padding: 0;
}

.footer_faqs_inner {
  zoom: 1;
  border-bottom: 1px solid #4D4D4D;
  float: right;
  width: 100%;
  max-width: 400px;
}

.footer_faqs_inner:before, .footer_faqs_inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.footer_faqs_inner:after {
  clear: both;
}

@media screen and (max-width: 870px) {
  .footer_faqs_inner {
    float: none;
    margin: auto;
  }
}

.footer_faqs .dl {
  margin: 0;
}

.footer_faqs .faq_item_wrapper:first-child .faq_list_item {
  border-top: none;
}

.footer_faqs .faq_item_wrapper:first-child .faq_list_item p {
  padding-top: 0;
}

.footer_faqs .faq_list_item {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.84px;
  line-height: 24px;
  border-top: 1px solid #4D4D4D;
}

.footer_faqs .faq_list_item p {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.84px;
  line-height: 24px;
  padding: 13px 0 5px;
  margin: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.footer_faqs .faq_list_item p:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0px;
  height: 25px;
  width: 20px;
  display: block;
  background: url(../images/footer_faq_arrow.png) no-repeat;
  background-position: center;
}

.footer_faqs .faq_list_item:hover p, .footer_faqs .faq_list_item.active p {
  color: #FFC30D;
}

.footer_faqs .faq_list_item.active p:after {
  transform: rotate(180deg);
}

.footer_faqs .answer {
  display: none;
  margin: 0;
  font: 400 14px/230% "Raleway", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
}

.footer_faqs .answer p {
  font: 400 14px/230% "Raleway", sans-serif;
  color: #FFFFFF;
  padding: 0 0 20px;
  margin: 0;
}

.footer_faqs .answer p a {
  color: #fff;
}

.footer_faqs .answer p a:hover {
  color: #FFC30D;
}

.footer_faqs .answer ol, .footer_faqs .answer ul {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer_faqs .answer li {
  color: #fff;
}

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
.venue_detail .heading {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}

.venue_detail .heading h1 {
  display: block;
  width: 600px;
  margin: 0;
  padding: 27px 0 0;
  color: #333;
  font: bold 26px/120% "Raleway", sans-serif;
  text-transform: uppercase;
}

.venue_detail .venue_body .events {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.venue_detail .main_column .seating img {
  max-width: 600px;
}

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
.map_holder {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 500px;
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 60px 20px 0px;
}

.map_holder .map {
  width: 100%;
  height: 100%;
}

.map_window {
  text-align: left;
}

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px;
}

.map_window .info h4 {
  color: #333;
  font: 700 20px/138% "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

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

.map_window .desc {
  float: left;
  width: 120px;
}

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

.map_window .desc p {
  margin: 0;
  padding: 0;
}

.map_window .links {
  display: none;
}

.map_window .directions {
  display: none;
  padding: 4px 0 0;
  text-align: left;
}

.map_window .directions label {
  display: block;
  margin: 0 0 8px;
  color: #000;
  font-size: 12px;
}

.map_window .directions input[type=text] {
  width: calc(100% - 130px);
  margin: 0 0 px;
  padding: 4px 5px;
  height: 30px;
  color: #000;
  font-size: 12px;
  border: 1px solid #eee;
  border-right: none;
}

.map_window .directions input[type=text]:focus {
  outline: none;
  border-color: #ffce0a;
}

.map_window .directions form button {
  display: block;
  float: right;
  font-size: 10px;
  border-radius: 0px 15px 15px 0px;
  width: 130px;
  padding: 0;
}

.map_window .directions form button:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.map_control {
  zoom: 1;
  position: relative;
  z-index: 51;
  margin: 0 auto;
  line-height: 40px;
}

.map_control:before, .map_control:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.map_control:after {
  clear: both;
}

.map_control .map_anchor {
  display: none;
}

.map_control label {
  display: block;
  float: left;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.map_control button {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  float: left;
  margin: 0 2px 0 0;
  padding: 0 15px;
  color: #fff;
  border: none;
  background: none;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.map_control button.active {
  outline: none;
  background: #ffce0a;
}

.map_control button.active:hover {
  color: white;
  outline: none;
}

.map_control button:hover {
  color: #ffce0a;
  outline: none;
}

.map_control button:focus {
  outline: none;
}

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

.paging {
  zoom: 1;
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
  padding: 0 20px;
  color: #666;
  font: 400 14px/40px "Raleway", sans-serif;
  letter-spacing: 0.06em;
}

.paging:before, .paging:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.paging:after {
  clear: both;
}

.paging.final {
  margin: 0;
}

.paging.empty {
  height: 0;
  margin: 0;
  padding: 0;
  background: none;
}

.paging .record {
  float: left;
  width: auto;
  height: 40px;
  padding: 0 0 0 10px;
}

.paging .pages {
  zoom: 1;
  float: right;
  width: auto;
  margin: 0 -17px 0 0;
  text-align: center;
}

.paging .pages:before, .paging .pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.paging .pages:after {
  clear: both;
}

.paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #333;
  font: 600 14px/40px "Raleway", sans-serif;
  text-decoration: none;
}

.paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
  color: #FFC30D;
}

.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 {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.login_form {
  margin-bottom: 60px;
}

.login_form form {
  position: relative;
}

.login_form form input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 30px;
  margin: 0 0 30px 0px;
  padding: 8px 10px;
  color: #333;
  border: 1px solid black;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.login_form form input[type='password']::-webkit-input-placeholder {
  color: #333;
}

.login_form form input[type='password']:-moz-placeholder {
  color: #333;
}

.login_form form input[type='password']:-ms-input-placeholder {
  color: #333;
}

.login_form form input[type='password']:focus {
  outline: none;
  border-color: #ffce0a;
  -webkit-appearance: none;
}

.login_form form input[type='submit']:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.textarea .content {
  text-align: left;
}

.textarea .content form {
  background: #fff;
  padding: 54px 30px 40px;
  margin: 0 0 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.textarea .content form p {
  margin-bottom: 20px;
}

.textarea .content form input[type='text'], .textarea .content form input[type='email'], .textarea .content form input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  height: 30px;
  margin: 0 0 30px 0px;
  padding: 8px 10px;
  color: #333;
  border: 1px solid black;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 0;
}

.textarea .content form input[type='text']::-webkit-input-placeholder, .textarea .content form input[type='email']::-webkit-input-placeholder, .textarea .content form input[type='password']::-webkit-input-placeholder {
  color: #333;
}

.textarea .content form input[type='text']:-moz-placeholder, .textarea .content form input[type='email']:-moz-placeholder, .textarea .content form input[type='password']:-moz-placeholder {
  color: #333;
}

.textarea .content form input[type='text']:-ms-input-placeholder, .textarea .content form input[type='email']:-ms-input-placeholder, .textarea .content form input[type='password']:-ms-input-placeholder {
  color: #333;
}

.textarea .content form input[type='text']:focus, .textarea .content form input[type='email']:focus, .textarea .content form input[type='password']:focus {
  outline: none;
  border-color: #ffce0a;
  -webkit-appearance: none;
}

.textarea .content form input[type='submit']:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.staff-directory h2 {
  margin-top: 0;
}

.staff-directory table {
  width: 100%;
}

.staff-directory table tr:nth-child(even) {
  background-color: rgba(102, 102, 102, 0.2);
}

.staff-directory table tr th {
  font-size: 18px;
  background-color: #ffce0a;
  padding: 10px 0 10px 15px;
}

.staff-directory table tr td {
  width: 50%;
  padding-left: 15px;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news.index h1 {
  margin-bottom: 0;
}

.news_list {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 50px 20px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .news_list {
    padding: 20px;
  }
}

.news_list .entry .thumb {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 180px;
  border-radius: 5px;
}

.news_list .entry .thumb.too_short img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.news_list .entry .thumb.too_tall img {
  width: 100%;
}

.news_list .entry .info .tagline {
  margin-bottom: 10px;
}

.news_list .entry .info p {
  font-size: 13px;
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .spotlight_image {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  padding-top: 60px;
  border-radius: 5px;
}

@media screen and (max-width: 960px) {
  .news_detail .spotlight_image {
    padding: 20px;
    padding-bottom: 0px;
  }
}

.news_detail .spotlight_image img {
  width: 100%;
  float: left;
  border-radius: 5px;
}

.news_detail h3.tagline {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
  .news_detail h3.tagline {
    margin-top: 0px;
  }
}

.news_detail span.date {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.view_type {
  float: right;
  margin-top: 12px;
  margin-right: 70px;
}

@media screen and (max-width: 960px) {
  .view_type {
    margin-right: 20px;
  }
}

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

.grid-view,
.list-view,
.calendar-view {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: relative;
  float: left;
  color: white;
  color: #080808;
  padding-left: 67px;
  height: 47px;
  line-height: 47px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 50px;
  cursor: pointer;
}

.grid-view .icon,
.list-view .icon,
.calendar-view .icon {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 47px;
  width: 47px;
  background: #080808;
  border-radius: 50%;
  text-align: center;
}

.grid-view .icon .block,
.list-view .icon .block,
.calendar-view .icon .block {
  background: #fff;
  float: left;
  margin: 1px;
}

.grid-view.active .icon, .grid-view:hover .icon,
.list-view.active .icon,
.list-view:hover .icon,
.calendar-view.active .icon,
.calendar-view:hover .icon {
  background: #ffffff;
}

.grid-view.active .icon .block, .grid-view:hover .icon .block,
.list-view.active .icon .block,
.list-view:hover .icon .block,
.calendar-view.active .icon .block,
.calendar-view:hover .icon .block {
  background: #080808;
}

@media screen and (max-width: 960px) {
  .grid-view,
  .list-view,
  .calendar-view {
    margin-left: 20px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 870px) {
  .grid-view,
  .list-view,
  .calendar-view {
    overflow: hidden;
    width: 47px;
    font-size: 0;
    padding: 0;
  }
}

.grid-view {
  margin-left: 0;
}

.grid-view .icon {
  padding: 13px;
}

.grid-view .icon .block {
  width: 3px;
  height: 8px;
}

.list-view .icon {
  padding: 14px;
}

.list-view .icon .block {
  width: 18px;
  height: 2px;
}

.calendar-view .icon {
  padding: 13px;
}

.calendar-view .icon .block {
  height: 2px;
  width: 2px;
}

.print_calendar_wrapper {
  position: absolute;
  top: 0px;
  right: 300px;
}

.print_calendar_wrapper .print_calendar {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.06em;
  line-height: 40px;
  color: white;
  color: #080808;
}

.print_calendar_wrapper .print_calendar .fa {
  margin-right: 10px;
  font-size: 20px;
}

.print_calendar_wrapper .print_calendar:hover {
  color: #333;
}

.home .print_calendar_wrapper {
  display: none;
}

.selector_wrapper {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 60;
  width: 260px;
  max-width: calc(24.5% - 20px);
}

.home .selector_wrapper {
  top: -30px;
  right: 25px;
}

@media screen and (max-width: 981px) {
  .home .selector_wrapper {
    top: -80px;
    right: 20px;
    max-width: 260px;
  }
}

.selector {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: transparent;
  color: #080808;
  border: 2px solid #080808;
  border-radius: 5px;
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
  height: 40px;
  line-height: 34px;
  cursor: pointer;
  text-align: left;
  float: right;
  font-family: "Oswald", sans-serif;
  padding: 0 15px;
}

.selector:after {
  position: absolute;
  top: 0px;
  right: 10px;
  content: '\f106';
  font-size: 18px;
  font-family: FontAwesome;
}

.selector.is_opened {
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
}

.selector.is_opened:after {
  transform: rotate(180deg);
}

.options {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  margin: auto;
  z-index: 500;
  border: 2px solid #080808;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  overflow: hidden;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  background: #fff;
}

.options .option {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  display: block;
  padding: 0px 30px;
  color: #080808;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 34px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.options .option:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.options .option:hover, .options .option.active, .options .option:focus {
  background: #333;
  color: #fff;
}

.options .option:hover:before, .options .option.active:before, .options .option:focus:before {
  display: none;
}

.options .option:first-child:before {
  display: none;
}

.event_list_header {
  max-width: 1320px;
  margin: 0 auto 20px;
  padding: 0 20px;
  padding-top: 80px;
}

.event_list_header h1 {
  color: #080808;
  float: left;
  position: relative;
}

@media screen and (max-width: 700px) {
  .event_list_header {
    padding-top: 40px;
  }
}

.event_listing {
  background: url(../images/yellow_top.png) top center #f2f2f2 no-repeat;
  position: relative;
  z-index: 15;
}

@media screen and (min-width: 1399px) {
  .event_listing {
    background-size: 100% auto;
  }
}

.event_list {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  max-width: 1310px;
  margin: auto;
  padding: 0 20px;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.event_list.loaded {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.event_list.grid_view {
  padding: 0;
}

@media screen and (max-width: 1310px) {
  .event_list.grid_view {
    max-width: 981px;
  }
}

@media screen and (max-width: 981px) {
  .event_list.grid_view {
    max-width: 654px;
  }
}

@media screen and (max-width: 654px) {
  .event_list.grid_view {
    max-width: 327px;
  }
}

.event_list .list {
  zoom: 1;
  z-index: 10;
  position: relative;
  text-align: center;
}

.event_list .list:before, .event_list .list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_list .list:after {
  clear: both;
}

.event_list .entry {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 950px;
  background: white;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.event_list .entry .info {
  zoom: 1;
  position: relative;
  float: left;
  width: calc(100% - 168px);
  padding: 26px 30px 20px;
  text-align: left;
  min-height: 108px;
  padding-right: 170px;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.event_list .entry .info:before, .event_list .entry .info:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_list .entry .info:after {
  clear: both;
}

.event_list .entry .info .spacer {
  flex-grow: 1;
}

.event_list .entry .info h3, .event_list .entry .info .title {
  float: left;
  color: #333333;
}

.event_list .entry .info h3 a, .event_list .entry .info .title a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #333333;
  font-size: 24px;
}

.event_list .entry .info h3 a:hover, .event_list .entry .info .title a:hover {
  color: #676767;
}

.event_list .entry .info h4, .event_list .entry .info .tagline {
  float: left;
  clear: left;
  color: #585656;
  margin-top: 5px;
}

.event_list .entry .info .right_side {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.event_list .entry .info .date {
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  clear: both;
  display: none;
}

.event_list .entry .info .date .m-date__year, .event_list .entry .info .date .time {
  display: none;
}

.event_list .entry .info .date.outside_buttons {
  display: block;
  line-height: 1;
}

.event_list .entry .info .buttons a {
  float: right;
  clear: right;
}

.event_list .entry .thumb {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  max-width: 168px;
  float: left;
  background: #666;
  border-radius: 5px 0px 0px 5px;
}

.event_list .entry .thumb img {
  max-width: 100%;
  float: left;
  height: 157px;
  border-radius: 5px 0px 0px 5px;
}

.event_list .entry .thumb:hover {
  zoom: 1;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 340px) {
  .event_list .entry .thumb {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .event_list .entry {
    padding: 15px 0 110px;
  }
  .event_list .entry .info {
    padding: 15px 30px;
    position: static;
    width: calc(100% - 108px);
  }
  .event_list .entry .info .right_side {
    position: absolute;
    display: block;
    width: 100%;
    clear: both;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
    padding: 15px;
    transform: translateY(0%);
  }
  .event_list .entry .info .right_side .date {
    float: right;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .event_list .entry .info .right_side .buttons {
    float: left;
    width: 100%;
  }
  .event_list .entry .info .right_side .buttons a {
    clear: none;
    float: left;
    width: calc(50% - 5px);
  }
  .event_list .entry .info .right_side .buttons a:nth-child(2) {
    margin-right: 10px;
    clear: left;
  }
  .event_list .entry .thumb {
    border-radius: 0px;
    height: 108px;
  }
  .event_list .entry .thumb img {
    height: 108px;
    border-radius: 0px;
  }
}

@media screen and (max-width: 340px) {
  .event_list .entry .info {
    padding: 15px;
    width: 100%;
  }
}

.event_list .filler {
  display: none;
  z-index: 1;
}

.event_list .extra_events {
  display: none;
}

.event_list.calendar_view {
  display: none;
}

.event_list.grid_view .extra_events {
  display: block;
}

.event_list.grid_view .filler {
  display: block;
  width: 297px;
  margin: 0px 15px 30px;
  float: left;
  height: 525px;
}

@media screen and (max-width: 1310px) {
  .event_list.grid_view .filler.show_desktop {
    display: none;
  }
}

.event_list.grid_view .filler.show_tablet {
  display: none;
}

@media screen and (max-width: 1310px) {
  .event_list.grid_view .filler.show_tablet {
    display: block;
  }
}

@media screen and (max-width: 981px) {
  .event_list.grid_view .filler.show_tablet {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .event_list.grid_view .entry {
    width: calc(33.3% - 30px);
    width: 297px;
    margin: 0px 15px 30px;
    height: auto;
    background: white;
    float: left;
    display: block;
  }
  .event_list.grid_view .entry .info {
    float: left;
    width: 100%;
    height: 245px;
    text-align: left;
    padding: 20px 30px 30px;
    display: block;
  }
  .event_list.grid_view .entry .info .right_side {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 0px;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    transform: translateY(0%);
  }
  .event_list.grid_view .entry .info .right_side .date {
    position: absolute;
    top: 0px;
    right: 30px;
  }
  .event_list.grid_view .entry .info .buttons {
    float: left;
    width: 100%;
  }
  .event_list.grid_view .entry .info .buttons a {
    clear: none;
    float: left;
    width: 111px;
  }
  .event_list.grid_view .entry .info .buttons a:nth-child(2) {
    margin-right: 10px;
    clear: left;
  }
  .event_list.grid_view .entry .info .date {
    float: right;
    clear: none;
    display: block;
  }
  .event_list.grid_view .entry .info .date.outside_buttons {
    display: none;
  }
  .event_list.grid_view .entry .thumb {
    max-width: 100%;
    border-radius: 5px 5px 0px 0px;
  }
  .event_list.grid_view .entry .thumb img {
    max-width: 100%;
    float: left;
    height: 280px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
  }
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail .event_header {
  background: #ffffff;
  text-align: left;
  padding: 30px 30px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.event_detail .event_header.no_image {
  border-radius: 5px;
}

.event_detail .event_header .event_title {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.event_detail .event_header h1 {
  text-align: left;
  font: 400 32px/100% "Oswald", sans-serif;
  margin: 0;
  color: #0e0e0e;
  margin-bottom: 5px;
}

.event_detail .spotlight_image {
  zoom: 1;
  border-radius: 5px;
  margin-bottom: 20px;
}

.event_detail .spotlight_image:before, .event_detail .spotlight_image:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.event_detail .spotlight_image:after {
  clear: both;
}

.event_detail .spotlight_image img {
  width: 100%;
  border-radius: 5px;
  float: left;
}

.event_detail .details {
  background: #ffffff;
  padding: 30px 30px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 330px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.event_detail .details.group_info_is_empty {
  display: none;
}

.event_detail .details ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.event_detail .details ul li {
  border-top: 1px solid #CECECE;
  padding: 15px 0;
}

.event_detail .details ul li p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.06em;
  color: #666666;
  line-height: 1.4;
}

.event_detail .details ul li a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #666666;
  border-bottom: 1px solid #666;
  letter-spacing: 0.06em;
}

.event_detail .details ul li a:hover {
  border-bottom: none;
  color: #333;
  text-decoration: none;
}

.event_detail .details ul li p a {
  text-decoration: none;
}

.event_detail .details ul li p a:hover {
  text-decoration: none;
}

.event_detail .details ul li:first-child {
  border-top: 0px;
}

@media screen and (max-width: 870px) {
  .event_detail .details {
    max-width: 100%;
  }
}

.event_detail .description {
  position: relative;
  overflow: hidden;
  height: 150px;
}

.event_detail .description:focus {
  height: auto;
}

.event_detail .description_wrapper {
  position: relative;
  padding-bottom: 40px;
}

.event_detail .description_wrapper .description {
  position: relative;
  overflow: hidden;
}

.event_detail .description_wrapper .description:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  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%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}

.event_detail .description_wrapper .description p {
  margin-bottom: 30px;
}

.event_detail .description_wrapper .description p a:hover {
  color: #333;
  text-decoration: none;
  border-bottom: none;
}

.event_detail .description_wrapper .description.is-opened:after {
  display: none;
}

.event_detail .description_wrapper .description.is-opened + .read-more svg {
  transform: rotate(180deg);
}

.event_detail .description_wrapper .read-more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.event_detail .description_wrapper .read-more:hover {
  color: #676767;
}

.event_detail .description_wrapper .read-more svg {
  margin-left: 5px;
  vertical-align: middle;
  transform-origin: center;
}

.event_detail .description_wrapper.short-description {
  padding-bottom: 0;
}

.event_detail .description_wrapper.short-description .description {
  height: auto;
}

.event_detail .description_wrapper.short-description .description:after {
  display: none;
}

.event_detail .description_wrapper.short-description .read-more {
  display: none;
}

.event_detail .showings {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 0 0px;
}

.event_detail .showings:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 63px;
  background: #3b3b3b;
  border-radius: 5px 0px 0px 5px;
}

.event_detail .showings h3 {
  padding-left: 90px;
  margin-bottom: 10px;
}

.event_detail .showings ul {
  padding: 0;
}

.event_detail .showings ul li {
  position: relative;
  padding: 20px 30px;
  padding-left: 70px;
  display: block;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}

.event_detail .showings ul li:after {
  content: '';
  border-bottom: 1px solid #CECECE;
  position: absolute;
  top: 0px;
  right: 30px;
  display: block;
  width: calc(100% - 100px);
}

.event_detail .showings ul li:first-child:after {
  display: none;
}

.event_detail .showings ul li .button {
  float: right;
}

@media screen and (min-width: 871px) and (max-width: 960px) {
  .event_detail .showings ul li .button {
    float: none;
    clear: both;
    display: block;
    width: 122px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
}

.event_detail .showings ul li .cal_icon {
  -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%);
  left: 3px;
  height: 18px;
  width: 18px;
  border: 2px solid #ffffff;
  padding: 1px;
}

.event_detail .showings ul li .cal_icon span.line {
  position: absolute;
  top: -5px;
  left: -2px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 10px;
  display: block;
  width: 18px;
}

.event_detail .showings ul li .cal_icon span.block {
  height: 2px;
  width: 2px;
  float: left;
  margin: 1px;
  background: #ffffff;
}

.event_detail .showings ul li .cal_icon:hover {
  border-color: #FFC30D;
}

.event_detail .showings ul li .cal_icon:hover span.line {
  border-color: #FFC30D;
}

.event_detail .showings ul li .cal_icon:hover span.block {
  background: #FFC30D;
}

/* ----------------------------------------------------------------------------
= Archive Events
----------------------------------------------------------------------------- */
.event-archive #content {
  z-index: 1;
}

.event-archive .event_list {
  max-width: none;
  padding: 0;
  margin: auto !important;
}

@media screen and (max-width: 700px) {
  .event-archive .event_list {
    margin: 62px auto auto !important;
  }
}

.event-archive .event_list_header {
  padding-top: 50px;
}

.event-archive .event_list_header h1 {
  margin: 0 0 -27px;
}

.event-archive .event_listing {
  background: none;
}

.event-archive .full_column {
  background: none;
}

.event-archive .full_column #yellow_bg_cut {
  position: absolute;
  left: 0;
  z-index: 1;
}

.event-archive .full_column #yellow_bg_cut img {
  width: 100vw;
  height: 300px;
}

@media screen and (max-width: 700px) {
  .event-archive .full_column #yellow_bg_cut img {
    height: 415px;
  }
}

.event-archive .full_column .event_list_header {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.event-archive #no_results {
  margin: 250px 0 250px;
}

.archive_all_events a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "Raleway", sans-serif;
  color: #333;
  line-height: 16px;
}

.archive_all_events a i {
  font-size: 16px;
  margin-right: 5px;
}

.archive_search {
  position: relative;
  float: right;
  top: 25px;
}

@media screen and (max-width: 700px) {
  .archive_search {
    position: absolute;
    float: none;
    top: 129px;
    left: 48px;
  }
}

.archive_search .icon_wrap {
  background: #fff;
  width: 31px;
  height: 31px;
  position: absolute;
  left: -27px;
  top: 0;
}

.archive_search .icon_wrap .icon {
  position: absolute;
  left: 8px;
  right: 0;
  margin: auto;
  top: 9px;
}

.archive_search .icon_wrap .icon .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #333;
  border-radius: 50%;
  height: 11px;
  width: 11px;
}

.archive_search .icon_wrap .icon .line {
  position: absolute;
  top: 8px;
  left: 10px;
  border: 1px solid #333;
  width: 6px;
  height: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}

.archive_search form {
  position: relative;
}

.archive_search form input[type="text"] {
  border: none;
  font: normal 12px/100% "Raleway", sans-serif;
  height: 31px;
  width: 250px;
  padding-left: 5px;
}

.archive_search form input[type="text"]:focus {
  outline: none;
  border-bottom: 1px solid #000;
}

.archive_search form button {
  border: none;
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
}

.archive_search form #search_term {
  font: normal 13px/100% "Raleway", sans-serif;
  margin: 20px 0;
  text-align: right;
}

.archive_search form #search_term .term {
  font-style: italic;
}

.archive_search form #archive_all_btn {
  text-align: right;
}

.archive_search form #archive_all_btn a {
  font: normal 13px/100% "Raleway", sans-serif;
  background-color: #333;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 27px;
  font-weight: 400;
  height: 30px;
}

.archive_search form #archive_all_btn a:hover {
  background-color: #444;
}

.archive_list_wrap {
  background: #f2f2f2;
  padding-top: 75px;
  padding-bottom: 45px;
  min-height: 375px;
}

@media screen and (max-width: 700px) {
  .archive_list_wrap {
    width: 100%;
    margin-left: 0px;
  }
}

.archive_list_wrap .archive_list {
  max-width: 1310px;
  margin: auto;
  zoom: 1;
  padding: 0;
}

@media screen and (max-width: 1310px) {
  .archive_list_wrap .archive_list {
    max-width: 981px;
  }
}

@media screen and (max-width: 981px) {
  .archive_list_wrap .archive_list {
    max-width: 654px;
  }
}

@media screen and (max-width: 700px) {
  .archive_list_wrap .archive_list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 654px) {
  .archive_list_wrap .archive_list {
    max-width: 327px;
  }
}

.archive_list_wrap .archive_list .archive_entry {
  height: 395px !important;
}

@media screen and (max-width: 700px) {
  .archive_list_wrap .archive_list .archive_entry {
    height: auto !important;
    padding: 15px 0;
  }
}

.archive_list_wrap .archive_list .archive_entry .info {
  height: auto !important;
  position: absolute;
  bottom: 0;
  min-height: 115px;
  background: #fff;
}

@media screen and (max-width: 700px) {
  .archive_list_wrap .archive_list .archive_entry .info {
    position: relative;
    background: transparent;
  }
}

.archive_list_wrap .archive_list .archive_entry .info .archive_date {
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  clear: both;
  margin-bottom: 0;
  color: #585656;
}

.year_image {
  clear: both;
  position: relative;
  height: calc(100vh - 182px);
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .year_image {
    width: 100%;
    margin-left: 0px;
  }
}

.year_image .year_image_bg {
  height: calc(100vh - 182px);
}

.year_image #scroll_down {
  position: absolute;
  color: #fff;
  font-size: 38px;
  bottom: 15px;
  left: 0;
  right: 0;
}

.year_image #scroll_down .words {
  display: none;
  font-size: 14px;
}

.year_image.search_page {
  height: 150px;
  background: #000;
}

@media screen and (max-width: 700px) {
  .year_image.search_page {
    height: 80px;
    margin-left: 0;
  }
}

.year_image .year_bg {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

@media screen and (max-width: 700px) {
  .year_image .year_bg {
    height: 100%;
    background-attachment: inherit;
  }
}

.year_image p {
  position: absolute;
  width: 150px;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fdc20e;
  color: #000;
  font-size: 45px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  z-index: 4;
}

@media screen and (max-width: 700px) {
  .year_image p {
    font-size: 25px;
    width: 125px;
  }
}

.calendar:not(.m-venueframework_outerwrap) {
  position: relative;
  display: none;
  margin: auto;
  margin-top: -20px;
  max-width: 1280px;
  padding: 0 20px 100px;
}

@media screen and (min-width: 701px) {
  .calendar:not(.m-venueframework_outerwrap).calendar_view {
    display: block;
  }
}

.calendar:not(.m-venueframework_outerwrap) .month_name {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #080808;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font: 400 26px/138% "Oswald", sans-serif;
  text-transform: uppercase;
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap, .calendar:not(.m-venueframework_outerwrap) .additional_events {
  display: none;
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner {
  zoom: 1;
  max-width: 1280px;
  margin: auto;
  padding: 0px 0;
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner:before, .calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner:after {
  clear: both;
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner .tl-calendar {
  zoom: 1;
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner .tl-calendar:before, .calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner .tl-calendar:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.calendar:not(.m-venueframework_outerwrap) .tl-wrap-inner .tl-calendar:after {
  clear: both;
}

.calendar:not(.m-venueframework_outerwrap) .calendar_section {
  display: block;
  margin: auto;
}

.calendar:not(.m-venueframework_outerwrap) .weekdays {
  position: relative;
  clear: both;
  display: block;
  zoom: 1;
  width: 100%;
}

.calendar:not(.m-venueframework_outerwrap) .weekdays:before, .calendar:not(.m-venueframework_outerwrap) .weekdays:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.calendar:not(.m-venueframework_outerwrap) .weekdays:after {
  clear: both;
}

.calendar:not(.m-venueframework_outerwrap) .weekdays:before {
  content: '';
  width: calc(100% - 10px);
  height: 1px;
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  background: #ffbc0b;
  visibility: visible;
}

.calendar:not(.m-venueframework_outerwrap) .weekdays .weekday {
  width: 14.28%;
  padding-top: 15px;
  text-align: left;
  text-transform: uppercase;
  color: #080808;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin-bottom: 13px;
  margin-right: 0px;
  padding-left: 8px;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date {
  position: relative;
  width: 123px;
  width: calc(14.28% - 10px);
  background: #fff;
  height: 220px;
  float: left;
  margin: 0 5px 10px;
  border-radius: 5px 5px 0px 0px;
  padding: 40px 15px 0px;
  text-align: left;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .cal_events {
  height: 130px;
  overflow-y: auto;
}

.ie10 .calendar:not(.m-venueframework_outerwrap) .tl-date .cal_events, .ie9 .calendar:not(.m-venueframework_outerwrap) .tl-date .cal_events {
  overflow: hidden;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .events-wrap {
  padding-bottom: 20px;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .events-wrap .event_item {
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .events-wrap .event_item:first-child {
  padding-top: 0px;
  border-top: none;
  margin-top: 0px;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .day {
  display: none;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .date {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 13px;
  border-radius: 0px 5px 0px 5px;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date.is_today .date {
  background: #ffce0a;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date.day_1 {
  padding-top: 50px;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date.day_1 .date {
  color: #fff;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .month {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #080808;
  height: 42px;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
  padding: 0 15px;
  letter-spacing: 0.08em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date h3 {
  margin-bottom: 5px;
  max-height: 44px;
  overflow: hidden;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date h3 a {
  font-size: 12px;
  word-wrap: break-word;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date h3 a:hover, .calendar:not(.m-venueframework_outerwrap) .tl-date h3 a:focus {
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 870px) {
  .calendar:not(.m-venueframework_outerwrap) .tl-date h3 a {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 870px) {
  .calendar:not(.m-venueframework_outerwrap) .tl-date h3 {
    line-height: 1.2;
  }
}

.calendar:not(.m-venueframework_outerwrap) .tl-date .time {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  z-index: 10;
}

.calendar:not(.m-venueframework_outerwrap) .tl-date:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+63 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 63%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 63%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 63%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
  border-radius: 0px 0px 5px 5px;
  z-index: 15;
}

.calendar:not(.m-venueframework_outerwrap) .additional_events .tl-date[data-weekday="0"] {
  clear: left;
}

.calendar .tl-header {
  position: relative;
  z-index: 2;
}

.calendar .tl-wrap-inner .accessible-overlay {
  width: 0;
  height: 0;
  overflow: hidden;
}

.calendar .tl-wrap-inner.tabbing .accessible-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 50;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  opacity: 1;
  display: flex;
  flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calendar .tl-wrap-inner.tabbing .accessible-overlay a {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 200px;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.sprint-center-connection-1 .textarea .content {
  padding: 50px 20px 0;
}

.newsletter_form {
  width: 100%;
  max-width: 958px;
  margin: auto;
  padding: 0px 20px 50px;
  display: inline-block;
}

.newsletter_form form {
  background: #fff;
  padding: 54px 30px 40px;
  margin: 0 0 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.newsletter_form form label {
  margin: 0 0 5px;
}

.newsletter_form form input[type="text"],
.newsletter_form form input[type="email"],
.newsletter_form form input[type="password"] {
  appearance: none;
  position: relative;
  display: block;
  height: 30px;
  margin: 0 0 30px 0px;
  padding: 8px 10px;
  color: #333;
  border: 1px solid black;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 0;
}

.newsletter_form form input[type='submit']:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
= Basic horizontal carousel for jcarousel only
----------------------------------------------------------------------------- */
.carousel.horizontal {
  position: relative;
  clear: both;
  width: 100%;
  height: 90px;
}

.carousel.horizontal .carousel_holder {
  position: relative;
  width: 1084px;
  margin: 0 auto;
}

.carousel.horizontal .prev-scroller, .carousel.horizontal .next-scroller {
  position: absolute;
  display: block;
  top: 0;
  width: 30px;
  height: 90px;
  background: none;
  cursor: pointer;
}

.carousel.horizontal .prev-scroller:after, .carousel.horizontal .next-scroller:after {
  position: absolute;
  display: block;
  top: 0;
  width: 30px;
  height: 90px;
  background: black;
  font-size: 34px;
  font-weight: normal;
  line-height: 90px;
  content: '\f105';
  text-align: center;
}

.carousel.horizontal .prev-scroller {
  left: 0;
}

.carousel.horizontal .prev-scroller:after {
  content: '\f104';
}

.carousel.horizontal .next-scroller {
  right: 0;
}

.carousel.horizontal .list_holder {
  position: relative;
  overflow: hidden;
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  padding: 8px 0;
}

.carousel.horizontal ul.list {
  position: relative;
  display: block;
  width: 1000em;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

.carousel.horizontal ul.list:before, .carousel.horizontal ul.list:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.carousel.horizontal ul.list:after {
  clear: both;
}

.carousel.horizontal ul.list li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 175px;
  height: 80px;
  margin: 0 12px;
  padding: 0;
  background: none;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl_carousel {
  display: none;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

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

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

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

.rslides li:before {
  display: none;
}

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

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

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

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

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

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

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

.lightbox a img {
  border: none;
}

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

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

.lb-container {
  padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  clear: both;
  margin: 0;
  padding: 0;
}

.sitemap .column {
  position: relative;
  float: right;
  width: calc(50% - 20px);
  margin-left: 20px;
  padding: 0;
}

.sitemap .column:first-child {
  margin-left: 0px;
  margin-right: 20px;
  float: left;
}

@media screen and (max-width: 700px) {
  .sitemap .column {
    width: 90%;
    width: calc(100% - 20px);
    float: none;
    margin: 0 auto 0px;
    clear: both;
    display: block;
  }
  .sitemap .column:first-child {
    float: none;
    margin: 0 auto 0px;
  }
}

.sitemap ul:first-child > li {
  padding-left: 30px;
}

.sitemap ul:first-child > li:before {
  display: none;
}

.sitemap ul:first-child > li > a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
}

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

.jspPane {
  position: absolute;
}

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

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

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

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

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

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

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

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

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

.jspVerticalBar .jspArrow {
  height: 16px;
}

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

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

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

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

.fbtabs {
  position: relative;
  width: 200px;
  height: 370px;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.fbtabs h4 {
  height: 20px;
  margin: 10px 0;
  padding: 0 0 0 28px;
  color: #fff;
  background: url(../images/social_icons.png) no-repeat 0 2px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  text-transform: uppercase;
}

.fbtabs a.seeall {
  position: absolute;
  display: block;
  z-index: 25;
  top: 45px;
  right: 12px;
  width: 16px;
  height: 12px;
  padding: 5px;
  background: url(../images/icon_seeall.png) no-repeat center center;
  cursor: pointer;
  text-indent: -90000px;
}

.fbtabs .css-tabs {
  margin: 0 0 0 -1px;
  padding: 0;
}

.fbtabs .css-tabs li {
  float: left;
  padding: 0;
  list-style: none;
}

.fbtabs .css-tabs a {
  display: block;
  margin: 0 1px 0;
  padding: 5px 10px 2px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #2577c6;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.fbtabs .css-tabs a.current {
  color: #2577c6;
  background-color: #fff;
}

.fbtabs .css-panes {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  z-index: 5;
  top: -1px;
  width: 170px;
  height: 260px;
  padding: 5px;
  background-color: #fff;
}

.fbtabs .css-panes .pane {
  display: none;
  min-height: 238px;
  padding: 10px 0;
  border: none;
  background: #fff;
}

.fbtabs .css-panes .attendee {
  float: left;
  width: 50px;
  height: 85px;
  padding: 0 3px;
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}

.fbtabs .css-panes .attendee a {
  display: block;
  clear: both;
  color: #222;
  font-size: 11px;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
}

.fbtabs .css-panes .attendee a div {
  font-size: 10px;
  font-weight: normal;
}

.fbtabs .css-panes .attendee img {
  display: block;
  width: 50px;
  height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fb_window_content .warning {
  background: #ffebe8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body#pages.search #frmSearchBox {
  display: none;
}

body.scroll-lock {
  overflow: hidden;
}

.m-search-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: 99999;
  overflow: auto;
  transition: 0ms;
  display: none;
  pointer-events: none;
}

.m-search-container:after {
  content: '';
  background: url(../images/yellow_top.png) top center #f2f2f2 no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  height: calc(100% - 100px);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1399px) {
  .m-search-container:after {
    background-size: 100% auto;
  }
}

.m-search-container:before {
  content: '';
  width: 100%;
  height: 100px;
  background: #fff;
  display: block;
  position: absolute;
}

.m-search-container.active {
  pointer-events: auto;
}

.m-search-container .logo {
  display: block;
  z-index: 999;
  position: relative;
}

.m-search-container .close {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.m-search-container .close:before, .m-search-container .close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  top: 50%;
}

.m-search-container .close:before {
  transform: translateY(-50%) rotate(45deg);
}

.m-search-container .close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.search-app {
  position: relative;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
  min-height: 400px;
}

.search-app input {
  width: calc(100% - 20px);
  left: 10px;
  padding: 8.5px 118px 8.5px 18px;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: .03em;
  color: #262626;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  margin-top: 20px;
  position: absolute;
  z-index: 9999;
  top: 0;
  background: url(../images/icn_es_search.png) #fff right center no-repeat;
}

.search-app a.submit {
  position: absolute;
  top: 0px;
  right: 30px;
  text-indent: -9999px;
  height: 74px;
  width: 50px;
  padding: 0px;
  background: url(../images/icn_search_toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

ul.showtime-search-instant-results {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 0px;
  margin: 0;
}

ul.showtime-search-instant-results li {
  list-style: none;
}

ul.showtime-search-instant-results li:before {
  display: none;
}

.showtime-search-instant-result-header {
  width: 100%;
  margin: 0 auto;
  color: #333;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: .025em;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font: 600 22px/136% 'Raleway', sans-serif;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result-header {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.showtime-search-instant-result-header.result-header-main {
  border-bottom: 0;
  max-width: 1000px;
  position: relative;
  padding-bottom: 0;
  padding-top: 20px;
  margin-bottom: -20px;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result-header.result-header-main {
    padding-top: 60px;
    margin-bottom: -15px;
    margin-top: 50px;
  }
}

.showtime-search-instant-result-keyword-container {
  color: white;
  text-align: left;
  font-size: 32px;
  line-height: 41px;
  font-weight: 300;
  letter-spacing: 0.06em;
  max-width: calc(100% - 125px);
  display: block;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result-keyword-container {
    max-width: 100%;
    display: none;
  }
}

.showtime-search-instant-result-keyword {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
}

.showtime-search-instant-result-filter {
  overflow: hidden;
  position: absolute;
  height: 40px;
  width: 110px;
  right: 0;
  top: 20px;
  z-index: 1;
  padding: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: white;
  display: block;
  margin: auto;
  background-color: transparent;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 34px;
  cursor: pointer;
  text-align: left;
  float: right;
  font-family: 'Oswald', sans-serif;
  padding-top: 35px;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result-filter {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
}

.showtime-search-instant-result-filter:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: right;
  right: 10px;
  top: 0;
  pointer-events: none;
}

.showtime-search-instant-result-filter > li {
  background: #ffc70d !important;
  width: 100%;
  cursor: pointer;
  color: white;
  padding: 6px 15px;
}

.showtime-search-instant-result-filter > li.is-selected {
  position: absolute;
  top: 0;
  left: 0;
}

.showtime-search-instant-result-filter.is-selecting-result-type {
  height: auto;
}

.showtime-search-instant-result .date {
  display: none;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  position: absolute;
  padding: 0px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-top: 15px;
  width: 118px;
  text-align: center;
}

.showtime-search-instant-result h3 {
  clear: both;
  float: left;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  max-height: 70px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: none;
  font: 600 20px/125% "Raleway", sans-serif;
  letter-spacing: 0.08em;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 190px);
}

.showtime-search-instant-result h3:hover {
  color: #333;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result h3 {
    left: auto;
    top: auto;
    position: relative;
    float: left;
    width: 100%;
    padding-right: 20px;
    transform: translateY(0);
  }
}

.showtime-search-instant-result .buttons {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.showtime-search-instant-result .buttons a.tickets, .showtime-search-instant-result .buttons span.tickets {
  display: none;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result .buttons {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .showtime-search-instant-result .buttons a, .showtime-search-instant-result .buttons span {
    margin-right: 20px;
    margin-left: 0px;
  }
}

.showtime-search-instant-result .showtime-search-instant-imgcontainer {
  float: left;
  overflow: hidden;
  opacity: 1;
  margin-left: -30px;
  margin-top: -10px;
  margin-bottom: -10px;
  height: 108px;
  width: 108px;
}

.showtime-search-instant-result .showtime-search-instant-imgcontainer:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result .showtime-search-instant-imgcontainer {
    display: none;
  }
}

.showtime-search-instant-result .showtime-search-instant-imgcontainer img {
  display: block;
  height: 100%;
  width: auto;
}

.showtime-search-instant-result .teaser {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.28;
  font-family: "Raleway", sans-serif;
  display: none;
}

.showtime-search-instant-result.news, .showtime-search-instant-result.events, .showtime-search-instant-result.venues, .showtime-search-instant-result.pages {
  zoom: 1;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  background: white;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px 30px;
  min-height: 110px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result.news, .showtime-search-instant-result.events, .showtime-search-instant-result.venues, .showtime-search-instant-result.pages {
    padding: 10px;
    min-height: 0;
  }
}

.showtime-search-instant-result.news:before, .showtime-search-instant-result.news:after, .showtime-search-instant-result.events:before, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:before, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:before, .showtime-search-instant-result.pages:after {
  display: block;
  visibility: hidden;
  height: 0;
  content: '\0020';
}

.showtime-search-instant-result.news:after, .showtime-search-instant-result.events:after, .showtime-search-instant-result.venues:after, .showtime-search-instant-result.pages:after {
  clear: both;
}

.showtime-search-instant-result.news h3 {
  padding: 0px;
}

.showtime-search-instant-result.pages h3 {
  width: calc(100% - 60px);
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: none;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result.pages h3 {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.showtime-search-instant-result.pages h3:after {
  content: "View Page";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffdf0d;
  background: linear-gradient(15deg, #ffdf0d 0%, #ffc20d 45%, #ffc20d 45%);
  color: white;
  border: none;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 0 27px;
  font-weight: 400;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result.pages h3:after {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    float: left;
    margin-top: 20px;
  }
}

.showtime-search-instant-result.events .venue_cat {
  position: absolute;
  bottom: 0;
  width: calc(100% - 138px);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #bfbfbf;
  display: none;
}

.showtime-search-instant-result.events .venue_cat .venue_title, .showtime-search-instant-result.events .venue_cat .offer_title {
  background-color: transparent;
}

.showtime-search-instant-result.events .venue_cat .cat_title {
  display: none;
}

.showtime-search-instant-result.events.has_image .venue_cat {
  left: 138px;
  width: calc(100% - 350px);
}

.showtime-search-instant-result.events.has_image .date {
  display: none;
  position: absolute;
  padding: 0px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-top: 15px;
  width: 118px;
  text-align: center;
}

.showtime-search-instant-result.events.has_image .date:after {
  width: calc(100% + 20px);
  left: -20px;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result.events.has_image .date {
    left: auto;
    top: auto;
    position: relative;
    float: left;
    padding-top: 20px;
  }
  .showtime-search-instant-result.events.has_image .date:after {
    width: 100%;
    left: 0px;
  }
}

.showtime-search-instant-result.events.has_image .is_event {
  position: absolute;
  left: 138px;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 138px);
  padding-left: 0px;
}

@media screen and (max-width: 600px) {
  .showtime-search-instant-result.events.has_image .is_event {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 100%;
    transform: translateY(0);
  }
}

.showtime-search-instant-result.events .showtime-search-instant-result-info {
  display: none;
}

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

#venue_widgets_framework .m-venueframework__header {
  z-index: 1;
  float: none;
  background-color: #FFC30D;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #FFC30D;
  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: transparent;
  border-left-color: white;
  border-top-color: white;
  border-bottom-color: transparent;
}

#venue_widgets_framework .m-venueframework__header-icon svg {
  fill: #333333;
}

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

#venue_widgets_framework .m-venueframework__header-text {
  color: #333333;
  text-transform: capitalize;
}

#venue_widgets_framework .m-venueframework__header-link, #venue_widgets_framework .m-venueframework__header-link:visited {
  background-color: #FFC30D;
  color: #423e3f;
}

#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: #231f20;
  color: white;
}

#venue_widgets_framework .m-venueframework__header-link:before, #venue_widgets_framework .m-venueframework__header-link:visited:before {
  background-color: transparent;
}

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

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

#venue_widgets_framework .m-owlcarousel__controls-icon {
  border-color: transparent;
  background-color: transparent;
}

#venue_widgets_framework .m-owlcarousel__controls-icon svg {
  stroke: #333333;
}

#venue_widgets_framework .m-owlcarousel__controls-icon:hover, #venue_widgets_framework .m-owlcarousel__controls-icon:focus {
  border-color: #333333;
  background-color: transparent;
}

#venue_widgets_framework .m-owlcarousel__controls-icon:hover svg, #venue_widgets_framework .m-owlcarousel__controls-icon:focus svg {
  stroke: #333333;
}

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

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

#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: #E6E6E6;
}

#venue_widgets_framework .m-venueframework-linklist__link, #venue_widgets_framework .m-venueframework-linklist__link:visited {
  border-bottom-color: #E6E6E6;
}

#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: #333333;
}

#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: #333333;
}

#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: #FFC30D;
}

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

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

#venue_widgets_framework .m-venueframework-linklist__item-icon {
  color: #333333;
}

#venue_widgets_framework .m-venueframework-linklist__item-icon svg {
  stroke: #333333;
}

#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: #E6E6E6;
}

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

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

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

#venue_widgets_framework .m-venueframework-newswidget__link, #venue_widgets_framework .m-venueframework-newswidget__link:visited {
  border-bottom-color: #E6E6E6;
}

#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: #333333;
}

#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: #FFC30D;
}

#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: #333333;
}

#venue_widgets_framework .m-venueframework-socialwidget__description {
  color: #333333;
}

#venue_widgets_framework .m-venueframework-socialwidget__description a, #venue_widgets_framework .m-venueframework-socialwidget__description a:visited {
  color: #333333;
}

#venue_widgets_framework .m-venueframework-socialwidget__description a:hover, #venue_widgets_framework .m-venueframework-socialwidget__description a:focus {
  color: #333333;
}

#venue_widgets_framework .m-venueframework-socialwidget__meta {
  color: #333333;
}

#venue_widgets_framework .m-venueframework-socialwidget__meta a, #venue_widgets_framework .m-venueframework-socialwidget__meta a:visited {
  color: #333333;
}

#venue_widgets_framework .m-venueframework-socialwidget__meta a:hover, #venue_widgets_framework .m-venueframework-socialwidget__meta a:focus {
  color: #FFC30D;
}

#venue_widgets_framework .m-venueframework-socialwidget__meta .delimiter {
  color: #333333;
}

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

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

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

#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: #333333;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover {
  border-color: #333333;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .cal-controls .m-owlcarousel__controls-icon:hover svg {
  stroke: #333333;
}

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

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

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

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

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

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

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .fc-calendar .fc-row > div.fc-content:hover .fc-date {
  color: #333333;
}

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

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

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

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

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

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

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in {
  border-radius: 6px 6px 6px 6px;
}

#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: #FFC30D;
  color: #333333;
  border-radius: 6px 6px 0 0;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .close:hover {
  background: #231f20;
  color: white;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in .date {
  color: #FFC30D;
}

#venue_widgets_framework .l-m-venue_widget__calendarwidget .modal.fade.in h3 a {
  color: #333333;
}

#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: #333333;
}

#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: #333333;
}

#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: #423e3f;
}

#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: #423e3f;
}

#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: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover {
  border-color: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-owlcarousel__controls-icon:hover svg {
  stroke: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__date {
  color: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title, #venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__title a {
  color: #333333;
}

#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: #FFC30D;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-eventItem__tagline {
  color: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__item {
  border-right-color: #E6E6E6;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a {
  color: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover {
  color: #FFC30D;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a:hover svg path {
  fill: #333333;
}

#venue_widgets_framework .l-m-venue_widget__eventslist .m-venueframework-eventslist__buttons a svg path {
  fill: #FFC30D;
}

#venue_widgets_framework {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}

#venue_widgets_framework:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../images/bg_widget_background.jpg) no-repeat;
  background-size: cover;
}

.home #venue_widgets_framework:before {
  width: 100vw;
  top: -100px;
  height: calc(100% + 100px);
  background: none;
}

#venue_widgets_framework .font_raleway-bold_open-sans .m-venueframework__header-link {
  font-weight: 700;
}

#venue_widgets_framework .m-venueframework__header-text {
  padding-left: 10px;
}

#venue_widgets_framework .m-venueframework__header-link {
  text-transform: capitalize;
}

#venue_widgets_framework .m-venueframework__header {
  border-radius: 5px 5px 0px 0px;
}

#venue_widgets_framework .m-venueframework-newswidget__link .m-venueframework-newswidget__item-title,
#venue_widgets_framework .has_image .m-venueframework-newswidget__item .m-venueframework-newswidget__item-title {
  max-height: 90px;
}

@media screen and (max-width: 750px) {
  #venue_widgets_framework .m-venueframework-newswidget__link .m-venueframework-newswidget__item-title,
  #venue_widgets_framework .has_image .m-venueframework-newswidget__item .m-venueframework-newswidget__item-title {
    max-height: 70px;
  }
}
