/* ----------------------------------------------------------------------------
= Main import - compiles to /css/style.css
= Currently using Bourbon latest from CodeKit
----------------------------------------------------------------------------- */
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; }

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

*/
/**************************************************************************************
= CSS GRID STRUCTURE
**************************************************************************************/
/* Creating padding in each column.  Ex: 20px gutter is 10px padding on the left and 
10px padding on the right */
/* Number of Columns you wish to generate for your grid.  Default: 6 */
/* Breakpoints for switching from desktop to tablet to mobile */
.grid-container {
  width: 100%; }
  .grid-container .grid-row {
    width: 100%;
    max-width: 1335px;
    margin: 0 auto;
    position: relative; }
    .grid-container .grid-row .grid-column::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-1 {
        width: calc(100% * 0.1249);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-1 {
        width: calc(100% * 0.1249);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-1 {
        width: calc(100% * 0.1249);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-2 {
        width: calc(100% * 0.2499);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-2 {
        width: calc(100% * 0.2499);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-2 {
        width: calc(100% * 0.2499);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-3 {
        width: calc(100% * 0.3749);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-3 {
        width: calc(100% * 0.3749);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-3 {
        width: calc(100% * 0.3749);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-4 {
        width: calc(100% * 0.4999);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-4 {
        width: calc(100% * 0.4999);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-4 {
        width: calc(100% * 0.4999);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-5 {
        width: calc(100% * 0.6249);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-5 {
        width: calc(100% * 0.6249);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-5 {
        width: calc(100% * 0.6249);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-6 {
        width: calc(100% * 0.7499);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-6 {
        width: calc(100% * 0.7499);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-6 {
        width: calc(100% * 0.7499);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-7 {
        width: calc(100% * 0.8749);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-7 {
        width: calc(100% * 0.8749);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-7 {
        width: calc(100% * 0.8749);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-grid-view .column-mobile-8 {
        width: calc(100% * 0.9999);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-grid-view .column-tablet-8 {
        width: calc(100% * 0.9999);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-grid-view .column-desktop-8 {
        width: calc(100% * 0.9999);
        padding-left: 7.5px;
        padding-right: 7.5px;
        float: left; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-1 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-1 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-1 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-2 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-2 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-2 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-3 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-3 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-3 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-4 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-4 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-4 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-5 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-5 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-5 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-6 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-6 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-6 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-7 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-7 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-7 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (max-width: 899px) {
      .grid-container .grid-row.is-list-view .column-mobile-8 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        clear: both;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 900px) and (max-width: 1319px) {
      .grid-container .grid-row.is-list-view .column-tablet-8 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }
    @media screen and (min-width: 1320px) {
      .grid-container .grid-row.is-list-view .column-desktop-8 {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        position: relative !important;
        top: auto !important;
        left: auto !important; } }

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

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

.invisible {
  visibility: hidden; }

:root {
  font-size: 15px; }
  @media screen and (min-width: 600px) {
    :root {
      font-size: calc( 15px +  (20 - 15) *  ( (100vw - 600px) / (1000 - 600) )); } }
  @media screen and (min-width: 1000px) {
    :root {
      font-size: 20px; } }

/* ----------------------------------------------------------------------------
= Default text styles
----------------------------------------------------------------------------- */
a, a:visited {
  color: black;
  border: none;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #882345;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0;
  color: black;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 1140px;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto; }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    text-decoration: none; }

h4, h5, h6 {
  margin-bottom: 22px; }

h1 {
  font-size: 2.44141rem;
  margin-bottom: 52px;
  padding-bottom: 34px;
  position: relative;
  padding-top: 4rem; }
  h1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    background: #f1f1f1;
    height: 3px;
    width: calc(100% - 40px);
    max-width: 1100px; }

.textarea h1 {
  padding-top: 0px; }
.textarea a, .textarea a:visited {
  font-weight: 600;
  font-style: italic;
  text-decoration: underline; }
  .textarea a:hover, .textarea a:focus, .textarea a:visited:hover, .textarea a:visited:focus {
    text-decoration: none; }

h2 {
  font-size: 1.95313rem;
  margin-bottom: 30px; }
  h2 + .faq {
    margin-top: 0px; }

h3 {
  font-size: 1.5625rem;
  margin-bottom: 30px; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.9rem; }

p, address, .p, tr td {
  max-width: 1140px;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto;
  color: black;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 30px; }
  p.lead, address.lead, .p.lead, tr td.lead {
    font-size: 1.333rem;
    margin-bottom: 48px; }
  p:last-child, address:last-child, .p:last-child, tr td:last-child {
    margin-bottom: 60px; }

blockquote {
  background-color: #882345;
  background-image: url("../images/icons/quotes.svg");
  background-position: 28px -124px;
  background-repeat: no-repeat;
  margin: 0px;
  max-width: 1320px;
  margin-top: 4rem;
  margin-left: auto;
  padding: 60px 30px;
  padding-right: 50px;
  position: relative;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  /* margin: 0 auto; */ }
  @media screen and (max-width: 1140px) {
    blockquote {
      width: 100%;
      min-width: auto;
      padding-left: 20px;
      padding-right: 40px; } }
  blockquote:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -23px;
    left: -23px;
    max-width: 1320px;
    border: 3px solid #882345; }
  blockquote:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -20px;
    left: -20px;
    max-width: 1320px;
    border: 3px solid white; }
  blockquote p {
    margin: 0px;
    font-size: 1.333rem;
    color: white;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    blockquote p.author {
      position: absolute;
      top: 100%;
      color: black;
      right: 0px;
      max-width: none;
      margin: 0px;
      width: auto;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 1rem;
      padding-top: 6px; }
      blockquote p.author strong {
        position: relative;
        margin-right: 15px;
        font-weight: 400; }
        blockquote p.author strong:after {
          content: " | ";
          position: absolute;
          left: calc(100% + 5px);
          top: 1px; }
    blockquote p a, blockquote p a:visited {
      text-decoration: underline; }
      blockquote p a:hover, blockquote p a:focus, blockquote p a:visited:hover, blockquote p a:visited:focus {
        text-decoration: none; }

b, strong {
  font-weight: bold; }

.content ul, .content ol, .faq ul, .faq ol, .link .description ul, .link .description ol, #jobs.detail .description ul, #jobs.detail .description ol {
  list-style: none;
  color: black;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  max-width: 1140px;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 52px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .content ul li, .content ol li, .faq ul li, .faq ol li, .link .description ul li, .link .description ol li, #jobs.detail .description ul li, #jobs.detail .description ol li {
    margin: 0;
    padding: 0 0 6px 0;
    list-style-type: inherit;
    line-height: 130%;
    margin-bottom: 12px; }
  .content ul ul, .content ul ol, .content ol ul, .content ol ol, .faq ul ul, .faq ul ol, .faq ol ul, .faq ol ol, .link .description ul ul, .link .description ul ol, .link .description ol ul, .link .description ol ol, #jobs.detail .description ul ul, #jobs.detail .description ul ol, #jobs.detail .description ol ul, #jobs.detail .description ol ol {
    margin: 0;
    margin-top: 20px; }
.content ul > li, .faq ul > li, .link .description ul > li, #jobs.detail .description ul > li {
  padding-left: 35px;
  position: relative; }
  .content ul > li:before, .faq ul > li:before, .link .description ul > li:before, #jobs.detail .description ul > li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #882345;
    transform: rotate(63.6deg);
    top: 5px;
    left: 5px; }
.content ol, .faq ol, .link .description ol, #jobs.detail .description ol {
  counter-reset: li-counter; }
.content ol > li, .faq ol > li, .link .description ol > li, #jobs.detail .description ol > li {
  position: relative;
  padding-left: 35px; }
  .content ol > li:before, .faq ol > li:before, .link .description ol > li:before, #jobs.detail .description ol > li:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    color: #882345;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    content: counter(li-counter) ".";
    counter-increment: li-counter; }

hr {
  clear: both;
  margin-bottom: 52px;
  background: #f1f1f1;
  height: 3px;
  width: calc(100% - 40px);
  border: 0px;
  max-width: 1100px; }

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

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

/* ----------------------------------------------------------------------------
= Layout, Body and Containers
----------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: 1px dotted #999 !important; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left; }

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

#layout {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 107px; }
  @media screen and (max-width: 1024px) {
    #layout {
      padding-top: 70px; } }

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  clear: both; }

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

.one_sidebar_right {
  zoom: 1;
  padding-bottom: 35px; }
  .one_sidebar_right:before, .one_sidebar_right:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .one_sidebar_right:after {
    clear: both; }
  .one_sidebar_right #column_1 {
    width: 66%;
    padding: 10px;
    background: #fff;
    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_2 {
    float: right;
    width: 32%; }

.full {
  width: 100%;
  padding-bottom: 35px;
  padding-top: 1rem; }
  .full .full_column {
    width: 100%;
    background: #fff; }
    .full .full_column .container {
      zoom: 1;
      width: 100%;
      background-color: #fff; }
      .full .full_column .container:before, .full .full_column .container:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .full .full_column .container:after {
        clear: both; }
    .full .full_column .leftside {
      float: left;
      width: 100%;
      flex: 1;
      display: block; }
      @media screen and (max-width: 768px) {
        .full .full_column .leftside {
          width: 100%;
          order: 2;
          flex: none; } }
    .full .full_column .rightside {
      width: 230px;
      float: left;
      min-height: 1px;
      padding-right: 20px;
      display: block; }
      @media screen and (max-width: 768px) {
        .full .full_column .rightside {
          width: 100%;
          padding: 0px 20px;
          order: 1; } }
    .full .full_column .program_holder {
      width: 100%;
      margin: 0 auto;
      clear: both; }
    .full .full_column .content-wrapper {
      max-width: 1140px;
      margin: 0 auto;
      display: flex;
      flex-flow: row wrap;
      flex-basis: auto; }
      @media screen and (max-width: 768px) {
        .full .full_column .content-wrapper {
          flex-flow: column wrap; } }

#pages.directions-parking .map_control {
  display: none; }

/* ----------------------------------------------------------------------------
= Header basics
----------------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 107px;
  background-color: black;
  z-index: 9999;
  transition: all 300ms linear; }
  @media screen and (max-width: 1024px) {
    header {
      height: 70px; } }
  header .logo {
    float: left;
    width: 471px;
    height: 107px;
    margin-left: 10px;
    z-index: 999; }
    @media screen and (max-width: 1450px) {
      header .logo {
        height: 100%;
        width: 314px; } }
    @media screen and (max-width: 1300px) {
      header .logo {
        width: 236px;
        height: 53px; } }
    @media screen and (max-width: 1024px) {
      header .logo {
        float: none;
        margin: 0 auto;
        height: 100%; } }
    @media screen and (max-width: 600px) {
      header .logo {
        margin: 0px;
        margin-left: 70px; } }
    header .logo a, header .logo span {
      background-image: url("../images/logos/header-logo.svg");
      background-repeat: no-repeat;
      background-size: 471px auto;
      background-position: left center;
      width: 471px;
      height: 107px;
      display: block;
      text-indent: -9999px;
      transition: background-size 300ms linear; }
      @media screen and (max-width: 1450px) {
        header .logo a, header .logo span {
          height: 100%;
          width: 314px;
          background-size: 314px auto; } }
      @media screen and (max-width: 1300px) {
        header .logo a, header .logo span {
          width: 236px;
          background-size: 236px auto; } }
      @media screen and (max-width: 500px) {
        header .logo a, header .logo span {
          width: 200px;
          background-size: 200px auto; } }
    header .logo a {
      opacity: 1; }
      header .logo a:hover {
        opacity: 0.8; }
  header .nav_wrapper {
    width: 100%;
    height: 73px;
    /* float: left; */
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1; }
    header .nav_wrapper .search-trigger {
      float: right;
      margin-left: 0px;
      margin-right: 20px; }
      @media screen and (max-width: 1024px) {
        header .nav_wrapper .search-trigger {
          display: none; } }
    @media screen and (max-width: 1024px) {
      header .nav_wrapper {
        display: none; } }
  header.is-fixed {
    height: 50px; }
    @media screen and (max-width: 1024px) {
      header.is-fixed {
        height: 70px; } }
    header.is-fixed #toolbar {
      transform: translateY(-100%); }
      @media screen and (max-width: 1024px) {
        header.is-fixed #toolbar {
          transform: none; } }
    header.is-fixed .logo {
      height: 50px;
      width: auto; }
      @media screen and (max-width: 1100px) {
        header.is-fixed .logo {
          width: 50px; } }
      @media screen and (max-width: 1024px) {
        header.is-fixed .logo {
          height: 100%;
          width: 236px; } }
      header.is-fixed .logo a, header.is-fixed .logo span {
        height: 50px;
        width: 236px;
        background-size: 236px auto; }
        @media screen and (max-width: 1100px) {
          header.is-fixed .logo a, header.is-fixed .logo span {
            background-image: url("../images/logos/header-logo-icon.svg");
            background-size: auto 33px;
            width: 50px; } }
        @media screen and (max-width: 1024px) {
          header.is-fixed .logo a, header.is-fixed .logo span {
            height: 100%;
            width: 236px;
            background-image: url("../images/logos/header-logo.svg");
            background-size: 236px auto; } }
        @media screen and (max-width: 500px) {
          header.is-fixed .logo a, header.is-fixed .logo span {
            width: 200px;
            background-size: 200px auto; } }
    header.is-fixed .nav_wrapper {
      height: 50px; }
      @media screen and (max-width: 1024px) {
        header.is-fixed .nav_wrapper {
          height: auto; } }
    header.is-fixed .main_nav {
      height: 50px; }
    header.is-fixed .main_nav > ul > li {
      height: 50px; }
    header.is-fixed .main_nav > ul > li > a {
      padding-top: calc((50px - 1.3rem) / 2);
      padding-bottom: calc((50px - 1.3rem) / 2);
      font-size: 0.8rem;
      min-height: 50px;
      padding: 15px 10px; }
      header.is-fixed .main_nav > ul > li > a.active:after {
        bottom: 10px; }
    header.is-fixed .search-trigger {
      height: 50px;
      float: right; }

/* ----------------------------------------------------------------------------
= Header toolbar (if used)
----------------------------------------------------------------------------- */
#toolbar {
  width: calc(100% - 481px);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0%);
  transition: all 300ms linear; }
  @media screen and (max-width: 1024px) {
    #toolbar {
      width: auto; } }
  #toolbar .toolbar-buttons {
    background: #242424;
    zoom: 1;
    display: inline-block;
    float: right; }
    #toolbar .toolbar-buttons:before, #toolbar .toolbar-buttons:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    #toolbar .toolbar-buttons:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      #toolbar .toolbar-buttons {
        height: 70px;
        background: none; } }
    #toolbar .toolbar-buttons > ul {
      display: flex;
      flex-flow: row wrap;
      flex-basis: auto;
      float: right;
      list-style: none;
      margin: 0px;
      padding: 0px; }
      @media screen and (max-width: 1024px) {
        #toolbar .toolbar-buttons > ul {
          height: 70px; } }
      @media screen and (max-width: 1024px) {
        #toolbar .toolbar-buttons > ul.toolbar-link-set {
          display: none; } }
      #toolbar .toolbar-buttons > ul.search-set {
        display: none; }
        @media screen and (max-width: 1024px) {
          #toolbar .toolbar-buttons > ul.search-set {
            display: block;
            margin-right: 15px; } }
        #toolbar .toolbar-buttons > ul.search-set .search-trigger {
          margin-left: auto;
          height: 70px; }
      #toolbar .toolbar-buttons > ul > li {
        padding: 0px;
        display: inline-block;
        float: left; }
        #toolbar .toolbar-buttons > ul > li > a {
          font-family: "Oswald", sans-serif;
          padding: 8px 15px;
          font-size: 0.65rem;
          text-transform: uppercase;
          color: white;
          display: block;
          transition: all 150ms linear;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          #toolbar .toolbar-buttons > ul > li > a:hover, #toolbar .toolbar-buttons > ul > li > a:focus {
            text-decoration: none; }
        #toolbar .toolbar-buttons > ul > li.cart {
          padding: 0px 15px;
          position: relative; }
          #toolbar .toolbar-buttons > ul > li.cart a {
            height: 100%;
            width: 100%; }
          #toolbar .toolbar-buttons > ul > li.cart svg {
            fill: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 150ms linear; }
          #toolbar .toolbar-buttons > ul > li.cart:hover svg {
            fill: #d4a017; }
          @media screen and (max-width: 1024px) {
            #toolbar .toolbar-buttons > ul > li.cart {
              display: none; } }
        #toolbar .toolbar-buttons > ul > li.donate {
          background: white; }
          @media screen and (max-width: 1024px) {
            #toolbar .toolbar-buttons > ul > li.donate {
              display: none; } }
          #toolbar .toolbar-buttons > ul > li.donate > a {
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            @media screen and (max-width: 1024px) {
              #toolbar .toolbar-buttons > ul > li.donate > a {
                color: white;
                background: #242424;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                padding: 8px 20px; } }
            #toolbar .toolbar-buttons > ul > li.donate > a:hover {
              color: #882345; }
              @media screen and (max-width: 1024px) {
                #toolbar .toolbar-buttons > ul > li.donate > a:hover {
                  color: #d4a017; } }
      #toolbar .toolbar-buttons > ul:hover > li:not(.donate):not(.cart) > a {
        color: #676767; }
        #toolbar .toolbar-buttons > ul:hover > li:not(.donate):not(.cart) > a:hover {
          color: white; }

/* ----------------------------------------------------------------------------
= Navigations
----------------------------------------------------------------------------- */
.main_nav {
  z-index: 500;
  padding: 0;
  float: right;
  display: block;
  margin-right: 10px; }
  .main_nav .mobile-toolbar {
    display: none; }
  .main_nav .mobile-social {
    display: none; }
  @media screen and (max-width: 1024px) {
    .main_nav {
      display: none; } }
  .main_nav > ul {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    list-style: none; }
    .main_nav > ul > li {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      height: 73px; }
      .main_nav > ul > li:first-child, .main_nav > ul > li.page_1 {
        display: none; }
      .main_nav > ul > li > a, .main_nav > ul > li > a:link, .main_nav > ul > li > a:visited {
        display: block;
        margin: 0;
        padding: 0px 10px;
        padding-top: calc((73px - 1.3rem) / 2);
        padding-bottom: calc((73px - 1.3rem) / 2);
        color: white;
        font-family: "Oswald", sans-serif;
        font-size: 0.9rem;
        text-transform: uppercase;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: 0.03em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 150ms linear;
        position: relative; }
        .main_nav > ul > li > a span, .main_nav > ul > li > a:link span, .main_nav > ul > li > a:visited span {
          display: block;
          clear: both;
          margin: 0 0 10px;
          color: white;
          font-size: 24px;
          font-weight: 400;
          letter-spacing: 1.5px;
          text-transform: uppercase; }
        .main_nav > ul > li > a:hover, .main_nav > ul > li > a.active, .main_nav > ul > li > a:link:hover, .main_nav > ul > li > a:link.active, .main_nav > ul > li > a:visited:hover, .main_nav > ul > li > a:visited.active {
          color: white; }
          .main_nav > ul > li > a:hover span, .main_nav > ul > li > a.active span, .main_nav > ul > li > a:link:hover span, .main_nav > ul > li > a:link.active span, .main_nav > ul > li > a:visited:hover span, .main_nav > ul > li > a:visited.active span {
            color: white; }
        .main_nav > ul > li > a.active:after, .main_nav > ul > li > a:link.active:after, .main_nav > ul > li > a:visited.active:after {
          content: "";
          position: absolute;
          bottom: 5px;
          left: 10px;
          width: calc(100% - 20px);
          height: 2px;
          background: #a82c55; }
      .main_nav > ul > li > .sub {
        position: absolute;
        display: none;
        z-index: -1;
        top: calc(100% - 50px);
        left: 0px;
        width: auto;
        margin: 0;
        padding: 5px;
        padding-top: 55px;
        background: rgba(0, 0, 0, 0.9);
        line-height: 26px;
        width: 100%; }
        .main_nav > ul > li > .sub > ul {
          max-width: 1100px;
          margin: 0 auto;
          width: 100%;
          float: none;
          display: block;
          display: flex;
          flex-flow: row wrap;
          flex-basis: auto;
          list-style: none; }
          .main_nav > ul > li > .sub > ul > li {
            width: 32%;
            position: relative;
            z-index: 0;
            display: inline-block; }
            .main_nav > ul > li > .sub > ul > li:nth-child(1), .main_nav > ul > li > .sub > ul > li:nth-child(2), .main_nav > ul > li > .sub > ul > li:nth-child(3) {
              border-top: 0px; }
            .main_nav > ul > li > .sub > ul > li > .close-button {
              display: block;
              position: absolute;
              left: 0px;
              width: 20px;
              top: 20px;
              height: 20px;
              z-index: 1;
              cursor: pointer; }
              .main_nav > ul > li > .sub > ul > li > .close-button:hover + a, .main_nav > ul > li > .sub > ul > li > .close-button:hover + a:link, .main_nav > ul > li > .sub > ul > li > .close-button:hover + a:visited {
                color: #d4a017; }
                .main_nav > ul > li > .sub > ul > li > .close-button:hover + a:before, .main_nav > ul > li > .sub > ul > li > .close-button:hover + a:link:before, .main_nav > ul > li > .sub > ul > li > .close-button:hover + a:visited:before {
                  color: #d4a017; }
            .main_nav > ul > li > .sub > ul > li > a, .main_nav > ul > li > .sub > ul > li > a:link, .main_nav > ul > li > .sub > ul > li > a:visited {
              display: block;
              margin: 0;
              padding: 0 19px 25px;
              color: white;
              font-family: "Raleway", sans-serif;
              font-size: 0.75rem;
              text-align: left;
              text-decoration: none;
              font-weight: 500;
              letter-spacing: 0.03em;
              line-height: 1.4;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
              .main_nav > ul > li > .sub > ul > li > a span, .main_nav > ul > li > .sub > ul > li > a:link span, .main_nav > ul > li > .sub > ul > li > a:visited span {
                display: block;
                clear: both;
                margin: 0 0 10px;
                color: white;
                text-decoration: none;
                font-weight: 500;
                letter-spacing: 0.03em; }
              .main_nav > ul > li > .sub > ul > li > a[rel="external"]:after, .main_nav > ul > li > .sub > ul > li > a:link[rel="external"]:after, .main_nav > ul > li > .sub > ul > li > a:visited[rel="external"]:after {
                content: "\f08e";
                margin-left: 10px;
                font-family: "FontAwesome"; }
              .main_nav > ul > li > .sub > ul > li > a:hover, .main_nav > ul > li > .sub > ul > li > a.active, .main_nav > ul > li > .sub > ul > li > a:link:hover, .main_nav > ul > li > .sub > ul > li > a:link.active, .main_nav > ul > li > .sub > ul > li > a:visited:hover, .main_nav > ul > li > .sub > ul > li > a:visited.active {
                color: #d4a017; }
                .main_nav > ul > li > .sub > ul > li > a:hover span, .main_nav > ul > li > .sub > ul > li > a.active span, .main_nav > ul > li > .sub > ul > li > a:link:hover span, .main_nav > ul > li > .sub > ul > li > a:link.active span, .main_nav > ul > li > .sub > ul > li > a:visited:hover span, .main_nav > ul > li > .sub > ul > li > a:visited.active span {
                  color: #d4a017; }
            .main_nav > ul > li > .sub > ul > li.has-sub > a, .main_nav > ul > li > .sub > ul > li.has-sub > a:link, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited {
              padding: 0 19px 5px;
              position: relative;
              transition: all 250ms linear; }
              .main_nav > ul > li > .sub > ul > li.has-sub > a:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:link:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited:before {
                content: "\f067";
                position: absolute;
                font-family: "FontAwesome";
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 0.75rem;
                color: white;
                left: 0px; }
              .main_nav > ul > li > .sub > ul > li.has-sub > a:hover, .main_nav > ul > li > .sub > ul > li.has-sub > a.active, .main_nav > ul > li > .sub > ul > li.has-sub > a:link:hover, .main_nav > ul > li > .sub > ul > li.has-sub > a:link.active, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited:hover, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited.active {
                color: #d4a017; }
                .main_nav > ul > li > .sub > ul > li.has-sub > a:hover:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:hover:after, .main_nav > ul > li > .sub > ul > li.has-sub > a.active:before, .main_nav > ul > li > .sub > ul > li.has-sub > a.active:after, .main_nav > ul > li > .sub > ul > li.has-sub > a:link:hover:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:link:hover:after, .main_nav > ul > li > .sub > ul > li.has-sub > a:link.active:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:link.active:after, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited:hover:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited:hover:after, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited.active:before, .main_nav > ul > li > .sub > ul > li.has-sub > a:visited.active:after {
                  color: #d4a017; }
            .main_nav > ul > li > .sub > ul > li.has-sub.active > a, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:link, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:visited {
              color: #d4a017; }
              .main_nav > ul > li > .sub > ul > li.has-sub.active > a:before, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:link:before, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:visited:before {
                content: "\f068";
                position: absolute;
                font-family: "FontAwesome";
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 0.75rem;
                color: #d4a017;
                left: 0px; }
              .main_nav > ul > li > .sub > ul > li.has-sub.active > a:hover:before, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:hover:after, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:link:hover:before, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:link:hover:after, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:visited:hover:before, .main_nav > ul > li > .sub > ul > li.has-sub.active > a:visited:hover:after {
                color: #d4a017; }
            .main_nav > ul > li > .sub > ul > li .subsub {
              display: none; }
              .main_nav > ul > li > .sub > ul > li .subsub ul > li {
                width: 100%; }
                .main_nav > ul > li > .sub > ul > li .subsub ul > li > a, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:link, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:visited {
                  display: block;
                  margin: 0;
                  padding: 0 5px 5px;
                  color: white;
                  font-family: "Raleway", sans-serif;
                  font-size: 0.6rem;
                  text-align: left;
                  text-decoration: none;
                  font-weight: 400;
                  letter-spacing: 0.03em;
                  line-height: 1.4;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale; }
                  .main_nav > ul > li > .sub > ul > li .subsub ul > li > a span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:link span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:visited span {
                    display: block;
                    clear: both;
                    margin: 0 0 10px;
                    color: white;
                    text-decoration: none;
                    font-weight: 500;
                    letter-spacing: 0.03em; }
                  .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:hover, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a.active, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:link:hover, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:link.active, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:visited:hover, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:visited.active {
                    color: #d4a017; }
                    .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:hover span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a.active span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:link:hover span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:link.active span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:visited:hover span, .main_nav > ul > li > .sub > ul > li .subsub ul > li > a:visited.active span {
                      color: #d4a017; }
    .main_nav > ul:hover > li > a {
      color: #676767; }
      .main_nav > ul:hover > li > a.active {
        color: #676767; }
    .main_nav > ul:hover > li.hover > a {
      color: white; }
  .main_nav .hover a {
    color: black; }
    .main_nav .hover a span {
      color: black; }

/* ----------------------------------------------------------------------------
= Mobile Navigation
----------------------------------------------------------------------------- */
#nav-toggle {
  position: absolute;
  display: none;
  z-index: 1500;
  top: 22px;
  left: 15px;
  width: 30px;
  height: 19px;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    #nav-toggle {
      display: block; } }
  #nav-toggle span {
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 3px;
    margin-top: 0;
    background: white;
    content: '';
    cursor: pointer;
    transition: all 0.4s ease;
    -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: 8px; }
    #nav-toggle span.bottom {
      top: 16px; }
  #nav-toggle:hover span {
    background: #d4a017; }
  #nav-toggle.active span {
    background: #882345; }
    #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 span {
    background: white; }

.nav_wrapper .mobile-nav-header {
  display: none; }
.nav_wrapper.is-opened {
  position: absolute;
  position: fixed;
  overflow: scroll;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .nav_wrapper.is-opened .mobile-nav-header {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 70px;
    z-index: 600;
    background: black;
    max-width: 567px; }

.mobile_nav {
  position: absolute;
  display: none;
  z-index: 500;
  top: 0px;
  left: 0;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  max-width: 567px;
  background: black;
  padding-top: 70px;
  min-height: 100%;
  zoom: 1; }
  .mobile_nav .mobile-toolbar > .toolbar-buttons > ul:first-child {
    zoom: 1;
    padding: 0px; }
    .mobile_nav .mobile-toolbar > .toolbar-buttons > ul:first-child:before, .mobile_nav .mobile-toolbar > .toolbar-buttons > ul:first-child:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .mobile_nav .mobile-toolbar > .toolbar-buttons > ul:first-child:after {
      clear: both; }
  .mobile_nav .mobile-toolbar .cart a, .mobile_nav .mobile-toolbar .donate a {
    font-family: "Oswald", sans-serif;
    padding: 8px 15px;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: white;
    display: block;
    transition: all 150ms linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .mobile_nav .mobile-toolbar .cart a:hover, .mobile_nav .mobile-toolbar .cart a:focus, .mobile_nav .mobile-toolbar .donate a:hover, .mobile_nav .mobile-toolbar .donate a:focus {
      text-decoration: none; }
  .mobile_nav .mobile-toolbar .cart {
    position: relative;
    width: 50%;
    float: left; }
    .mobile_nav .mobile-toolbar .cart a {
      height: 34px;
      width: 100%;
      display: block; }
    .mobile_nav .mobile-toolbar .cart svg {
      fill: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 150ms linear; }
    .mobile_nav .mobile-toolbar .cart:hover svg {
      fill: #d4a017; }
  .mobile_nav .mobile-toolbar .donate {
    position: relative;
    width: 50%;
    float: left;
    text-align: center; }
    .mobile_nav .mobile-toolbar .donate > a {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: white;
      background: #242424;
      padding: 8px 20px;
      display: inline-block; }
      .mobile_nav .mobile-toolbar .donate > a:hover {
        color: #d4a017; }
  .mobile_nav .mobile-toolbar .search-set {
    display: none; }
  .mobile_nav .mobile-toolbar .toolbar-link-set {
    width: calc(100% - 40px);
    /* padding: 0px 20px; */
    zoom: 1;
    background: #242424;
    margin: 0 auto;
    zoom: 1;
    background: #242424;
    padding: 20px 5px;
    zoom: 1;
    background: #242424; }
    .mobile_nav .mobile-toolbar .toolbar-link-set:before, .mobile_nav .mobile-toolbar .toolbar-link-set:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .mobile_nav .mobile-toolbar .toolbar-link-set:after {
      clear: both; }
    .mobile_nav .mobile-toolbar .toolbar-link-set li {
      width: 20%;
      float: left;
      padding: 0px; }
      .mobile_nav .mobile-toolbar .toolbar-link-set li:first-child {
        width: 33%; }
      .mobile_nav .mobile-toolbar .toolbar-link-set li:nth-child(2) {
        width: 25%; }
      .mobile_nav .mobile-toolbar .toolbar-link-set li a {
        color: white;
        display: block;
        text-align: center;
        font-family: "Oswald", sans-serif;
        font-size: 0.65rem;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .mobile_nav .mobile-toolbar .toolbar-link-set li a:hover {
          text-decoration: none;
          color: #d4a017; }
  .mobile_nav .mobile-social .icon-group {
    max-width: none; }
    .mobile_nav .mobile-social .icon-group a {
      text-align: center; }
      .mobile_nav .mobile-social .icon-group a span {
        width: 100%;
        text-align: center; }
        .mobile_nav .mobile-social .icon-group a span:after {
          text-align: center;
          width: 100%; }
  .mobile_nav:before, .mobile_nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .mobile_nav:after {
    clear: both; }
  .mobile_nav ul {
    list-style: none; }
  .mobile_nav > ul {
    padding: 0px 20px;
    margin: 0px; }
    .mobile_nav > ul > li {
      position: relative;
      padding: 26px 0px;
      border-bottom: 1px solid #242424;
      zoom: 1; }
      .mobile_nav > ul > li:first-child {
        display: none; }
      .mobile_nav > ul > li:before, .mobile_nav > ul > li:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .mobile_nav > ul > li:after {
        clear: both; }
      .mobile_nav > ul > li > a, .mobile_nav > ul > li > a:link, .mobile_nav > ul > li > a:visited {
        font-size: 0.9rem;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        color: #089faf;
        position: relative;
        width: 100%;
        display: block;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .mobile_nav > ul > li > a:before, .mobile_nav > ul > li > a:link:before, .mobile_nav > ul > li > a:visited:before {
          content: "\f067";
          position: absolute;
          font-family: "FontAwesome";
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 0.9rem;
          color: white;
          right: 0px; }
        .mobile_nav > ul > li > a:hover, .mobile_nav > ul > li > a:focus, .mobile_nav > ul > li > a:link:hover, .mobile_nav > ul > li > a:link:focus, .mobile_nav > ul > li > a:visited:hover, .mobile_nav > ul > li > a:visited:focus {
          color: white;
          text-decoration: none; }
          .mobile_nav > ul > li > a:hover:before, .mobile_nav > ul > li > a:focus:before, .mobile_nav > ul > li > a:link:hover:before, .mobile_nav > ul > li > a:link:focus:before, .mobile_nav > ul > li > a:visited:hover:before, .mobile_nav > ul > li > a:visited:focus:before {
            color: #d4a017; }
        .mobile_nav > ul > li > a.active, .mobile_nav > ul > li > a:link.active, .mobile_nav > ul > li > a:visited.active {
          color: #d4a017; }
      .mobile_nav > ul > li .sub {
        display: none;
        padding-top: 26px; }
      .mobile_nav > ul > li ul {
        padding: 0px; }
        .mobile_nav > ul > li ul > li {
          padding: 10px 0px; }
          .mobile_nav > ul > li ul > li > a, .mobile_nav > ul > li ul > li > a:link, .mobile_nav > ul > li ul > li > a:visited {
            color: white;
            font-size: 0.75rem;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 700; }
            .mobile_nav > ul > li ul > li > a:hover, .mobile_nav > ul > li ul > li > a.active, .mobile_nav > ul > li ul > li > a:focus, .mobile_nav > ul > li ul > li > a:link:hover, .mobile_nav > ul > li ul > li > a:link.active, .mobile_nav > ul > li ul > li > a:link:focus, .mobile_nav > ul > li ul > li > a:visited:hover, .mobile_nav > ul > li ul > li > a:visited.active, .mobile_nav > ul > li ul > li > a:visited:focus {
              color: #d4a017;
              text-decoration: none; }
          .mobile_nav > ul > li ul > li ul {
            padding: 0px;
            padding-left: 20px; }
            .mobile_nav > ul > li ul > li ul > li > a, .mobile_nav > ul > li ul > li ul > li > a:link, .mobile_nav > ul > li ul > li ul > li > a:visited {
              color: white;
              font-weight: 400; }
      .mobile_nav > ul > li.is-opened > .close-button {
        display: block;
        position: absolute;
        right: -4px;
        width: 20px;
        top: 26px;
        height: 20px;
        z-index: 1;
        cursor: pointer; }
        .mobile_nav > ul > li.is-opened > .close-button:hover + a:before, .mobile_nav > ul > li.is-opened > .close-button:hover + a:link:before, .mobile_nav > ul > li.is-opened > .close-button:hover + a:visited:before {
          color: #d4a017; }
      .mobile_nav > ul > li.is-opened > a, .mobile_nav > ul > li.is-opened > a:link, .mobile_nav > ul > li.is-opened > a:visited {
        color: white;
        text-decoration: none; }
        .mobile_nav > ul > li.is-opened > a:before, .mobile_nav > ul > li.is-opened > a:link:before, .mobile_nav > ul > li.is-opened > a:visited:before {
          content: "\f068"; }
        .mobile_nav > ul > li.is-opened > a:hover, .mobile_nav > ul > li.is-opened > a:link:hover, .mobile_nav > ul > li.is-opened > a:visited:hover {
          color: #d4a017;
          text-decoration: none; }
          .mobile_nav > ul > li.is-opened > a:hover:before, .mobile_nav > ul > li.is-opened > a:link:hover:before, .mobile_nav > ul > li.is-opened > a:visited:hover:before {
            color: #d4a017; }

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

/* ----------------------------------------------------------------------------
= Footer basics
----------------------------------------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: black;
  background-image: url("../images/backgrounds/chandelier.svg");
  background-position: calc(100% + 447px) -288px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 150ms linear; }
  @media screen and (max-width: 768px) {
    footer {
      background-position: calc(100% + 720px) -288px; } }
  footer .footer-content-wrapper {
    max-width: 1360px;
    padding: 0px 20px;
    width: 100%;
    margin: 0 auto; }
    footer .footer-content-wrapper .footer-left {
      width: 370px;
      float: left;
      padding-top: 40px; }
      @media screen and (max-width: 1200px) {
        footer .footer-content-wrapper .footer-left {
          margin: 0 auto;
          float: none;
          clear: both;
          width: 280px; } }
      footer .footer-content-wrapper .footer-left .footer-logo {
        position: relative;
        float: left;
        width: 295px;
        margin: 0px;
        padding: 0px;
        display: block; }
        @media screen and (max-width: 1200px) {
          footer .footer-content-wrapper .footer-left .footer-logo {
            float: none;
            margin: 0 auto;
            width: 280px; } }
        footer .footer-content-wrapper .footer-left .footer-logo span, footer .footer-content-wrapper .footer-left .footer-logo a, footer .footer-content-wrapper .footer-left .footer-logo a:link, footer .footer-content-wrapper .footer-left .footer-logo a:visited {
          text-indent: -9999px;
          display: block;
          width: 295px;
          height: 161px;
          background: url(../images/logos/footer-logo.svg);
          background-size: 295px auto;
          background-repeat: no-repeat;
          background-position: center;
          opacity: 1;
          text-decoration: none; }
          @media screen and (max-width: 1200px) {
            footer .footer-content-wrapper .footer-left .footer-logo span, footer .footer-content-wrapper .footer-left .footer-logo a, footer .footer-content-wrapper .footer-left .footer-logo a:link, footer .footer-content-wrapper .footer-left .footer-logo a:visited {
              width: 280px;
              background-size: 280px auto; } }
        footer .footer-content-wrapper .footer-left .footer-logo a:hover, footer .footer-content-wrapper .footer-left .footer-logo a:focus {
          opacity: 0.8; }
      footer .footer-content-wrapper .footer-left address.m-address {
        clear: both;
        font-style: normal;
        margin-top: 10px;
        display: block;
        float: left;
        margin-bottom: 0px;
        padding: 0px;
        font-size: 20px; }
        @media screen and (max-width: 1200px) {
          footer .footer-content-wrapper .footer-left address.m-address {
            width: 100%;
            text-align: center; } }
        footer .footer-content-wrapper .footer-left address.m-address a, footer .footer-content-wrapper .footer-left address.m-address a:link, footer .footer-content-wrapper .footer-left address.m-address a:visited {
          font-family: "Raleway", sans-serif;
          font-size: 1rem;
          font-weight: 300;
          color: white;
          letter-spacing: 0.02em;
          line-height: 1.4;
          text-decoration: none; }
          footer .footer-content-wrapper .footer-left address.m-address a:hover, footer .footer-content-wrapper .footer-left address.m-address a:focus, footer .footer-content-wrapper .footer-left address.m-address a:link:hover, footer .footer-content-wrapper .footer-left address.m-address a:link:focus, footer .footer-content-wrapper .footer-left address.m-address a:visited:hover, footer .footer-content-wrapper .footer-left address.m-address a:visited:focus {
            text-decoration: none;
            color: #d4a017; }
        footer .footer-content-wrapper .footer-left address.m-address .v_city_state {
          display: block;
          clear: both; }
      footer .footer-content-wrapper .footer-left .social {
        margin-bottom: 20px;
        clear: both;
        padding-bottom: 10px; }
        @media screen and (max-width: 1200px) {
          footer .footer-content-wrapper .footer-left .social {
            position: relative; }
            footer .footer-content-wrapper .footer-left .social .icon-group {
              margin: 0 auto; } }
        footer .footer-content-wrapper .footer-left .social .icon.icon--social b {
          display: none; }
        footer .footer-content-wrapper .footer-left .social:after {
          content: "";
          width: calc(((100% - 1360px) / 2) + 370px);
          min-width: 370px;
          height: 3px;
          background: #882345;
          position: absolute;
          left: 0px; }
          @media screen and (max-width: 1200px) {
            footer .footer-content-wrapper .footer-left .social:after {
              width: 280px;
              min-width: 280px; } }
      footer .footer-content-wrapper .footer-left .phones {
        color: white;
        clear: both; }
        footer .footer-content-wrapper .footer-left .phones .phone-entry {
          color: white;
          background-image: url("../images/icons/phone.svg");
          background-position: top left;
          background-repeat: no-repeat;
          padding-left: 35px;
          font-family: "Raleway", sans-serif;
          font-size: 15px;
          letter-spacing: 0.02em;
          line-height: 1.4;
          margin-bottom: 30px; }
          @media screen and (max-width: 1200px) {
            footer .footer-content-wrapper .footer-left .phones .phone-entry {
              margin: 0 auto;
              margin-bottom: 30px;
              display: block;
              width: auto;
              float: none;
              width: 190px; } }
          footer .footer-content-wrapper .footer-left .phones .phone-entry .phone-number {
            display: block;
            clear: both; }
            footer .footer-content-wrapper .footer-left .phones .phone-entry .phone-number a {
              color: white;
              text-decoration: none; }
    footer .footer-content-wrapper .footer-right {
      width: calc(100% - 370px);
      float: right;
      padding-top: 15px; }
      @media screen and (max-width: 1200px) {
        footer .footer-content-wrapper .footer-right {
          width: 100%; } }
      footer .footer-content-wrapper .footer-right .nav {
        padding-top: 40px; }
        footer .footer-content-wrapper .footer-right .nav ul {
          list-style: none; }
        footer .footer-content-wrapper .footer-right .nav > ul {
          padding: 0px;
          margin: 0px; }
          footer .footer-content-wrapper .footer-right .nav > ul > li {
            width: 33%;
            float: left;
            margin-bottom: 30px; }
            footer .footer-content-wrapper .footer-right .nav > ul > li:nth-child(4) {
              clear: both; }
            @media screen and (max-width: 1200px) {
              footer .footer-content-wrapper .footer-right .nav > ul > li {
                margin-bottom: 50px; } }
            @media screen and (max-width: 768px) {
              footer .footer-content-wrapper .footer-right .nav > ul > li {
                width: 100%;
                text-align: center; } }
            footer .footer-content-wrapper .footer-right .nav > ul > li > a, footer .footer-content-wrapper .footer-right .nav > ul > li > a:link, footer .footer-content-wrapper .footer-right .nav > ul > li > a:visited {
              font-family: "Oswald", sans-serif;
              font-size: 18px;
              text-transform: uppercase;
              color: #089faf;
              letter-spacing: 0.03em;
              text-decoration: none; }
              footer .footer-content-wrapper .footer-right .nav > ul > li > a:hover, footer .footer-content-wrapper .footer-right .nav > ul > li > a:focus, footer .footer-content-wrapper .footer-right .nav > ul > li > a:link:hover, footer .footer-content-wrapper .footer-right .nav > ul > li > a:link:focus, footer .footer-content-wrapper .footer-right .nav > ul > li > a:visited:hover, footer .footer-content-wrapper .footer-right .nav > ul > li > a:visited:focus {
                color: white;
                text-decoration: none; }
            @media screen and (max-width: 1200px) {
              footer .footer-content-wrapper .footer-right .nav > ul > li > .sub {
                display: none; } }
            footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul {
              padding: 0px; }
              footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:link, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:visited {
                font-family: "Raleway", sans-serif;
                color: white;
                font-size: 0.75rem;
                letter-spacing: 0.02em;
                text-decoration: none; }
                footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a[rel="external"]:after, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:link[rel="external"]:after, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:visited[rel="external"]:after {
                  content: "\f08e";
                  margin-left: 10px;
                  font-family: "FontAwesome"; }
                footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:hover, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:focus, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:link:hover, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:link:focus, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:visited:hover, footer .footer-content-wrapper .footer-right .nav > ul > li > .sub > ul > li > a:visited:focus {
                  color: #d4a017;
                  text-decoration: none; }

.global-footer {
  zoom: 1;
  margin: 0 auto;
  padding: 0;
  font-size: 11px;
  max-width: 1360px;
  padding: 0px;
  width: 100%;
  clear: both;
  padding-bottom: 40px; }
  .global-footer:before, .global-footer:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .global-footer:after {
    clear: both; }
  .global-footer p {
    position: relative;
    display: block;
    margin: auto;
    padding: 15px 0 0;
    font-size: 11px;
    letter-spacing: 0.02em;
    color: white;
    font-family: "Raleway", sans-serif;
    padding: 0px;
    max-width: none;
    float: left; }
    .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;
      font-size: 11px;
      letter-spacing: 0.02em;
      color: white;
      font-family: "Raleway", sans-serif;
      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: #d4a017;
        text-decoration: none; }
    @media screen and (max-width: 900px) {
      .global-footer p {
        text-align: center; } }
  .global-footer .delimiter {
    padding: 0 2px;
    color: white; }
  .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    color: white;
    font-family: 'helvetica';
    font-size: 13.84px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: all 150ms linear; }
    @media screen and (max-width: 900px) {
      .global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
        clear: both;
        float: none;
        margin-top: 25px; } }
    .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 span.house, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:link span.house, .global-footer a#carbonhouse:visited span.carbon, .global-footer a#carbonhouse:visited span.house {
        font-size: 16.61px; }
    .global-footer a#carbonhouse:hover, .global-footer a#carbonhouse:link:hover, .global-footer a#carbonhouse:visited:hover {
      color: #d4a017;
      text-decoration: none; }
      .global-footer a#carbonhouse:hover span, .global-footer a#carbonhouse:link:hover span, .global-footer a#carbonhouse:visited:hover span {
        color: #d4a017; }

.sponsors {
  background: white;
  padding-bottom: 60px;
  zoom: 1; }
  .sponsors:before, .sponsors:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sponsors:after {
    clear: both; }
  .sponsors .sponsors_footer {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
    position: relative;
    padding-bottom: 30px; }
  .sponsors .sponsor_scroller_holder {
    width: calc(100% - 250px);
    overflow: hidden;
    height: 130px; }
    @media screen and (max-width: 600px) {
      .sponsors .sponsor_scroller_holder {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 30px; } }
    .sponsors .sponsor_scroller_holder img {
      margin: 0 auto;
      display: block;
      float: none;
      opacity: 0.5;
      transition: all 150ms linear;
      width: 100%;
      max-width: 260px;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
      .sponsors .sponsor_scroller_holder img:hover {
        opacity: 1;
        filer: none;
        -webkit-filter: none; }
  .sponsors .footer_ad_holder {
    width: 230px;
    height: 94px;
    background: white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
    .sponsors .footer_ad_holder .sponsors_footer {
      padding: 0px; }
    .sponsors .footer_ad_holder .sponsors_banner {
      max-height: 98px;
      overflow: hidden; }
      .sponsors .footer_ad_holder .sponsors_banner img {
        max-width: 230px;
        width: auto;
        display: block;
        margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .sponsors .footer_ad_holder {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin: 0 auto; } }
  .sponsors .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 150ms linear; }
    .sponsors .owl-buttons div:hover svg path {
      fill: #882345; }
    .sponsors .owl-buttons div.owl-prev {
      left: 0px;
      width: 22px; }
    .sponsors .owl-buttons div.owl-next {
      right: 0px;
      width: 22px; }

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 0; }
  .subnav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    list-style-image: none;
    border: 1px solid #e4e4e4; }
    @media screen and (max-width: 768px) {
      .subnav ul {
        display: flex;
        flex-flow: row wrap;
        flex-basis: auto;
        align-items: stretch;
        border: 0px;
        border-top: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4; } }
    .subnav ul li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #e4e4e4;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .subnav ul li {
          flex-basis: 25%;
          border-right: 1px solid #e4e4e4; } }
      @media screen and (max-width: 500px) {
        .subnav ul li {
          flex-basis: 50%; } }
      .subnav ul li:first-child {
        background: none; }
      .subnav ul li:last-child {
        border-bottom: 0px; }
        @media screen and (max-width: 768px) {
          .subnav ul li:last-child {
            border-bottom: 1px solid #e4e4e4; } }
      .subnav ul li.active a:after {
        content: "";
        position: absolute;
        top: 0px;
        width: 4px;
        height: 100%;
        left: -4px;
        background: #882345; }
        @media screen and (max-width: 768px) {
          .subnav ul li.active a:after {
            width: 100%;
            height: 4px;
            top: -4px;
            left: 0px; } }
      .subnav ul li a, .subnav ul li a:visited {
        line-height: 18px;
        font-family: "Raleway", sans-serif;
        font-size: 12px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0.03em;
        display: block;
        padding: 20px;
        color: black;
        position: relative;
        height: 100%;
        justify-content: center;
        display: flex;
        flex-flow: column wrap; }
        .subnav ul li a:hover, .subnav ul li a:focus, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited:focus, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
          background: #f1f1f1;
          text-decoration: none;
          color: black; }
        .subnav ul li a.section, .subnav ul li a:visited.section {
          padding-bottom: 7px;
          color: black;
          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: black; }
      .subnav ul li.active.onparent a.active {
        color: black; }
    .subnav ul ul {
      display: none; }
      .subnav ul ul li {
        border-bottom: none; }
        .subnav ul ul li:first-child a {
          line-height: 24px; }

#social_sidebar {
  position: fixed;
  left: 0px;
  top: 50vh;
  transform: translateY(-50%); }
  @media screen and (max-width: 1200px) {
    #social_sidebar {
      display: none; } }
  #social_sidebar .social_icon {
    width: 40px;
    height: 38px;
    background: black;
    cursor: pointer;
    border-bottom: 2px solid black;
    overflow: hidden;
    transition: all 150ms linear;
    color: black;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 38px;
    text-transform: uppercase;
    padding-right: 20px; }
    #social_sidebar .social_icon a {
      text-decoration: none; }
      #social_sidebar .social_icon a:hover {
        color: black; }
    #social_sidebar .social_icon:before {
      font-family: "FontAwesome";
      color: white;
      height: 38px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      display: block;
      float: left;
      font-size: 23px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #social_sidebar .social_icon:first-child, #social_sidebar .social_icon:last-child {
      height: 48px;
      line-height: 48px; }
      #social_sidebar .social_icon:first-child:before, #social_sidebar .social_icon:last-child:before {
        height: 48px;
        line-height: 48px; }
    #social_sidebar .social_icon:hover {
      width: 130px;
      border-bottom: 2px solid #882345;
      background: white;
      color: black; }
      #social_sidebar .social_icon:hover:before {
        color: black; }
    #social_sidebar .social_icon--facebook:before {
      content: "\f09a"; }
    #social_sidebar .social_icon--twitter:before {
      content: "\f099"; }
    #social_sidebar .social_icon--instagram:before {
      content: "\f16d"; }
    #social_sidebar .social_icon--youtube:before {
      content: "\f16a"; }

/* ----------------------------------------------------------------------------
= Search including search form, and results page
----------------------------------------------------------------------------- */
.search-trigger {
  height: 65px;
  width: 18px;
  background-image: url(../images/icons/search.svg);
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  cursor: pointer; }
  .search-trigger:hover {
    background-image: url(../images/icons/search-hover.svg); }

#search {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: url("../images/backgrounds/search.jpg");
  background-size: cover;
  overflow-y: scroll; }
  #search .search-wrapper {
    width: 80%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
    @media screen and (max-width: 600px) {
      #search .search-wrapper {
        top: 30px; } }
    #search .search-wrapper .search-close {
      float: right;
      color: white;
      text-transform: uppercase;
      cursor: pointer;
      font-family: "Oswald", sans-serif;
      font-size: 13px;
      letter-spacing: 0.08em;
      line-height: 30px;
      padding-right: 25px;
      height: 30px;
      position: relative; }
      #search .search-wrapper .search-close:before, #search .search-wrapper .search-close:after {
        content: "";
        position: absolute;
        background: white;
        width: 2px;
        height: 20px;
        right: 6px;
        top: 5px; }
      #search .search-wrapper .search-close:before {
        transform: rotate(-45deg); }
      #search .search-wrapper .search-close:after {
        transform: rotate(45deg);
        top: 6px; }
  #search input, #search input[type='text'] {
    position: relative;
    color: #fff;
    border: 0;
    font: normal 14px/14px "Raleway", sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    background: none;
    border: 2px solid white;
    width: 100%;
    height: 5.7rem;
    font-size: 2.45rem;
    padding-left: 20px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.03em;
    padding-right: 70px; }
    #search input::-webkit-input-placeholder, #search input[type='text']::-webkit-input-placeholder {
      color: #fff;
      font-size: 2.45rem;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em; }
    #search input:-moz-placeholder, #search input[type='text']:-moz-placeholder {
      color: #fff;
      font-size: 2.45rem;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em; }
    #search input:-ms-input-placeholder, #search input[type='text']:-ms-input-placeholder {
      color: #fff;
      font-size: 2.45rem;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em; }
    #search input:focus, #search input[type='text']:focus {
      outline: none;
      -webkit-appearance: none; }
  #search button {
    position: absolute;
    bottom: 0px;
    right: 20px;
    outline: 0px;
    border: 0px;
    width: 30px;
    text-indent: -9999px;
    height: 5.7rem;
    background-image: url(../images/icons/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 30px; }

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

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

.royalSlider > * {
  float: left; }

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

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

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

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

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

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

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

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

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

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

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

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

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

img.rsImg {
  max-width: none; }

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

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

.rsNoDrag {
  cursor: auto; }

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

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

.royalSlider > .rsContent {
  visibility: hidden; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }
  .rsDefault .rsArrow.rsVer .rsArrow {
    width: 100%;
    height: 55px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background: url("../images/icons/slideshow_arrow_left.svg");
    background-repeat: no-repeat; }
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background: url("../images/icons/slideshow_arrow_right.svg");
    background-repeat: no-repeat; }

.rsDefault.rsHor .rsArrowLeft {
  top: 0;
  left: -60px; }
  @media screen and (max-width: 1435px) {
    .rsDefault.rsHor .rsArrowLeft {
      left: 0px; } }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background: url("../images/icons/slideshow_arrow_left.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1435px) {
      .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
        background: url("../images/icons/slideshow_arrow_left-white.svg"); } }
    .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover {
      background: url("../images/icons/slideshow_arrow_left-hover.svg"); }
.rsDefault.rsHor .rsArrowRight {
  right: -60px;
  top: 0; }
  @media screen and (max-width: 1435px) {
    .rsDefault.rsHor .rsArrowRight {
      right: 0px; } }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background: url("../images/icons/slideshow_arrow_right.svg");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1435px) {
      .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
        background: url("../images/icons/slideshow_arrow_right-white.svg"); } }
    .rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover {
      background: url("../images/icons/slideshow_arrow_right-hover.svg"); }

.rsDefault[data-options=content] .rsArrowLeft {
  left: 0; }
  .rsDefault[data-options=content] .rsArrowLeft .rsArrowIcn {
    background-image: url("../images/icons/slideshow_arrow_left-white.svg");
    background-repeat: no-repeat; }
.rsDefault[data-options=content] .rsArrowRight {
  right: 0; }
  .rsDefault[data-options=content] .rsArrowRight .rsArrowIcn {
    background-image: url("../images/icons/slideshow_arrow_right-white.svg");
    background-repeat: no-repeat; }

.rsDefault .rsArrowIcn {
  width: 29px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png");
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

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

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

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault.rsVideoPlaying .rsGCaption {
  opacity: 0;
  display: none; }
  @media screen and (max-width: 768px) {
    .rsDefault.rsVideoPlaying .rsGCaption {
      opacity: 1; } }
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

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

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }
  .rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9); }
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px; }
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png"); }
.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

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

  .rsDefault .rsThumbsHor {
    height: 44px; }

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

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

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9); }
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../images/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

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

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 150ms linear; }

/***************
*
*  9. Full Width Responsive
*
****************/
.rsDefault.rsFullWidth {
  width: 100%;
  height: auto; }
  .rsDefault.rsFullWidth img.rsImg {
    width: 100%;
    display: block; }
  .rsDefault.rsFullWidth .rsLink span {
    visibility: hidden; }
  .rsDefault.rsFullWidth .rsGCaption .rsABlock {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto;
    text-align: left; }
    .rsDefault.rsFullWidth .rsGCaption .rsABlock p {
      color: white;
      font-size: 0.75rem;
      background: rgba(0, 0, 0, 0.8);
      margin: 0px;
      text-align: left;
      padding: 10px 20px;
      width: auto;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .rsDefault.rsFullWidth .rsGCaption .rsABlock p {
          background: black;
          width: 100%;
          display: block; } }
      .rsDefault.rsFullWidth .rsGCaption .rsABlock p:empty {
        background: none; }

/********* Uncomment this to set specific heights at each breakpoint *********/
/*
.rsDefault.rsFullWidth,
.rsDefault.rsFullWidth .rsOverflow {
    @include media($mobile) {
        height: 300px !important;
    }

    @include media($tablet-only) {
        height: 360px !important;
    }

    @include media($mid-desktop) {
        height: 450px !important;
    }
}
*/
.m-slideshow-container {
  max-height: none;
  max-width: none;
  margin: 0 auto; }
  .m-slideshow-container.slideshow-type-full-width {
    max-width: 1320px;
    margin-bottom: 25px;
    padding: 0px 20px; }

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

.calendar-new {
  position: relative;
  margin: auto;
  max-width: 1320px;
  padding: 0 20px 100px; }
  .calendar-new .tl-header {
    padding: 20px 0 15px;
    max-width: 1320px;
    margin: 0 auto 10px; }
  .calendar-new .month_name {
    color: black;
    text-align: center;
    font: 500 32px/100% "Oswald", sans-serif;
    letter-spacing: 0.08em;
    margin: 0px auto;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .calendar-new .month_name {
        margin: 30px 0px; } }
  .calendar-new .cal-prev, .calendar-new .cal-next {
    font-size: 30px;
    color: black;
    vertical-align: middle;
    padding: 0 20px; }
    .calendar-new .cal-prev .fa, .calendar-new .cal-next .fa {
      line-height: 30px; }
    .calendar-new .cal-prev:hover, .calendar-new .cal-next:hover {
      color: #882345; }
  .calendar-new .cal-next {
    float: right; }
  .calendar-new .cal-prev {
    float: left; }
  .calendar-new .tl-wrap, .calendar-new .additional_events {
    display: none; }
  .calendar-new .tl-wrap-inner {
    zoom: 1;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
    width: 100%;
    padding-top: 0px;
    position: relative;
    max-width: 1320px; }
    .calendar-new .tl-wrap-inner:before, .calendar-new .tl-wrap-inner:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .tl-wrap-inner:after {
      clear: both; }
    .calendar-new .tl-wrap-inner .tl-calendar {
      zoom: 1;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: flex-end; }
      .calendar-new .tl-wrap-inner .tl-calendar:before, .calendar-new .tl-wrap-inner .tl-calendar:after {
        display: block;
        visibility: hidden;
        height: 0;
        content: '\0020'; }
      .calendar-new .tl-wrap-inner .tl-calendar:after {
        clear: both; }
  .calendar-new .weekdays {
    position: relative;
    clear: both;
    display: block;
    zoom: 1;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px; }
    .calendar-new .weekdays:before, .calendar-new .weekdays:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .calendar-new .weekdays:after {
      clear: both; }
    .calendar-new .weekdays .weekday {
      width: 14.28%;
      padding-top: 15px;
      text-align: left;
      text-transform: uppercase;
      color: black;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-weight: 500;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      text-align: center; }
    @media screen and (max-width: 1024px) {
      .calendar-new .weekdays {
        display: none; } }
  .calendar-new .tl-date {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
    width: 123px;
    width: calc(14.28% - 10px);
    background: #fff;
    min-height: 220px;
    float: left;
    margin: 0 5px 10px;
    padding: 40px 15px 0px;
    text-align: left;
    border: 1px solid #f1f1f1; }
    .calendar-new .tl-date.hasEvent {
      border: 1px solid black; }
    .calendar-new .tl-date.hasEvent:hover {
      border: 1px solid #882345; }
    .calendar-new .tl-date.empty {
      background: #f1f1f1; }
    .calendar-new .tl-date .tl-date-inner {
      overflow-y: auto;
      max-height: 100%;
      padding-bottom: 20px;
      padding-top: 10px; }
      .calendar-new .tl-date .tl-date-inner .event_item {
        padding-top: 15px;
        border-top: 1px solid #f1f1f1;
        margin-top: 15px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc h3 {
          font-size: 12px;
          padding: 0px; }
        .calendar-new .tl-date .tl-date-inner .event_item .desc a {
          font-size: 12px;
          line-height: 1.3em; }
          .calendar-new .tl-date .tl-date-inner .event_item .desc a:hover {
            text-decoration: none;
            color: #882345; }
      .calendar-new .tl-date .tl-date-inner .event_item_wrapper:first-child .event_item {
        padding-top: 0px;
        border-top: none;
        margin-top: 0px; }
    @media screen and (max-width: 1024px) {
      .calendar-new .tl-date {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 5px; }
        .calendar-new .tl-date .tl-date-inner {
          overflow-y: visible;
          max-height: 100%;
          padding-bottom: 10px; }
          .calendar-new .tl-date .tl-date-inner .event_item {
            padding-top: 10px;
            border-top: 1px solid #f1f1f1;
            margin-top: 10px;
            padding-bottom: 20px; }
            .calendar-new .tl-date .tl-date-inner .event_item:first-child {
              padding-top: 0px;
              border-top: none;
              margin-top: 0px; }
        .calendar-new .tl-date.empty, .calendar-new .tl-date .month {
          display: none; } }
    .calendar-new .tl-date .cal_events {
      height: 130px;
      overflow-y: auto; }
      .ie10 .calendar-new .tl-date .cal_events, .ie9 .calendar-new .tl-date .cal_events {
        overflow: hidden; }
    .calendar-new .tl-date .day {
      display: none; }
    .calendar-new .tl-date .date {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 38px;
      width: 38px;
      font-weight: 500;
      font-size: 15px;
      line-height: 38px;
      text-align: center; }
      .calendar-new .tl-date .date .weekday {
        display: none;
        padding-left: 12px;
        color: #ccc;
        font-weight: 400; }
      @media screen and (max-width: 1024px) {
        .calendar-new .tl-date .date {
          right: auto; } }
    .calendar-new .tl-date[data-weekday="0"] {
      clear: left; }
    .calendar-new .tl-date .month {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      background: black;
      height: 42px;
      color: white;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 42px;
      padding: 0 15px;
      letter-spacing: 0.08em;
      display: none; }
    .calendar-new .tl-date h3 {
      margin-bottom: 5px;
      line-height: 1.1;
      overflow: hidden; }
      .calendar-new .tl-date h3 a {
        font-size: 22px;
        line-height: inherit;
        word-wrap: break-word;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: black; }
        .calendar-new .tl-date h3 a:hover {
          color: black; }
    .calendar-new .tl-date h4 {
      font-weight: 300;
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      color: black; }
    .calendar-new .tl-date .time {
      color: #888;
      font-size: 11px;
      font-weight: 300;
      z-index: 10;
      letter-spacing: 0.04em;
      line-height: 13px; }
      .calendar-new .tl-date .time .venue_title {
        clear: both;
        display: block;
        margin-top: 5px; }
    .calendar-new .tl-date.hasEvent .date {
      color: white;
      background: #882345; }
    @media screen and (max-width: 1024px) {
      .calendar-new .tl-date.hasEvent .date .weekday {
        display: inline; } }
  .calendar-new .additional_events .tl-date[data-weekday="0"] {
    clear: left; }
  .calendar-new .tooltip_content,
  .calendar-new .modal_content {
    display: none; }

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

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

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

/* ----------------------------------------------------------------------------
=Textarea margin
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Showtime Page Content
----------------------------------------------------------------------------- */
.content {
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */ }
  .content img {
    max-width: 100%; }
    .content img[align=left], .content img[align=left].gh-image, .content img.left {
      float: left;
      margin: 0 30px 56px 0; }
    .content img[align=right], .content img[align=right].gh-image, .content img.right {
      float: right;
      margin: 0 0 56px 30px; }
    .content img.gh-image {
      margin: 0 30px 56px 0;
      padding: 0; }
    .content img.image {
      margin: 0 30px 56px 0;
      padding: 0; }
  .content iframe {
    padding: 0px 20px; }

/* ----------------------------------------------------------------------------
=Spotlight list style
----------------------------------------------------------------------------- */
.spotlight .entry {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  float: none;
  margin-bottom: 52px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f1f1f1;
  zoom: 1; }
  .spotlight .entry:before, .spotlight .entry:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .spotlight .entry:after {
    clear: both; }
  .spotlight .entry h3, .spotlight .entry p {
    padding: 0px; }
  .spotlight .entry p:last-child {
    margin-bottom: 0px; }

/* ----------------------------------------------------------------------------
= 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 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  min-height: 40px;
  line-height: 40px;
  text-decoration: none;
  border: 0px;
  outline: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-style: none;
  background: #882345;
  color: white; }
  .dontshow-overlay:hover {
    background: #a82c55;
    color: white;
    text-decoration: none; }

/* ----------------------------------------------------------------------------
= Homepage items and layout
----------------------------------------------------------------------------- */
.home .royalSlider.rsVideoPlaying {
  margin-bottom: 40px; }
.home .m-eventList {
  position: relative; }
  .home .m-eventList.event_list .column-desktop-4 .p-listing, .home .m-eventList.event_list .column-desktop-4 .p-listing {
    max-width: none; }
    .home .m-eventList.event_list .column-desktop-4 .p-listing .p-listing__thumb, .home .m-eventList.event_list .column-desktop-4 .p-listing .p-listing__thumb {
      max-width: none;
      max-height: none; }
  .home .m-eventList.event_list .column-desktop-4.firstColumn .p-listing {
    margin-top: 20px; }
    @media screen and (max-width: 1320px) {
      .home .m-eventList.event_list .column-desktop-4.firstColumn .p-listing {
        margin-top: 0px; } }
.home .grid-container .grid-row.is-list-view .column-tablet-4 {
  clear: both; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4 .p-listing {
    border-bottom: 3px solid #f1f1f1;
    padding-bottom: 20px; }
.home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn {
  float: left;
  width: 50%;
  clear: none; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn:hover .p-listing__thumb .m-eventItem__buttons, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn:hover .p-listing__thumb .m-eventItem__buttons {
    display: none; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder + .m-eventItem__buttons, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder + .m-eventItem__buttons {
    display: block; }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder + .m-eventItem__buttons .more, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder + .m-eventItem__buttons .more {
      display: none; }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder + .m-eventItem__buttons .tickets, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder + .m-eventItem__buttons .tickets {
      border: none;
      padding: 0px 40px; }
      @media screen and (max-width: 768px) {
        .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder + .m-eventItem__buttons .tickets, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder + .m-eventItem__buttons .tickets {
          max-width: 320px;
          color: white;
          background: #882345;
          text-align: center;
          margin: 0 auto;
          display: block;
          float: none;
          height: 50px;
          line-height: 50px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder + .m-eventItem__buttons .tickets:hover, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder + .m-eventItem__buttons .tickets:hover {
            color: white;
            background: #a82c55; } }
  @media screen and (max-width: 768px) {
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn {
      width: 100%;
      clear: both;
      max-width: 654px;
      margin: 0 auto;
      float: none; }
      .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing .m-eventItem__thumb, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing .m-eventItem__thumb {
        max-width: 654px; }
        .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing .m-eventItem__thumb img, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing .m-eventItem__thumb img {
          max-width: none; } }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing {
    float: none;
    margin-left: auto;
    margin-right: auto; }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing:hover .p-listing__thumb .m-eventItem__buttons, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing:hover .p-listing__thumb .m-eventItem__buttons {
      opacity: 1; }
      .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing:hover .p-listing__thumb .m-eventItem__buttons .btn--tilted:after, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing:hover .p-listing__thumb .m-eventItem__buttons .btn--tilted:after {
        width: 100px;
        height: 100px; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__date, .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__title, .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__tagline, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__date, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__title, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__tagline {
    padding: 0px; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__date, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__date {
    clear: both;
    line-height: 24px; }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__date .m-date__year, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__date .m-date__year {
      display: none; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__title.m-eventItem__title-withTagline, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__title.m-eventItem__title-withTagline {
    margin-bottom: 10px; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__thumb:hover img, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__thumb:hover img {
    opacity: 1; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__thumb .m-eventItem__buttons, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__thumb .m-eventItem__buttons {
    display: block;
    transition: all 150ms linear;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__thumb .m-eventItem__buttons .btn-group, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__thumb .m-eventItem__buttons .btn-group {
      position: relative;
      height: 100%; }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__thumb .m-eventItem__buttons .btn, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__thumb .m-eventItem__buttons .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__thumb .m-eventItem__buttons .btn svg, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__thumb .m-eventItem__buttons .btn svg {
        fill: white;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px; }
      .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .p-listing__thumb .m-eventItem__buttons .btn .button_text, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .p-listing__thumb .m-eventItem__buttons .btn .button_text {
        display: block;
        clear: both;
        line-height: 20px; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder {
    clear: both;
    height: 115px;
    background: white;
    width: calc(100% - 20px);
    margin-left: 20px;
    position: relative; }
    .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .grid-info-holder .grid-info, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .grid-info-holder .grid-info {
      position: absolute;
      bottom: 0px;
      background: white;
      padding: 12px 15px;
      width: 100%; }
  .home .grid-container .grid-row.is-list-view .column-tablet-4.firstColumn .m-eventItem__buttons, .home .grid-container .grid-row.is-list-view .column-tablet-4.lastColumn .m-eventItem__buttons {
    display: none; }
.home .home-slideshow {
  padding: 0px;
  max-width: 1340px;
  padding: 0px 10px;
  margin-bottom: 20px;
  zoom: 1; }
  .home .home-slideshow:before, .home .home-slideshow:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .home-slideshow:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .home .home-slideshow {
      padding: 0px; } }
  .home .home-slideshow .rsLink span {
    visibility: hidden; }
  .home .home-slideshow .rsGCaption {
    background: transparent;
    max-width: calc(100% - 190px);
    margin-top: -58px;
    min-width: 548px;
    float: left;
    width: auto;
    zoom: 1;
    position: relative;
    clear: both;
    min-height: 175px; }
    .home .home-slideshow .rsGCaption:before, .home .home-slideshow .rsGCaption:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .home-slideshow .rsGCaption:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      .home .home-slideshow .rsGCaption {
        max-width: none;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .home .home-slideshow .rsGCaption {
        min-width: auto;
        margin-top: -40px; } }
    .home .home-slideshow .rsGCaption:hover .desc {
      background: white; }
      @media screen and (max-width: 1024px) {
        .home .home-slideshow .rsGCaption:hover .desc {
          background: #882345; } }
      .home .home-slideshow .rsGCaption:hover .desc .date_wrapper, .home .home-slideshow .rsGCaption:hover .desc .title, .home .home-slideshow .rsGCaption:hover .desc .caption_body {
        color: black; }
        @media screen and (max-width: 1024px) {
          .home .home-slideshow .rsGCaption:hover .desc .date_wrapper, .home .home-slideshow .rsGCaption:hover .desc .title, .home .home-slideshow .rsGCaption:hover .desc .caption_body {
            color: white; } }
        .home .home-slideshow .rsGCaption:hover .desc .date_wrapper a, .home .home-slideshow .rsGCaption:hover .desc .title a, .home .home-slideshow .rsGCaption:hover .desc .caption_body a {
          color: black; }
          @media screen and (max-width: 1024px) {
            .home .home-slideshow .rsGCaption:hover .desc .date_wrapper a, .home .home-slideshow .rsGCaption:hover .desc .title a, .home .home-slideshow .rsGCaption:hover .desc .caption_body a {
              color: white; } }
          .home .home-slideshow .rsGCaption:hover .desc .date_wrapper a:hover, .home .home-slideshow .rsGCaption:hover .desc .title a:hover, .home .home-slideshow .rsGCaption:hover .desc .caption_body a:hover {
            color: #882345; }
            @media screen and (max-width: 1024px) {
              .home .home-slideshow .rsGCaption:hover .desc .date_wrapper a:hover, .home .home-slideshow .rsGCaption:hover .desc .title a:hover, .home .home-slideshow .rsGCaption:hover .desc .caption_body a:hover {
                color: #f1f1f1; } }
    .home .home-slideshow .rsGCaption:hover .buttons {
      opacity: 1;
      right: -130px; }
      @media screen and (max-width: 1024px) {
        .home .home-slideshow .rsGCaption:hover .buttons {
          opacity: 1;
          right: 10px; } }
      @media screen and (max-width: 768px) {
        .home .home-slideshow .rsGCaption:hover .buttons {
          right: auto; } }
    .home .home-slideshow .rsGCaption .desc {
      padding: 25px 30px;
      background: #882345;
      z-index: 1;
      transition: all 150ms linear;
      margin-left: 20px;
      width: auto;
      min-height: 175px; }
      @media screen and (max-width: 1024px) {
        .home .home-slideshow .rsGCaption .desc {
          margin-left: 10px;
          max-width: 548px; } }
      @media screen and (max-width: 768px) {
        .home .home-slideshow .rsGCaption .desc {
          max-width: none;
          width: calc(100% - 10px); } }
      .home .home-slideshow .rsGCaption .desc .date_wrapper {
        font-family: "Oswald", sans-serif;
        font-size: 25px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: 0.03em;
        color: white;
        transition: all 150ms linear; }
      .home .home-slideshow .rsGCaption .desc .title {
        font-family: "Oswald", sans-serif;
        font-size: 49px;
        letter-spacing: 0.03em;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
        margin: 10px 0px;
        transition: all 150ms linear; }
        .home .home-slideshow .rsGCaption .desc .title a {
          color: white;
          transition: all 150ms linear;
          text-decoration: none; }
        .home .home-slideshow .rsGCaption .desc .title a:hover, .home .home-slideshow .rsGCaption .desc .title a:focus {
          text-decoration: none; }
      .home .home-slideshow .rsGCaption .desc .caption_body {
        font-family: "Raleway", sans-serif;
        font-size: 27px;
        letter-spacing: 0.02em;
        color: white;
        transition: all 150ms linear; }
    .home .home-slideshow .rsGCaption .buttons {
      opacity: 0;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1;
      display: block;
      transition: all 250ms linear; }
      @media screen and (max-width: 1024px) {
        .home .home-slideshow .rsGCaption .buttons {
          opacity: 1;
          right: 10px; } }
      @media screen and (max-width: 768px) {
        .home .home-slideshow .rsGCaption .buttons {
          position: relative;
          right: auto;
          top: auto;
          clear: both;
          display: block;
          opacity: 1;
          transform: none;
          margin-top: 10px; }
          .home .home-slideshow .rsGCaption .buttons .btn {
            width: calc(100% - 20px);
            text-align: center;
            float: none;
            display: block;
            margin: 0 auto;
            transform: none;
            background: #882345;
            height: 50px;
            line-height: 50px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            .home .home-slideshow .rsGCaption .buttons .btn:hover {
              background: #a82c55; }
            .home .home-slideshow .rsGCaption .buttons .btn:after {
              content: none; } }
      .home .home-slideshow .rsGCaption .buttons svg {
        display: block;
        margin: 0 auto;
        fill: white; }
        @media screen and (max-width: 768px) {
          .home .home-slideshow .rsGCaption .buttons svg {
            display: inline;
            margin-right: 20px; } }
      .home .home-slideshow .rsGCaption .buttons .btn:after {
        width: 100px;
        height: 100px; }
.home .grid-column:first-child .p-listing.highlight {
  margin-top: 30px; }
.home .m-eventItem.highlight.p-listing {
  max-width: none; }
  .home .m-eventItem.highlight.p-listing .p-listing__thumb {
    max-width: none;
    max-height: none; }
  .home .m-eventItem.highlight.p-listing .p-listing__title {
    font-size: 30px; }
.home .view-all-events-wrapper {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: 86px; }
  @media screen and (max-width: 768px) {
    .home .view-all-events-wrapper {
      position: relative;
      top: auto;
      height: auto; } }
  .home .view-all-events-wrapper .view-all-events-content {
    max-width: 1320px;
    background: white;
    position: relative;
    margin: 0 auto;
    height: 86px;
    padding-top: 10px; }
    @media screen and (max-width: 1320px) {
      .home .view-all-events-wrapper .view-all-events-content {
        width: calc(100% - 40px);
        max-width: none; } }
    @media screen and (max-width: 768px) {
      .home .view-all-events-wrapper .view-all-events-content {
        width: 100%;
        padding: 20px 7.5px;
        height: auto; } }
  .home .view-all-events-wrapper .btn {
    float: none;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home .view-all-events-wrapper .bottom-search-button {
    position: absolute;
    right: 30px;
    top: 0px; }
    @media screen and (max-width: 1024px) {
      .home .view-all-events-wrapper .bottom-search-button {
        display: none; } }
    .home .view-all-events-wrapper .bottom-search-button .search-trigger {
      background-image: url("../images/icons/search-black.svg");
      width: auto;
      height: 86px;
      line-height: 86px;
      padding-right: 30px;
      background-position: center right;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 0.03em;
      color: black;
      text-transform: uppercase; }
      .home .view-all-events-wrapper .bottom-search-button .search-trigger .first-word {
        font-weight: 400; }
    .home .view-all-events-wrapper .bottom-search-button:hover .search-trigger {
      color: #882345;
      background-image: url("../images/icons/search-default--100.svg"); }
.home .parallax_promo {
  position: relative;
  z-index: 1;
  padding: 200px 60px;
  overflow: hidden;
  clear: both; }
  @media screen and (max-width: 768px) {
    .home .parallax_promo {
      padding: 20px; } }
  .home .parallax_promo .background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background-image: url("../images/backgrounds/parallax_promo_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-position-y 150ms linear; }
    .home .parallax_promo .background:before {
      content: ""; }
  .home .parallax_promo .background-grid {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/backgrounds/PHS_mask.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: 0 !important;
    z-index: -1; }
  .home .parallax_promo .info {
    zoom: 1; }
    .home .parallax_promo .info:before, .home .parallax_promo .info:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .parallax_promo .info:after {
      clear: both; }
    .home .parallax_promo .info .title {
      font-size: 49px;
      line-height: 54px;
      letter-spacing: 0.03em;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      font-weight: 300;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .home .parallax_promo .info .title .first-word {
        font-weight: 400; }
      .home .parallax_promo .info .title .string {
        display: block;
        clear: both; }
    .home .parallax_promo .info .body {
      max-width: 700px;
      margin-top: 30px; }
      .home .parallax_promo .info .body p {
        padding: 0px;
        font-family: "Raleway", sans-serif;
        font-size: 27px;
        line-height: 37.8px;
        letter-spacing: 0.02em;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 768px) {
      .home .parallax_promo .info .btn {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        float: none; } }
.home .highlighted_link_bar {
  max-width: 1340px;
  background: white;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: -80px;
  z-index: 1;
  padding: 10px 5px;
  zoom: 1; }
  .home .highlighted_link_bar:before, .home .highlighted_link_bar:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .highlighted_link_bar:after {
    clear: both; }
  @media screen and (max-width: 1340px) {
    .home .highlighted_link_bar {
      width: calc(100% - 40px); } }
  @media screen and (max-width: 768px) {
    .home .highlighted_link_bar {
      width: 100%;
      padding: 0px;
      padding-top: 5px;
      margin-top: 0px; } }
  .home .highlighted_link_bar ul {
    list-style: none;
    display: block;
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-flow: row wrap;
    align-items: stretch; }
    .home .highlighted_link_bar ul li {
      flex-basis: 25%;
      padding: 0px 5px;
      flex: 1;
      width: 25%;
      float: left;
      display: block;
      display: flex; }
      @media screen and (max-width: 1200px) {
        .home .highlighted_link_bar ul li {
          flex-basis: 50%;
          width: 50%;
          margin-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        .home .highlighted_link_bar ul li {
          flex-basis: 100%;
          width: 100%;
          margin-bottom: 5px;
          padding: 0px; } }
      .home .highlighted_link_bar ul li a {
        background: black;
        display: block;
        width: 100%;
        color: white;
        font-family: "Oswald", sans-serif;
        font-size: 31px;
        letter-spacing: 0.03em;
        line-height: 34px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        padding: 50px 72px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: none; }
        .home .highlighted_link_bar ul li a:hover, .home .highlighted_link_bar ul li a:focus, .home .highlighted_link_bar ul li a:active {
          background: #882345;
          text-decoration: none; }
.home .news-carousel {
  padding: 30px 0px;
  overflow: hidden;
  max-height: 320px;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  zoom: 1; }
  .home .news-carousel:before, .home .news-carousel:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .news-carousel:after {
    clear: both; }
  .home .news-carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 150ms linear; }
  .home .news-carousel .owl-buttons div.owl-prev {
    left: 20px;
    width: 22px; }
    .home .news-carousel .owl-buttons div.owl-prev:hover svg path {
      fill: #882345; }
  .home .news-carousel .owl-buttons div.owl-next {
    right: 20px;
    width: 22px; }
    .home .news-carousel .owl-buttons div.owl-next:hover svg path {
      fill: #882345; }
  .home .news-carousel .news_item .news-date {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 2rem;
    color: #882345;
    text-align: center;
    max-width: 1140px;
    padding: 0px 40px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .home .news-carousel .news_item .news-title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 1.55rem;
    letter-spacing: 0.03em;
    line-height: 1.65rem;
    text-transform: uppercase;
    color: #882345;
    text-align: center;
    max-width: 1140px;
    padding: 0px 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .home .news-carousel .news_item .news-title a {
      text-decoration: none; }
    .home .news-carousel .news_item .news-title a:hover {
      text-decoration: none; }
  .home .news-carousel .news_item .news-body {
    text-align: center; }
    .home .news-carousel .news_item .news-body p {
      margin: 0px auto;
      font-size: 1rem;
      padding: 0px 50px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 1024px) {
      .home .news-carousel .news_item .news-body {
        display: none; } }
  .home .news-carousel .news_item .btn {
    float: none;
    margin: 0 auto;
    max-width: 176px;
    margin-top: 30px; }
.home .image_panels {
  zoom: 1;
  background: black; }
  .home .image_panels:before, .home .image_panels:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .home .image_panels:after {
    clear: both; }
  .home .image_panels ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    zoom: 1;
    width: 100%; }
    .home .image_panels ul:before, .home .image_panels ul:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .image_panels ul:after {
      clear: both; }
    .home .image_panels ul li {
      width: 16.6666667%;
      height: 420px;
      float: left;
      position: relative; }
      @media screen and (max-width: 1320px) {
        .home .image_panels ul li {
          width: 33.33%; } }
      @media screen and (max-width: 1100px) {
        .home .image_panels ul li {
          width: 100%;
          height: 180px; } }
      .home .image_panels ul li > a {
        text-decoration: none; }
        .home .image_panels ul li > a:hover {
          text-decoration: none; }
      .home .image_panels ul li .thumb {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%; }
        .home .image_panels ul li .thumb:after {
          content: "";
          position: absolute;
          top: 0px;
          left: 0px;
          bottom: 0px;
          right: 0px;
          z-index: 0;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
          background: -moz-linear-gradient(top, transparent 0%, transparent 1%, black 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, transparent 0%, transparent 1%, black 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, transparent 0%, transparent 1%, black 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
          /* IE6-9 */ }
        .home .image_panels ul li .thumb img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media screen and (max-width: 1100px) {
            .home .image_panels ul li .thumb img {
              width: 100%; } }
      .home .image_panels ul li .base-title {
        font-family: "Oswald", sans-serif;
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: calc(100% - 80px);
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        text-align: center;
        opacity: 1;
        transition: all 300ms ease-in-out;
        text-decoration: none; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .home .image_panels ul li .base-title {
            display: block;
            padding-top: 60px; } }
        @media screen and (max-width: 1100px) {
          .home .image_panels ul li .base-title {
            height: 100%; } }
        .home .image_panels ul li .base-title .first-word {
          font-weight: 400;
          display: block; }
        .home .image_panels ul li .base-title .string {
          clear: both;
          font-weight: 300; }
      .home .image_panels ul li .overlay {
        opacity: 0;
        display: flex;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        flex-flow: column wrap;
        justify-content: center;
        text-align: center;
        transition: all 400ms linear;
        align-items: center; }
        .home .image_panels ul li .overlay .title {
          font-family: "Oswald", sans-serif;
          font-size: 25px;
          line-height: 32px;
          letter-spacing: 0.03em;
          text-transform: uppercase;
          color: white;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-bottom: 90px;
          opacity: 0;
          transition: all 150ms linear;
          transition-delay: 300ms;
          text-decoration: none; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .home .image_panels ul li .overlay .title {
              padding-top: 60px; } }
          @media screen and (max-width: 1100px) {
            .home .image_panels ul li .overlay .title {
              margin-bottom: 0px;
              transition-delay: 0px;
              transition: all 400ms linear; } }
          .home .image_panels ul li .overlay .title .first-word {
            font-weight: 400;
            display: block; }
          .home .image_panels ul li .overlay .title .string {
            clear: both;
            font-weight: 300; }
        .home .image_panels ul li .overlay .btn {
          max-width: 167px;
          float: none;
          margin: 0 auto;
          opacity: 0;
          transition: all 150ms linear;
          transition-delay: 300ms;
          text-decoration: none; }
          @media screen and (max-width: 1100px) {
            .home .image_panels ul li .overlay .btn {
              display: none; } }
      .home .image_panels ul li:hover .base-title {
        opacity: 0; }
      .home .image_panels ul li:hover .overlay {
        opacity: 1; }
        .home .image_panels ul li:hover .overlay .title, .home .image_panels ul li:hover .overlay .btn {
          opacity: 1; }
      .home .image_panels ul li:hover:nth-child(1) .overlay {
        background-color: rgba(8, 159, 175, 0.8); }
      .home .image_panels ul li:hover:nth-child(2) .overlay {
        background-color: rgba(219, 127, 50, 0.8); }
      .home .image_panels ul li:hover:nth-child(3) .overlay {
        background-color: rgba(179, 185, 54, 0.8); }
      .home .image_panels ul li:hover:nth-child(4) .overlay {
        background-color: rgba(212, 160, 23, 0.8); }
      .home .image_panels ul li:hover:nth-child(5) .overlay {
        background-color: rgba(36, 38, 111, 0.8); }
      .home .image_panels ul li:hover:nth-child(6) .overlay {
        background-color: rgba(161, 42, 81, 0.8); }
.home .mission_panel {
  max-width: 1340px;
  background: white;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: -80px;
  z-index: 1;
  padding: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1340px) {
    .home .mission_panel {
      width: calc(100% - 40px);
      margin-top: -40px; } }
  @media screen and (max-width: 1100px) {
    .home .mission_panel {
      margin-top: 0px; } }
  @media screen and (max-width: 768px) {
    .home .mission_panel {
      width: 100%;
      padding: 5px 0px; } }
  .home .mission_panel .panel_wrapper {
    background: black;
    padding: 30px 60px;
    zoom: 1; }
    .home .mission_panel .panel_wrapper:before, .home .mission_panel .panel_wrapper:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .home .mission_panel .panel_wrapper:after {
      clear: both; }
    @media screen and (max-width: 768px) {
      .home .mission_panel .panel_wrapper {
        padding: 0px; } }
  .home .mission_panel .info {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .home .mission_panel .info {
        display: block; } }
  .home .mission_panel .title {
    color: white;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 49px;
    line-height: 54px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    width: 175px;
    float: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex: 1;
    justify-content: center;
    display: flex;
    flex-flow: column wrap; }
    @media screen and (max-width: 768px) {
      .home .mission_panel .title {
        padding: 0px 20px;
        margin-bottom: 30px;
        padding-top: 30px; } }
    .home .mission_panel .title .first-word {
      font-weight: 400; }
  .home .mission_panel .body, .home .mission_panel .buttons {
    width: calc(100% - 200px);
    float: right;
    padding-left: 60px; }
  .home .mission_panel .btn {
    padding: 0px 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 768px) {
    .home .mission_panel .body {
      width: 100%;
      float: left;
      padding: 0px 20px; } }
  @media screen and (max-width: 1024px) {
    .home .mission_panel .buttons {
      width: 100%;
      float: left;
      padding: 0px 20px;
      margin-bottom: 30px; }
      .home .mission_panel .buttons a.btn {
        float: none;
        margin: 0 auto;
        max-width: 360px; } }
  .home .mission_panel .body p {
    color: white;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* ----------------------------------------------------------------------------
= Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  position: relative;
  max-width: 1140px;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px; }
  .link ul.list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .link ul.list > li {
      margin: 0 0 5px;
      padding: 0;
      background: none; }
    .link ul.list .description {
      padding-left: 60px; }
      .link ul.list .description p, .link ul.list .description ul, .link ul.list .description ol {
        padding: 0px; }
    .link ul.list a, .link ul.list a:link, .link ul.list a:visited {
      display: block;
      padding: 10px 15px 10px 60px;
      color: black;
      background-image: url("../images/icons/linklist-link.svg");
      background-repeat: no-repeat;
      text-decoration: none;
      background-position: center left;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 0.9rem;
      letter-spacing: 0.03em;
      font-weight: 400; }
      .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: #882345;
        background-image: url("../images/icons/linklist-link-hover.svg"); }
      .link ul.list a.image, .link ul.list a:link.image, .link ul.list a:visited.image {
        background-image: url("../images/icons/linklist-image.svg"); }
        .link ul.list a.image:hover, .link ul.list a.image:focus, .link ul.list a:link.image:hover, .link ul.list a:link.image:focus, .link ul.list a:visited.image:hover, .link ul.list a:visited.image:focus {
          background-image: url("../images/icons/linklist-image-hover.svg"); }
      .link ul.list a.pdf, .link ul.list a:link.pdf, .link ul.list a:visited.pdf {
        background-image: url("../images/icons/linklist-doc.svg"); }
        .link ul.list a.pdf:hover, .link ul.list a.pdf:focus, .link ul.list a:link.pdf:hover, .link ul.list a:link.pdf:focus, .link ul.list a:visited.pdf:hover, .link ul.list a:visited.pdf:focus {
          background-image: url("../images/icons/linklist-doc-hover.svg"); }
      .link ul.list a.email, .link ul.list a:link.email, .link ul.list a:visited.email {
        background-image: url("../images/icons/linklist-email.svg"); }
        .link ul.list a.email:hover, .link ul.list a.email:focus, .link ul.list a:link.email:hover, .link ul.list a:link.email:focus, .link ul.list a:visited.email:hover, .link ul.list a:visited.email:focus {
          background-image: url("../images/icons/linklist-email-hover.svg"); }

/* ----------------------------------------------------------------------------
= FAQ Accordion
----------------------------------------------------------------------------- */
.faq {
  position: relative;
  max-width: 1140px;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px; }
  .faq dl {
    font-size: 11px; }
  .faq .faq_item {
    border-bottom: 3px solid #f1f1f1; }
    .faq .faq_item:first-child {
      border-top: 3px solid #f1f1f1; }
  .faq dt {
    overflow: auto;
    margin: 0;
    width: 100%;
    cursor: pointer; }
    .faq dt a {
      text-decoration: none;
      display: block;
      position: relative; }
      .faq dt a:before {
        content: "";
        position: absolute;
        height: 30px;
        width: 30px;
        background: black;
        transform: rotate(23.6deg) translateY(-50%);
        top: 50%;
        right: 20px;
        transition: all 150ms linear; }
      .faq dt a:after {
        content: "\f067";
        position: absolute;
        height: 14px;
        width: 14px;
        transform: translateY(-50%);
        top: calc(50% + 1px);
        right: 21px;
        color: white;
        font-family: "FontAwesome";
        text-align: center;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .faq dt:hover p {
      color: #882345; }
    .faq dt p {
      margin: 0;
      padding: 30px 0px;
      color: black;
      font-size: 1.25rem;
      color: black;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em;
      line-height: 1.1;
      font-weight: 400;
      text-transform: uppercase;
      padding-right: 50px; }
    .faq dt.active, .faq dt.open {
      border-bottom: 0px; }
      .faq dt.active a:before, .faq dt.open a:before {
        transform: rotate(-23.6deg) translateY(-50%);
        background: #882345;
        right: 8px; }
      .faq dt.active a:after, .faq dt.open a:after {
        content: "\f068"; }
      .faq dt.active p, .faq dt.open p {
        color: #882345; }
  .faq dd {
    display: none;
    padding: 0px;
    margin: 0px; }
    .faq dd a {
      text-decoration: underline;
      font-weight: 600;
      font-style: italic; }
      .faq dd a:hover {
        text-decoration: none; }
    .faq dd p {
      padding: 0px; }
    .faq dd ul, .faq dd ol {
      padding: 0px; }

/* ----------------------------------------------------------------------------
= Seating Charts Page styles (EVENT DETAIL IS IN EVENT DETAIL PARTIAL)
----------------------------------------------------------------------------- */
.seating {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0 auto; }
  .seating .seating_charts {
    zoom: 1;
    text-align: center; }
    .seating .seating_charts:before, .seating .seating_charts:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .seating .seating_charts:after {
      clear: both; }
    .seating .seating_charts .entry {
      position: relative;
      display: inline-block;
      margin: 0px 20px;
      width: 290px;
      border: 3px solid #f1f1f1;
      margin-bottom: 30px;
      padding-bottom: 30px; }
    .seating .seating_charts .thumb {
      position: relative;
      display: block;
      text-align: center; }
      .seating .seating_charts .thumb a, .seating .seating_charts .thumb a:visited {
        display: block; }
      .seating .seating_charts .thumb img {
        display: block;
        width: 100%; }
    .seating .seating_charts .info {
      position: relative;
      display: block; }
    .seating .seating_charts .title {
      position: relative;
      width: auto;
      padding: 10px 20px;
      color: black;
      background: white; }
      .seating .seating_charts .title a, .seating .seating_charts .title a:visited {
        display: inline;
        width: auto;
        height: auto;
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1.4;
        font-size: 25px;
        font-family: "Oswald", sans-serif;
        margin-bottom: 26px; }
        .seating .seating_charts .title a:hover, .seating .seating_charts .title a:focus, .seating .seating_charts .title a:visited:hover, .seating .seating_charts .title a:visited:focus {
          color: #882345;
          text-decoration: none; }
    .seating .seating_charts .links a, .seating .seating_charts .links a:visited {
      position: relative;
      display: block;
      width: auto;
      float: left;
      padding: 0px 30px;
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      min-height: 30px;
      line-height: 30px;
      text-decoration: none;
      border: 0px;
      outline: 0;
      cursor: pointer;
      font-size: 16px;
      text-transform: uppercase;
      color: black;
      text-align: center;
      width: 100%; }
      .seating .seating_charts .links a:hover, .seating .seating_charts .links a:visited:hover {
        text-decoration: none;
        color: #882345; }

/* ----------------------------------------------------------------------------
= Showtime Visitor Guide and Concierge 
----------------------------------------------------------------------------- */
.concierge_listing {
  position: relative; }
  .concierge_listing .list {
    position: relative;
    margin: 0 0 20px;
    padding: 0 10px; }
    .concierge_listing .list .entry {
      max-width: 1100px;
      width: calc(100% - 40px);
      margin: 0 auto;
      float: none;
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 3px solid #f1f1f1; }
    .concierge_listing .list .info h3, .concierge_listing .list .info address, .concierge_listing .list .info p {
      padding: 0px; }
    .concierge_listing .list .info address:last-child {
      margin-bottom: 0px; }

/* ----------------------------------------------------------------------------
=Venue Pages
----------------------------------------------------------------------------- */
.venue_list .entry {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  float: none;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f1f1f1; }
  .venue_list .entry:first-child {
    display: none; }
  .venue_list .entry h3 {
    padding: 0px; }
  .venue_list .entry .p-listing__description p {
    padding-left: 0px;
    padding-right: 0px; }

#venues.detail #branding {
  padding-bottom: 30px;
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 0 auto; }
  #venues.detail #branding img {
    width: 100%; }
#venues.detail h1 {
  padding-top: 0px; }
#venues.detail .phone, #venues.detail .ticket-phone {
  display: block;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 30px;
  color: black;
  text-decoration: none; }
#venues.detail .buttons {
  clear: both;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto; }

/* ----------------------------------------------------------------------------
= Map styles
----------------------------------------------------------------------------- */
#branding.map_wrapper {
  max-width: 1320px;
  display: block;
  margin: 0 auto; }

.map_holder {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px; }
  .map_holder .map {
    width: 100%;
    height: 605px; }
    @media screen and (max-width: 1320px) {
      .map_holder .map {
        height: calc(100vw * 0.4583333333); } }

.map_window .info {
  margin: 0 0 8px;
  padding: 0 0 4px; }
  .map_window .info h4 {
    color: #000;
    font-weight: 400;
    padding: 0px; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    line-height: 140%; }
.map_window .desc {
  float: left;
  width: 120px;
  display: none; }
  .map_window .desc img {
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 0 0; }
  .map_window .desc p {
    margin: 0;
    padding: 0; }
.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    margin: 0 0 8px;
    color: #000;
    font-size: 12px; }
  .map_window .directions input[type=text] {
    width: 72%;
    margin: 0 0 8px;
    padding: 4px 5px;
    color: #000;
    font-size: 12px; }
  .map_window .directions form button {
    display: block;
    float: right;
    padding: 6px 5px;
    color: #fff;
    border: 0;
    background-color: #882345;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase; }
    .map_window .directions form button:hover {
      background-color: #a82c55; }
.map_window .links {
  display: 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: black;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  .map_control button {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 15px;
    color: #fff;
    border: none;
    background: none;
    font-family: "Oswald", sans-serif;
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
    .map_control button.active {
      outline: none;
      background: black; }
      .map_control button.active:hover {
        color: white;
        outline: none; }
    .map_control button:hover {
      color: black;
      outline: none; }
    .map_control button:focus {
      outline: none; }
    .map_control button.hotels {
      color: black; }
      .map_control button.hotels:hover {
        color: #882345; }
      .map_control button.hotels.active {
        color: white;
        background: #882345; }
        .map_control button.hotels.active:hover {
          background: #a82c55; }
    .map_control button.parking {
      color: black; }
      .map_control button.parking:hover {
        color: #089faf; }
      .map_control button.parking.active {
        color: white;
        background: #089faf; }
        .map_control button.parking.active:hover {
          background: #0abdd1; }
    .map_control button.restaurants {
      color: black; }
      .map_control button.restaurants:hover {
        color: #d4a017; }
      .map_control button.restaurants.active {
        color: white;
        background: #d4a017; }
        .map_control button.restaurants.active:hover {
          background: #EEBA31; }

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

.paging {
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0 auto;
  font-family: "Raleway", sans-serif;
  font-size: 1rem; }
  .paging .record {
    float: left; }
  .paging .pages {
    float: right; }
    .paging .pages .last {
      display: none; }
    .paging .pages strong, .paging .pages a {
      padding: 0px 10px; }
    .paging .pages strong {
      color: #882345; }
    .paging .pages a:hover, .paging .pages a:focus {
      text-decoration: none; }

/* ----------------------------------------------------------------------------
=Password Protected Page login form
----------------------------------------------------------------------------- */
.password-protected-page h1 {
  text-align: center; }

.login-form form {
  position: relative; }
  .login-form form input[type='password'] {
    position: relative;
    color: black;
    border: 0;
    font: normal 14px/14px "Raleway", sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    background: none;
    border: 2px solid #f1f1f1;
    max-width: 800px;
    width: calc(100% - 40px);
    height: 3rem;
    font-size: 1rem;
    padding-left: 20px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.03em;
    padding-right: 20px;
    margin: 0 auto;
    display: block; }
    .login-form form input[type='password']::-webkit-input-placeholder {
      color: black;
      font-size: 2.45rem;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em; }
    .login-form form input[type='password']:-moz-placeholder {
      color: black;
      font-size: 2.45rem;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em; }
    .login-form form input[type='password']:-ms-input-placeholder {
      color: black;
      font-size: 2.45rem;
      font-family: "Oswald", sans-serif;
      letter-spacing: 0.03em; }
    .login-form form input[type='password']:focus {
      outline: none;
      -webkit-appearance: none; }
  .login-form form input[type='submit'] {
    position: relative;
    display: block;
    width: auto;
    padding: 0px 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    min-height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: 0px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #882345;
    color: white;
    clear: both;
    margin: 0 auto;
    margin-top: 50px; }
    .login-form form input[type='submit']:hover {
      background: #a82c55;
      color: white; }

ul.breadcrumb {
  list-style: none;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 0px;
  margin-bottom: 30px;
  zoom: 1;
  padding: 0px 20px; }
  ul.breadcrumb:before, ul.breadcrumb:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  ul.breadcrumb:after {
    clear: both; }
  ul.breadcrumb li {
    display: inline-block;
    float: left;
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.03em; }
    ul.breadcrumb li span.current_crumb {
      color: #882345; }
    ul.breadcrumb li a:hover {
      text-decoration: none; }
  ul.breadcrumb + h1 {
    padding-top: 0px; }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
.news_list .entry {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  float: none;
  margin-bottom: 52px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f1f1f1; }
  .news_list .entry .info h3 {
    padding: 0px; }
  .news_list .entry .info p {
    padding: 0px; }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail .overview {
  margin-top: 4rem; }
  .news_detail .overview span.date {
    display: block;
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    color: #882345;
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin-bottom: 12px; }

#news.detail #branding {
  max-width: 1320px;
  margin: 0 auto; }
  #news.detail #branding img {
    display: block;
    width: 100%; }
  #news.detail #branding + .overview {
    margin-top: 1rem; }

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
.events {
  zoom: 1; }
  .events:before, .events:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .events:after {
    clear: both; }

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

#loadMoreEvents {
  clear: both;
  float: none;
  margin: 40px auto; }

.current_events.hide {
  display: none; }

.m-eventList__wrapper .grid-row {
  z-index: 0; }

.m-eventList {
  opacity: 0;
  transition: opacity 300ms linear; }

.m-eventlist-overview {
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }
  .m-eventlist-overview h1 {
    width: 100%;
    max-width: none; }
    @media screen and (max-width: 600px) {
      .m-eventlist-overview h1 {
        margin-bottom: 30px; } }
    .m-eventlist-overview h1:after {
      max-width: 1360px; }
  .m-eventlist-overview .view_type {
    position: absolute;
    right: 20px;
    top: calc(50% + 20px);
    transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .m-eventlist-overview .view_type {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 30px; } }
  .m-eventlist-overview .m-eventlist-views {
    display: block;
    float: left; }
    @media screen and (max-width: 900px) {
      .m-eventlist-overview .m-eventlist-views {
        display: none; } }
  .m-eventlist-overview .events-by-category, .m-eventlist-overview .events-by-venue {
    float: left;
    margin-right: 7.5rem;
    transition: all 150ms linear; }
    @media screen and (max-width: 1100px) {
      .m-eventlist-overview .events-by-category, .m-eventlist-overview .events-by-venue {
        margin-right: 0px; } }
    @media screen and (max-width: 600px) {
      .m-eventlist-overview .events-by-category, .m-eventlist-overview .events-by-venue {
        width: 100%; } }
    .m-eventlist-overview .events-by-category .select-dropdown, .m-eventlist-overview .events-by-venue .select-dropdown {
      width: 16rem;
      height: 50px;
      background: #f1f1f1;
      transition: all 150ms linear; }
      @media screen and (max-width: 600px) {
        .m-eventlist-overview .events-by-category .select-dropdown, .m-eventlist-overview .events-by-venue .select-dropdown {
          width: 100%; } }
      .m-eventlist-overview .events-by-category .select-dropdown .select-list, .m-eventlist-overview .events-by-venue .select-dropdown .select-list {
        display: none;
        list-style: none;
        padding: 20px;
        margin: 0px;
        border: 3px solid #f1f1f1;
        border-top: 0px;
        background: white; }
        .m-eventlist-overview .events-by-category .select-dropdown .select-list li a, .m-eventlist-overview .events-by-venue .select-dropdown .select-list li a {
          line-height: 44px;
          font-family: "Oswald", sans-serif;
          font-size: 0.8rem;
          font-weight: 400;
          text-transform: uppercase;
          letter-spacing: 0.03em;
          cursor: pointer; }
          .m-eventlist-overview .events-by-category .select-dropdown .select-list li a:hover, .m-eventlist-overview .events-by-category .select-dropdown .select-list li a:focus, .m-eventlist-overview .events-by-venue .select-dropdown .select-list li a:hover, .m-eventlist-overview .events-by-venue .select-dropdown .select-list li a:focus {
            text-decoration: none; }
      .m-eventlist-overview .events-by-category .select-dropdown.is-open, .m-eventlist-overview .events-by-venue .select-dropdown.is-open {
        background: white; }
    .m-eventlist-overview .events-by-category .select-button.label, .m-eventlist-overview .events-by-venue .select-button.label {
      display: block;
      padding: 0px 20px;
      line-height: 44px;
      font-family: "Oswald", sans-serif;
      font-size: 0.8rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      position: relative;
      cursor: pointer;
      border: 3px solid #f1f1f1; }
      .m-eventlist-overview .events-by-category .select-button.label:after, .m-eventlist-overview .events-by-venue .select-button.label:after {
        content: "\f078";
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
        font-size: 0.7rem;
        transition: all 150ms linear; }
      .m-eventlist-overview .events-by-category .select-button.label.is-open:after, .m-eventlist-overview .events-by-venue .select-button.label.is-open:after {
        transform: rotate(180deg);
        color: #882345;
        right: 22px; }
  .m-eventlist-overview .m-eventList__toggle-item {
    height: 43px;
    width: 53px;
    display: block;
    float: left;
    position: relative;
    margin-left: 15px;
    cursor: pointer; }
    .m-eventlist-overview .m-eventList__toggle-item svg {
      fill: #a4a4a4;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 45px;
      transform: translate(-50%, -50%); }
    .m-eventlist-overview .m-eventList__toggle-item:hover svg {
      fill: #882345; }
    .m-eventlist-overview .m-eventList__toggle-item.m-eventList__toggle-isActive {
      border: 1px solid black; }
      .m-eventlist-overview .m-eventList__toggle-item.m-eventList__toggle-isActive svg {
        fill: #882345; }

.event_list.m-eventList__grid .p-listing {
  max-width: 321px;
  min-height: 366px;
  float: none;
  margin-left: auto;
  margin-right: auto; }
  .event_list.m-eventList__grid .p-listing:hover .p-listing__thumb .m-eventItem__buttons {
    opacity: 1; }
    .event_list.m-eventList__grid .p-listing:hover .p-listing__thumb .m-eventItem__buttons .btn--tilted:after {
      width: 100px;
      height: 100px; }
@media screen and (max-width: 1024px) {
  .event_list.m-eventList__grid .grid-column:nth-child(2n) .p-listing {
    float: left; }
  .event_list.m-eventList__grid .grid-column:nth-child(2n+1) {
    clear: both; }
    .event_list.m-eventList__grid .grid-column:nth-child(2n+1) .p-listing {
      float: right; } }
.event_list.m-eventList__grid .p-listing__date, .event_list.m-eventList__grid .p-listing__title, .event_list.m-eventList__grid .p-listing__tagline {
  padding: 0px; }
.event_list.m-eventList__grid .p-listing__date {
  clear: both;
  line-height: 24px; }
  .event_list.m-eventList__grid .p-listing__date .m-date__year {
    display: none; }
  .event_list.m-eventList__grid .p-listing__date .venue_title {
    font-size: 15px; }
.event_list.m-eventList__grid .p-listing__title.m-eventItem__title-withTagline {
  margin-bottom: 5px; }
.event_list.m-eventList__grid .p-listing__thumb {
  max-height: 231px;
  overflow: hidden; }
  .event_list.m-eventList__grid .p-listing__thumb:hover img {
    opacity: 1; }
  .event_list.m-eventList__grid .p-listing__thumb .m-eventItem__buttons {
    display: block;
    transition: all 150ms linear;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
    .event_list.m-eventList__grid .p-listing__thumb .m-eventItem__buttons .btn-group {
      position: relative;
      height: 100%; }
    .event_list.m-eventList__grid .p-listing__thumb .m-eventItem__buttons .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      line-height: 56px; }
      .event_list.m-eventList__grid .p-listing__thumb .m-eventItem__buttons .btn svg {
        fill: white;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px; }
      .event_list.m-eventList__grid .p-listing__thumb .m-eventItem__buttons .btn .button_text {
        display: block;
        clear: both;
        line-height: 20px; }
.event_list.m-eventList__grid .grid-info-holder {
  clear: both;
  height: 115px;
  background: white;
  width: calc(100% - 20px);
  margin-left: 20px;
  position: relative; }
  .event_list.m-eventList__grid .grid-info-holder .grid-info {
    position: absolute;
    bottom: 0px;
    background: white;
    padding: 12px 15px;
    width: 100%; }
.event_list.m-eventList__grid .m-eventItem__buttons {
  display: none; }
.event_list.m-eventList__list {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5px; }
  .event_list.m-eventList__list .p-listing:not(.staysGrid) {
    border-bottom: 3px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__date, .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__title, .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__tagline {
      padding: 0px 20px;
      width: calc(70% - 155px);
      float: left; }
    .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__date {
      margin-top: 20px; }
      @media screen and (max-width: 500px) {
        .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__date {
          max-width: calc(100% - 126px);
          min-width: calc(100% - 321px);
          width: 70%; }
          .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__date .delimiter {
            display: none; }
          .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__date .venue_title {
            clear: both;
            display: block;
            margin-top: 10px;
            font-size: 15px; } }
      .event_list.m-eventList__list .p-listing:not(.staysGrid) .p-listing__date .m-date__year {
        display: none; }
    .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem {
      border-bottom: 3px solid #f1f1f1;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__thumb {
        width: 30%;
        max-width: 222px;
        min-width: 126px;
        max-height: 162px;
        overflow: hidden; }
        .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__thumb .m-eventItem__buttons {
          display: none; }
      @media screen and (max-width: 500px) {
        .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__title {
          clear: both;
          width: 100%;
          padding: 0px; } }
      .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__title-withTagline {
        margin-bottom: 5px; }
      @media screen and (max-width: 500px) {
        .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__tagline {
          clear: both;
          width: 100%;
          padding: 0px; } }
      .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__buttons {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%); }
        @media screen and (max-width: 500px) {
          .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__buttons {
            position: relative;
            top: auto;
            right: auto;
            transform: none;
            display: block;
            clear: both; }
            .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__buttons .btn {
              padding: 0px; }
            .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__buttons .btn.btn--text-default {
              float: left;
              border-bottom: 0px; }
            .event_list.m-eventList__list .p-listing:not(.staysGrid) .m-eventItem__buttons .btn.more {
              float: right;
              clear: none; } }

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.eventDetailContainer {
  max-width: 1320px;
  margin: 0 auto; }
  .eventDetailContainer #branding {
    min-height: 605px; }
    @media screen and (max-width: 1024px) {
      .eventDetailContainer #branding {
        min-height: auto; } }
    .eventDetailContainer #branding .full-slideshow {
      margin: 0px; }
    .eventDetailContainer #branding .rsDefault.rsVideoPlaying .rsGCaption {
      display: none; }
    .eventDetailContainer #branding img {
      width: 100%; }
    .eventDetailContainer #branding .rsGCaption {
      bottom: auto;
      top: 0px;
      left: auto;
      right: 0px; }
      .eventDetailContainer #branding .rsGCaption p {
        float: right; }
  .eventDetailContainer .eventDetailContent {
    position: relative;
    min-height: 400px; }
  .eventDetailContainer .eventDetailDescription {
    position: relative; }
    .eventDetailContainer .eventDetailDescription .descriptionBody {
      max-height: 248px;
      overflow: hidden;
      transition: all 150ms linear; }
    .eventDetailContainer .eventDetailDescription .eventDetailDescription__hide {
      padding: 0px 20px;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      letter-spacing: 0.03em;
      font-weight: 300;
      text-transform: uppercase;
      cursor: pointer;
      line-height: 16px;
      position: relative;
      width: 100%;
      z-index: 1;
      margin-bottom: 30px; }
      .eventDetailContainer .eventDetailDescription .eventDetailDescription__hide:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        z-index: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+90&0+0,1+90 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }
      .eventDetailContainer .eventDetailDescription .eventDetailDescription__hide:hover {
        color: #882345; }
      .eventDetailContainer .eventDetailDescription .eventDetailDescription__hide .first-word {
        font-weight: 400; }
    .eventDetailContainer .eventDetailDescription .eventDetailDescription__trigger-isClosed {
      float: left; }
      .eventDetailContainer .eventDetailDescription .eventDetailDescription__trigger-isClosed:after {
        content: "\f067";
        font-family: "FontAwesome";
        margin-left: 10px; }
    .eventDetailContainer .eventDetailDescription .eventDetailDescription__trigger-isOpen {
      display: none;
      float: left; }
      .eventDetailContainer .eventDetailDescription .eventDetailDescription__trigger-isOpen:after {
        content: "\f068";
        font-family: "FontAwesome";
        margin-left: 10px; }
    .eventDetailContainer .eventDetailDescription-isActive .eventDetailDescription__hide:after {
      content: none; }
    .eventDetailContainer .eventDetailDescription-isActive .eventDetailDescription__trigger-isOpen {
      display: block; }
    .eventDetailContainer .eventDetailDescription-isActive .eventDetailDescription__trigger-isClosed {
      display: none; }
  .eventDetailContainer .eventDetailColumn {
    max-width: 876px;
    width: calc(100% - 352px); }
    @media screen and (max-width: 1024px) {
      .eventDetailContainer .eventDetailColumn {
        width: 100%;
        max-width: none; } }
    .eventDetailContainer .eventDetailColumn .faq {
      margin-top: 0px; }
    .eventDetailContainer .eventDetailColumn .eventInfo {
      position: absolute;
      top: 40px;
      transform: translateY(-100%);
      background: white;
      left: 20px;
      padding: 10px 20px;
      max-width: 685px; }
      @media screen and (max-width: 1320px) {
        .eventDetailContainer .eventDetailColumn .eventInfo {
          left: 0px; } }
      .eventDetailContainer .eventDetailColumn .eventInfo .date {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        line-height: 1.55rem;
        letter-spacing: 0.03em; }
      .eventDetailContainer .eventDetailColumn .eventInfo .m-date__year {
        display: none; }
      .eventDetailContainer .eventDetailColumn .eventInfo .title {
        clear: both;
        display: block;
        width: 100%;
        font-size: 2.45rem;
        line-height: 2.7rem;
        font-family: "Oswald", sans-serif;
        letter-spacing: 0.03em;
        text-transform: uppercase; }
      .eventDetailContainer .eventDetailColumn .eventInfo .tagline {
        font-family: "Raleway", sans-serif;
        font-size: 1.35rem;
        letter-spacing: 0.02em; }
      @media screen and (max-width: 1024px) {
        .eventDetailContainer .eventDetailColumn .eventInfo {
          display: none; } }
    .eventDetailContainer .eventDetailColumn .content {
      padding-top: 80px;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 1320px) {
        .eventDetailContainer .eventDetailColumn .content {
          padding-left: 0px;
          padding-right: 0px; } }
      @media screen and (max-width: 1024px) {
        .eventDetailContainer .eventDetailColumn .content {
          padding-top: 20px; } }
  .eventDetailContainer aside {
    width: 332px;
    position: absolute;
    top: 0px;
    right: 0px; }
    @media screen and (max-width: 1320px) {
      .eventDetailContainer aside {
        right: 20px; } }
    @media screen and (max-width: 1024px) {
      .eventDetailContainer aside {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 80px; } }
    .eventDetailContainer aside .rightBreakout {
      position: relative;
      padding-top: 80px;
      width: 332px; }
      @media screen and (max-width: 1024px) {
        .eventDetailContainer aside .rightBreakout {
          width: auto; } }
      .eventDetailContainer aside .rightBreakout .mobile-details {
        display: none; }
        .eventDetailContainer aside .rightBreakout .mobile-details .eventInfo {
          padding: 10px 20px;
          max-width: 685px; }
          .eventDetailContainer aside .rightBreakout .mobile-details .eventInfo .date {
            font-family: "Oswald", sans-serif;
            font-weight: 300;
            line-height: 1.55rem;
            letter-spacing: 0.03em; }
          .eventDetailContainer aside .rightBreakout .mobile-details .eventInfo .m-date__year {
            display: none; }
          .eventDetailContainer aside .rightBreakout .mobile-details .eventInfo .title {
            clear: both;
            display: block;
            width: 100%;
            font-size: 2.45rem;
            line-height: 2.7rem;
            font-family: "Oswald", sans-serif;
            letter-spacing: 0.03em;
            text-transform: uppercase; }
          .eventDetailContainer aside .rightBreakout .mobile-details .eventInfo .tagline {
            font-family: "Raleway", sans-serif;
            font-size: 1.35rem;
            letter-spacing: 0.02em; }
        @media screen and (max-width: 1024px) {
          .eventDetailContainer aside .rightBreakout .mobile-details {
            display: block; } }
    .eventDetailContainer aside .detailList {
      list-style: none;
      padding: 0px; }
      .eventDetailContainer aside .detailList .detailItem {
        background: #f1f1f1;
        border-bottom: 1px solid white;
        padding: 20px;
        zoom: 1; }
        .eventDetailContainer aside .detailList .detailItem:before, .eventDetailContainer aside .detailList .detailItem:after {
          display: block;
          visibility: hidden;
          height: 0;
          content: '\0020'; }
        .eventDetailContainer aside .detailList .detailItem:after {
          clear: both; }
        .eventDetailContainer aside .detailList .detailItem span.title {
          font-family: "Oswald", sans-serif;
          font-size: 1rem;
          display: block;
          width: 100%;
          float: left;
          margin-bottom: 10px;
          text-transform: uppercase; }
        .eventDetailContainer aside .detailList .detailItem span, .eventDetailContainer aside .detailList .detailItem a, .eventDetailContainer aside .detailList .detailItem p {
          float: left;
          font-family: "Raleway", sans-serif;
          font-size: 0.75rem;
          letter-spacing: 0.02em; }
        .eventDetailContainer aside .detailList .detailItem .m-date__singleDate span {
          float: none; }
        .eventDetailContainer aside .detailList .detailItem a {
          text-decoration: underline; }
        .eventDetailContainer aside .detailList .detailItem p {
          padding: 0px;
          margin: 0px; }
    .eventDetailContainer aside .button {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 10px; }
      .eventDetailContainer aside .button .btn--tilted:after {
        height: 118px;
        width: 118px; }
      .eventDetailContainer aside .button .btn--tilted {
        padding: 0px;
        width: 118px; }
        .eventDetailContainer aside .button .btn--tilted svg {
          fill: white;
          display: block;
          margin: 0 auto; }
        .eventDetailContainer aside .button .btn--tilted .button_text {
          clear: both;
          display: block;
          margin: 0 auto; }
  .eventDetailContainer .eventDetailShowings .showings_header {
    color: #882345; }
  .eventDetailContainer .eventDetailShowings .show_hide_showings {
    display: none;
    padding: 0px 20px;
    margin-bottom: 30px; }
    .eventDetailContainer .eventDetailShowings .show_hide_showings .show_showings, .eventDetailContainer .eventDetailShowings .show_hide_showings .hide_showings {
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 0.8rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      position: relative;
      cursor: pointer; }
      .eventDetailContainer .eventDetailShowings .show_hide_showings .show_showings:hover, .eventDetailContainer .eventDetailShowings .show_hide_showings .hide_showings:hover {
        color: #882345; }
      .eventDetailContainer .eventDetailShowings .show_hide_showings .show_showings .first-word, .eventDetailContainer .eventDetailShowings .show_hide_showings .hide_showings .first-word {
        font-weight: 400; }
    .eventDetailContainer .eventDetailShowings .show_hide_showings .show_showings:after {
      content: "\f067";
      font-family: "FontAwesome";
      margin-left: 10px; }
    .eventDetailContainer .eventDetailShowings .show_hide_showings .hide_showings {
      display: none; }
      .eventDetailContainer .eventDetailShowings .show_hide_showings .hide_showings:after {
        content: "\f068";
        font-family: "FontAwesome";
        margin-left: 10px; }
  .eventDetailContainer .eventDetailShowings.is-active .show_showings {
    display: none; }
  .eventDetailContainer .eventDetailShowings.is-active .hide_showings {
    display: block; }
  .eventDetailContainer .eventDetailShowings ul {
    margin-bottom: 30px; }
    .eventDetailContainer .eventDetailShowings ul.hide_extra {
      max-height: 12.75rem;
      overflow: hidden;
      transition: max-height 150ms linear; }
      .eventDetailContainer .eventDetailShowings ul.hide_extra + .show_hide_showings {
        display: block; }
    .eventDetailContainer .eventDetailShowings ul li {
      padding: 0px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 3px solid #f1f1f1;
      display: flex;
      flex-basis: auto;
      flex-flow: row wrap; }
  .eventDetailContainer .eventDetailShowings .date, .eventDetailContainer .eventDetailShowings .time {
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.03em;
    flex: 1;
    line-height: 40px; }
  .eventDetailContainer .eventDetailShowings .time {
    text-align: center; }
  .eventDetailContainer .eventDetailShowings .ticket {
    flex: 1; }
  .eventDetailContainer .eventDetailShowings .date__day_of_week {
    font-weight: 400;
    text-transform: uppercase; }
  .eventDetailContainer .eventDetailShowings .btn--text-default {
    border-bottom: 0px;
    float: right; }
  .eventDetailContainer .eventDetailContent.noBranding .eventDetailColumn .eventInfo {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    padding-left: 40px; }
    @media screen and (max-width: 1320px) {
      .eventDetailContainer .eventDetailContent.noBranding .eventDetailColumn .eventInfo {
        padding-left: 20px; } }
  .eventDetailContainer .eventDetailContent.noBranding aside {
    margin-top: 60px; }

#events.detail.videoPlaying .eventDetailColumn .eventInfo {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding-left: 40px; }
  @media screen and (max-width: 1320px) {
    #events.detail.videoPlaying .eventDetailColumn .eventInfo {
      padding-left: 20px; } }
#events.detail.videoPlaying aside .rightBreakout {
  margin-top: 80px; }

.program_holder {
  text-align: center;
  padding-top: 30px; }
  .program_holder .programs_list_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex-basis: auto; }
  .program_holder .program_item {
    width: 33%;
    display: inline-block;
    zoom: 1;
    padding: 0px 7.5px; }
    .program_holder .program_item:before, .program_holder .program_item:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .program_holder .program_item:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      .program_holder .program_item {
        width: 33%; } }
    @media screen and (max-width: 900px) {
      .program_holder .program_item {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .program_holder .program_item {
        width: 100%; } }
  .program_holder .p-listing {
    min-height: 234px; }
  .program_holder .p-listing__thumb {
    max-height: 234px;
    overflow: hidden; }
    .program_holder .p-listing__thumb img {
      min-height: 234px; }
  .program_holder .p-listing__thumb + .p-listing__info, .program_holder .p-listing__info {
    width: 100%;
    max-width: 321px;
    padding: 20px;
    background: white;
    text-align: center; }
  .program_holder .p-listing__title {
    font-size: 18px; }

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

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

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

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

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

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

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

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

.lightbox a img {
  border: none; }

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

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

.lb-container {
  padding: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
.sitemap {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  clear: both;
  zoom: 1; }
  .sitemap:before, .sitemap:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020'; }
  .sitemap:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .sitemap {
      padding: 0px 20px; } }
  .sitemap h1 {
    padding-top: 30px;
    margin-top: 0px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sitemap h1 {
        padding-left: 0px;
        padding-right: 0px; } }
  .sitemap p {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sitemap p {
        padding-left: 0px;
        padding-right: 0px; } }
  .sitemap .column {
    position: relative;
    width: 100%;
    padding: 0;
    width: 50%;
    zoom: 1; }
    .sitemap .column:before, .sitemap .column:after {
      display: block;
      visibility: hidden;
      height: 0;
      content: '\0020'; }
    .sitemap .column:after {
      clear: both; }
    @media screen and (max-width: 768px) {
      .sitemap .column {
        float: left;
        width: 100%; } }
    .sitemap .column#sitemap_column_1 > ul > li:first-child {
      display: none; }
    .sitemap .column > ul > li {
      width: 100%;
      padding: 0;
      margin-bottom: 15px;
      text-align: center;
      margin-bottom: 30px; }
      .sitemap .column > ul > li:before {
        content: "";
        display: none; }
      .sitemap .column > ul > li > ul > li {
        margin-bottom: 0;
        padding: 10px 0px; }
        .sitemap .column > ul > li > ul > li a, .sitemap .column > ul > li > ul > li a:link, .sitemap .column > ul > li > ul > li a:visited {
          font-family: "Raleway", sans-serif; }
        .sitemap .column > ul > li > ul > li > a:first-of-type {
          font-size: 15px;
          color: black;
          font-weight: 400;
          text-transform: capitalize; }
          .sitemap .column > ul > li > ul > li > a:first-of-type:hover, .sitemap .column > ul > li > ul > li > a:first-of-type:focus {
            text-decoration: none;
            color: #882345; }
        .sitemap .column > ul > li > ul > li > ul > li {
          padding: 5px 0px; }
          .sitemap .column > ul > li > ul > li > ul > li a {
            font-family: "Raleway", sans-serif;
            text-transform: capitalize;
            font-weight: 400; }
        .sitemap .column > ul > li > ul > li > ul li a:first-of-type {
          font-size: 12px; }
  .sitemap ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
    list-style: none;
    padding: 0px; }
  .sitemap a,
  .sitemap a:link,
  .sitemap a:visited {
    font-size: 18px;
    color: black;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
    line-height: 1.2; }
    .sitemap a[rel="external"]:after,
    .sitemap a:link[rel="external"]:after,
    .sitemap a:visited[rel="external"]:after {
      content: "\f08e";
      margin-left: 10px;
      font-family: "FontAwesome"; }
    .sitemap a:hover, .sitemap a:focus,
    .sitemap a:link:hover,
    .sitemap a:link:focus,
    .sitemap a:visited:hover,
    .sitemap a:visited:focus {
      color: #882345;
      text-decoration: none; }

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

.jspPane {
  position: absolute; }

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

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

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

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

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

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

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

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

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

.jspVerticalBar .jspArrow {
  height: 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fb_window_content .warning {
  background: #ffebe8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
= Homepage Alert
----------------------------------------------------------------------------- */
.m-alert-wrapper {
  position: relative;
  z-index: 999; }
  .m-alert-wrapper > div {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: none; }
    .m-alert-wrapper > div .alert-desc p {
      max-width: none;
      padding: 0px; }
  .m-alert-wrapper .alert-container {
    max-width: 1320px;
    padding: 20px 20px;
    display: block;
    margin: 0 auto; }
    .m-alert-wrapper .alert-container > a {
      text-decoration: none; }
      .m-alert-wrapper .alert-container > a:hover {
        text-decoration: none; }
      .m-alert-wrapper .alert-container > a h2 {
        margin-top: 40px; }
      .m-alert-wrapper .alert-container > a h2, .m-alert-wrapper .alert-container > a p {
        max-width: none;
        padding: 0px;
        cursor: pointer; }
        .m-alert-wrapper .alert-container > a h2:hover, .m-alert-wrapper .alert-container > a p:hover {
          color: #882345; }
  .m-alert-wrapper .close-alert {
    width: 90px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px; }
    .m-alert-wrapper .close-alert .close-x {
      position: relative;
      float: right;
      height: 28px;
      width: 28px; }
      .m-alert-wrapper .close-alert .close-x:before, .m-alert-wrapper .close-alert .close-x:after {
        width: 2px;
        height: 28px;
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        background: black; }
      .m-alert-wrapper .close-alert .close-x:before {
        transform: rotate(45deg); }
      .m-alert-wrapper .close-alert .close-x:after {
        transform: rotate(-45deg); }
    .m-alert-wrapper .close-alert:hover {
      color: #882345; }
      .m-alert-wrapper .close-alert:hover .close-x:before, .m-alert-wrapper .close-alert:hover .close-x:after {
        background: #882345; }

.search-app {
  position: relative;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 124px;
  padding: 0px 10px; }
  .search-app input {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    outline: none;
    padding-right: 10px;
    padding-left: 40px;
    background: none;
    border: 0px;
    border-bottom: 1px solid white;
    height: 75px;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.04em;
    position: relative;
    background: url("../images/search/search_icon_blue.svg");
    background-position: left center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 700px) {
      .search-app input {
        width: 100%; } }
  .search-app a.submit {
    position: absolute;
    top: 0px;
    right: 10px;
    text-indent: -9999px;
    height: 5.7rem;
    width: 50px;
    padding: 0px;
    background: url(../images/icons/search.svg);
    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; }
  ul.showtime-search-instant-results li {
    list-style: none; }
    ul.showtime-search-instant-results li:before {
      display: none; }

.showtime-search-instant-result-header {
  font-size: 32px;
  color: white;
  margin: 15px 0;
  font-family: "Oswald", sans-serif;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  padding-top: 25px;
  text-transform: uppercase; }
  .showtime-search-instant-result-header.result-header-main {
    border-bottom: 0;
    max-width: 1000px;
    position: relative;
    padding-bottom: 30px; }
    @media screen and (max-width: 500px) {
      .showtime-search-instant-result-header.result-header-main {
        padding-bottom: 50px; } }
.showtime-search-instant-result-keyword-container {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: white;
  padding-left: 30px; }
  @media screen and (max-width: 820px) {
    .showtime-search-instant-result-keyword-container {
      padding-left: 0px; } }
.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;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  width: 110px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  padding: 0px; }
  @media screen and (max-width: 500px) {
    .showtime-search-instant-result-filter {
      clear: both;
      left: 0px;
      right: auto;
      bottom: 0px; } }
  .showtime-search-instant-result-filter:after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    color: black;
    width: 20px;
    height: 18px;
    text-align: right;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
  .showtime-search-instant-result-filter > li {
    background: white;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    color: black; }
    .showtime-search-instant-result-filter > li.news {
      max-width: none;
      margin: 0;
      padding: 10px 20px; }
  .showtime-search-instant-result-filter > li.is-selected {
    position: absolute;
    top: 0;
    left: 0; }
  .showtime-search-instant-result-filter.is-selecting-result-type {
    overflow: initial; }
    .showtime-search-instant-result-filter.is-selecting-result-type > li:hover {
      color: #882345; }
    .showtime-search-instant-result-filter.is-selecting-result-type > li.is-selected {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px; }
.showtime-search-instant-result .date {
  left: auto;
  top: auto;
  position: relative;
  float: left;
  padding: 0px 20px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  color: #882345;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: initial;
  width: calc(100% - 180px);
  padding-top: 20px; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result .date {
      left: auto;
      top: auto;
      position: relative;
      float: left;
      padding-left: 20px;
      padding-top: 20px;
      width: 100%; } }
.showtime-search-instant-result h3 {
  text-transform: normal;
  position: relative;
  clear: both;
  padding: 0px;
  line-height: 1.5625rem;
  max-height: 3.025rem;
  overflow: hidden;
  width: calc(100% - 180px);
  float: left;
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .showtime-search-instant-result h3:hover {
    color: #882345; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result h3 {
      left: auto;
      top: auto;
      position: relative;
      float: left;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
.showtime-search-instant-result .buttons {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }
  .showtime-search-instant-result .buttons a, .showtime-search-instant-result .buttons span {
    float: left;
    display: block;
    clear: both;
    position: relative;
    display: block;
    width: auto;
    float: left;
    padding: 0px 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    min-height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: 0px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-style: none; }
    .showtime-search-instant-result .buttons a.tickets, .showtime-search-instant-result .buttons span.tickets {
      color: #882345;
      border-bottom: 3px solid #f1f1f1;
      width: 100%; }
      .showtime-search-instant-result .buttons a.tickets:hover, .showtime-search-instant-result .buttons span.tickets:hover {
        color: #a82c55; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result .buttons {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      float: left;
      width: 100%;
      padding: 0px 20px; }
      .showtime-search-instant-result .buttons a, .showtime-search-instant-result .buttons span {
        clear: none; }
        .showtime-search-instant-result .buttons a.tickets, .showtime-search-instant-result .buttons span.tickets {
          float: left;
          border-bottom: 0px;
          width: auto; }
        .showtime-search-instant-result .buttons a.showtime-search-instant-result-link-info, .showtime-search-instant-result .buttons span.showtime-search-instant-result-link-info {
          float: left; } }
.showtime-search-instant-result .showtime-search-instant-imgcontainer {
  width: 150px;
  height: 140px;
  float: left;
  overflow: hidden;
  opacity: 1;
  padding-left: 20px;
  padding-top: 20px; }
  .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;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background: white;
  position: relative; }
  .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.pages h3 {
  padding-top: 20px;
  position: static; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result.pages h3 {
      width: 100%; } }
  .showtime-search-instant-result.pages h3:before {
    content: "View Page";
    padding-right: 30px;
    display: block;
    clear: both;
    position: absolute;
    display: block;
    width: auto;
    float: left;
    padding: 0px 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    min-height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: 0px;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-style: none;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .showtime-search-instant-result.pages h3:before {
        bottom: 0px;
        top: auto;
        transform: none;
        left: 0px;
        width: 150px;
        text-align: left;
        padding: 0px 20px; } }
.showtime-search-instant-result.events .venue_cat {
  position: absolute;
  bottom: 10px;
  color: #882345;
  width: calc(100% - 180px);
  display: none; }
  @media screen and (max-width: 600px) {
    .showtime-search-instant-result.events .venue_cat {
      display: none; } }
.showtime-search-instant-result.events.has_image .venue_cat {
  left: 170px;
  width: calc(100% - 350px); }
.showtime-search-instant-result.events.has_image .date {
  position: absolute;
  top: 20px;
  left: 170px;
  padding: 0px;
  width: auto; }
  .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-left: 20px;
      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: 170px;
  top: 55px;
  width: calc(100% - 350px);
  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%;
      padding: 0px 20px; } }
.showtime-search-instant-result.events .showtime-search-instant-result-info {
  display: none; }
.showtime-search-instant-result.venues h3 {
  padding-top: 20px; }

/* 
|--------------------------------------------------------------------------
| Variables
|--------------------------------------------------------------------------
|
| These variables are used to set a base structure to the pattern libary.
|
*/
/* 
|--------------------------------------------------------------------------
| Global List Styles
|--------------------------------------------------------------------------
|
| The global list styles that will be used for all list types across
| the entire site.
|
*/
.p-listing {
  position: relative;
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
  background: white; }

.p-listing__info {
  width: 100%;
  float: left; }
  .p-listing__info p {
    margin-bottom: 32px; }

.p-listing__thumb {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  max-width: 321px; }
  .p-listing__thumb img {
    width: 100%;
    display: block;
    opacity: 1; }
  .p-listing__thumb:hover img {
    opacity: 0.8; }
  .p-listing__thumb + .p-listing__info {
    width: calc(100% - (321px + 40px));
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      .p-listing__thumb + .p-listing__info {
        width: 100%;
        padding-left: 0px; } }
  @media screen and (max-width: 768px) {
    .p-listing__thumb {
      max-width: none;
      margin-bottom: 30px; }
      .p-listing__thumb img {
        max-width: 321px;
        display: block;
        margin: 0 auto; } }

.p-listing__date {
  display: block;
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  color: #882345;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: initial; }

.p-listing__title {
  line-height: 1.4;
  font-size: 25px;
  margin-bottom: 26px; }
  .p-listing__title a:hover, .p-listing__title a:focus {
    text-decoration: none; }

.p-listing__tagline {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: black;
  text-transform: none; }

.p-listing__address {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.065em;
  font-style: normal; }

.p-listing__description {
  padding-bottom: 20px; }

/* 
|--------------------------------------------------------------------------
| Global Button Styles
|--------------------------------------------------------------------------
|
| The global button styles that will be used for all buttons across the
| entire site.
|
*/
.btn {
  position: relative;
  display: block;
  width: auto;
  float: left;
  padding: 0px 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  min-height: 40px;
  line-height: 40px;
  text-decoration: none;
  border: 0px;
  outline: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-style: none;
  /* 
  |---------------------------------
  | Button States
  | 
  | You can add additional button
  | states where needed.
  |
  | Ex: .btn--alt--disabled
  | This will allow you to create
  | a disabled version of .btn--alt
  |---------------------------------
  */
  /* 
  |---------------------------------
  | Button Sizes
  |
  | .btn--100 is the default size
  | 
  | You can add more sizes relative
  | to the default size by using 
  | smaller or larger numbers
  | 
  | Ex: .btn--75
  | This button would be a size 
  | between .btn--50 and .btn-100
  |---------------------------------
  */ }
  .btn .first-word {
    font-weight: 400; }
  .btn:before {
    cursor: pointer; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn.btn--default, .btn.alert-button {
    background: #882345;
    color: white; }
    .btn.btn--default:hover, .btn.btn--default:focus, .btn.alert-button:hover, .btn.alert-button:focus {
      background: #a82c55;
      color: white; }
  .btn.btn--alt {
    background: #089faf;
    color: white; }
    .btn.btn--alt:hover, .btn.btn--alt:focus {
      background: #0abdd1;
      color: white; }
  .btn.btn--white {
    background: white;
    color: black; }
    .btn.btn--white:hover, .btn.btn--white:focus {
      background: black;
      color: white; }
  .btn.btn--text-default {
    color: #882345;
    border-bottom: 3px solid #f1f1f1; }
    .btn.btn--text-default:hover {
      color: #a82c55; }
  .btn.btn--text-alt {
    color: black;
    border-bottom: 3px solid #f1f1f1; }
    .btn.btn--text-alt:hover {
      color: #882345; }
  .btn.btn--tilted {
    width: 157px;
    height: 56px;
    position: relative;
    color: white; }
    .btn.btn--tilted:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background: #882345;
      color: white;
      width: 68px;
      height: 68px;
      transform: translate(-50%, -50%) rotate(-23.6deg);
      transition: all 150ms linear;
      transition-delay: 150ms;
      z-index: -1; }
    .btn.btn--tilted:hover {
      color: white; }
      .btn.btn--tilted:hover:after {
        background: #a82c55; }
  .btn.btn--fullwidth {
    width: 100%;
    padding: 0px; }

/* 
|--------------------------------------------------------------------------
| Global Button Group Styles
|--------------------------------------------------------------------------
|
| Global styles for grouping buttons in different layouts.
|
*/
.btn-group.btn-group--stack .btn {
  float: left;
  display: block;
  clear: both; }
.btn-group.btn-group--stack .btn + .btn {
  margin-top: 5px; }

.icon {
  cursor: pointer; }
  .icon.icon--social {
    position: relative;
    display: block;
    height: 20px;
    width: 20px; }
    .icon.icon--social:after {
      content: "";
      height: 20px;
      width: 20px;
      display: block;
      font-family: "fontAwesome";
      text-align: left;
      font-size: 1rem; }
  .icon.icon--facebook:after {
    content: "\f09a"; }
  .icon.icon--twitter:after {
    content: "\f099"; }
  .icon.icon--instagram:after {
    content: "\f16d"; }
  .icon.icon--tumblr:after {
    content: "\f173"; }
  .icon.icon--yelp:after {
    content: "\f1e9"; }
  .icon.icon--youtube:after {
    content: "\f16a"; }
  .icon.icon--grid, .icon.icon--list {
    width: 48px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    margin-left: 20px; }
    .icon.icon--grid svg, .icon.icon--list svg {
      fill: #8c8c8c; }
    .icon.icon--grid:hover svg, .icon.icon--list:hover svg {
      fill: #882345; }
    .icon.icon--grid.m-eventList__toggle-isActive, .icon.icon--list.m-eventList__toggle-isActive {
      /* Old browsers */
      background: #882345; }
      .icon.icon--grid.m-eventList__toggle-isActive svg, .icon.icon--list.m-eventList__toggle-isActive svg {
        fill: white; }

.icon-group.icon-group--list {
  width: 100%;
  display: block;
  display: flex;
  max-width: 295px;
  flex-basis: auto;
  padding: 20px 0px;
  padding-bottom: 30px;
  height: 20px; }
  .icon-group.icon-group--list a {
    float: left;
    width: 48px;
    display: block;
    flex: 1;
    color: white;
    text-decoration: none; }
    .icon-group.icon-group--list a:hover, .icon-group.icon-group--list a:focus {
      color: #d4a017;
      text-decoration: none; }
    @media screen and (max-width: 1200px) {
      .icon-group.icon-group--list a {
        text-align: center; } }
  .icon-group.icon-group--list .icon {
    display: block; }
    @media screen and (max-width: 1200px) {
      .icon-group.icon-group--list .icon {
        display: inline-block; } }

/**/
/* ----------------------------------------------------------------------------
= Showtime Jobs module
----------------------------------------------------------------------------- */
.job_list > p {
  margin-top: -40px; }
.job_list .entry {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  float: none;
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 3px solid #f1f1f1; }
  .job_list .entry .info h3, .job_list .entry .info h4, .job_list .entry .info p {
    padding: 0px; }
  .job_list .entry .info .p-listing__date {
    display: block;
    max-width: 1140px;
    padding: 0px;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    color: #882345;
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin-bottom: 12px; }

/* ----------------------------------------------------------------------------
= Jobs Detail
----------------------------------------------------------------------------- */
.job_detail .overview span.date {
  display: block;
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  color: #882345;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 12px; }
