@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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/10/11.
 * 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/10/11.
 */
textarea {
  overflow: auto; }

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

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

td,
th {
  padding: 0; }

.o-layout, .o-layout__item {
  position: relative;
  outline: 1px solid #f00; }
  .o-layout:after, .o-layout__item:after {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2;
    background: #f00;
    outline: 1px solid #f00;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 100%; }

.o-layout:after {
  /**
                     * If we have a replacement selector, tell people what it is.
                     */
  content: "Warning: Selector `.o-layout` is deprecated, use `.o-grid` instead."; }

.o-layout__item:after {
  /**
                     * If we have a replacement selector, tell people what it is.
                     */
  content: "Warning: Selector `.o-layout__item` is deprecated, use `.o-grid__column` instead."; }

/**
     * If an element has a class attribute containing two hyphens but no space
     * (i.e. only one class is being used, and it’s a Modifier), provide visual
     * feedback in the DOM.
     *
     * N.B. This isn’t bulletproof: `class="foo--bar baz"` would pass, as would
     * `class=" foo--bar"`. Use with a pinch of salt.
     */
[class*="--"]:not([class*=" "]) {
  position: relative;
  outline: 1px solid #f00; }
  [class*="--"]:not([class*=" "]):after {
    content: "Error: Cannot have a Modifier (i.e. `." attr(class) "`) without a Block.";
    background: #fff;
    color: #f00;
    font-family: monospace;
    white-space: nowrap;
    position: absolute;
    bottom: 100%;
    left: 0; }

/*------------------------------------*    #BORDER BOX
\*------------------------------------*/
/**
 * Apply global border box.
 */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*------------------------------------*    #CUSTOM FONTS
\*------------------------------------*/
@font-face {
  font-family: 'Gotham Black';
  src: url("../fonts/Gotham-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#ba4ac0babd0f10b69ed14d91cd5c8788") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#4b05af1f343b473876284bf412b923ab") format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#65526539dec42e535893223c14767f58") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Gotham Book Italic';
  src: url("../fonts/Gotham-BookItalic.eot");
  src: url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype"), url("../fonts/Gotham-BookItalic.svg#9374ccf478135e3fa918b68162615601") format("svg");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Big Noodle Titling';
  src: url("../fonts/big_noodle_titling.eot");
  src: url("../fonts/big_noodle_titling.eot?#iefix") format("embedded-opentype"), url("../fonts/big_noodle_titling.woff") format("woff"), url("../fonts/big_noodle_titling.ttf") format("truetype"), url("../fonts/big_noodle_titling.svg#9374ccf478135e3fa918b68162615601") format("svg");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?2416665");
  src: url("../fonts/fontello.eot?2416665#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?2416665") format("woff"), url("../fonts/fontello.ttf?2416665") format("truetype"), url("../fonts/fontello.svg?2416665#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?2416665#fontello') format('svg');
  }
}
*/
.c-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.c-icon--menu:before {
  content: '\e803'; }

/* '' */
/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * Body
 */
body {
  background: #fff;
  color: #000;
  font-family: "Gotham Book", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  outline: none; }

/*------------------------------------*    #TYPOGRAPY
\*------------------------------------*/
/**
 * Headings
 *
 * In most cases you should avoid styling a specific heading type to have
 * custom distinct styles that would apply to all headings of that type.
 * Instead create a new component like c-heading or c-title. This may not
 * be the case when a CMS needs default headings to appear a specific way.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  line-height: 1.2; }

h1 {
  font-size: 1.4285714286em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5714285714em; } }

h2 {
  font-size: 1.2857142857em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.6428571429em; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 1.9285714286em; } }

h3 {
  font-size: 1.0714285714em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.2857142857em; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 1.7142857143em; } }

h4 {
  font-size: 1.1428571429em; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.2857142857em; } }

h5 {
  font-size: 0.8571428571em; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 1em; } }

h6 {
  font-size: 0.8571428571em; }

/**
 * Paragraphs
 */
p {
  margin: 0 0 1.2em; }

/**
 * Lists
 */
ul,
ol,
dl {
  margin: 0 0 20px; }

/**
 * Link Styles
 */
a {
  color: #d5223a;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #df4d61; }

/**
 * Horizontal Rule
 */
hr {
  margin: 0 0 20px;
  border: solid #bfbfbf;
  border-width: 0 0 1px; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * [1] remove spacing below inline images.
 */
img {
  vertical-align: middle; }

/**
 * Figure
 */
figure {
  margin: 0 0 20px; }

figcaption {
  font-size: 0.8571428571em;
  font-style: italic; }

/*------------------------------------*    #FORMS
\*------------------------------------*/
input,
textarea,
select {
  border: 1px solid #bfbfbf;
  border-radius: 0;
  background: #fff; }

/*------------------------------------*    #WRAP
\*------------------------------------*/
/**
 * A simple wrapper that crops all content that bleeds out of it
 * Usefull for preventing scrolling on the body.
 */
.o-wrap {
  overflow: hidden; }

/*------------------------------------*    #CONTAINER
\*------------------------------------*/
/**
 * An outer container for site content. A container should never be a child or
 * instance of itself.
 */
.o-container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1280px; }
  @media (min-width: 1024px) {
    .o-container {
      width: 96%; } }
  @media (min-width: 1500px) {
    .o-container {
      width: 90%; } }

.o-container--wide {
  max-width: 1410px; }

.o-container--no-pad {
  padding: 0; }

@media (max-width: 479px) {
  .o-container--no-pad-mobile {
    padding: 0; } }

/*------------------------------------*    #LIST UNSTYLED
\*------------------------------------*/
/**
 * Remove list styling from list
 */
.o-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------*    #LIST INLINE
\*------------------------------------*/
/**
 * List with direct children displaying inline.
 * [1] All items except the first have padding.
 */
.o-list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .o-list-inline > li {
    display: inline-block;
    vertical-align: middle; }

/*------------------------------------*    #ISLAND
\*------------------------------------*/
/**
 * Add a nice gap below a block of content.
 */
.o-island {
  margin-bottom: 60px; }

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/**
 * Layout row
 *
 * [1] Additional modifier classes for layout gutters.
 */
.o-grid {
  margin-right: -8px;
  margin-left: -8px; }
  .o-grid:before, .o-grid:after {
    content: ' ';
    display: table; }
  .o-grid:after {
    clear: both; }
  @media (min-width: 1024px) {
    .o-grid {
      margin-right: -15px;
      margin-left: -15px; } }

.o-grid--initial {
  margin-right: -15px;
  margin-left: -15px; }

/**
 * A layout item, used like a column
 *
 * [1] Additional modifier classes for layout gutters.
 */
.o-grid__column {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  min-height: 1px;
  float: left; }
  @media (min-width: 1024px) {
    .o-grid__column {
      padding-right: 15px;
      padding-left: 15px; } }
  .o-grid--initial > .o-grid__column {
    padding-right: 15px;
    padding-left: 15px; }

/**
 * Layout Columns
 */
.o-grid__column--1 {
  width: 8.3333333333%; }

.o-grid__column--2 {
  width: 16.6666666667%; }

.o-grid__column--3 {
  width: 25%; }

.o-grid__column--4 {
  width: 33.3333333333%; }

.o-grid__column--5 {
  width: 41.6666666667%; }

.o-grid__column--6 {
  width: 50%; }

.o-grid__column--7 {
  width: 58.3333333333%; }

.o-grid__column--8 {
  width: 66.6666666667%; }

.o-grid__column--9 {
  width: 75%; }

.o-grid__column--10 {
  width: 83.3333333333%; }

.o-grid__column--11 {
  width: 91.6666666667%; }

.o-grid__column--12 {
  width: 100%; }

@media (min-width: 480px) {
  .o-grid__column--1\@xs {
    width: 8.3333333333%; }
  .o-grid__column--2\@xs {
    width: 16.6666666667%; }
  .o-grid__column--3\@xs {
    width: 25%; }
  .o-grid__column--4\@xs {
    width: 33.3333333333%; }
  .o-grid__column--5\@xs {
    width: 41.6666666667%; }
  .o-grid__column--6\@xs {
    width: 50%; }
  .o-grid__column--7\@xs {
    width: 58.3333333333%; }
  .o-grid__column--8\@xs {
    width: 66.6666666667%; }
  .o-grid__column--9\@xs {
    width: 75%; }
  .o-grid__column--10\@xs {
    width: 83.3333333333%; }
  .o-grid__column--11\@xs {
    width: 91.6666666667%; }
  .o-grid__column--12\@xs {
    width: 100%; } }

@media (min-width: 768px) {
  .o-grid__column--1\@sm {
    width: 8.3333333333%; }
  .o-grid__column--2\@sm {
    width: 16.6666666667%; }
  .o-grid__column--3\@sm {
    width: 25%; }
  .o-grid__column--4\@sm {
    width: 33.3333333333%; }
  .o-grid__column--5\@sm {
    width: 41.6666666667%; }
  .o-grid__column--6\@sm {
    width: 50%; }
  .o-grid__column--7\@sm {
    width: 58.3333333333%; }
  .o-grid__column--8\@sm {
    width: 66.6666666667%; }
  .o-grid__column--9\@sm {
    width: 75%; }
  .o-grid__column--10\@sm {
    width: 83.3333333333%; }
  .o-grid__column--11\@sm {
    width: 91.6666666667%; }
  .o-grid__column--12\@sm {
    width: 100%; } }

@media (min-width: 1024px) {
  .o-grid__column--1\@md {
    width: 8.3333333333%; }
  .o-grid__column--2\@md {
    width: 16.6666666667%; }
  .o-grid__column--3\@md {
    width: 25%; }
  .o-grid__column--4\@md {
    width: 33.3333333333%; }
  .o-grid__column--5\@md {
    width: 41.6666666667%; }
  .o-grid__column--6\@md {
    width: 50%; }
  .o-grid__column--7\@md {
    width: 58.3333333333%; }
  .o-grid__column--8\@md {
    width: 66.6666666667%; }
  .o-grid__column--9\@md {
    width: 75%; }
  .o-grid__column--10\@md {
    width: 83.3333333333%; }
  .o-grid__column--11\@md {
    width: 91.6666666667%; }
  .o-grid__column--12\@md {
    width: 100%; } }

@media (min-width: 1200px) {
  .o-grid__column--1\@lg {
    width: 8.3333333333%; }
  .o-grid__column--2\@lg {
    width: 16.6666666667%; }
  .o-grid__column--3\@lg {
    width: 25%; }
  .o-grid__column--4\@lg {
    width: 33.3333333333%; }
  .o-grid__column--5\@lg {
    width: 41.6666666667%; }
  .o-grid__column--6\@lg {
    width: 50%; }
  .o-grid__column--7\@lg {
    width: 58.3333333333%; }
  .o-grid__column--8\@lg {
    width: 66.6666666667%; }
  .o-grid__column--9\@lg {
    width: 75%; }
  .o-grid__column--10\@lg {
    width: 83.3333333333%; }
  .o-grid__column--11\@lg {
    width: 91.6666666667%; }
  .o-grid__column--12\@lg {
    width: 100%; } }

@media (min-width: 1500px) {
  .o-grid__column--1\@xl {
    width: 8.3333333333%; }
  .o-grid__column--2\@xl {
    width: 16.6666666667%; }
  .o-grid__column--3\@xl {
    width: 25%; }
  .o-grid__column--4\@xl {
    width: 33.3333333333%; }
  .o-grid__column--5\@xl {
    width: 41.6666666667%; }
  .o-grid__column--6\@xl {
    width: 50%; }
  .o-grid__column--7\@xl {
    width: 58.3333333333%; }
  .o-grid__column--8\@xl {
    width: 66.6666666667%; }
  .o-grid__column--9\@xl {
    width: 75%; }
  .o-grid__column--10\@xl {
    width: 83.3333333333%; }
  .o-grid__column--11\@xl {
    width: 91.6666666667%; }
  .o-grid__column--12\@xl {
    width: 100%; } }

@media (min-width: 840px) {
  .o-grid__column--1\@c-840 {
    width: 8.3333333333%; }
  .o-grid__column--2\@c-840 {
    width: 16.6666666667%; }
  .o-grid__column--3\@c-840 {
    width: 25%; }
  .o-grid__column--4\@c-840 {
    width: 33.3333333333%; }
  .o-grid__column--5\@c-840 {
    width: 41.6666666667%; }
  .o-grid__column--6\@c-840 {
    width: 50%; }
  .o-grid__column--7\@c-840 {
    width: 58.3333333333%; }
  .o-grid__column--8\@c-840 {
    width: 66.6666666667%; }
  .o-grid__column--9\@c-840 {
    width: 75%; }
  .o-grid__column--10\@c-840 {
    width: 83.3333333333%; }
  .o-grid__column--11\@c-840 {
    width: 91.6666666667%; }
  .o-grid__column--12\@c-840 {
    width: 100%; } }

@media (min-width: 1175px) {
  .o-grid__column--1\@c-1175 {
    width: 8.3333333333%; }
  .o-grid__column--2\@c-1175 {
    width: 16.6666666667%; }
  .o-grid__column--3\@c-1175 {
    width: 25%; }
  .o-grid__column--4\@c-1175 {
    width: 33.3333333333%; }
  .o-grid__column--5\@c-1175 {
    width: 41.6666666667%; }
  .o-grid__column--6\@c-1175 {
    width: 50%; }
  .o-grid__column--7\@c-1175 {
    width: 58.3333333333%; }
  .o-grid__column--8\@c-1175 {
    width: 66.6666666667%; }
  .o-grid__column--9\@c-1175 {
    width: 75%; }
  .o-grid__column--10\@c-1175 {
    width: 83.3333333333%; }
  .o-grid__column--11\@c-1175 {
    width: 91.6666666667%; }
  .o-grid__column--12\@c-1175 {
    width: 100%; } }

/**
     * Offset modifiers for layout items.
     */
.o-grid__column--offset-1 {
  margin-left: 8.3333333333%; }

.o-grid__column--offset-2 {
  margin-left: 16.6666666667%; }

.o-grid__column--offset-3 {
  margin-left: 25%; }

.o-grid__column--offset-4 {
  margin-left: 33.3333333333%; }

.o-grid__column--offset-5 {
  margin-left: 41.6666666667%; }

.o-grid__column--offset-6 {
  margin-left: 50%; }

.o-grid__column--offset-7 {
  margin-left: 58.3333333333%; }

.o-grid__column--offset-8 {
  margin-left: 66.6666666667%; }

.o-grid__column--offset-9 {
  margin-left: 75%; }

.o-grid__column--offset-10 {
  margin-left: 83.3333333333%; }

.o-grid__column--offset-11 {
  margin-left: 91.6666666667%; }

.o-grid__column--offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .o-grid__column--offset-0\@xs {
    margin-left: 0%; }
  .o-grid__column--offset-1\@xs {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@xs {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@xs {
    margin-left: 25%; }
  .o-grid__column--offset-4\@xs {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@xs {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@xs {
    margin-left: 50%; }
  .o-grid__column--offset-7\@xs {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@xs {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@xs {
    margin-left: 75%; }
  .o-grid__column--offset-10\@xs {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@xs {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@xs {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .o-grid__column--offset-0\@sm {
    margin-left: 0%; }
  .o-grid__column--offset-1\@sm {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@sm {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@sm {
    margin-left: 25%; }
  .o-grid__column--offset-4\@sm {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@sm {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@sm {
    margin-left: 50%; }
  .o-grid__column--offset-7\@sm {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@sm {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@sm {
    margin-left: 75%; }
  .o-grid__column--offset-10\@sm {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@sm {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .o-grid__column--offset-0\@md {
    margin-left: 0%; }
  .o-grid__column--offset-1\@md {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@md {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@md {
    margin-left: 25%; }
  .o-grid__column--offset-4\@md {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@md {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@md {
    margin-left: 50%; }
  .o-grid__column--offset-7\@md {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@md {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@md {
    margin-left: 75%; }
  .o-grid__column--offset-10\@md {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@md {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@md {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .o-grid__column--offset-0\@lg {
    margin-left: 0%; }
  .o-grid__column--offset-1\@lg {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@lg {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@lg {
    margin-left: 25%; }
  .o-grid__column--offset-4\@lg {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@lg {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@lg {
    margin-left: 50%; }
  .o-grid__column--offset-7\@lg {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@lg {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@lg {
    margin-left: 75%; }
  .o-grid__column--offset-10\@lg {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@lg {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@lg {
    margin-left: 100%; } }

@media (min-width: 1500px) {
  .o-grid__column--offset-0\@xl {
    margin-left: 0%; }
  .o-grid__column--offset-1\@xl {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@xl {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@xl {
    margin-left: 25%; }
  .o-grid__column--offset-4\@xl {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@xl {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@xl {
    margin-left: 50%; }
  .o-grid__column--offset-7\@xl {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@xl {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@xl {
    margin-left: 75%; }
  .o-grid__column--offset-10\@xl {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@xl {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@xl {
    margin-left: 100%; } }

@media (min-width: 840px) {
  .o-grid__column--offset-0\@c-840 {
    margin-left: 0%; }
  .o-grid__column--offset-1\@c-840 {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@c-840 {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@c-840 {
    margin-left: 25%; }
  .o-grid__column--offset-4\@c-840 {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@c-840 {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@c-840 {
    margin-left: 50%; }
  .o-grid__column--offset-7\@c-840 {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@c-840 {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@c-840 {
    margin-left: 75%; }
  .o-grid__column--offset-10\@c-840 {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@c-840 {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@c-840 {
    margin-left: 100%; } }

@media (min-width: 1175px) {
  .o-grid__column--offset-0\@c-1175 {
    margin-left: 0%; }
  .o-grid__column--offset-1\@c-1175 {
    margin-left: 8.3333333333%; }
  .o-grid__column--offset-2\@c-1175 {
    margin-left: 16.6666666667%; }
  .o-grid__column--offset-3\@c-1175 {
    margin-left: 25%; }
  .o-grid__column--offset-4\@c-1175 {
    margin-left: 33.3333333333%; }
  .o-grid__column--offset-5\@c-1175 {
    margin-left: 41.6666666667%; }
  .o-grid__column--offset-6\@c-1175 {
    margin-left: 50%; }
  .o-grid__column--offset-7\@c-1175 {
    margin-left: 58.3333333333%; }
  .o-grid__column--offset-8\@c-1175 {
    margin-left: 66.6666666667%; }
  .o-grid__column--offset-9\@c-1175 {
    margin-left: 75%; }
  .o-grid__column--offset-10\@c-1175 {
    margin-left: 83.3333333333%; }
  .o-grid__column--offset-11\@c-1175 {
    margin-left: 91.6666666667%; }
  .o-grid__column--offset-12\@c-1175 {
    margin-left: 100%; } }

/*------------------------------------*    #ASPECT
\*------------------------------------*/
/**
 * Enforce an aspect ratio on a responsive image before the page loads. Uses
 * the same trick as responsive videos.
 *
 * [1] Hide any access overflow of the image in case it doesn't quite fit.
 * [2] Padding 100% creates a square by default.
 */
.o-aspect {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .o-aspect > img {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }

/**
 * Loop throught the config and build out aditional sizes.
 */
.o-aspect--2x1 {
  padding-top: 50%; }

/*------------------------------------*    #MEDIA
\*------------------------------------*/
/**
 * A generic layout with an item floated to the side and content block that
 * doesn't wrap underneath it.
 */
.o-media:before, .o-media:after {
  content: ' ';
  display: table; }

.o-media:after {
  clear: both; }

/**
 * Side element floats left and pushes content away. Stacks on mobile.
 *
 * [1] Flip the image to the right with modifier
 */
.o-media__graphic {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .o-media__graphic {
      max-width: 40%;
      margin-right: 20px;
      margin-bottom: 0;
      float: left; } }
  @media (min-width: 480px) {
    .o-media--flip .o-media__graphic {
      margin: 0 0 0 20px;
      float: right; } }

/**
 * Content Block
 */
.o-media__content {
  overflow: hidden; }

/*------------------------------------*    #LOGOS
\*------------------------------------*/
/**
 * Logo base class. Applies shared properties for all logos.
 *
 * [1] Relies on background-size to shrink large logos to smaller sizes.
 */
.c-logo {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  background: center no-repeat;
  background-size: contain; }

.c-logo--ln {
  width: 90.75px;
  height: 17.05px;
  background-image: url("../img/ln-logo.png"); }
  @media (min-width: 480px) {
    .c-logo--ln {
      width: 91px;
      height: 17px; } }
  @media (min-width: 768px) {
    .c-logo--ln {
      width: 116px;
      height: 22px; } }
  @media (min-width: 1024px) {
    .c-logo--ln {
      width: 116px;
      height: 22px; } }
  @media (min-width: 1200px) {
    .c-logo--ln {
      width: 124px;
      height: 23px; } }
  @media (min-width: 1500px) {
    .c-logo--ln {
      width: 165px;
      height: 31px; } }

.c-logo--banner {
  width: 257.4px;
  height: 31.5px;
  background-image: url("../img/season-tix.png"); }
  @media (min-width: 480px) {
    .c-logo--banner {
      width: 315px;
      height: 39px; } }
  @media (min-width: 768px) {
    .c-logo--banner {
      width: 343px;
      height: 42px; } }
  @media (min-width: 1500px) {
    .c-logo--banner {
      width: 572px;
      height: 70px; } }

.c-logo--ascend {
  width: 80px;
  height: 48px;
  background-image: url("../img/ascend-logo.png"); }
  @media (min-width: 768px) {
    .c-logo--ascend {
      width: 150px;
      height: 90px; } }
  @media (min-width: 1024px) {
    .c-logo--ascend {
      width: 200px;
      height: 120px; } }

.c-logo--ps {
  width: 255px;
  height: 52.5px;
  background-image: url("../img/ln-ps-logo.png"); }
  @media (min-width: 768px) {
    .c-logo--ps {
      width: 272px;
      height: 56px; } }
  @media (min-width: 1024px) {
    .c-logo--ps {
      width: 340px;
      height: 70px; } }

.c-logo--home {
  border: 1px solid #e52a46;
  border-radius: 3px;
  padding: 1px 6px;
  height: 17px;
  margin-right: 8px !important; }
  .c-logo--home svg {
    width: 14px;
    height: 14px; }
  @media (min-width: 768px) {
    .c-logo--home {
      padding: 2px 7px;
      height: 22px; }
      .c-logo--home svg {
        width: 16px;
        height: 16px; } }
  @media (min-width: 1200px) {
    .c-logo--home {
      padding: 2px 7px;
      height: 23px; }
      .c-logo--home svg {
        width: 18px;
        height: 18px; } }
  @media (min-width: 1500px) {
    .c-logo--home {
      border-radius: 4px;
      border: 1px solid #e52a46;
      padding: 2px 7px;
      height: 31px; }
      .c-logo--home svg {
        width: 24px;
        height: 24px; } }

/*------------------------------------*    #FORM GROUP
\*------------------------------------*/
/**
 * A form group block
 */
.c-form-group {
  margin-bottom: 10px;
  text-align: left; }
  @media (min-width: 1200px) {
    .c-form-group {
      text-align: right; } }

.c-form-group__label {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  padding: 5px 0;
  font-family: "Gotham Book", sans-serif;
  transition: color 0.15s; }
  .c-form-group.has-error .c-form-group__label {
    color: #f00; }

/**
 * Form group inputs
 *
 * [1] When the form input is nested in a comment, like with a radio button or
 * checkbox, set the input to display inline with the label's text.
 */
.c-form-group__input {
  display: inline-block;
  padding: 0.7142857143em;
  margin-bottom: 10px;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-family: "Gotham Book", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  transition: border 0.15s; }
  @media (min-width: 1200px) {
    .c-form-group__input {
      width: 60%; } }
  .c-form-group__label .c-form-group__input {
    margin: 0 5px 0 0; }
  .c-form-group.has-error .c-form-group__input {
    border-color: #f00; }

.c-form-group__input--inline {
  display: inline-block;
  width: auto; }

/**
 * Generic text block to add text after a field, used with validation elements.
 */
.c-form-group__help-block {
  display: block;
  font-size: 0.8571428571em;
  margin: 0 0 20px; }

/**
 * Validation element to be used with help-block's. Behavior classes on the
 * parent determine what type of validation it is.
 */
.c-form-group__validation {
  display: block;
  padding: 0.7142857143em;
  border: 1px solid #bfbfbf;
  background-color: #e5e5e5;
  color: #7f7f7f;
  font-weight: bold;
  position: relative;
  transition: 0.15s;
  text-align: left; }
  .c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff; }

label.error {
  display: block;
  color: #c90000;
  font-style: italic; }

input.error {
  border-color: #c90000; }

.c-form-group__textarea {
  resize: none; }

@media (min-width: 1200px) {
  .c-form-group__label--textarea {
    position: relative;
    top: -43px; } }

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
.c-btn {
  border: 0;
  border-radius: 6px;
  display: block;
  font-family: "Gotham Black", sans-serif;
  height: 35px;
  line-height: 35px;
  margin: 0 auto 12px;
  max-width: 100%;
  padding: 0 2em;
  text-align: center; }
  .c-btn:hover, .c-btn:focus, .c-btn:active {
    text-decoration: none; }

.c-btn--large {
  font-size: 1.1rem;
  height: 53px;
  line-height: 56px; }

.c-btn--red {
  background: #d5223a;
  color: #fff; }
  .c-btn--red:hover, .c-btn--red:focus, .c-btn--red:active {
    background: #df4d61;
    color: #fff; }

.c-btn--white {
  background: #fff;
  border: 2px solid #d5223a;
  color: #d5223a; }
  .c-btn--white:hover, .c-btn--white:focus, .c-btn--white:active {
    border: 2px solid #df4d61;
    color: #df4d61; }

.c-btn--text-center {
  display: inline-block; }

.c-btn--183wide {
  padding: 0;
  width: 183px; }

.c-btn--48-bottom-margin {
  margin-bottom: 48px; }

.c-btn--215-min-wide {
  min-width: 215px; }

@media (max-width: 479px) {
  .c-btn--full-width-mobile {
    width: 100%; } }

.c-btn--32-bottom-margin {
  margin-bottom: 32px; }

.c-btn--back-arrow {
  height: 44px;
  width: 44px;
  border-radius: 100px;
  text-indent: -9999px;
  padding: 0; }
  @media (min-width: 768px) {
    .c-btn--back-arrow {
      border-radius: 6px;
      padding-left: 42px;
      padding-right: 20px;
      text-indent: 0;
      height: 53px;
      width: auto;
      transform: scale(0.8);
      transform-origin: 0; } }
  @media (min-width: 1024px) {
    .c-btn--back-arrow {
      transform: scale(1); } }
  .c-btn--back-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    height: 12px;
    width: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg); }
    @media (min-width: 768px) {
      .c-btn--back-arrow:before {
        top: 20px;
        left: 18px; } }

/*------------------------------------*    #NAVIGATION
\*------------------------------------*/
.c-nav__wrap {
  display: none; }
  @media (min-width: 768px) {
    .c-nav__wrap {
      display: inherit; } }

.c-nav {
  text-align: right;
  vertical-align: middle;
  height: auto;
  line-height: 31px; }
  @media (min-width: 768px) {
    .c-nav {
      height: 31px; } }

.c-nav__mobile-menu {
  display: inline-block;
  float: right;
  color: #000;
  font-size: 1.2857142857em; }
  @media (min-width: 768px) {
    .c-nav__mobile-menu {
      display: none; } }
  .c-nav__mobile-menu:hover, .c-nav__mobile-menu:focus, .c-nav__mobile-menu:active {
    text-decoration: none; }
  .c-nav__mobile-menu:hover {
    color: #1a1a1a; }

.c-nav__logo {
  margin: 0; }

/**
 * Navigation list
 */
.c-nav__list {
  vertical-align: middle; }
  .c-nav__list:before, .c-nav__list:after {
    content: ' ';
    display: table; }
  .c-nav__list:after {
    clear: both; }

/**
 * Navigation List item
 *
 * [1] Stateful 'current' version of navigation item.
 */
.c-nav__item {
  display: block; }
  @media (min-width: 768px) {
    .c-nav__item {
      display: inline-block;
      padding: 0 15px; } }
  .c-nav__item + .c-nav__item {
    border-top: 1px solid #999; }
    @media (min-width: 768px) {
      .c-nav__item + .c-nav__item {
        border-top: 0; } }
  .c-nav__item:last-child {
    padding-right: 0; }

/**
 * Navigation link
 */
.c-nav__link {
  display: block;
  color: #000;
  padding: 5px 0; }
  @media (min-width: 768px) {
    .c-nav__link {
      padding: 0; } }
  .c-nav__link:hover {
    color: #c90000; }
  .c-nav__item.is-current .c-nav__link {
    text-decoration: underline; }

/*------------------------------------*    #HEADER
\*------------------------------------*/
.c-header {
  padding: 10px 0;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .c-header {
      padding: 20px 0; } }

.c-header--no-pad {
  padding: 0; }

.c-header__inner {
  padding: 0 0 25px;
  position: relative; }

.c-header__logo-wrapper {
  padding-top: 21px; }

.c-header__logo-wrapper--absolute {
  position: absolute;
  width: 100%;
  z-index: 5; }

.c-header__logo-link {
  display: block;
  max-width: 62%;
  margin: 0 auto;
  width: 399px; }

.c-header__logo-img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.c-header__logo--city {
  margin-top: 0; }

.c-header__back-to-all-link {
  display: block;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  top: 26px;
  left: 8px; }
  @media (min-width: 1024px) {
    .c-header__back-to-all-link {
      left: 20px; } }

.c-header__heading {
  color: #fff;
  display: block;
  font-family: 'Big Noodle Titling', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  margin: 24px auto 0;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 480px) {
    .c-header__heading {
      font-size: 4.4rem; } }
  @media (min-width: 768px) {
    .c-header__heading {
      font-size: 6rem; } }
  @media (min-width: 1024px) {
    .c-header__heading {
      font-size: 7rem; } }
  @media (min-width: 1200px) {
    .c-header__heading {
      font-size: 8rem; } }

.c-header__heading--gold-gradient {
  color: #fff;
  position: relative;
  line-height: 1em; }
  @supports (-webkit-background-clip: text) {
    .c-header__heading--gold-gradient {
      background-image: linear-gradient(#b98917, #f8e889, #b98917);
      background-size: 1em 1em;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }

.c-header__heading--in-carousel {
  margin-top: 0; }

/*------------------------------------*    #BANNER
\*------------------------------------*/
.c-banner__wrap {
  background: #000;
  border-top: 5px solid #c90000;
  border-bottom: 3px solid #81795e; }
  @media (min-width: 1200px) {
    .c-banner__wrap {
      border-width: 10px 0 5px; } }

.c-banner {
  padding-top: 20px; }

.c-banner__list {
  text-align: center; }
  @media (min-width: 1200px) {
    .c-banner__list {
      text-align: left; } }

.c-banner__item {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center; }

.c-banner__logo {
  margin: 0;
  position: relative; }
  .c-banner__logo:before {
    content: '';
    display: none;
    width: 60px;
    height: 34px;
    margin-top: 22px;
    background: url("../img/tri.png") center top no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    @media (min-width: 1200px) {
      .c-banner__logo:before {
        margin-top: 25px;
        width: 119px;
        height: 68px; } }
  @media (min-width: 1200px) {
    .c-banner__logo {
      height: 88px; } }

.c-banner__link--ad-right {
  display: none;
  float: none; }
  @media (min-width: 768px) {
    .c-banner__link--ad-right {
      display: block; } }
  @media (min-width: 1200px) {
    .c-banner__link--ad-right {
      float: right; } }

/*------------------------------------*    #MESSAGE
\*------------------------------------*/
.c-message {
  margin: 0 auto 20px;
  padding: 10px;
  background-color: #12591b;
  color: white;
  text-align: center; }

#reason-error {
  padding-top: 5px; }

/*------------------------------------*    #HERO
\*------------------------------------*/
.c-hero__wrap {
  position: relative;
  background: #000;
  border-bottom: 8px solid #d3263e;
  z-index: 1; }
  @media (min-width: 768px) {
    .c-hero__wrap {
      border-bottom: 14px solid #d3263e; } }
  @media (min-width: 1500px) {
    .c-hero__wrap {
      border-bottom: 20px solid #d3263e; } }

.c-hero {
  background-size: auto 100%;
  text-align: center; }
  @media (min-width: 1175px) {
    .c-hero {
      text-align: left; } }

.c-hero__container {
  position: absolute;
  z-index: 10; }
  @media (min-width: 768px) {
    .c-hero__container {
      background: none; } }

.c-hero__logo-wrap {
  margin: 0 auto;
  height: 200px;
  position: relative; }
  @media (min-width: 480px) {
    .c-hero__logo-wrap {
      margin: 0;
      height: 240px; } }
  @media (min-width: 768px) {
    .c-hero__logo-wrap {
      margin: 0;
      height: 400px; } }
  @media (min-width: 1200px) {
    .c-hero__logo-wrap {
      height: 500px;
      max-height: 70vh; } }
  @media (min-width: 1500px) {
    .c-hero__logo-wrap {
      height: 600px; } }

.c-hero__logo {
  max-width: 60%;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .c-hero__logo {
      max-width: 40%;
      position: relative;
      top: 20%;
      left: 5%;
      transform: none; } }

.c-hero__watch-now {
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px; }

/*------------------------------------*    #CTA
\*------------------------------------*/
.c-cta {
  margin-top: -30px;
  min-height: 50px; }
  @media (min-width: 480px) {
    .c-cta {
      margin-top: -50px; } }
  @media (min-width: 1024px) {
    .c-cta {
      margin-top: -100px; } }

.c-cta__wrapper {
  text-align: center; }

.c-cta__box {
  margin-bottom: 20px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 49%; }
  @media (min-width: 768px) {
    .c-cta__box {
      width: 32.9%; } }
  .c-cta__box:after {
    content: '';
    display: block;
    padding-top: 10.2272727273%;
    width: 94%;
    background: url("../img/cta-box-shadow.png") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    left: 3%; }

.c-cta__box-img {
  width: 100%; }

/*------------------------------------*    #INFO
\*------------------------------------*/
.c-info__box {
  border: 3px solid #d3263e;
  padding: 30px 20px 40px; }
  @media (min-width: 1200px) {
    .c-info__box {
      padding: 40px; } }

.c-info__column {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .c-info__column {
      margin-top: 0; } }

.c-info__heading {
  font-family: "Gotham Black", sans-serif;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .c-info__heading {
      padding: 0 20px; } }

.c-info__sub-head {
  font-family: "Gotham Book", sans-serif;
  text-align: center; }
  @media (min-width: 1200px) {
    .c-info__sub-head {
      padding: 0 20px;
      margin-bottom: 20px; } }

.c-info__show-info {
  margin: 0 10px 10px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center; }
  @media (min-width: 480px) {
    .c-info__show-info {
      text-align: left; } }

.c-info__show-name {
  font-family: "Gotham Bold", sans-serif;
  color: #d3263e; }

.c-info__show-date {
  font-family: "Gotham Book Italic", sans-serif; }

.c-info__show-name,
.c-info__show-date {
  margin: 0; }

.c-info__more-wrap {
  text-align: center; }
  @media (min-width: 768px) {
    .c-info__more-wrap {
      padding: 10px 0 20px; } }

.c-info__more {
  font-family: "Gotham Bold", sans-serif;
  color: #d3263e;
  text-decoration: underline;
  font-size: 1.1428571429em; }
  .c-info__more:hover {
    color: #df4d61; }

.c-info__btn-wrap {
  text-align: center; }
  @media (min-width: 768px) {
    .c-info__btn-wrap {
      padding: 20px 0 40px; } }

.c-info__hover:hover {
  cursor: pointer; }

/*------------------------------------*    #FOOTER
\*------------------------------------*/
.c-footer {
  margin-top: 20px;
  overflow: hidden;
  padding: 0;
  background: #1A1A1C url("../img/footer-bg.jpg") no-repeat top/cover; }
  @media (min-width: 768px) {
    .c-footer {
      margin-top: 80px; } }

.c-footer__img {
  max-width: 20%;
  height: auto; }

.c-footer__img-wrap {
  text-align: center; }

.c-footer__contact {
  margin: 20px 0;
  font-family: "Gotham Book", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .c-footer__contact {
      margin: 20px 0 40px; } }

.c-footer__contact-item {
  display: block; }
  @media (min-width: 768px) {
    .c-footer__contact-item {
      display: inline-block; } }

.c-footer__contact-link {
  color: #fff; }

.c-footer__contact-spacer {
  display: none; }
  @media (min-width: 768px) {
    .c-footer__contact-spacer {
      display: inline-block; } }

.c-footer__logo-wrap {
  margin: 0 0 20px;
  text-align: center; }

.c-footer__legal-wrap {
  padding: 10px 0;
  background: #000;
  text-align: center; }

.c-footer__legal {
  margin: 0;
  font-family: "Gotham Book", sans-serif;
  color: #fff; }

.c-footer__copyright {
  font-size: .8rem;
  margin: 0 auto;
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .c-footer--with-menu .c-footer__copyright {
      float: left;
      height: 31px;
      padding-top: 6px; } }

.c-footer--with-menu {
  background: #000;
  margin-top: 0;
  padding-top: 32px;
  text-align: center; }
  @media (min-width: 1024px) {
    .c-footer--with-menu {
      height: 46px; } }
  @media (min-width: 768px) {
    .c-footer--with-menu {
      padding-top: 8px; } }
  .c-footer--with-menu .c-nav {
    text-align: center; }
    @media (min-width: 1024px) {
      .c-footer--with-menu .c-nav {
        float: right;
        text-align: right; } }
  .c-footer--with-menu .c-nav__list {
    padding-bottom: 32px; }
  .c-footer--with-menu .c-nav__item {
    text-align: center; }
  .c-footer--with-menu .c-nav__link {
    font-size: .8rem; }
    @media (min-width: 1024px) {
      .c-footer--with-menu .c-nav__link {
        line-height: 13px; } }
    .c-footer--with-menu .c-nav__link:hover {
      color: #fff; }

/*------------------------------------*    #ACCOUNT MANAGERS
\*------------------------------------*/
.c-account {
  display: none;
  padding: 20px 20px 80px; }
  @media (min-width: 1200px) {
    .c-account {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: start;
      align-items: flex-start; } }

.c-account-mobile {
  padding: 20px 20px 60px; }
  @media (min-width: 1200px) {
    .c-account-mobile {
      display: none; } }

.c-account__member-desc-container {
  width: 100%;
  transition: background 250ms ease, color 250ms ease; }
  .c-account__member-desc-container:hover {
    background: #f6f6f6;
    color: #d5223a; }
    .c-account__member-desc-container:hover .c-account__member-icon svg {
      transform: scale(1.1); }

.c-account__member-icon {
  background: #d5223a;
  height: 100%;
  width: 10%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0; }
  .c-account__member-icon svg {
    transition: transform 150ms ease; }

.c-account__member-desc {
  display: inline-block;
  padding: 10px; }

.c-account__member-link {
  width: 91%;
  border: 1px solid #d4d4d4;
  display: block;
  color: black; }

.c-account__member {
  position: relative;
  margin-bottom: 8px;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  @media (min-width: 1024px) {
    .c-account__member {
      -ms-flex: 0 1 48%;
      flex: 0 1 48%; } }
  @media (min-width: 1200px) {
    .c-account__member {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }

.c-account__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1200px) {
    .c-account__list {
      -ms-flex: 0 1 32%;
      flex: 0 1 32%; } }

.c-account__reference {
  background-color: #d5223a;
  margin: 0 auto 20px auto;
  max-width: 350px; }

.c-hero-carousel {
  background-color: #000;
  position: relative;
  z-index: 2;
  height: 375px; }
  @media (min-width: 768px) {
    .c-hero-carousel {
      height: 526px; } }
  .c-hero-carousel .slick-track {
    height: 375px; }
    @media (min-width: 768px) {
      .c-hero-carousel .slick-track {
        height: 526px; } }
  .c-hero-carousel .slick-dots {
    height: 10px;
    margin: -28px 0 0;
    padding: 0;
    position: relative;
    text-align: center; }
    .c-hero-carousel .slick-dots > li {
      display: inline-block;
      padding: 0;
      margin: 0 5px; }
    .c-hero-carousel .slick-dots button {
      background-color: rgba(255, 255, 255, 0.5);
      border: 0;
      border-radius: 5px;
      display: inline-block;
      height: 10px;
      width: 10px;
      text-indent: -9999em;
      margin: 0;
      padding: 0; }
  .c-hero-carousel .slick-active > button {
    background-color: #c90000; }

.c-hero-carousel__slide {
  overflow: hidden;
  position: relative; }
  .c-hero-carousel__slide + .c-hero-carousel__slide {
    display: none; }

.c-hero-carousel__hero-img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .c-hero-carousel__hero-img {
      position: static;
      width: 100%;
      top: auto;
      left: auto;
      transform: none;
      object-fit: cover; } }
  @media (min-width: 768px) {
    .c-hero-carousel__hero-img {
      height: auto;
      min-height: 100%; } }

.c-hero-carousel__slide-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 33%;
  text-align: center; }
  @media (min-width: 480px) {
    .c-hero-carousel__slide-inner {
      top: 35%; } }

.c-hero-carousel__body-text {
  color: #fff;
  font-size: 0.95rem;
  margin: 0 auto;
  width: 650px;
  max-width: 90%;
  text-align: center; }
  @media (min-width: 768px) {
    .c-hero-carousel__body-text {
      font-size: 1.15rem; } }

.slick-initialized .slick-slide {
  display: block; }

/*------------------------------------*    #VENUE CAROUSEL
\*------------------------------------*/
.c-venue-carousel .c-venue-carousel__hero-img {
  height: 100%;
  width: auto;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .c-venue-carousel .c-venue-carousel__hero-img {
      width: 100%;
      max-width: 1600px;
      height: auto;
      margin: 0 auto;
      position: relative;
      left: 0;
      top: 0;
      transform: none;
      -ms-transform: none; } }

.c-venue-carousel .c-venue-carousel__slide-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48%;
  max-width: 1600px;
  height: auto;
  z-index: 2;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .c-venue-carousel .c-venue-carousel__slide-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); } }
  @media (min-width: 1200px) {
    .c-venue-carousel .c-venue-carousel__slide-inner {
      top: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); } }

.c-venue__logo {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 20px black); }
  @media (min-width: 1200px) {
    .c-venue__logo {
      margin-left: 10%; } }

.c-venue-carousel__slide-container {
  width: 100%;
  max-width: 1600px;
  height: 275px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .c-venue-carousel__slide-container {
      height: auto;
      max-height: 600px; } }
  @media (min-width: 768px) {
    .c-venue-carousel__slide-container::before {
      content: '';
      background: linear-gradient(to right, #000, transparent);
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      height: 100%;
      z-index: 1;
      backface-visibility: hidden; } }
  @media (min-width: 768px) {
    .c-venue-carousel__slide-container:after {
      content: '';
      background: linear-gradient(to left, #000, transparent);
      position: absolute;
      top: 0;
      right: 0;
      width: 200px;
      height: 100%;
      z-index: 1;
      backface-visibility: hidden; } }

@media (min-width: 768px) {
  .c-local-venues {
    padding: 0 70px; } }

@media (min-width: 1024px) {
  .c-local-venues {
    padding: 0 100px; } }

.c-local-venues__inner {
  padding: 20px 0; }

.c-local-venues__heading {
  max-width: 1000px;
  margin: 0 auto; }

.c-local-venues__slide {
  display: inline-block;
  padding: 5px;
  width: 24%;
  vertical-align: top;
  max-width: 240px; }

.c-local-venues__slide-box {
  height: 0;
  padding-top: 100%;
  box-sizing: content-box;
  position: relative; }

.c-local-venues__slide-box-inner {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.c-local-venues__slide-img {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 86%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.c-local-venues__venue-name {
  display: block;
  font-size: 1.05rem;
  margin-top: 1em;
  color: #000; }
  .c-local-venues__venue-name:hover {
    color: #d5223a; }

.c-local-venues__carousel-wrapper {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .c-local-venues__carousel-wrapper {
      padding-bottom: 40px; } }
  .c-local-venues__carousel-wrapper .slick-arrow {
    background: #000;
    border: 0;
    border-radius: 22px;
    display: inline-block;
    padding: 0;
    margin: 4px;
    height: 44px;
    width: 44px;
    text-indent: -9999em;
    position: relative; }
    @media (min-width: 768px) {
      .c-local-venues__carousel-wrapper .slick-arrow {
        margin: 0;
        position: absolute;
        top: 31%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%); } }
    .c-local-venues__carousel-wrapper .slick-arrow.is-hidden {
      display: none; }
  @media (min-width: 768px) {
    .c-local-venues__carousel-wrapper > .slick-arrow:hover {
      background: #b7b7b7; } }
  .c-local-venues__carousel-wrapper > .slick-arrow:active {
    background: #b7b7b7; }
  .c-local-venues__carousel-wrapper > .slick-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 16px;
    height: 16px;
    width: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); }
  @media (min-width: 768px) {
    .c-local-venues__carousel-wrapper > .slick-prev {
      left: -54px; } }
  @media (min-width: 768px) {
    .c-local-venues__carousel-wrapper > .slick-next {
      right: -54px; } }
  .c-local-venues__carousel-wrapper > .slick-next:after {
    left: 12px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); }

.c-title-bar__prelude {
  display: block;
  margin: 1em auto 0;
  text-align: center;
  text-transform: uppercase; }
  .c-title-bar__prelude + .c-title-bar {
    margin-top: 0; }

.c-title-bar {
  font-size: 36px;
  display: table;
  width: 100%;
  margin: 1em 0;
  text-align: center; }
  @media (min-width: 768px) {
    .c-title-bar {
      margin: 0.75em 0; } }
  @media (min-width: 480px) {
    .c-title-bar:before, .c-title-bar:after {
      content: '';
      display: table-cell;
      height: 1px;
      width: auto;
      line-height: 1px;
      background: url(data:image/gif;base64,R0lGODlhAQABAIAAANTU1AAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MUQyNkU3MjY0MDIxMUU0OERFRjlERUQ2RDM5RDVFOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MUQyNkU3MzY0MDIxMUU0OERFRjlERUQ2RDM5RDVFOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYxRDI2RTcwNjQwMjExRTQ4REVGOURFRDZEMzlENUU5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYxRDI2RTcxNjQwMjExRTQ4REVGOURFRDZEMzlENUU5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAOgDAAAsAAAAAAEAAQAAAgJEAQA7) center no-repeat;
      background-size: 100% 1px; } }

.c-title-bar__content {
  display: table-cell;
  font-family: "Gotham Black", sans-serif;
  white-space: nowrap;
  width: 1%;
  height: auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .c-title-bar__content {
      padding: 0 40px; } }

.c-perks {
  color: #fff;
  padding: 0 0 32px; }

.c-perks__column {
  position: relative;
  z-index: 1; }

.c-perks__group {
  background: #f4e6bc;
  background-image: linear-gradient(#f4e6bc, #cdb58c, #feefd8, #5c4539, #f1e8b2);
  font-size: 1rem;
  margin: 0 0 32px;
  padding: 5px 0; }
  @media (min-width: 480px) {
    .c-perks__group {
      padding: 5px; } }

.c-perks__group-inner {
  background: #000;
  padding: 32px 7%; }
  @media (min-width: 768px) {
    .c-perks__group-inner {
      padding: 40px; } }
  @media (min-width: 1024px) {
    .c-perks__group-inner {
      min-height: 380px; } }

.c-perks__heading-img {
  display: block;
  max-width: 100%;
  margin-bottom: 0;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform-origin: 0;
  -ms-transform-origin: 0; }
  @media (min-width: 768px) {
    .c-perks__heading-img {
      transform: scale(0.9);
      -ms-transform: scale(0.9); } }
  @media (min-width: 1024px) {
    .c-perks__heading-img {
      margin-bottom: 1.5em;
      transform: none;
      -ms-transform: none; } }

.c-triangle-badge {
  display: block;
  margin: 0 auto 10px;
  max-width: 16%; }

.c-perks__list-item {
  font-size: 1.1428571429em;
  font-weight: 600; }

.c-state-selector {
  background: #fff;
  padding: 32px 0; }

.c-state-selector__states {
  color: #d5223a;
  font-family: "Gotham Bold", sans-serif;
  overflow: hidden;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .c-state-selector__states {
      border: 4px solid #d5223a;
      margin-bottom: 32px;
      padding: 28px; } }
  @media (min-width: 1024px) {
    .c-state-selector__states {
      padding: 32px; } }

.c-state-selector__mobile-select-wrapper {
  margin: 0 auto 24px;
  width: 278px;
  max-width: 100%;
  height: 53px;
  position: relative; }
  @media (min-width: 480px) {
    .c-state-selector__mobile-select-wrapper {
      margin-bottom: 32px; } }
  @media (min-width: 768px) {
    .c-state-selector__mobile-select-wrapper {
      display: none; } }
  .c-state-selector__mobile-select-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 18px;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #d5223a;
    border-right: 2px solid #d5223a;
    transform: rotate(45deg);
    pointer-events: none; }

.c-state-selector__mobile-select {
  border: 2px solid #d5223a;
  border-radius: 6px;
  font-size: 1.1rem;
  padding: 0 0 0 1.25em;
  margin: 0;
  height: 53px;
  min-width: 278px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.c-state-selector__desktop-links {
  display: none; }
  @media (min-width: 768px) {
    .c-state-selector__desktop-links {
      display: block; } }

.c-state-selector__state-link {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.05rem; }

.c-single-state {
  padding: 32px 0;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .c-single-state {
      padding: 48px 0; } }
  @media (min-width: 1024px) {
    .c-single-state {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .c-single-state {
      padding: 76px 0; } }

.c-single-state__list {
  padding: 0;
  list-style: none; }

.c-single-state__venue {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 32px;
  overflow: hidden; }
  @media (min-width: 480px) {
    .c-single-state__venue {
      border: 1px solid #e1e1e1; } }

.c-single-state__venue-logo-wrapper {
  max-width: 180px;
  margin: 0 auto 16px; }
  @media (min-width: 480px) {
    .c-single-state__venue-logo-wrapper {
      float: left;
      margin: 0;
      max-width: none;
      width: 18%; } }

.c-single-state__venue-logo-padding-box {
  position: relative;
  box-sizing: content-box;
  height: 0;
  padding-top: 100%; }

.c-single-state__venue-logo-inner {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 480px) {
    .c-single-state__venue-logo-inner {
      border: 0; } }

.c-single-state__venue-logo-img {
  display: block;
  margin: 0 auto 20px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.c-single-state__venue-push {
  float: left; }
  @media (min-width: 480px) {
    .c-single-state__venue-push {
      background: #f9f9f9;
      border-left: 1px solid #e1e1e1;
      float: left;
      width: 82%;
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

.c-single-state__venue-info {
  float: left;
  width: 100%; }
  @media (min-width: 480px) {
    .c-single-state__venue-info {
      padding: 20px 0; } }
  @media (min-width: 768px) {
    .c-single-state__venue-info {
      padding: 32px 0; } }

@media (min-width: 480px) {
  .c-single-state__venue-info-inner {
    background: #f9f9f9;
    float: left;
    padding: 0 5%;
    width: 70%; } }

@media (min-width: 1024px) {
  .c-single-state__venue-info-inner {
    background: #f9f9f9;
    float: left;
    padding: 0 5%;
    width: calc(100% - 255px); } }

.c-single-state__venue-heading {
  font-family: "Gotham Black", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .c-single-state__venue-heading {
      font-size: 1.7rem; } }

.c-single-state__venue-address {
  margin-bottom: 20px; }

.c-single-state__venue-features {
  margin-bottom: 1em; }

.c-single-state__venue-feature-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px; }

.c-single-state__venue-feature-name {
  margin-left: 0.5em;
  text-transform: uppercase;
  color: #999; }

.c-single-state__button-group {
  margin-bottom: 24px; }
  .c-single-state__button-group img {
    max-width: 100%; }
  @media (min-width: 480px) {
    .c-single-state__button-group {
      float: left;
      padding-right: 12px;
      width: 30%; } }
  @media (min-width: 768px) {
    .c-single-state__button-group {
      padding-right: 24px; } }
  @media (min-width: 1024px) {
    .c-single-state__button-group {
      padding-right: 36px;
      padding-left: 36px;
      width: 255px; } }

.c-single-state__venue-description {
  margin-top: 20px; }

.c-faq {
  font-size: 1rem;
  list-style: none;
  max-width: 846px;
  margin: 0 auto;
  padding: 0 0 32px; }
  @media (min-width: 480px) {
    .c-faq {
      font-size: 1.1rem; } }
  @media (min-width: 768px) {
    .c-faq {
      font-size: 1.2rem; } }
  @media (min-width: 1024px) {
    .c-faq {
      font-size: 1.4rem; } }

.c-faq__item {
  border-bottom: 1px solid #e1e1e1;
  padding: 1em 0 0.1em 2.5em; }
  @media (min-width: 480px) {
    .c-faq__item {
      padding: 1em 1em 0.1em 3.5em; } }

.c-faq__item:first-child {
  border-top: 1px solid #e1e1e1; }

.c-faq__question,
.c-faq__answer {
  position: relative; }

.c-faq__question {
  font-family: "Gotham Bold", sans-serif;
  padding-bottom: 0.9em; }

.c-faq__answer {
  font-size: 0.9em; }

.c-faq__question:before,
.c-faq__answer:before {
  color: #666;
  font-family: "Gotham Black", sans-serif;
  font-size: 1.5rem;
  position: absolute;
  left: -1.25em;
  top: -0.3em; }
  @media (min-width: 480px) {
    .c-faq__question:before,
    .c-faq__answer:before {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .c-faq__question:before,
    .c-faq__answer:before {
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    .c-faq__question:before,
    .c-faq__answer:before {
      font-size: 3rem; } }

.c-faq__question:before {
  content: 'Q'; }

.c-faq__answer:before {
  content: 'A'; }

.c-faq-sublist.c-faq-sublist {
  font-size: 0.85em;
  margin-bottom: 26px;
  line-height: 1.2; }

/*------------------------------------*    #WATCH NOW
\*------------------------------------*/
.c-watch-now__container {
  padding: 20px; }

/*------------------------------------*    #ICON
\*------------------------------------*/
.c-icon--watch-now svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  vertical-align: middle; }

.c-about__section-title {
  font-family: "Gotham Black", sans-serif; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*------------------------------------*    #SELECT2 CUSTOM
\*------------------------------------*/
.select2-container--default .select2-selection--single {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding: 5px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 20px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d5223a;
  color: white; }

.select2-selection__rendered {
  text-align: left; }

/*------------------------------------*    #TEXT UTILITES
\*------------------------------------*/
/**
 * Font size utilities, by default it uses the same sizes as the tags
 */
.u-h1 {
  font-size: 1.4285714286em; }
  @media (min-width: 768px) {
    .u-h1 {
      font-size: 2.5714285714em; } }

.u-h2 {
  font-size: 1.2857142857em; }
  @media (min-width: 768px) {
    .u-h2 {
      font-size: 1.6428571429em; } }
  @media (min-width: 1200px) {
    .u-h2 {
      font-size: 1.9285714286em; } }

.u-h3 {
  font-size: 1.0714285714em; }
  @media (min-width: 768px) {
    .u-h3 {
      font-size: 1.2857142857em; } }
  @media (min-width: 1024px) {
    .u-h3 {
      font-size: 1.7142857143em; } }

.u-h4 {
  font-size: 1.1428571429em; }
  @media (min-width: 768px) {
    .u-h4 {
      font-size: 1.2857142857em; } }

.u-h5 {
  font-size: 0.8571428571em; }
  @media (min-width: 1024px) {
    .u-h5 {
      font-size: 1em; } }

.u-h6 {
  font-size: 0.8571428571em; }

/**
 * Text Alignment
 */
.u-text-center {
  text-align: center; }

.u-text-no-wrap {
  white-space: nowrap; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-double {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.u-white-outline {
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: #f7f6d8;
  color: transparent; }

.u-text-italic {
  font-style: italic; }

/*------------------------------------*    #IMAGE UTILITIES
\*------------------------------------*/
/**
 * Image's max width conforms to the parent's width.
 */
.u-img-respond {
  max-width: 100%;
  height: auto; }

/**
 * Image matches it's containers width
 */
.u-img-full {
  width: 100%;
  height: auto; }

/*------------------------------------*    #VISIBILITY UTILITIES
\*------------------------------------*/
/**
 * Visibility classes for all breakpoints
 */
.u-hidden {
  display: none; }

@media (min-width: 480px) {
  .u-hidden\@xs {
    display: none; } }

@media (min-width: 768px) {
  .u-hidden\@sm {
    display: none; } }

@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none; } }

@media (min-width: 1200px) {
  .u-hidden\@lg {
    display: none; } }

@media (min-width: 1500px) {
  .u-hidden\@xl {
    display: none; } }

@media (min-width: 840px) {
  .u-hidden\@c-840 {
    display: none; } }

@media (min-width: 1175px) {
  .u-hidden\@c-1175 {
    display: none; } }

/**
 * Screen Readers only
 */
.u-sr-only {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  position: absolute; }

/*------------------------------------*    #COLOR UTILITES
\*------------------------------------*/
/**
 * Color utilities to force a specific color.
 */
.u-color-link {
  color: #337ab7; }

.u-color-grey {
  color: #7f7f7f; }

.u-color-white {
  color: #fff; }

/*------------------------------------*    #MARGIN AND SPACING UTILITY
\*------------------------------------*/
.u-spacing-flush {
  margin-bottom: 0; }

.u-spacing-negative-25 {
  margin-bottom: -25px; }

.u-spacing-40 {
  margin-bottom: 40px; }

.u-thick-border-top-red {
  border-top: 11px solid #d5223a; }
  @media (min-width: 768px) {
    .u-thick-border-top-red {
      border-top: 13px solid #d5223a; } }

@media (min-width: 768px) {
  .u-hide-greater-than-sm {
    display: none; } }

.u-scratchy-bg {
  background-image: url("../img/ln-scratchy-bg-600x600.jpg"); }
  @media (min-width: 1024px) {
    .u-scratchy-bg {
      background-image: url("../img/ln-scratchy-bg-1201x401.jpg"); } }

.u-crowd-bg {
  background-image: url("../img/ln-city-crowd-hero-bg-600x332.jpg");
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .u-crowd-bg {
      background-image: url("../img/ln-city-crowd-hero-bg-1024x332.jpg"); } }
  @media (min-width: 1024px) {
    .u-crowd-bg {
      background-image: url("../img/ln-city-crowd-hero-bg-1600x332.jpg"); } }

@media (min-width: 480px) {
  .u-butterfly-shadow:before, .u-butterfly-shadow:after {
    content: '';
    display: block;
    box-shadow: 0 26px 16px 8px rgba(0, 0, 0, 0.5);
    width: 92%;
    height: 10%;
    position: absolute;
    left: 4%;
    bottom: 63px;
    z-index: -1; } }

@media (min-width: 768px) {
  .u-butterfly-shadow:before, .u-butterfly-shadow:after {
    bottom: 73px; } }

@media (min-width: 1024px) {
  .u-butterfly-shadow:before, .u-butterfly-shadow:after {
    bottom: 56px;
    width: 90%;
    left: 5%; } }

@media (min-width: 480px) {
  .u-butterfly-shadow:before {
    transform: rotate(5deg); } }

@media (min-width: 480px) {
  .u-butterfly-shadow:after {
    transform: rotate(-5deg); } }

.u-triangle-ul {
  margin: 0 0 0.75em;
  padding: 0 2em;
  list-style: none; }
  .u-triangle-ul li:before {
    content: '';
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -1.5em;
    top: 1em;
    position: relative; }

.u-triangle-ul--red li:before {
  border-color: transparent #d5223a; }

.u-triangle-ul--gray li:before {
  border-color: transparent #b7b7b7; }

.t-accounts {
  padding-top: 40px; }
  .t-accounts .c-local-venues__inner {
    padding-top: 40px; }

.t-accounts-header .slick-slide,
.t-accounts-header .slick-slide img,
.t-accounts-header .c-hero-carousel,
.t-accounts-header .c-hero-carousel .slick-track {
  max-height: 350px !important; }

.t-accounts-header .c-hero-carousel__hero-img {
  object-fit: cover;
  min-height: 100%; }

.t-accounts-header .c-hero-carousel__slide-inner {
  top: 55%; }

.t-accounts-header .c-header__heading {
  font-size: 3rem; }
  @media (min-width: 768px) {
    .t-accounts-header .c-header__heading {
      font-size: 3.5rem; } }
  @media (min-width: 1024px) {
    .t-accounts-header .c-header__heading {
      font-size: 4.25rem; } }
  @media (min-width: 1200px) {
    .t-accounts-header .c-header__heading {
      font-size: 5rem; } }

/*# sourceMappingURL=global.css.map */
