/*! normalize.css v3.0.0 | 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.
 */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
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.
 * Hide the `template` element in IE, 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, 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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * 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 {
  border: 0;
  padding: 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
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-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*===========================
    MIXINS
===========================*/
/*===========================
    VARIABLES - column breakpoints
===========================*/
/*===========================
    NOTE: Grid based on http://flexboxgrid.com/ with customized edits
        - desktop first approach, default size uses lg
        - optional default, skinny and fat gutter options for each breakpoint size
            - use gutter-lg-skinny or gutter-lg-fat on .flex-row container for default/desktop
            - use gutter-md-default or gutter-md-skinny or gutter-md-fat on .flex-row to change for medium etc.
===========================*/
.flex-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row > [class*='col-'] {
  padding-right: 15px;
  padding-left: 15px;
}
.gutter-lg-none {
  margin-left: 0;
  margin-right: 0;
}
.gutter-lg-none > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.gutter-lg-skinny {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-lg-skinny > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.gutter-lg-fat {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-lg-fat > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}
[class*='col-'] {
  flex: 0 0 auto;
}
/*===========================
    DEFAULT COLUMNS
=============================*/
.col-flex {
  display: flex;
}
.col-lg {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-lg-auto {
  flex: 0 1 auto;
}
.col-lg-1 {
  flex-basis: 8.333333%;
  max-width: 8.333333%;
}
.col-lg-2 {
  flex-basis: 16.666666%;
  max-width: 16.666666%;
}
.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-lg-4 {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}
.col-lg-5 {
  flex-basis: 41.666666%;
  max-width: 41.666666%;
}
.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-lg-7 {
  flex-basis: 58.333333%;
  max-width: 58.333333%;
}
.col-lg-8 {
  flex-basis: 66.666666%;
  max-width: 66.666666%;
}
.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-lg-10 {
  flex-basis: 83.333333%;
  max-width: 83.333333%;
}
.col-lg-11 {
  flex-basis: 91.666666%;
  max-width: 91.666666%;
}
.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-lg-off-right-0 {
  margin-right: 0;
}
.col-lg-off-right-1 {
  margin-right: 8.333333%;
}
.col-lg-off-right-2 {
  margin-right: 16.666666%;
}
.col-lg-off-right-3 {
  margin-right: 25%;
}
.col-lg-off-right-4 {
  margin-right: 33.333333%;
}
.col-lg-off-right-5 {
  margin-right: 41.666666%;
}
.col-lg-off-right-6 {
  margin-right: 50%;
}
.col-lg-off-right-7 {
  margin-right: 58.333333%;
}
.col-lg-off-right-8 {
  margin-right: 66.666666%;
}
.col-lg-off-right-9 {
  margin-right: 75%;
}
.col-lg-off-right-10 {
  margin-right: 83.333333%;
}
.col-lg-off-right-11 {
  margin-right: 91.666666%;
}
.col-lg-off-left-0 {
  margin-left: 0;
}
.col-lg-off-left-1 {
  margin-left: 8.333333%;
}
.col-lg-off-left-2 {
  margin-left: 16.666666%;
}
.col-lg-off-left-3 {
  margin-left: 25%;
}
.col-lg-off-left-4 {
  margin-left: 33.333333%;
}
.col-lg-off-left-5 {
  margin-left: 41.666666%;
}
.col-lg-off-left-6 {
  margin-left: 50%;
}
.col-lg-off-left-7 {
  margin-left: 58.333%;
}
.col-lg-off-left-8 {
  margin-left: 66.666666%;
}
.col-lg-off-left-9 {
  margin-left: 75%;
}
.col-lg-off-left-10 {
  margin-left: 83.333333%;
}
.col-lg-off-left-11 {
  margin-left: 91.666666%;
}
.start-lg {
  justify-content: flex-start;
}
.center-lg {
  justify-content: center;
}
.end-lg {
  justify-content: flex-end;
}
.around-lg {
  justify-content: space-around;
}
.between-lg {
  justify-content: space-between;
}
.top-lg {
  align-items: flex-start;
}
.middle-lg {
  align-items: center;
}
.bottom-lg {
  align-items: flex-end;
}
.first-lg {
  order: -1;
}
.last-lg {
  order: 1;
}
/*===========================
    MEDIUM LARGE  SCREEN SIZE COLUMNS
=============================*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gutter-mdl-default {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-mdl-default > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-mdl-none {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-mdl-none > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-mdl-skinny {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-mdl-skinny > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-mdl-fat {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-mdl-fat > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-mdl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-mdl-auto {
    flex: 0 1 auto;
  }
  .col-mdl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-mdl-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-mdl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-mdl-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .col-mdl-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-mdl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-mdl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-mdl-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
  }
  .col-mdl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-mdl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-mdl-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-mdl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-mdl-off-right-0 {
    margin-right: 0;
  }
  .col-mdl-off-right-1 {
    margin-right: 8.333%;
  }
  .col-mdl-off-right-2 {
    margin-right: 16.666%;
  }
  .col-mdl-off-right-3 {
    margin-right: 25%;
  }
  .col-mdl-off-right-4 {
    margin-right: 33.333333%;
  }
  .col-mdl-off-right-5 {
    margin-right: 41.666;
  }
  .col-mdl-off-right-6 {
    margin-right: 50%;
  }
  .col-mdl-off-right-7 {
    margin-right: 58.333%;
  }
  .col-mdl-off-right-8 {
    margin-right: 66.666666%;
  }
  .col-mdl-off-right-9 {
    margin-right: 75%;
  }
  .col-mdl-off-right-10 {
    margin-right: 83.333%;
  }
  .col-mdl-off-right-11 {
    margin-right: 91.666%;
  }
  .col-mdl-off-left-0 {
    margin-left: 0;
  }
  .col-mdl-off-left-1 {
    margin-left: 8.333%;
  }
  .col-mdl-off-left-2 {
    margin-left: 16.666%;
  }
  .col-mdl-off-left-3 {
    margin-left: 25%;
  }
  .col-mdl-off-left-4 {
    margin-left: 33.333333%;
  }
  .col-mdl-off-left-5 {
    margin-left: 41.666;
  }
  .col-mdl-off-left-6 {
    margin-left: 50%;
  }
  .col-mdl-off-left-7 {
    margin-left: 58.333%;
  }
  .col-mdl-off-left-8 {
    margin-left: 66.666666%;
  }
  .col-mdl-off-left-9 {
    margin-left: 75%;
  }
  .col-mdl-off-left-10 {
    margin-left: 83.333%;
  }
  .col-mdl-off-left-11 {
    margin-left: 91.666%;
  }
  .start-mdl {
    justify-content: flex-start;
  }
  .center-mdl {
    justify-content: center;
  }
  .end-mdl {
    justify-content: flex-end;
  }
  .around-mdl {
    justify-content: space-around;
  }
  .between-mdl {
    justify-content: space-between;
  }
  .top-mdl {
    align-items: flex-start;
  }
  .middle-mdl {
    align-items: center;
  }
  .bottom-mdl {
    align-items: flex-end;
  }
  .first-mdl {
    order: -1;
  }
  .last-mdl {
    order: 1;
  }
}
/*===========================
    MEDIUM  SCREEN SIZE COLUMNS
=============================*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .gutter-md-default {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-default > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-md-none {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-none > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-md-skinny {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-skinny > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-md-fat {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-fat > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-off-right-0 {
    margin-right: 0;
  }
  .col-md-off-right-1 {
    margin-right: 8.333%;
  }
  .col-md-off-right-2 {
    margin-right: 16.666%;
  }
  .col-md-off-right-3 {
    margin-right: 25%;
  }
  .col-md-off-right-4 {
    margin-right: 33.333333%;
  }
  .col-md-off-right-5 {
    margin-right: 41.666;
  }
  .col-md-off-right-6 {
    margin-right: 50%;
  }
  .col-md-off-right-7 {
    margin-right: 58.333%;
  }
  .col-md-off-right-8 {
    margin-right: 66.666666%;
  }
  .col-md-off-right-9 {
    margin-right: 75%;
  }
  .col-md-off-right-10 {
    margin-right: 83.333%;
  }
  .col-md-off-right-11 {
    margin-right: 91.666%;
  }
  .col-md-off-left-0 {
    margin-left: 0;
  }
  .col-md-off-left-1 {
    margin-left: 8.333%;
  }
  .col-md-off-left-2 {
    margin-left: 16.666%;
  }
  .col-md-off-left-3 {
    margin-left: 25%;
  }
  .col-md-off-left-4 {
    margin-left: 33.333333%;
  }
  .col-md-off-left-5 {
    margin-left: 41.666;
  }
  .col-md-off-left-6 {
    margin-left: 50%;
  }
  .col-md-off-left-7 {
    margin-left: 58.333%;
  }
  .col-md-off-left-8 {
    margin-left: 66.666666%;
  }
  .col-md-off-left-9 {
    margin-left: 75%;
  }
  .col-md-off-left-10 {
    margin-left: 83.333%;
  }
  .col-md-off-left-11 {
    margin-left: 91.666%;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
/*===========================
    SMALL SCREEN SIZE COLUMNS
=============================*/
@media only screen and (min-width: 530px) and (max-width: 767px) {
  .gutter-sm-default {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-default > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-sm-none {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-none > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-sm-skinny {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-skinny > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-sm-fat {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-fat > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 1 auto;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-off-right-0 {
    margin-right: 0;
  }
  .col-sm-off-right-1 {
    margin-right: 8.333%;
  }
  .col-sm-off-right-2 {
    margin-right: 16.666%;
  }
  .col-sm-off-right-3 {
    margin-right: 25%;
  }
  .col-sm-off-right-4 {
    margin-right: 33.333333%;
  }
  .col-sm-off-right-5 {
    margin-right: 41.666;
  }
  .col-sm-off-right-6 {
    margin-right: 50%;
  }
  .col-sm-off-right-7 {
    margin-right: 58.333%;
  }
  .col-sm-off-right-8 {
    margin-right: 66.666666%;
  }
  .col-sm-off-right-9 {
    margin-right: 75%;
  }
  .col-sm-off-right-10 {
    margin-right: 83.333%;
  }
  .col-sm-off-right-11 {
    margin-right: 91.666%;
  }
  .col-sm-off-left-0 {
    margin-left: 0;
  }
  .col-sm-off-left-1 {
    margin-left: 8.333%;
  }
  .col-sm-off-left-2 {
    margin-left: 16.666%;
  }
  .col-sm-off-left-3 {
    margin-left: 25%;
  }
  .col-sm-off-left-4 {
    margin-left: 33.333333%;
  }
  .col-sm-off-left-5 {
    margin-left: 41.666;
  }
  .col-sm-off-left-6 {
    margin-left: 50%;
  }
  .col-sm-off-left-7 {
    margin-left: 58.333%;
  }
  .col-sm-off-left-8 {
    margin-left: 66.666666%;
  }
  .col-sm-off-left-9 {
    margin-left: 75%;
  }
  .col-sm-off-left-10 {
    margin-left: 83.333%;
  }
  .col-sm-off-left-11 {
    margin-left: 91.666%;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
/*===========================
    EXTRA-SMALL SCREEN SIZE COLUMNS
=============================*/
@media only screen and (max-width: 529px) {
  .gutter-xs-default {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-default > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gutter-xs-none {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-none > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .gutter-xs-skinny {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-skinny > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gutter-xs-fat {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-fat > [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 1 auto;
  }
  .col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xs-2 {
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xs-8 {
    flex-basis: 66.666666%;
    max-width: 66.666666%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xs-11 {
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-off-right-0 {
    margin-right: 0;
  }
  .col-xs-off-right-1 {
    margin-right: 8.333%;
  }
  .col-xs-off-right-2 {
    margin-right: 16.666%;
  }
  .col-xs-off-right-3 {
    margin-right: 25%;
  }
  .col-xs-off-right-4 {
    margin-right: 33.333333%;
  }
  .col-xs-off-right-5 {
    margin-right: 41.666;
  }
  .col-xs-off-right-6 {
    margin-right: 50%;
  }
  .col-xs-off-right-7 {
    margin-right: 58.333%;
  }
  .col-xs-off-right-8 {
    margin-right: 66.666666%;
  }
  .col-xs-off-right-9 {
    margin-right: 75%;
  }
  .col-xs-off-right-10 {
    margin-right: 83.333%;
  }
  .col-xs-off-right-11 {
    margin-right: 91.666%;
  }
  .col-xs-off-left-0 {
    margin-left: 0;
  }
  .col-xs-off-left-1 {
    margin-left: 8.333%;
  }
  .col-xs-off-left-2 {
    margin-left: 16.666%;
  }
  .col-xs-off-left-3 {
    margin-left: 25%;
  }
  .col-xs-off-left-4 {
    margin-left: 33.333333%;
  }
  .col-xs-off-left-5 {
    margin-left: 41.666;
  }
  .col-xs-off-left-6 {
    margin-left: 50%;
  }
  .col-xs-off-left-7 {
    margin-left: 58.333%;
  }
  .col-xs-off-left-8 {
    margin-left: 66.666666%;
  }
  .col-xs-off-left-9 {
    margin-left: 75%;
  }
  .col-xs-off-left-10 {
    margin-left: 83.333%;
  }
  .col-xs-off-left-11 {
    margin-left: 91.666%;
  }
  .start-xs {
    justify-content: flex-start;
  }
  .center-xs {
    justify-content: center;
  }
  .end-xs {
    justify-content: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
body {
  background: #000;
  font: normal 16px/24px 'Roboto', arial, sans-serif;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
h1.headline {
  font-size: 72px;
  line-height: 70px;
  font-weight: 900;
}
h1,
.h1 {
  font-size: 30px;
  line-height: 38px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 38px;
  padding: 0 0 7px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #eb312e;
}
h3,
.h3 {
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 15px 0;
}
h4,
.h4 {
  font-size: 21px;
  line-height: 29px;
  margin: 0 0 15px 0;
}
h5,
.h5 {
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 10px 0;
}
h6,
.h6 {
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 10px 0;
}
.ribbon {
  position: relative;
  height: 61px;
  margin: 0 104px 50px 104px;
  padding: 15px 0;
  white-space: nowrap;
  border: 0;
  font-size: 33px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  color: #000;
}
.ribbon span {
  display: block;
  width: 100%;
  overflow: hidden;
}
.ribbon:before,
.ribbon:after {
  content: "";
  width: 74px;
  height: 61px;
  position: absolute;
  top: 0;
}
.ribbon.white {
  background: #fff;
}
.ribbon.white:before {
  background: url(../img/banner-white-left.png) 0 center no-repeat;
  background-size: 74px auto;
  left: -74px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .ribbon.white:before {
    background-image: url(../img/banner-white-left@2x.png);
  }
}
.ribbon.white:after {
  background: url(../img/banner-white-right.png) 0 center no-repeat;
  background-size: 74px auto;
  right: -74px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .ribbon.white:after {
    background-image: url(../img/banner-white-right@2x.png);
  }
}
.ribbon.red {
  background: #eb312e;
}
.ribbon.red:before {
  background: url(../img/banner-red-left.png) 0 center no-repeat;
  background-size: 74px auto;
  left: -74px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .ribbon.red:before {
    background-image: url(../img/banner-red-left.png@2x.png);
  }
}
.ribbon.red:after {
  background: url(../img/banner-red-right.png) 0 center no-repeat;
  background-size: 74px auto;
  right: -74px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .ribbon.red:after {
    background-image: url(../img/banner-red-right@2x.png);
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .ribbon {
    height: auto;
    padding: 15px;
    margin: 0 0 50px 0;
    white-space: normal;
  }
  .ribbon:before,
  .ribbon:after {
    display: none;
  }
}
a {
  color: #eb312e;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: 0 !important;
}
a img {
  border: 0;
}
a:hover {
  text-decoration: underline;
}
a.more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
a.more:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 0 0 -1px 10px;
  background: url(../img/sprite.png) -80px 0 no-repeat;
  background-size: 200px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  a.more:after {
    background-image: url(../img/sprite@2x.png);
  }
}
a.more:hover {
  color: #fff;
}
a.more.black:after {
  background-position: -92px 0;
}
.arrow {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .arrow:after {
    background-image: url(../img/sprite@2x.png);
  }
}
.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .arrow:before {
    background-image: url(../img/sprite@2x.png);
  }
}
.arrow.prev {
  left: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .arrow.prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .arrow.prev {
    left: 5px;
  }
}
.arrow.prev:after {
  background-position: 0 0;
}
.arrow.prev:before {
  background-position: 0 -40px;
}
.arrow.next {
  right: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .arrow.next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .arrow.next {
    right: 5px;
  }
}
.arrow.next:after {
  background-position: -40px 0;
}
.arrow.next:before {
  background-position: -40px -40px;
}
.arrow:hover.prev:after,
.arrow:hover.next:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.arrow:hover.prev:before,
.arrow:hover.next:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
a.icon,
li.icon,
a.icon > a,
li.icon > a {
  position: relative;
}
a.icon:before,
li.icon:before,
a.icon > a:before,
li.icon > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  a.icon:before,
  li.icon:before,
  a.icon > a:before,
  li.icon > a:before {
    background-image: url(../img/sprite@2x.png);
  }
}
a.icon.tickets,
li.icon.tickets,
a.icon.tickets > a,
li.icon.tickets > a {
  padding-left: 40px;
}
a.icon.tickets:before,
li.icon.tickets:before,
a.icon.tickets > a:before,
li.icon.tickets > a:before {
  top: 12px;
  width: 28px;
  height: 27px;
  background-position: 0 -90px;
}
a.icon.map,
li.icon.map,
a.icon.map > a,
li.icon.map > a {
  padding-left: 40px;
}
a.icon.map:before,
li.icon.map:before,
a.icon.map > a:before,
li.icon.map > a:before {
  top: 14px;
  width: 22px;
  height: 20px;
  background-position: -40px -90px;
}
a.icon.cart,
li.icon.cart,
a.icon.cart > a,
li.icon.cart > a {
  padding-left: 40px;
}
a.icon.cart:before,
li.icon.cart:before,
a.icon.cart > a:before,
li.icon.cart > a:before {
  top: 14px;
  width: 20px;
  height: 20px;
  background-position: -80px -90px;
}
a.icon.lock > a,
li.icon.lock > a {
  padding-left: 24px;
}
a.icon.lock > a:before,
li.icon.lock > a:before {
  width: 12px;
  height: 16px;
  background-position: -108px 0px;
}
a.icon.pin > a,
li.icon.pin > a {
  padding-left: 21px;
}
a.icon.pin > a:before,
li.icon.pin > a:before {
  width: 11px;
  height: 18px;
  background-position: -129px 0px;
}
a.icon.info > a,
li.icon.info > a {
  padding-left: 15px;
}
a.icon.info > a:before,
li.icon.info > a:before {
  width: 6px;
  height: 17px;
  background-position: -154px 0px;
}
.minor {
  font-size: 14px;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul,
dd {
  margin: 10px 30px;
}
hr {
  border: 0;
  border-bottom: 1px solid #fff;
  height: 0px;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
pre,
code,
blockquote {
  padding: 30px;
}
.hero_gradient:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(56%, rgba(0, 0, 0, 0.08)), color-stop(63%, rgba(0, 0, 0, 0.2)), color-stop(87%, rgba(0, 0, 0, 0.72)), color-stop(100%, rgba(0, 0, 0, 0.94)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0000000', GradientType=0);
  /* IE6-8 */
}
.rtecontent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 0;
}
.rtecontent ul li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px 0;
}
.rtecontent ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  border-left: 7px solid #eb312e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.rtecontent img {
  display: block;
  margin: 5px 35px 15px 35px;
  max-width: 100% !important;
  height: auto !important;
}
.rtecontent img.rte_image_left,
.rtecontent img.alignleft {
  float: left;
  margin-left: 0;
  margin-top: 5px;
}
.rtecontent img.rte_image_right,
.rtecontent img.alignright {
  float: right;
  margin-right: 0;
  margin-top: 5px;
}
.rtecontent img.rte_image_full,
.rtecontent img.aligncenter {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 529px) {
  .rtecontent img.rte_image_left,
  .rtecontent img.alignleft {
    float: none;
    margin: 0 0 15px 0;
  }
  .rtecontent img.rte_image_right,
  .rtecontent img.alignright {
    float: none;
    margin: 0 0 15px 0;
  }
}
.rtecontent table {
  margin: 0 0 15px 0;
}
.rtecontent table td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.rtecontent .rterow {
  margin: 0 0 20px 0;
}
.rtecontent .rterow:before,
.rtecontent .rterow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rtecontent .rterow:after {
  clear: both;
}
.rtecontent .rterow:before,
.rtecontent .rterow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rtecontent .rterow:after {
  clear: both;
}
.rtecontent .rterow .rtecol30 {
  width: 30%;
  float: left;
}
.rtecontent .rterow .rtecol70 {
  width: 70%;
  float: left;
}
.centered {
  text-align: center;
}
.caps {
  text-transform: uppercase;
}
.clearfix:before,
.rtecontent:before,
.clearfix:after,
.rtecontent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.rtecontent:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row .half {
  width: 50%;
  float: left;
  padding: 0 0 25px 15px;
}
.row .half:first-child {
  padding: 0 15px 25px 0;
}
.row .half input {
  margin: 0;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden;
}
/*FLEXSLIDER RESETS*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*FLEXSLIDER BASE STYLES*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
form {
  background: #252525;
  padding: 30px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400 !important;
  text-transform: uppercase;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
input[type=text],
input[type=password],
textarea,
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 15px;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.form-control:focus {
  outline: 0;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-style: normal;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-style: normal;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-style: normal;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-style: normal;
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
.form-control[disabled],
input[type=text][readonly],
input[type=password][readonly],
textarea[readonly],
.form-control[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] textarea,
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e1e1e1;
}
textareainput[type=text],
textareainput[type=password],
textareatextarea,
textarea.form-control {
  height: auto;
}
textarea {
  height: 150px;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.lt-ie9 input[type=checkbox],
.lt-ie9 input[type=radio] {
  position: relative;
  left: auto;
  opacity: 1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  display: inline-block !important;
  margin: 0 5px 20px 0;
  padding: 0 0 0 20px !important;
  font-weight: normal;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
}
input[type=checkbox] + label.checked:before,
input[type=radio] + label.checked:before {
  background: #eb312e;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  font-weight: normal !important;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: #eb312e;
}
.lt-ie9 input[type=checkbox] + label,
.lt-ie9 input[type=radio] + label {
  padding: 0;
}
.lt-ie9 input[type=checkbox] + label:before,
.lt-ie9 input[type=radio] + label:before {
  display: none;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.minict_wrapper {
  background: #e1e1e1;
  position: relative;
  width: 100%;
  height: 43px;
  border: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 15px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.minict_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 18px;
  right: 14px;
  border-top: 11px solid #eb312e;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.minict_wrapper input {
  border: 0;
  outline: none;
  background: none;
  margin: 0;
  cursor: default;
  width: 100%;
  text-transform: uppercase;
  height: 41px;
}
.minict_wrapper ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 1px 0 0 0;
  position: absolute;
  width: 100%;
  border: 0;
  left: 0;
  max-height: 160px;
  overflow-y: auto;
  z-index: 999999;
  text-align: left;
}
.minict_wrapper ul li {
  list-style: none;
  padding: 9px 14px;
  cursor: pointer;
  text-transform: uppercase;
  background: #fff;
}
.minict_wrapper ul li:hover {
  background: #e1e1e1;
  color: #000;
}
.minict_wrapper ul li.minict_group {
  color: #444;
  background: #f6f6f6;
  font-weight: bold;
  cursor: default;
}
.minict_wrapper ul li.minict_empty {
  display: none;
  background: #fff !important;
  ccolor: #000;
  text-align: center;
}
.minict_wrapper ul li.highlighted {
  color: #fff;
  background: #eb312e;
}
.minict_wrapper ul li.hidden {
  display: none;
}
input[type="submit"],
input[type="button"],
.button {
  display: inline-block;
  margin: 20px 0;
  background: #eb312e;
  color: #fff;
  padding: 14px 40px;
  height: 43px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type="submit"].large,
input[type="button"].large,
.button.large {
  height: auto;
  font-size: 17px;
  line-height: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}
input[type="submit"].border,
input[type="button"].border,
.button.border {
  border: 3px solid #fff;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  text-decoration: none;
  background: #bc2725;
}
.page-template-story-page .topNav {
  display: none !important;
}
.page-template-story-page .footer_top {
  display: none !important;
}
.page-template-story-page .menu-btn {
  display: none !important;
}
.page-template-story-page .site-header {
  height: 109px  !important;
}
.page-template-story-page section.main_content,
.page-template-story-page section.lower_content {
  min-height: auto;
}
.page-template-story-page section.main_content .embedwrapper,
.page-template-story-page section.lower_content .embedwrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.page-template-story-page section.main_content .embedwrapper iframe,
.page-template-story-page section.lower_content .embedwrapper iframe,
.page-template-story-page section.main_content .embedwrapper object,
.page-template-story-page section.lower_content .embedwrapper object,
.page-template-story-page section.main_content .embedwrapper embed,
.page-template-story-page section.lower_content .embedwrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-story-page section.carousel {
  margin-bottom: 80px;
  z-index: 0;
  overflow: hidden;
}
.page-template-story-page section.carousel .flexslider {
  border: none;
  border-radius: 0;
}
.page-template-story-page section.carousel ul.slides {
  border: none;
  background: #000;
}
.page-template-story-page section.carousel ul.slides li {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.page-template-story-page section.carousel ul.slides li.flex-active-slide {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-template-story-page section.carousel ul.slides li.navOutNext {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.page-template-story-page section.carousel ul.slides li.navOutNext .caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-template-story-page section.carousel ul.slides li.navInNext {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.page-template-story-page section.carousel ul.slides li.navOutPrev {
  -webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.page-template-story-page section.carousel ul.slides li.navOutPrev .caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-template-story-page section.carousel ul.slides li.navInPrev {
  -webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.page-template-story-page section.carousel #carousel ul.slides li {
  cursor: pointer;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a:after {
    background-image: url(../img/sprite@2x.png);
  }
}
.page-template-story-page section.carousel ul.flex-direction-nav li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a:before {
    background-image: url(../img/sprite@2x.png);
  }
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.prev {
  left: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.prev {
    left: 5px;
  }
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.prev:after {
  background-position: 0 0;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.prev:before {
  background-position: 0 -40px;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.next {
  right: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.next {
    right: 5px;
  }
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.next:after {
  background-position: -40px 0;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.next:before {
  background-position: -40px -40px;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.prev:after,
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.next:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.prev:before,
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.next:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.flex-prev {
  left: 15px;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.flex-prev:after {
  background-position: 0 0;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.flex-prev:before {
  background-position: 0 -40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.flex-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.flex-prev {
    left: 5px;
  }
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.flex-next {
  right: 15px;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.flex-next:after {
  background-position: -40px 0;
}
.page-template-story-page section.carousel ul.flex-direction-nav li a.flex-next:before {
  background-position: -40px -40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.flex-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .page-template-story-page section.carousel ul.flex-direction-nav li a.flex-next {
    right: 5px;
  }
}
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.flex-prev:after,
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.flex-next:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.flex-prev:before,
.page-template-story-page section.carousel ul.flex-direction-nav li a:hover.flex-next:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-template-story-page section.carousel:hover ul.flex-direction-nav li a {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1600px) {
  .page-template-story-page section.carousel {
    width: 1600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .page-template-story-page section.carousel {
    position: relative;
    top: auto;
    left: auto;
  }
}
.touch .page-template-story-page section.carousel {
  position: relative;
  top: auto;
}
header.site-header {
  height: 109px;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid #eb312e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.admin-bar header.site-header {
  top: 32px;
}
header.site-header #logo {
  display: block;
  /*width: 276px;
        height: 60px;*/
  width: 242px;
  height: 75px;
  position: absolute;
  top: 10px;
  left: 15px;
  /*background: url(../img/logo.png) 0 0 no-repeat;
		background-size: 276px auto;*/
  background: url(../img/logo_new.png) 0 0 no-repeat;
  background-size: 242px auto;
  overflow: hidden;
  text-indent: -9999em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  header.site-header #logo {
    background-image: url(../img/logo_new@2x.png);
  }
}
header.site-header .sponser {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: #959595;
  font-size: 12px;
}
header.site-header .sponser img {
  display: inline-block;
  margin-bottom: -5px;
  margin-left: 5px;
}
header.site-header .sponser:hover {
  text-decoration: none;
}
header.site-header .menu-btn {
  display: none;
}
@media only screen and (min-width: 1600px) {
  header.site-header {
    width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.site-header #logo {
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  header.site-header .sponsor {
    right: 40px;
  }
  header.site-header .menu-btn {
    display: block;
    position: absolute;
    top: 60px;
    right: 40px;
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
  }
  header.site-header .menu-btn .toggle {
    margin: 0 5px -7px 10px;
    display: inline-block;
    width: 32px;
    height: 26px;
  }
  header.site-header .menu-btn .toggle span {
    display: block;
    width: 32px;
    height: 4px;
    margin-bottom: 6px;
    background: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  header.site-header .menu-btn.active .toggle {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header.site-header .menu-btn.active .toggle span.l1 {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }
  header.site-header .menu-btn.active .toggle span.l2 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  header.site-header .menu-btn.active .toggle span.l3 {
    -webkit-transform: rotate(-90deg) translateX(13px);
    -ms-transform: rotate(-90deg) translateX(13px);
    transform: rotate(-90deg) translateX(13px);
  }
}
@media only screen and (max-width: 529px) {
  header.site-header {
    height: 156px;
  }
  header.site-header #logo {
    /*width: 290px;
			height: 65px;*/
    top: 10px;
    left: 50%;
    margin-left: -121px;
    /*background-size: 290px auto;*/
  }
  header.site-header .sponser {
    top: auto;
    bottom: 15px;
    left: 15px;
    right: auto;
  }
  header.site-header .sponser span {
    display: block;
  }
  header.site-header .menu-btn {
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  header.site-header .menu-btn > span {
    display: none;
  }
}
nav.topNav {
  position: absolute;
  top: 72px;
  right: 15px;
  z-index: 10000;
}
.admin-bar nav.topNav {
  top: 104px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px) {
  .admin-bar nav.topNav {
    top: 141px;
  }
}
@media only screen and (max-width: 529px) {
  .admin-bar nav.topNav {
    top: 188px;
  }
}
nav.topNav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.topNav > ul > li {
  float: left;
  margin: 0 0 0 30px;
  margin: 0;
  padding-bottom: 16px;
}
nav.topNav > ul > li a {
  position: relative;
  padding: 0 15px;
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
}
nav.topNav > ul > li a:hover {
  color: #eb312e;
  text-decoration: none;
}
nav.topNav > ul > li.menu-item-has-children:hover > a:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -6px;
  border-bottom: 7px solid #eb312e;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
nav.topNav > ul > li ul {
  display: none;
}
@media only screen and (min-width: 1024px) {
  nav.topNav > ul > li {
    /*&.menu-item-top-level-visible:last-of-type:hover{
						> ul {
							right: 0;
						}
				}*/
  }
  nav.topNav > ul > li ul {
    display: block;
    width: 194px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 10px 0 15px;
    margin: 16px 0 0 0;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #eb312e;
    border-top: 3px solid #eb312e;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  nav.topNav > ul > li ul li {
    float: none;
  }
  nav.topNav > ul > li ul li a {
    padding: 5px 21px;
    text-transform: none;
    font: 300 16px/20px 'Roboto', arial, sans-serif;
  }
  nav.topNav > ul > li ul li a:hover {
    color: #000;
    text-decoration: underline;
  }
  nav.topNav > ul > li:hover > ul {
    left: auto;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  nav.topNav > ul > li:hover > a {
    color: #eb312e;
  }
  nav.topNav > ul > li.ending-item:hover > ul {
    right: 0;
  }
}
nav.topNav > ul > li.current-menu-item > a:after,
nav.topNav > ul > li.current-page-ancestor > a:after,
nav.topNav > ul > li.current_page_parent > a:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -6px;
  border-bottom: 7px solid #eb312e;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.error404 nav.topNav > ul > li.current_page_parent > a:after,
.tribe-events-page-template nav.topNav > ul > li.current_page_parent > a:after {
  display: none;
}
nav.topNav .hidden {
  display: none;
}
nav.topNav .global {
  position: absolute;
  top: -62px;
  right: 0;
}
nav.topNav .global ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
nav.topNav .global ul li {
  display: inline-block;
}
nav.topNav .global ul li:before {
  display: none;
}
nav.topNav .global a {
  display: inline-block;
  margin: 0 12px 0 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
}
nav.topNav .sign-out {
  display: none;
}
@media only screen and (min-width: 1600px) {
  nav.topNav {
    width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
  nav.topNav ul {
    float: right;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  nav.topNav {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 109px;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
    background: #000;
  }
  nav.topNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
    margin: 20px auto;
    max-width: 400px;
  }
  nav.topNav ul li {
    float: none;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
  }
  nav.topNav ul li a {
    padding: 17px 0;
    font-size: 22px;
    line-height: 24px;
  }
  nav.topNav ul li a.toggle {
    color: #eb312e;
  }
  nav.topNav ul li a:after {
    display: none !important;
  }
  nav.topNav ul li ul {
    margin: -8px 0 0 0;
  }
  nav.topNav ul li ul li a {
    padding: 8px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  nav.topNav ul li ul li ul {
    margin: 0 0 5px 0;
  }
  nav.topNav ul li ul li ul li a {
    padding: 3px 0;
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
  }
  nav.topNav .global {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  nav.topNav.showing {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
@media only screen and (max-width: 529px) {
  nav.topNav {
    top: 156px;
  }
}
body.logged-in nav.topNav .sign-out {
  display: block;
}
footer {
  border-top: 3px solid #eb312e;
  position: relative;
  z-index: 5;
  color: #fff;
  background: #000;
}
footer .footer_top {
  position: relative;
  height: 416px;
  overflow: hidden;
}
footer .footer_top .angle_overlay {
  height: 416px;
  width: 500px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250px;
  background: url(../img/bg_footer_top_angle.png) center top no-repeat;
  background-size: 1300px auto;
  z-index: 5;
}
footer .footer_top .wide-container {
  position: relative;
  z-index: 6;
}
footer .footer_top .left_content {
  width: 50%;
  float: left;
  padding: 51px 60px 0 0;
  color: #fff;
}
footer .footer_top .left_content .logo {
  display: block;
  margin: 0 auto 40px auto;
  width: 276px;
  height: 60px;
  background: url(../img/logo.png) 0 0 no-repeat;
  background-size: 276px auto;
  overflow: hidden;
  text-indent: -9999em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  footer .footer_top .left_content .logo {
    background-image: url(../img/logo@2x.png);
  }
}
footer .footer_top .left_content .columns:before,
footer .footer_top .left_content .columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer .footer_top .left_content .columns:after {
  clear: both;
}
footer .footer_top .left_content .columns:before,
footer .footer_top .left_content .columns:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer .footer_top .left_content .columns:after {
  clear: both;
}
footer .footer_top .left_content .columns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer_top .left_content .columns .col {
  width: 60%;
  float: left;
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
footer .footer_top .left_content .columns .col:before,
footer .footer_top .left_content .columns .col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer .footer_top .left_content .columns .col:after {
  clear: both;
}
footer .footer_top .left_content .columns .col:before,
footer .footer_top .left_content .columns .col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer .footer_top .left_content .columns .col:after {
  clear: both;
}
footer .footer_top .left_content .columns .col a {
  color: #fff;
}
footer .footer_top .left_content .columns .col a:hover {
  color: #eb312e;
  text-decoration: none;
}
footer .footer_top .left_content .columns .col:first-child {
  width: 40%;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  border-right: 1px solid #636363;
}
footer .footer_top .left_content .columns .col:first-child a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .footer_top .left_content .columns .col .inner-col {
  width: 50%;
  float: left;
  padding: 0 0 0 10px;
}
footer .footer_top .left_content .columns .col .inner-col a {
  display: block;
  padding: 8px 0;
}
footer .footer_top .left_content .social {
  margin: 55px 0 0 0;
  text-align: center;
}
footer .footer_top .left_content .social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  overflow: hidden;
  text-indent: -999em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  footer .footer_top .left_content .social a {
    background-image: url(../img/sprite@2x.png);
  }
}
footer .footer_top .left_content .social a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  footer .footer_top .left_content .social a:before {
    background-image: url(../img/sprite@2x.png);
  }
}
footer .footer_top .left_content .social a.fb {
  width: 11px;
  background-position: 0 -120px;
}
footer .footer_top .left_content .social a.fb:before {
  width: 11px;
  background-position: 0 -150px;
}
footer .footer_top .left_content .social a.tw {
  width: 25px;
  background-position: -15px -120px;
}
footer .footer_top .left_content .social a.tw:before {
  width: 25px;
  background-position: -15px -150px;
}
footer .footer_top .left_content .social a.ig {
  width: 23px;
  background-position: -40px -120px;
}
footer .footer_top .left_content .social a.ig:before {
  width: 23px;
  background-position: -40px -150px;
}
footer .footer_top .left_content .social a.fl {
  width: 30px;
  background-position: -80px -115px;
}
footer .footer_top .left_content .social a.fl:before {
  width: 30px;
  background-position: -80px -145px;
}
footer .footer_top .left_content .social a.yt {
  width: 25px;
  background-position: -120px -120px;
}
footer .footer_top .left_content .social a.yt:before {
  width: 25px;
  background-position: -120px -150px;
}
footer .footer_top .left_content .social a.tb {
  width: 14px;
  background-position: -160px -135px;
}
footer .footer_top .left_content .social a.tb:before {
  width: 14px;
  background-position: -160px -158px;
}
footer .footer_top .left_content .social a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .footer_top #map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 62%;
  z-index: 1;
}
footer .copy {
  padding: 20px 0;
  background: #252525;
  color: #acacac;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
footer .copy a {
  color: #acacac;
}
footer .copy a:hover {
  color: #fff;
}
footer .copy ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  margin: 0 3px;
}
footer .copy ul:before {
  content: " | ";
}
footer .copy ul li {
  display: inline;
}
footer .copy ul li:after {
  content: " | ";
}
footer .copy ul li a {
  margin: 0 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  footer .footer_top {
    height: auto;
  }
  footer .footer_top .angle_overlay {
    display: none;
  }
  footer .footer_top .left_content {
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
    padding: 50px 0 30px;
    float: none;
  }
  footer .footer_top #map {
    display: none;
  }
  footer .copy {
    text-align: center;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  footer .footer_top .left_content .logo {
    margin-bottom: 0px;
  }
  footer .footer_top .left_content .columns .col {
    width: 100%;
    float: none;
    border-top: 1px solid #636363;
    padding: 20px 5px 20px 20px;
    margin: 0 auto;
  }
  footer .footer_top .left_content .columns .col:first-child {
    border: 0;
    max-width: 165px;
    padding: 20px 0;
  }
  footer .footer_top .left_content .social {
    margin: 0;
  }
}
.mapPop {
  width: 185px;
  height: 210px;
  position: relative;
}
.mapPop .mapBox {
  position: relative;
  width: 185px;
  height: 180px;
  padding: 93px 0 0 0;
  background: #eb312e url(../img/map_img.jpg) center top no-repeat;
  background-size: 185px 93px;
}
.mapPop .mapBox img {
  display: block;
  width: 100%;
}
.mapPop .mapBox .text {
  position: relative;
  padding: 15px 10px 0 40px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.mapPop .mapBox .text a {
  display: block;
  margin: 8px 0 0 0;
  color: #000;
  font-size: 13px;
  line-height: 13px;
}
.mapPop .mapBox .text a span {
  display: inline-block;
}
.mapPop .mapBox .text a:hover {
  color: #000;
  text-decoration: none;
}
.mapPop .mapBox .text a:hover span {
  border-bottom: 1px solid #000;
}
.mapPop .mapBox .text:before {
  content: "";
  display: block;
  width: 17px;
  height: 29px;
  position: absolute;
  top: 14px;
  left: 14px;
  background: url(../img/sprite.png) -80px -20px no-repeat;
  background-size: 200px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .mapPop .mapBox .text:before {
    background-image: url(../img/sprite@2x.png);
  }
}
.mapPop:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #eb312e;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}
.wrapper {
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.wide-container {
  max-width: 1210px;
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .wide-container {
    padding: 0 15px;
  }
}
.main-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.small-container {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 0;
}
.grid_container {
  width: 103.5%;
  overflow: hidden;
  margin-right: -3.5%;
}
.grid_container:before,
.grid_container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid_container:after {
  clear: both;
}
.grid_container:before,
.grid_container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid_container:after {
  clear: both;
}
.grid_container .col {
  float: left;
  width: 33.33%;
  padding: 0 3.5% 0 0;
  font-weight: 300;
}
.grid_container .col h3 {
  color: #fff;
  padding: 0 0 7px 0;
  border-bottom: 3px solid #eb312e;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .grid_container {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .grid_container .col {
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
    float: none;
    padding: 0 0 35px 0;
  }
  .grid_container .col h3 {
    display: inline-block;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .grid_container .col {
    padding: 0 10px 35px 10px;
  }
}
.carousel_exb ul.slides li {
  margin-right: 15px;
}
.carousel_exb ul.slides li a {
  display: block;
}
.carousel_exb ul.slides li a h4 {
  font-weight: 600;
  margin: 18px 0 0 0;
}
.carousel_exb ul.slides li a .img {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.carousel_exb ul.slides li a .img .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eb312e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.carousel_exb ul.slides li a .img:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff url(../img/sprite.png) -156px -156px no-repeat;
  background-size: 200px auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .carousel_exb ul.slides li a .img:after {
    background-image: url(../img/sprite@2x.png);
  }
}
.carousel_exb ul.slides li a:hover {
  text-decoration: none;
}
.carousel_exb ul.slides li a:hover .img .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.carousel_exb ul.slides li a:hover .img:after {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
}
@media only screen and (max-width: 529px) {
  .carousel_exb ul.slides li a h4 {
    padding: 30px 55px;
    margin: 0;
    text-align: center;
  }
}
.ad {
  margin: 78px 0 20px;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
.ad img {
  margin: 10px 0 0 0;
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.social {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 2;
}
.social a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
}
.social a .icon {
  display: block;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  position: absolute;
  left: 0;
  height: 19px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .social a .icon {
    background-image: url(../img/sprite@2x.png);
  }
}
.social a .icon:after {
  content: "";
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .social a .icon:after {
    background-image: url(../img/sprite@2x.png);
  }
}
.social a.fb {
  padding: 0 0 0 15px;
}
.social a.fb .icon {
  top: 3px;
  width: 7px;
  background-position: -80px -50px;
}
.social a.fb .icon:after {
  background-position: -80px -71px;
}
.social a.tw {
  padding: 0 0 0 25px;
}
.social a.tw .icon {
  top: 4px;
  width: 18px;
  background-position: -102px -50px;
}
.social a.tw .icon:after {
  background-position: -102px -71px;
}
.social a.gp {
  padding: 0 0 0 25px;
}
.social a.gp .icon {
  top: 5px;
  width: 18px;
  background-position: -120px -50px;
}
.social a.gp .icon:after {
  background-position: -120px -71px;
}
.social a.ig {
  padding: 0 0 0 25px;
}
.social a.ig .icon {
  top: 4px;
  width: 15px;
  background-position: -160px -50px;
}
.social a.ig .icon:after {
  background-position: -160px -71px;
}
.social a.em {
  padding: 0 0 0 25px;
}
.social a.em .icon {
  top: 5px;
  width: 20px;
  background-position: -180px -50px;
}
.social a.em .icon:after {
  background-position: -180px -71px;
}
.social a.com {
  padding: 0 0 0 27px;
}
.social a.com .icon {
  top: 4px;
  width: 17px;
  background-position: -143px -50px;
}
.social a.com .icon:after {
  background-position: -143px -71px;
}
.social a:hover {
  color: #fff;
  text-decoration: none;
}
.social a:hover .icon:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
section.hero {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 713px;
  overflow: hidden;
  border: none;
}
.admin-bar section.hero {
  top: 33px;
}
section.hero ul.slides li {
  height: 710px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
section.hero ul.slides li .main-container {
  height: 710px;
}
section.hero ul.slides li .caption {
  position: absolute;
  max-width: 1000px;
  bottom: 105px;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  backface-visibility: visible;
}
section.hero ul.slides li .caption h2.title {
  font-size: 95px;
  line-height: 90px;
  font-weight: 900;
  border: 0;
  padding: 0;
  margin: 0 0 5px 0;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
section.hero ul.slides li .caption h3.subtitle {
  margin: 0;
  font-size: 37px;
  line-height: 40px;
  text-transform: none;
  text-shadow: 5px 0 26px #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.hero ul.slides li .caption {
    left: 40px;
  }
  section.hero ul.slides li .caption h2.title {
    line-height: 84px;
  }
}
section.hero ul.slides li.current .caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
section.hero ul.slides li:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(56%, rgba(0, 0, 0, 0.08)), color-stop(63%, rgba(0, 0, 0, 0.2)), color-stop(87%, rgba(0, 0, 0, 0.72)), color-stop(100%, rgba(0, 0, 0, 0.94)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0000000', GradientType=0);
  /* IE6-8 */
}
section.hero ul.slides li.navOutNext {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
section.hero ul.slides li.navOutNext .caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
section.hero ul.slides li.navInNext {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
section.hero ul.slides li.navOutPrev {
  -webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
section.hero ul.slides li.navOutPrev .caption {
  opacity: 0;
  filter: alpha(opacity=0);
}
section.hero ul.slides li.navInPrev {
  -webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
section.hero ul.flex-direction-nav li a {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999em;
  text-align: left;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
section.hero ul.flex-direction-nav li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  section.hero ul.flex-direction-nav li a:after {
    background-image: url(../img/sprite@2x.png);
  }
}
section.hero ul.flex-direction-nav li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png) 0 0 no-repeat;
  background-size: 200px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  section.hero ul.flex-direction-nav li a:before {
    background-image: url(../img/sprite@2x.png);
  }
}
section.hero ul.flex-direction-nav li a.prev {
  left: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  section.hero ul.flex-direction-nav li a.prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.hero ul.flex-direction-nav li a.prev {
    left: 5px;
  }
}
section.hero ul.flex-direction-nav li a.prev:after {
  background-position: 0 0;
}
section.hero ul.flex-direction-nav li a.prev:before {
  background-position: 0 -40px;
}
section.hero ul.flex-direction-nav li a.next {
  right: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  section.hero ul.flex-direction-nav li a.next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.hero ul.flex-direction-nav li a.next {
    right: 5px;
  }
}
section.hero ul.flex-direction-nav li a.next:after {
  background-position: -40px 0;
}
section.hero ul.flex-direction-nav li a.next:before {
  background-position: -40px -40px;
}
section.hero ul.flex-direction-nav li a:hover.prev:after,
section.hero ul.flex-direction-nav li a:hover.next:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
section.hero ul.flex-direction-nav li a:hover.prev:before,
section.hero ul.flex-direction-nav li a:hover.next:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
section.hero ul.flex-direction-nav li a.flex-prev {
  left: 15px;
}
section.hero ul.flex-direction-nav li a.flex-prev:after {
  background-position: 0 0;
}
section.hero ul.flex-direction-nav li a.flex-prev:before {
  background-position: 0 -40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  section.hero ul.flex-direction-nav li a.flex-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.hero ul.flex-direction-nav li a.flex-prev {
    left: 5px;
  }
}
section.hero ul.flex-direction-nav li a.flex-next {
  right: 15px;
}
section.hero ul.flex-direction-nav li a.flex-next:after {
  background-position: -40px 0;
}
section.hero ul.flex-direction-nav li a.flex-next:before {
  background-position: -40px -40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  section.hero ul.flex-direction-nav li a.flex-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.hero ul.flex-direction-nav li a.flex-next {
    right: 5px;
  }
}
section.hero ul.flex-direction-nav li a:hover.flex-prev:after,
section.hero ul.flex-direction-nav li a:hover.flex-next:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
section.hero ul.flex-direction-nav li a:hover.flex-prev:before,
section.hero ul.flex-direction-nav li a:hover.flex-next:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
section.hero:hover ul.flex-direction-nav li a {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1600px) {
  section.hero {
    width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.hero {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.hero {
    height: 590px;
  }
  section.hero ul.slides li {
    height: 587px;
  }
  section.hero ul.slides li .main-container {
    height: 587px;
  }
  section.hero ul.slides li .caption {
    width: 100%;
    max-width: none;
    left: 0;
    bottom: 40px;
    text-align: center;
  }
  section.hero ul.slides li .caption h2.title {
    font-size: 50px;
    line-height: 48px;
  }
  section.hero ul.slides li .caption h3.subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.touch section.hero {
  position: relative;
  top: auto;
}
/**************************************
 *	HOMEPAGE HERO SPECIAL EFFECTS KEYFRAMES
 **************************************/
@-webkit-keyframes scaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleUp {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownUp {
  from {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDownUp {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.9);
  }
}
@keyframes scaleDown {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.content_wrapper {
  background: #000;
  position: relative;
  margin: 713px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .content_wrapper {
    margin: 0;
  }
}
.touch .content_wrapper {
  margin: 0;
}
section.home_content {
  position: relative;
  padding: 90px 0;
  border-top: 3px solid #eb312e;
  background: #000 url(../img/bg_carinterior.jpg) center top no-repeat;
  background-size: cover;
}
section.home_content .main-container {
  overflow: hidden;
}
section.home_content h1 {
  margin: 0 25px 60px 25px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.home_content {
    padding: 50px 0;
  }
  section.home_content h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 25px 45px 25px;
  }
}
/****** HOMEPAGE ANGLED SECTION *******/
section.feature {
  background: #000;
}
section.feature .top,
section.feature .bottom {
  position: relative;
  height: 63px;
  background: #252525;
  z-index: 50;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.feature .top,
  section.feature .bottom {
    display: none;
  }
}
section.feature .top .half_red {
  position: absolute;
  top: 0;
  left: 0;
  height: 63px;
  width: 50%;
  background: #eb312e;
}
section.feature .bottom .half_white {
  position: absolute;
  top: 0;
  right: 0;
  height: 63px;
  width: 50%;
  background: #fff;
}
section.feature .middle {
  position: relative;
  z-index: 100;
  height: 353px;
}
section.feature .middle .angled_overlay {
  max-width: 1300px;
  width: 100%;
  height: 479px;
  background: url(../img/bg_homeangledsection.png) center top no-repeat;
  background-size: 1300px auto;
  position: absolute;
  top: -63px;
  left: 0;
}
@media only screen and (min-width: 1301px) {
  section.feature .middle .angled_overlay {
    left: 50%;
    margin-left: -650px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  section.feature .middle .angled_overlay {
    background-image: url(../img/bg_homeangledsection@2x.png);
  }
}
section.feature .middle .main-container {
  height: 353px;
}
section.feature .middle .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 62%;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
section.feature .middle h2.offset_title_top {
  position: absolute;
  top: -51px;
  left: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
section.feature .middle h2.offset_title_bottom {
  position: absolute;
  bottom: -49px;
  right: 0px;
  width: 50%;
  color: #000;
  margin: 0;
  padding: 0 0 0 120px;
  border: 0;
  font-size: 36px;
  font-weight: 300;
}
section.feature .middle .feature_content {
  position: relative;
  height: 353px;
  overflow: hidden;
  padding: 75px 0 0 120px;
  width: 50%;
  float: right;
}
section.feature .middle .feature_content h3 {
  display: inline-block;
  padding: 0 0 5px 0;
  border-bottom: 3px solid #eb312e;
  margin: 0 0 15px 0;
}
section.feature .middle .feature_content .button {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.feature .middle {
    height: 479px;
    padding: 61px 0;
  }
  section.feature .middle .angled_overlay {
    display: none;
  }
  section.feature .middle .img {
    top: 61px;
    bottom: 61px;
    height: auto;
    width: 100%;
  }
  section.feature .middle .main-container {
    width: 100%;
    max-width: 100%;
  }
  section.feature .middle h2.offset_title_top {
    width: 100%;
    background-color: #eb312e;
    left: 0;
    height: 61px;
    top: -61px;
    padding: 10px 40px;
  }
  section.feature .middle h2.offset_title_top:before {
    content: "";
    width: 120px;
    height: 61px;
    position: absolute;
    top: 0;
    right: 0;
    background: #252525 url(../img/banner-red-right.png) left center no-repeat;
    background-size: 74px auto;
  }
  section.feature .middle h2.offset_title_bottom {
    width: 100%;
    background-color: #fff;
    left: 0;
    height: 61px;
    bottom: -61px;
    padding: 10px 12px;
  }
  section.feature .middle h2.offset_title_bottom:before {
    content: "";
    width: 120px;
    height: 61px;
    position: absolute;
    top: 0;
    left: 0;
    background: #252525 url(../img/banner-white-left.png) right center no-repeat;
    background-size: 74px auto;
  }
  section.feature .middle h2.offset_title_bottom span {
    display: block;
    width: 353px;
    float: right;
    margin-right: 0;
    padding-left: 0;
  }
  section.feature .middle .feature_content {
    background: #000;
    width: 353px;
    height: auto;
    max-height: 275px;
    margin: 45px 40px 0 0;
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (min-device-pixel-ratio: 1.5) {
  section.feature .middle h2.offset_title_top:before {
    background-image: url(../img/banner-red-right@2x.png);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 768px) and (max-width: 1023px) and only screen and (min-device-pixel-ratio: 1.5) {
  section.feature .middle h2.offset_title_bottom:before {
    background-image: url(../img/banner-white-left@2x.png);
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.feature .middle {
    height: auto;
    padding: 61px 0;
  }
  section.feature .middle .angled_overlay {
    display: none;
  }
  section.feature .middle .img {
    position: relative;
    top: auto;
    left: auto;
    height: 290px;
    width: 100%;
    background-position: center top;
  }
  section.feature .middle h2.offset_title_top {
    background: #eb312e;
    height: 61px;
    width: 100%;
    position: absolute;
    top: -351px;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-size: 30px;
    line-height: 30px;
  }
  section.feature .middle h2.offset_title_top:before {
    display: none;
  }
  section.feature .middle h2.offset_title_bottom {
    background: #fff;
    height: 61px;
    width: 100%;
    position: absolute;
    bottom: -61px;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    font-size: 30px;
    line-height: 30px;
  }
  section.feature .middle h2.offset_title_bottom:before {
    display: none;
  }
  section.feature .middle .main-container {
    height: auto;
  }
  section.feature .middle .feature_content {
    height: auto;
    padding: 25px 10px;
    width: 100%;
    float: none;
    text-align: center;
  }
}
.carousel_container {
  position: relative;
  padding: 0 58px;
}
/*HOMEPAGE AND CLUB AUTO LANDING PAGE*/
section.feature_listing {
  position: relative;
  padding: 75px 0;
  background: #000;
}
section.feature_listing .carousel_container {
  margin: 0 0 40px 0;
}
section.feature_listing a.arrow {
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
@media only screen and (min-width: 530px) and (max-width: 767px) {
  section.feature_listing {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 529px) {
  section.feature_listing {
    padding: 0;
  }
  section.feature_listing .carousel_container {
    padding: 0;
    margin: 0 0 20px 0;
  }
  section.feature_listing a.arrow {
    top: auto;
    bottom: 30px;
  }
}
section.listing {
  position: relative;
  z-index: 5;
  padding: 100px 0;
  height: 853px;
  background: url(../img/bg_homeevents.jpg) center top no-repeat;
  background-size: cover;
}
.no-touch section.listing {
  background-attachment: fixed;
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.listing {
    height: auto;
    padding: 30px 0;
    background-size: cover !important;
    background-attachment: scroll !important;
  }
}
section.listing .ribbon {
  margin-bottom: 50px;
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.listing .ribbon {
    font-size: 26px;
    line-height: 28px;
  }
}
section.listing .carousel_list {
  margin: 0 0 20px 0;
}
section.listing .carousel_list ul.slides li {
  margin-right: 15px;
}
section.listing .carousel_list ul.slides li a {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
}
section.listing .carousel_list ul.slides li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuODciLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 6%, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.95)), color-stop(6%, rgba(0, 0, 0, 0.87)), color-stop(16%, rgba(0, 0, 0, 0.72)), color-stop(44%, rgba(0, 0, 0, 0.2)), color-stop(58%, rgba(0, 0, 0, 0.02)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(61%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 6%, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 6%, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 6%, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 6%, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0) 60%, rgba(255, 255, 255, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2000000', endColorstr='#00000000', GradientType=0);
  /* IE6-8 */
}
section.listing .carousel_list ul.slides li a .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 15px;
  width: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
}
section.listing .carousel_list ul.slides li a .date span {
  display: block;
  font-size: 80px;
  line-height: 66px;
  font-weight: 900;
}
section.listing .carousel_list ul.slides li a .img.empty {
  padding-top: 120px;
}
section.listing .carousel_list ul.slides li a .title {
  height: 125px;
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
section.listing .carousel_list ul.slides li a:hover {
  text-decoration: none;
}
section.listing .carousel_list ul.slides li a:hover .title {
  background: #eb312e;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.listing .carousel_list ul.slides > li .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 325px;
    overflow: hidden;
  }
  section.listing .carousel_list ul.slides > li .img img {
    visibility: hidden;
  }
}
section.listing a.arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
section.int_hero {
  position: relative;
  height: 424px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #eb312e;
}
section.int_hero:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iODclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(56%, rgba(0, 0, 0, 0.08)), color-stop(63%, rgba(0, 0, 0, 0.2)), color-stop(87%, rgba(0, 0, 0, 0.72)), color-stop(100%, rgba(0, 0, 0, 0.94)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.01) 49%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.2) 63%, rgba(0, 0, 0, 0.72) 87%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f0000000', GradientType=0);
  /* IE6-8 */
}
section.int_hero h1.headline {
  width: 68%;
  position: absolute;
  bottom: 48px;
  right: 15px;
  margin: 0;
  text-align: right;
  color: #fff;
  z-index: 2;
}
section.int_hero.landing {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 585px;
  border: 0;
}
@media only screen and (min-width: 1600px) {
  section.int_hero.landing {
    width: 1600px;
    left: 50%;
    margin-left: -800px;
  }
}
section.int_hero.landing .main-container {
  height: 585px;
}
section.int_hero.landing h1.headline {
  right: auto;
  left: 15px;
  bottom: 60px;
  text-align: left;
  font-size: 95px;
  line-height: 84px;
}
.touch section.int_hero.landing {
  position: relative;
  top: auto;
  left: auto;
}
section.int_hero .social {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.int_hero.landing {
    position: relative;
    top: auto;
    left: auto;
    height: 485px;
  }
  section.int_hero.landing .main-container {
    height: 485px;
  }
  section.int_hero h1.headline {
    width: 80%;
    padding-right: 40px;
    padding-left: 40px;
    right: 0px;
  }
  section.int_hero .social {
    right: 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.int_hero h1.headline {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    right: 0px;
    font-size: 50px;
    line-height: 48px;
  }
  section.int_hero .social {
    right: 15px;
  }
  section.int_hero.landing {
    height: 485px;
    position: relative;
    top: auto;
    left: auto;
  }
  section.int_hero.landing .main-container {
    height: 485px;
  }
  section.int_hero.landing h1.headline {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    left: 0px;
    font-size: 60px;
    line-height: 58px;
  }
}
section.main_content {
  min-height: 300px;
}
section.main_content:before,
section.main_content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.main_content:after {
  clear: both;
}
section.main_content:before,
section.main_content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.main_content:after {
  clear: both;
}
section.main_content aside {
  width: 23%;
  float: left;
  margin-top: -35px;
}
section.main_content aside .title {
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
section.main_content aside .title:before {
  width: 500%;
  left: auto;
  right: 100%;
  background: #fff;
}
section.main_content aside ul.sideNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 15px 0 0 0;
}
section.main_content aside ul.sideNav > li,
section.main_content aside ul.sideNav > li > a,
section.main_content aside ul.sideNav li li ul {
  display: none;
}
section.main_content aside ul.sideNav > li.current-menu-item,
section.main_content aside ul.sideNav > li.current-menu-ancestor,
section.main_content aside ul.sideNav li li.current-menu-item ul,
section.main_content aside ul.sideNav li li.current-menu-ancestor ul {
  display: block;
}
section.main_content aside ul.sideNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.main_content aside ul.sideNav li li a {
  display: block;
  padding: 6px 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
}
section.main_content aside ul.sideNav li li a.active,
section.main_content aside ul.sideNav li li a:hover {
  color: #eb312e;
  text-decoration: none;
}
section.main_content aside ul.sideNav li li.current-menu-item > a,
section.main_content aside ul.sideNav li li.current-menu-ancestor > a {
  color: #eb312e;
  text-decoration: none;
}
section.main_content aside ul.sideNav li li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 6px 0;
  border-left: 1px solid #eb312e;
}
section.main_content aside ul.sideNav li li ul li {
  padding: 0 0 0 2px;
}
section.main_content aside ul.sideNav li li ul li a {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  padding: 5px 0 5px 12px;
}
section.main_content aside ul.sideNav li li ul li:first-child a {
  padding-top: 0;
}
section.main_content aside ul.sideNav li li ul li:last-child a {
  padding-bottom: 0;
}
section.main_content aside ul.sideNav li li ul li.current-menu-item a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border-left: 6px solid #eb312e;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
section.main_content aside ul.sideNav li li ul li.current-menu-item:first-child a:before {
  top: 3px;
}
@media only screen and (min-width: 1024px) {
  section.main_content aside + .text {
    width: 68%;
    float: right;
  }
}
section.main_content .text {
  padding: 44px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.main_content aside {
    display: none;
  }
  section.main_content .text {
    width: 100%;
    padding: 44px 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.main_content aside {
    display: none;
  }
  section.main_content .text {
    width: 100%;
    padding: 44px 15px;
  }
}
.landing_wrapper {
  margin: 585px 0 0 0;
  position: relative;
  z-index: 1;
  background: #000;
}
.touch .landing_wrapper {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .landing_wrapper {
    margin: 0;
  }
}
section.landing_content {
  border-top: 3px solid #eb312e;
  padding: 65px 0;
  background: #000;
}
section.feature_listing.no_pad {
  padding: 0 48px;
  margin: 65px 0;
}
@media only screen and (max-width: 529px) {
  section.feature_listing.no_pad {
    padding: 0;
  }
}
section.landing_content + section.feature_listing {
  margin: 0 0 65px 0;
}
.feature_text {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}
section.grid_content {
  position: relative;
  padding: 90px 0;
  background: #000 url(../img/bg_carinterior.jpg) center top no-repeat;
  background-size: cover;
}
section.grid_content .main-container {
  overflow: hidden;
}
section.banner {
  padding: 21px 15px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
}
section.banner.color1 {
  background: #eb312e;
}
section.banner.color2 {
  background: #fff;
  color: #000;
}
section.banner .button {
  margin: 0 0 0 30px;
}
section.banner .sponsor_text {
  line-height: 66px;
  display: inline-block;
  vertical-align: middle;
}
section.banner .sponsor_logo {
  display: inline-block;
  vertical-align: middle;
  height: 74px !important;
  width: auto !important;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.banner span.text {
    display: block;
    margin: 0 0 10px 0;
  }
  section.banner .button {
    margin: 0;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.banner .sponsor_text {
    display: block;
    line-height: 32px;
  }
  section.banner .sponsor_logo {
    display: block;
    margin: 20px auto 0 auto;
  }
}
section.filters {
  padding: 40px 0;
  background: #252525;
  text-align: center;
}
section.filters .text {
  font-size: 31px;
  line-height: 35px;
  font-weight: 300;
  margin: 0 0 45px 0;
}
section.filters form {
  padding: 0;
  position: relative;
}
section.filters form:before,
section.filters form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.filters form:after {
  clear: both;
}
section.filters form:before,
section.filters form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section.filters form:after {
  clear: both;
}
section.filters form h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.5% 0 0;
}
section.filters form .filter_field {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.9% 0 0;
  padding: 0;
  float: none;
}
section.filters form .filter_field.btn {
  width: 20%;
}
section.filters form .filter_field input[type="text"],
section.filters form .filter_field input[type="submit"] {
  margin: 0;
  height: 44px;
  padding: 14px;
  width: 100%;
}
section.filters form .filter_field .minict_wrapper {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.filters .text {
    padding: 0 40px;
  }
  section.filters form {
    padding: 0 40px;
  }
  section.filters form h3 {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
  }
  section.filters form .filter_field {
    display: block;
    float: left;
    width: 33%;
    margin-right: 2%;
  }
  section.filters form .filter_field.btn {
    width: 30%;
    margin: 0;
  }
  section.filters form a {
    position: absolute;
    top: 0;
    right: 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.filters .text {
    padding: 0 15px;
  }
  section.filters form {
    padding: 0 0 0 2%;
  }
  section.filters form .filter_field {
    width: 48%;
    margin-right: 2%;
  }
  section.filters form .filter_field.btn {
    width: 98%;
    margin-top: 2%;
  }
  section.filters form a {
    right: 2%;
  }
}
@media only screen and (max-width: 529px) {
  section.filters form {
    padding: 0 15px;
  }
  section.filters form .filter_field {
    width: 100%;
    margin: 0 0 10px 0;
  }
  section.filters form .filter_field.btn {
    width: 100%;
    margin: 0;
  }
  section.filters form a {
    right: 15px;
  }
}
.loginBox,
.loginForm {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #252525;
}
.loginBox h4,
.loginForm h4 {
  margin-bottom: 10px;
}
.loginBox form,
.loginForm form {
  padding: 0;
}
.loginBox form input,
.loginForm form input {
  margin: 25px 0 0 0;
}
.loginBox form input[type="submit"],
.loginForm form input[type="submit"] {
  margin: 30px 0 0 0;
  width: 100%;
}
.loginBox form p,
.loginForm form p {
  margin: 0;
  padding: 0;
}
.loginBox form label,
.loginForm form label {
  display: none;
}
.loginBox form p.login-remember,
.loginForm form p.login-remember {
  display: none;
}
.loginBox .links,
.loginForm .links {
  display: none;
  padding: 25px 0 0 0;
}
.loginBox .links:before,
.loginForm .links:before,
.loginBox .links:after,
.loginForm .links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.loginBox .links:after,
.loginForm .links:after {
  clear: both;
}
.loginBox .links:before,
.loginForm .links:before,
.loginBox .links:after,
.loginForm .links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.loginBox .links:after,
.loginForm .links:after {
  clear: both;
}
.loginBox .links a,
.loginForm .links a {
  display: block;
  float: right;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.loginBox .links a:first-child,
.loginForm .links a:first-child {
  text-align: left;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .loginBox .links,
  .loginForm .links {
    display: block;
  }
}
.gallery_container {
  margin: 40px 0;
}
/*BLOG ARTICLES */
article.post {
  position: relative;
  margin: 0 0 60px 0;
}
article.post .entry-header {
  margin: 0 0 24px 0;
}
article.post .entry-header h2 {
  margin: 0 0 10px 0;
}
article.post .entry-header h2 a {
  color: #fff;
}
article.post .entry-header h2 a:hover {
  text-decoration: none;
}
article.post .entry-summary {
  position: relative;
}
article.post .article-img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  max-width: 100%;
  height: auto !important;
}
article.post .button {
  margin: 7px 0 0 0;
}
article.post .social {
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  article.post {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  article.post {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 529px) {
  article.post .article-img {
    float: none;
    margin: 0 0 10px 0;
  }
  article.post .button {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  article.post .social {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
  }
}
.grid4_images_container {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
  margin: 20px 0 20px 0;
  padding: 30px 0;
  overflow: hidden;
}
.grid4_images_container .grid4_images {
  width: 103.2%;
}
.grid4_images_container .grid4_images a {
  display: block;
  float: left;
  width: 22.4%;
  margin: 0 2.5% 0 0;
  font-size: 13px;
  line-height: 16px;
}
.grid4_images_container .grid4_images a .img {
  position: relative;
  margin: 0 0 10px 0;
}
.grid4_images_container .grid4_images a .img img {
  width: 100%;
  display: block;
}
.grid4_images_container .grid4_images a .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eb312e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.grid4_images_container .grid4_images a:hover {
  text-decoration: none;
}
.grid4_images_container .grid4_images a:hover .img:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid4_images_container {
    margin: 20px 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .grid4_images_container {
    margin: 0 15px;
  }
  .grid4_images_container .grid4_images a {
    width: 47%;
    margin: 0 3% 3% 0;
  }
}
.comments {
  position: relative;
  margin: 20px 0 0 0;
  border-top: 1px solid #363636;
  padding: 50px 0 0 0;
  clear: both;
}
.comments .social {
  position: absolute;
  right: 0;
  top: 55px;
}
.comments ul.comments_container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 50px 0;
}
.comments ul.comments_container > li {
  padding: 20px 0;
}
.comments ul.comments_container > li .comment-text {
  position: relative;
  padding: 25px 30px;
  background: #eb312e;
  color: #fff;
}
.comments ul.comments_container > li .comment-text:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  border-top: 25px solid #eb312e;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}
.comments ul.comments_container > li .comment-author {
  padding: 20px 0 0 70px;
  color: #fff;
  font-size: 13px;
}
.comments .commentForm input[type="submit"] + span {
  display: inline-block;
  margin: 0 0 0 20px;
}
.comments .commentForm input[type="submit"] {
  margin: 10px 0 0 0;
}
.comments .comment-form h4 {
  margin: 0 0 20px 0;
}
.comments .comment-form label,
.comments .comment-form .required {
  display: none;
}
.comments .comment-form .form-submit {
  margin: 0;
}
.comments .comment-form .form-submit input[type="submit"] {
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .comments {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  .comments {
    margin: 0 15px;
  }
  .comments .commentForm {
    padding: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .comments {
    padding: 30px 0 0 0;
  }
  .comments .social {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 20px 0;
  }
  .comments .social a {
    margin: 0 15px 0 0;
  }
  .comments .commentForm .half {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .comments .commentForm .half.first-child {
    padding: 0 0 20px 0;
  }
  .comments .commentForm input[type="submit"] {
    margin: 0 0 10px 0;
  }
  .comments .commentForm input[type="submit"] + span {
    display: block;
    margin: 0;
  }
}
#reply-title {
  display: none;
}
section.events-container {
  --tec-grid-width: 100%;
  --tec-grid-gutter-page: 0;
  --tec-color-accent-primary: #eb312e;
  --tec-color-accent-secondary: #eb312e;
  --tec-color-icon-active: #eb312e;
  --tec-color-icon-events-bar-active: #eb312e;
  --tec-color-text-primary: #fff;
  --tec-color-text-events-title: #fff;
  --tec-color-text-event-date: #fff;
  --tec-color-text-event-title-list: #fff;
  --tec-color-border-secondary: #363636;
  --tec-color-background-view-selector-list-item-hover: transparent;
}
section.events-container .tribe-common .tribe-common-anchor-thin {
  border: 0;
}
section.events-container .tribe-events .tribe-events-view-loader {
  background-color: rgba(0, 0, 0, 0.8);
}
section.events-container .tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
section.events-container .tribe-common .tribe-common-c-btn,
section.events-container .tribe-common a.tribe-common-c-btn {
  display: inline-block;
  margin: 20px 0;
  background: #eb312e;
  color: #fff;
  padding: 14px 40px;
  height: 43px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
}
section.events-container .tribe-common .tribe-common-c-btn.large,
section.events-container .tribe-common a.tribe-common-c-btn.large {
  height: auto;
  font-size: 17px;
  line-height: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}
section.events-container .tribe-common .tribe-common-c-btn.border,
section.events-container .tribe-common a.tribe-common-c-btn.border {
  border: 3px solid #fff;
}
section.events-container .tribe-common .tribe-common-c-btn:hover,
section.events-container .tribe-common a.tribe-common-c-btn:hover {
  text-decoration: none;
  background: #bc2725;
}
section.events-container .tribe-common .tribe-common-c-svgicon__svg-fill {
  fill: currentColor;
}
section.events-container .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
section.events-container .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #fff;
}
section.events-container .tribe-events .datepicker {
  background: #000;
  border-color: #363636;
}
section.events-container .tribe-events .datepicker .datepicker-switch:active,
section.events-container .tribe-events .datepicker .datepicker-switch:focus,
section.events-container .tribe-events .datepicker .datepicker-switch:hover,
section.events-container .tribe-events .datepicker .next:active,
section.events-container .tribe-events .datepicker .next:focus,
section.events-container .tribe-events .datepicker .next:hover,
section.events-container .tribe-events .datepicker .prev:active,
section.events-container .tribe-events .datepicker .prev:focus,
section.events-container .tribe-events .datepicker .prev:hover {
  background: transparent;
  color: #eb312e;
}
section.events-container .tribe-events .datepicker .datepicker-switch:active svg path,
section.events-container .tribe-events .datepicker .datepicker-switch:focus svg path,
section.events-container .tribe-events .datepicker .datepicker-switch:hover svg path,
section.events-container .tribe-events .datepicker .next:active svg path,
section.events-container .tribe-events .datepicker .next:focus svg path,
section.events-container .tribe-events .datepicker .next:hover svg path,
section.events-container .tribe-events .datepicker .prev:active svg path,
section.events-container .tribe-events .datepicker .prev:focus svg path,
section.events-container .tribe-events .datepicker .prev:hover svg path {
  fill: currentColor;
}
section.events-container .tribe-events .datepicker .day:hover {
  background: transparent;
  color: #eb312e;
}
section.events-container .tribe-events .datepicker .past {
  color: rgba(255, 255, 255, 0.4);
}
section.events-container .tribe-events-schedule .recurringinfo {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
section.events-container .tribe-events-schedule .recurringinfo:before {
  display: none;
}
section.events-container .tribe-events-schedule .recurringinfo a {
  color: #eb312e;
}
section.events-container .tribe-events-schedule .recurringinfo a:hover {
  color: #bc2725;
}
section.events-container .tribe-events .tribe-events-c-search__input-control-icon-svg {
  right: 10px;
}
section.events-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  right: auto;
}
section.events-container .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8);
}
section.events-container .tribe-common .tribe-common-form-control-text__input {
  padding: var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 10px;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search {
  padding: 30px 15px;
  margin: 0;
  background: #252525;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar {
  align-items: center;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs {
  margin: 10px auto;
  max-width: 1000px;
  background: transparent;
  border: 0;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-events-bar__search-container,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-events-bar__search-container {
  background: #252525;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group {
  background: #fff;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-events-c-search__input-control,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-events-c-search__input-control,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-events-c-search__input-control {
  margin: 0;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-events-c-search__input-control .tribe-events-c-search__input,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-events-c-search__input-control .tribe-events-c-search__input,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-events-c-search__input-control .tribe-events-c-search__input {
  height: 43px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-common-c-btn.tribe-events-c-search__button,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-events-bar__search-container .tribe-common-c-btn.tribe-events-c-search__button,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-events-bar__search-container .tribe-common-c-btn.tribe-events-c-search__button {
  margin: 5px 0;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link {
  padding: 0;
  color: #eb312e;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link > span,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link > span,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link > span {
  color: #eb312e;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link:hover > span,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link:hover > span,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list-item-link:hover > span {
  color: #bc2725;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-top-bar__today-button,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-top-bar__today-button {
  display: inline-block;
  margin: 20px 0;
  background: #eb312e;
  color: #fff;
  padding: 14px 40px;
  height: 43px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 6px 15px;
  height: auto;
  border-radius: 0;
  margin: 0 15px 0 0;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-top-bar__today-button.large,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button.large,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-top-bar__today-button.large {
  height: auto;
  font-size: 17px;
  line-height: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-top-bar__today-button.border,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button.border,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-top-bar__today-button.border {
  border: 3px solid #fff;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-top-bar__today-button:hover,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button:hover,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-top-bar__today-button:hover {
  text-decoration: none;
  background: #bc2725;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-top-bar__datepicker-button,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-top-bar__datepicker-button {
  color: #fff;
}
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-top-bar__datepicker-button .tribe-events-c-top-bar__datepicker-button-icon-svg,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker-button .tribe-events-c-top-bar__datepicker-button-icon-svg,
section.events-container header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-header__breadcrumbs .tribe-events-c-top-bar__datepicker-button .tribe-events-c-top-bar__datepicker-button-icon-svg {
  color: #fff;
}
section.events-container .tribe-common--breakpoint-medium.tribe-common .tribe-events-c-top-bar__datepicker-button {
  font-size: 18px;
}
section.events-container .tribe-common .tribe-events-c-top-bar__datepicker-button {
  font-size: 24px;
  font-weight: 700;
}
section.events-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__content {
  background: transparent;
  border: 0;
}
section.events-container .tribe-events-calendar-list,
section.events-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month,
section.events-container .tribe-events-calendar-list-nav,
section.events-container .tribe-events-calendar-day,
section.events-container .tribe-events-calendar-day-nav {
  padding: 50px 15px;
  margin: 0 auto;
  max-width: 1030px;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav {
  padding-top: 0;
  border-top: 0;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__list,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__list {
  padding-top: 20px;
  border-top: 1px solid #1a1a1a;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__prev,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__prev,
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__next,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__next {
  display: inline-block;
  margin: 20px 0;
  background: #eb312e;
  color: #fff;
  padding: 14px 40px;
  height: 43px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: flex;
  margin: 0;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__prev.large,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__prev.large,
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__next.large,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__next.large {
  height: auto;
  font-size: 17px;
  line-height: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__prev.border,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__prev.border,
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__next.border,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__next.border {
  border: 3px solid #fff;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__prev:hover,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__prev:hover,
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__next:hover,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__next:hover {
  text-decoration: none;
  background: #bc2725;
}
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__prev svg path,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__prev svg path,
section.events-container .tribe-common nav.tribe-events-calendar-list-nav .tribe-events-c-nav__next svg path,
section.events-container .tribe-common nav.tribe-events-calendar-day-nav .tribe-events-c-nav__next svg path {
  fill: #fff;
}
section.events-container .tribe-events-c-subscribe-dropdown {
  display: none;
}
section.events-container .tribe-events-calendar-list__month-separator {
  position: relative;
  height: 61px;
  margin: 0 104px 50px 104px;
  padding: 15px 0;
  white-space: nowrap;
  border: 0;
  text-align: center;
  color: #000;
  background: #fff;
  text-transform: uppercase;
}
section.events-container .tribe-events-calendar-list__month-separator time.tribe-events-calendar-list__month-separator-text {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: none;
  font-size: 33px;
  line-height: 34px;
  font-weight: 300;
  color: #000;
}
section.events-container .tribe-events-calendar-list__month-separator:before,
section.events-container .tribe-events-calendar-list__month-separator:after {
  content: "";
  width: 74px;
  height: 61px;
  position: absolute;
  top: 0;
  border-bottom: none;
}
section.events-container .tribe-events-calendar-list__month-separator:before {
  background: url(../img/banner-white-left.png) 0 center no-repeat;
  background-size: 74px auto;
  left: -74px;
  right: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  section.events-container .tribe-events-calendar-list__month-separator:before {
    background-image: url(../img/banner-white-left@2x.png);
  }
}
section.events-container .tribe-events-calendar-list__month-separator:after {
  background: url(../img/banner-white-right.png) 0 center no-repeat;
  background-size: 74px auto;
  right: -74px;
  left: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  section.events-container .tribe-events-calendar-list__month-separator:after {
    background-image: url(../img/banner-white-right@2x.png);
  }
}
@media only screen and (min-width: 530px) and (max-width: 767px), only screen and (max-width: 529px) {
  section.events-container .tribe-events-calendar-list__month-separator {
    height: auto;
    padding: 15px;
    margin: 0 0 50px 0;
    white-space: normal;
  }
  section.events-container .tribe-events-calendar-list__month-separator:before,
  section.events-container .tribe-events-calendar-list__month-separator:after {
    background: #fff;
    height: 100%;
  }
}
section.events-container .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  color: #fff;
}
section.events-container .tribe-events-calendar-list__event-title {
  text-transform: none;
  padding-bottom: 3px;
  border-bottom: 3px solid #eb312e;
}
section.events-container .tribe-events-calendar-list__event-title a:hover {
  border-bottom: 0;
}
section.events-container .tribe-events-calendar-list__event-venue {
  display: none;
}
section.events-container .tribe-events .tribe-events-calendar-month {
  padding-top: 25px;
}
section.events-container .tribe-events .tribe-events-calendar-month__body,
section.events-container .tribe-events .tribe-events-calendar-month__week {
  border-color: #000;
}
section.events-container .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  background-color: #1a1a1a;
  border-width: 0 5px 5px 0;
  border-color: #000;
}
section.events-container .tribe-events .tribe-events-calendar-month__header-column-title {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
section.events-container .tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #fff;
}
section.events-container .tribe-events .tribe-events-calendar-month__day-date-daynum .tribe-events-calendar-month__day-date-link {
  color: #fff;
}
section.events-container .tribe-events-calendar-month__multiday-event-bar-inner,
section.events-container .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #eb312e;
}
section.events-container .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: #fff;
}
section.events-container .tribe-events .tribe-events-calendar-month__calendar-event-title {
  text-transform: none;
}
section.events-container .tribe-events-calendar-month-mobile-events__mobile-day {
  margin-left: 15px;
  margin-right: 15px;
}
section.events-container .tribe-events-calendar-month-nav {
  margin-left: 15px;
  margin-right: 15px;
}
.tooltipster-base.tribe-events-tooltip-theme {
  --tec-color-background-tooltip: #eb312e;
  --tec-color-border-default: #eb312e;
  --tec-border-radius-default: 0;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
  color: #fff !important;
  border: 0;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  display: none;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
  color: #fff;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title-link:hover,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover {
  color: #fff;
}
.single-tribe_events #tribe-events-pg-template {
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 1030px;
}
.single-tribe_events .tribe-events-content a {
  color: #eb312e;
  border: 0;
}
.single-tribe_events .tribe-events-content a:hover {
  text-decoration: underline;
  color: #bc2725;
}
.single-tribe_events .tribe-events-single {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.single-tribe_events .tribe-events-single .tribe-events-back {
  margin-bottom: 20px;
}
.single-tribe_events .tribe-events-single .tribe-events-single-event-title {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
  padding: 0 0 7px 0;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #eb312e;
}
.single-tribe_events .tribe-events-single .tribe-events-schedule h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: none;
}
.single-tribe_events .tribe-events-single .tribe-events-event-image {
  display: none;
}
.single-tribe_events .tribe-events-single .tribe-events-cal-links .tribe-events-button {
  display: inline-block;
  margin: 20px 0;
  background: #eb312e;
  color: #fff;
  padding: 14px 40px;
  height: 43px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-image: none;
}
.single-tribe_events .tribe-events-single .tribe-events-cal-links .tribe-events-button.large {
  height: auto;
  font-size: 17px;
  line-height: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.single-tribe_events .tribe-events-single .tribe-events-cal-links .tribe-events-button.border {
  border: 3px solid #fff;
}
.single-tribe_events .tribe-events-single .tribe-events-cal-links .tribe-events-button:hover {
  text-decoration: none;
  background: #bc2725;
}
.single-tribe_events .tribe-events-single .tribe-events-cal-links .tribe-events-button:first-child {
  margin-right: 10px;
}
.single-tribe_events .tribe-events-event-meta.primary,
.single-tribe_events .tribe-events-event-meta.secondary {
  width: 100%;
}
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a,
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a {
  color: #eb312e;
}
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a:before,
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a:before,
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a:after,
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a:after {
  display: none;
}
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a:hover,
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a:hover {
  text-decoration: underline;
}
.single-tribe_events .tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next {
  text-align: right;
}
[id*='bwg_container'] form {
  padding: 0;
  background: none;
}
[id*='bwg_container'] [id*='bwg_container'] [class*='bwg_standart_thumb_spun'] {
  position: relative;
}
[id*='bwg_container'] [id*='bwg_container'] [class*='bwg_standart_thumb_spun']:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eb312e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
[id*='bwg_container'] [id*='bwg_container'] [class*='bwg_standart_thumb_spun']:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bwg_image_container {
  margin-top: 20px;
}
