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

html {
  box-sizing: border-box; }

/* ------------------------------------ *    #CUSTOM FONTS
\* ------------------------------------ */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Thin';
  src: url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-style: normal; }

/* ------------------------------------ *    #PAGE
\* ------------------------------------ */
html {
  background: #000 !important;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ------------------------------------ *    #TYPOGRAPY
\* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.5; }

p {
  margin: 0 0 20px; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

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

/* ------------------------------------ *    #IMAGES
\* ------------------------------------ */
img {
  vertical-align: middle;
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

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

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

/* ------------------------------------ *    #WRAP
\* ------------------------------------ */
.o-wrap {
  overflow: hidden; }

/* ------------------------------------ *    #CONTAINER
\* ------------------------------------ */
.o-container {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1090px; }
  @media (min-width: 768px) {
    .o-container {
      width: 90%; } }

.o-container--hero {
  width: 95%;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1090px; }
  @media (min-width: 1024px) {
    .o-container--hero {
      width: 90%; } }

.o-container--margin {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .o-container--margin {
      width: 70%; } }

.o-container--border {
  border: 7px solid white; }

.o-container--border-red {
  border: 7px solid #fc0d1b; }

.o-container--border-sm {
  border: 7px solid white; }
  @media (min-width: 1024px) {
    .o-container--border-sm {
      border: none; } }

@media (min-width: 1024px) {
  .o-container--border-bot::after {
    content: none; } }

.o-container--pad {
  position: relative;
  margin-bottom: 100px; }

/* ------------------------------------ *    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled {
  list-style: none;
  padding: 0;
  text-align: center; }

/* ------------------------------------ *    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
  list-style: none;
  padding: 0; }
  .o-list-inline > li {
    display: inline-block;
    vertical-align: middle; }

/* ------------------------------------ *    #GRID
\* ------------------------------------ */
.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--pad {
  padding: space(1); }

.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__column--1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .o-grid__column--1\@xs {
    width: 8.33333%; }
  .o-grid__column--2\@xs {
    width: 16.66667%; }
  .o-grid__column--3\@xs {
    width: 25%; }
  .o-grid__column--4\@xs {
    width: 33.33333%; }
  .o-grid__column--5\@xs {
    width: 41.66667%; }
  .o-grid__column--6\@xs {
    width: 50%; }
  .o-grid__column--7\@xs {
    width: 58.33333%; }
  .o-grid__column--8\@xs {
    width: 66.66667%; }
  .o-grid__column--9\@xs {
    width: 75%; }
  .o-grid__column--10\@xs {
    width: 83.33333%; }
  .o-grid__column--11\@xs {
    width: 91.66667%; }
  .o-grid__column--12\@xs {
    width: 100%; } }

@media (min-width: 768px) {
  .o-grid__column--1\@sm {
    width: 8.33333%; }
  .o-grid__column--2\@sm {
    width: 16.66667%; }
  .o-grid__column--3\@sm {
    width: 25%; }
  .o-grid__column--4\@sm {
    width: 33.33333%; }
  .o-grid__column--5\@sm {
    width: 41.66667%; }
  .o-grid__column--6\@sm {
    width: 50%; }
  .o-grid__column--7\@sm {
    width: 58.33333%; }
  .o-grid__column--8\@sm {
    width: 66.66667%; }
  .o-grid__column--9\@sm {
    width: 75%; }
  .o-grid__column--10\@sm {
    width: 83.33333%; }
  .o-grid__column--11\@sm {
    width: 91.66667%; }
  .o-grid__column--12\@sm {
    width: 100%; } }

@media (min-width: 1024px) {
  .o-grid__column--1\@md {
    width: 8.33333%; }
  .o-grid__column--2\@md {
    width: 16.66667%; }
  .o-grid__column--3\@md {
    width: 25%; }
  .o-grid__column--4\@md {
    width: 33.33333%; }
  .o-grid__column--5\@md {
    width: 41.66667%; }
  .o-grid__column--6\@md {
    width: 50%; }
  .o-grid__column--7\@md {
    width: 58.33333%; }
  .o-grid__column--8\@md {
    width: 66.66667%; }
  .o-grid__column--9\@md {
    width: 75%; }
  .o-grid__column--10\@md {
    width: 83.33333%; }
  .o-grid__column--11\@md {
    width: 91.66667%; }
  .o-grid__column--12\@md {
    width: 100%; } }

@media (min-width: 1200px) {
  .o-grid__column--1\@lg {
    width: 8.33333%; }
  .o-grid__column--2\@lg {
    width: 16.66667%; }
  .o-grid__column--3\@lg {
    width: 25%; }
  .o-grid__column--4\@lg {
    width: 33.33333%; }
  .o-grid__column--5\@lg {
    width: 41.66667%; }
  .o-grid__column--6\@lg {
    width: 50%; }
  .o-grid__column--7\@lg {
    width: 58.33333%; }
  .o-grid__column--8\@lg {
    width: 66.66667%; }
  .o-grid__column--9\@lg {
    width: 75%; }
  .o-grid__column--10\@lg {
    width: 83.33333%; }
  .o-grid__column--11\@lg {
    width: 91.66667%; }
  .o-grid__column--12\@lg {
    width: 100%; } }

.o-grid__column--push-1 {
  left: 8.33333%; }

.o-grid__column--pull-1 {
  left: -8.33333%; }

.o-grid__column--push-2 {
  left: 16.66667%; }

.o-grid__column--pull-2 {
  left: -16.66667%; }

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

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

.o-grid__column--push-4 {
  left: 33.33333%; }

.o-grid__column--pull-4 {
  left: -33.33333%; }

.o-grid__column--push-5 {
  left: 41.66667%; }

.o-grid__column--pull-5 {
  left: -41.66667%; }

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

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

.o-grid__column--push-7 {
  left: 58.33333%; }

.o-grid__column--pull-7 {
  left: -58.33333%; }

.o-grid__column--push-8 {
  left: 66.66667%; }

.o-grid__column--pull-8 {
  left: -66.66667%; }

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

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

.o-grid__column--push-10 {
  left: 83.33333%; }

.o-grid__column--pull-10 {
  left: -83.33333%; }

.o-grid__column--push-11 {
  left: 91.66667%; }

.o-grid__column--pull-11 {
  left: -91.66667%; }

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

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

@media (min-width: 480px) {
  .o-grid__column--push-1\@xs {
    left: 8.33333%; }
  .o-grid__column--pull-1\@xs {
    left: -8.33333%; }
  .o-grid__column--push-2\@xs {
    left: 16.66667%; }
  .o-grid__column--pull-2\@xs {
    left: -16.66667%; }
  .o-grid__column--push-3\@xs {
    left: 25%; }
  .o-grid__column--pull-3\@xs {
    left: -25%; }
  .o-grid__column--push-4\@xs {
    left: 33.33333%; }
  .o-grid__column--pull-4\@xs {
    left: -33.33333%; }
  .o-grid__column--push-5\@xs {
    left: 41.66667%; }
  .o-grid__column--pull-5\@xs {
    left: -41.66667%; }
  .o-grid__column--push-6\@xs {
    left: 50%; }
  .o-grid__column--pull-6\@xs {
    left: -50%; }
  .o-grid__column--push-7\@xs {
    left: 58.33333%; }
  .o-grid__column--pull-7\@xs {
    left: -58.33333%; }
  .o-grid__column--push-8\@xs {
    left: 66.66667%; }
  .o-grid__column--pull-8\@xs {
    left: -66.66667%; }
  .o-grid__column--push-9\@xs {
    left: 75%; }
  .o-grid__column--pull-9\@xs {
    left: -75%; }
  .o-grid__column--push-10\@xs {
    left: 83.33333%; }
  .o-grid__column--pull-10\@xs {
    left: -83.33333%; }
  .o-grid__column--push-11\@xs {
    left: 91.66667%; }
  .o-grid__column--pull-11\@xs {
    left: -91.66667%; }
  .o-grid__column--push-12\@xs {
    left: 100%; }
  .o-grid__column--pull-12\@xs {
    left: -100%; } }

@media (min-width: 768px) {
  .o-grid__column--push-1\@sm {
    left: 8.33333%; }
  .o-grid__column--pull-1\@sm {
    left: -8.33333%; }
  .o-grid__column--push-2\@sm {
    left: 16.66667%; }
  .o-grid__column--pull-2\@sm {
    left: -16.66667%; }
  .o-grid__column--push-3\@sm {
    left: 25%; }
  .o-grid__column--pull-3\@sm {
    left: -25%; }
  .o-grid__column--push-4\@sm {
    left: 33.33333%; }
  .o-grid__column--pull-4\@sm {
    left: -33.33333%; }
  .o-grid__column--push-5\@sm {
    left: 41.66667%; }
  .o-grid__column--pull-5\@sm {
    left: -41.66667%; }
  .o-grid__column--push-6\@sm {
    left: 50%; }
  .o-grid__column--pull-6\@sm {
    left: -50%; }
  .o-grid__column--push-7\@sm {
    left: 58.33333%; }
  .o-grid__column--pull-7\@sm {
    left: -58.33333%; }
  .o-grid__column--push-8\@sm {
    left: 66.66667%; }
  .o-grid__column--pull-8\@sm {
    left: -66.66667%; }
  .o-grid__column--push-9\@sm {
    left: 75%; }
  .o-grid__column--pull-9\@sm {
    left: -75%; }
  .o-grid__column--push-10\@sm {
    left: 83.33333%; }
  .o-grid__column--pull-10\@sm {
    left: -83.33333%; }
  .o-grid__column--push-11\@sm {
    left: 91.66667%; }
  .o-grid__column--pull-11\@sm {
    left: -91.66667%; }
  .o-grid__column--push-12\@sm {
    left: 100%; }
  .o-grid__column--pull-12\@sm {
    left: -100%; } }

@media (min-width: 1024px) {
  .o-grid__column--push-1\@md {
    left: 8.33333%; }
  .o-grid__column--pull-1\@md {
    left: -8.33333%; }
  .o-grid__column--push-2\@md {
    left: 16.66667%; }
  .o-grid__column--pull-2\@md {
    left: -16.66667%; }
  .o-grid__column--push-3\@md {
    left: 25%; }
  .o-grid__column--pull-3\@md {
    left: -25%; }
  .o-grid__column--push-4\@md {
    left: 33.33333%; }
  .o-grid__column--pull-4\@md {
    left: -33.33333%; }
  .o-grid__column--push-5\@md {
    left: 41.66667%; }
  .o-grid__column--pull-5\@md {
    left: -41.66667%; }
  .o-grid__column--push-6\@md {
    left: 50%; }
  .o-grid__column--pull-6\@md {
    left: -50%; }
  .o-grid__column--push-7\@md {
    left: 58.33333%; }
  .o-grid__column--pull-7\@md {
    left: -58.33333%; }
  .o-grid__column--push-8\@md {
    left: 66.66667%; }
  .o-grid__column--pull-8\@md {
    left: -66.66667%; }
  .o-grid__column--push-9\@md {
    left: 75%; }
  .o-grid__column--pull-9\@md {
    left: -75%; }
  .o-grid__column--push-10\@md {
    left: 83.33333%; }
  .o-grid__column--pull-10\@md {
    left: -83.33333%; }
  .o-grid__column--push-11\@md {
    left: 91.66667%; }
  .o-grid__column--pull-11\@md {
    left: -91.66667%; }
  .o-grid__column--push-12\@md {
    left: 100%; }
  .o-grid__column--pull-12\@md {
    left: -100%; } }

@media (min-width: 1200px) {
  .o-grid__column--push-1\@lg {
    left: 8.33333%; }
  .o-grid__column--pull-1\@lg {
    left: -8.33333%; }
  .o-grid__column--push-2\@lg {
    left: 16.66667%; }
  .o-grid__column--pull-2\@lg {
    left: -16.66667%; }
  .o-grid__column--push-3\@lg {
    left: 25%; }
  .o-grid__column--pull-3\@lg {
    left: -25%; }
  .o-grid__column--push-4\@lg {
    left: 33.33333%; }
  .o-grid__column--pull-4\@lg {
    left: -33.33333%; }
  .o-grid__column--push-5\@lg {
    left: 41.66667%; }
  .o-grid__column--pull-5\@lg {
    left: -41.66667%; }
  .o-grid__column--push-6\@lg {
    left: 50%; }
  .o-grid__column--pull-6\@lg {
    left: -50%; }
  .o-grid__column--push-7\@lg {
    left: 58.33333%; }
  .o-grid__column--pull-7\@lg {
    left: -58.33333%; }
  .o-grid__column--push-8\@lg {
    left: 66.66667%; }
  .o-grid__column--pull-8\@lg {
    left: -66.66667%; }
  .o-grid__column--push-9\@lg {
    left: 75%; }
  .o-grid__column--pull-9\@lg {
    left: -75%; }
  .o-grid__column--push-10\@lg {
    left: 83.33333%; }
  .o-grid__column--pull-10\@lg {
    left: -83.33333%; }
  .o-grid__column--push-11\@lg {
    left: 91.66667%; }
  .o-grid__column--pull-11\@lg {
    left: -91.66667%; }
  .o-grid__column--push-12\@lg {
    left: 100%; }
  .o-grid__column--pull-12\@lg {
    left: -100%; } }

.o-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.o-flex--center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }

.o-flex--auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: inline-block; }

.o-flex--reverse {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; }

/* ------------------------------------ *    #ASPECT
\* ------------------------------------ */
.o-aspect {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .o-aspect > * {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .o-aspect > iframe,
  .o-aspect > embed,
  .o-aspect > video {
    height: 100%; }

.o-aspect--16x9 {
  padding-top: 56.25%; }

/* ------------------------------------ *    #MEDIA
\* ------------------------------------ */
.o-media::before, .o-media::after {
  content: ' ';
  display: table; }

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

.o-media__graphic {
  display: block; }
  @media (min-width: 480px) {
    .o-media__graphic {
      margin-right: 20px;
      float: left; } }
  @media (min-width: 480px) {
    .o-media--flip .o-media__graphic {
      margin: 0 0 0 20px;
      float: right; } }

.o-media__content {
  overflow: hidden; }

.o-background {
  background-image: url("../img/ln-festival-bg.png");
  background-position: top center;
  background-repeat: no-repeat; }

.o-background--white {
  background-color: white; }

.o-background--offwhite {
  background-color: #f2f2f2; }

.o-background--offwhite-reverse {
  background-color: #fff; }
  @media (min-width: 1200px) {
    .o-background--offwhite-reverse {
      background-color: #f2f2f2; } }

.o-background--graydient {
  background: linear-gradient(90deg, #2d2d2d, #535353 50%, #2d2d2d); }

.o-background--blk-gradient {
  position: relative;
  padding: 15px 0; }
  @media (min-width: 1200px) {
    .o-background--blk-gradient::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, #000, transparent, #000);
      opacity: 1; } }

.o-space--small {
  padding-bottom: 40px; }

.o-space--title {
  margin: 20px 0 0; }

.o-space--pad {
  padding: 40px; }

.o-space--pad-xl {
  padding: 40px; }
  @media (min-width: 1024px) {
    .o-space--pad-xl {
      padding: 80px; } }

.o-space--top {
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .o-space--top {
      margin-top: 60px; } }

.o-space--side {
  padding: 40px 20px; }
  @media (min-width: 1024px) {
    .o-space--side {
      padding: 80px 40px; } }

.o-space--side-xl {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .o-space--side-xl {
      padding: 80px 0; } }

/* ------------------------------------ *    #FORM GROUP
\* ------------------------------------ */
.c-form-group {
  margin-bottom: 10px; }

.c-form-group__label {
  display: block;
  cursor: pointer;
  padding: 5px 0;
  transition: color 0.15s; }
  .c-form-group.has-error .c-form-group__label {
    color: #f00; }

.c-form-group__input {
  display: block;
  padding: 0.71429em;
  margin-bottom: 10px;
  width: 100%;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.2;
  transition: border 0.15s; }
  .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; }

.c-form-group__help-block {
  display: block;
  font-size: 0.85714em;
  margin: 0 0 20px; }

.c-form-group__validation {
  display: block;
  padding: 0.71429em;
  border: 1px solid #bfbfbf;
  background-color: #e5e5e5;
  color: #535353;
  font-weight: bold;
  position: relative;
  transition: 0.15s; }
  .c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff; }

/* ------------------------------------ *    #BUTTONS
\* ------------------------------------ */
.c-btn {
  display: inline-block;
  cursor: pointer;
  padding: 0.71429em 1.42857em;
  border: 0;
  color: #337ab7;
  background: #eee;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.15s; }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    background: #d5d5d5;
    text-decoration: none; }

.c-btn--pad {
  padding: 5px; }
  @media (min-width: 1200px) {
    .c-btn--pad {
      padding: 5px 70px; } }

/**
 * Modifiers for the buttons
 */
.c-btn--primary {
  background: #fc0d1b;
  color: #fff; }
  .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
    background: #d3030f; }

/* ------------------------------------ *    #HEADINGS
\* ------------------------------------ */
.c-heading--xl {
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 2.28571rem; }
  @media (min-width: 1024px) {
    .c-heading--xl {
      font-size: 3.42857rem; } }
  @media (min-width: 1200px) {
    .c-heading--xl {
      font-size: 4.28571rem; } }

.c-heading-title {
  font-size: 1.28571rem; }
  @media (min-width: 768px) {
    .c-heading-title {
      font-size: 1.71429rem; } }

.c-heading-page {
  font-size: 2.14286rem; }
  @media (min-width: 768px) {
    .c-heading-page {
      font-size: 3rem; } }

.c-heading-subtitle {
  font-size: 1.14286rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .c-heading-subtitle {
      font-size: 1.57143rem; } }

.c-heading--region {
  font-family: Helvetica, sans-serif;
  font-size: 1.57143rem; }
  @media (min-width: 1024px) {
    .c-heading--region {
      font-size: 2.14286rem; } }

.c-heading--regions {
  font-family: Helvetica, sans-serif;
  font-size: 1.28571rem; }
  @media (min-width: 1024px) {
    .c-heading--regions {
      font-size: 1.57143rem; } }
  @media (min-width: 1200px) {
    .c-heading--regions {
      font-size: 1.71429rem; } }

.c-heading--social {
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 1.71429rem;
  line-height: 1.3; }
  .c-heading--social:hover {
    text-decoration: none; }

.c-heading--quantity {
  font-family: "Roboto-Thin", sans-serif;
  font-size: 1.28571rem; }
  @media (min-width: 768px) {
    .c-heading--quantity {
      font-size: 1.85714rem; } }

.c-heading--sale {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .c-heading--sale {
      font-size: 2.14286rem; } }
  @media (min-width: 1024px) {
    .c-heading--sale {
      font-size: 2.71429rem; } }

.c-heading-disclaimer--title {
  font-family: "Roboto-Bold", sans-serif, sans-serif;
  margin: 0;
  font-size: 0.85714rem; }

.c-heading-disclaimer--body {
  font-family: "Roboto", sans-serif, sans-serif;
  margin: 0;
  font-size: 0.85714rem; }

.c-heading-section {
  font-size: 1.42857rem; }
  @media (min-width: 768px) {
    .c-heading-section {
      font-size: 2.14286rem; } }

.c-heading-connect {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333; }

.c-heading-connect--title {
  font-weight: 400;
  font-size: 1.42857rem; }

.c-heading-connect--footer {
  font-size: 1rem; }
  .c-heading-connect--footer:hover {
    text-decoration: none; }

.c-heading-connect--link {
  font-weight: 600;
  font-size: 1.14286rem; }
  .c-heading-connect--link:hover {
    text-decoration: none; }

.c-heading-purchase--title {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 2.42857rem; }

.c-heading-purchase--link {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 2.42857rem; }

/* ------------------------------------ *    #NAVIGATION
\* ------------------------------------ */
.c-nav {
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.28571rem;
  margin-top: -112px; }
  @media (min-width: 1200px) {
    .c-nav {
      font-size: 1.71429rem;
      margin-top: 0;
      text-align: center; } }

.c-nav__list {
  margin: 0;
  display: block; }
  @media (min-width: 1200px) {
    .c-nav__list {
      display: inline-block; } }

.c-nav__link {
  display: block;
  padding: 20px;
  color: #fc0d1b;
  transition: 0.15s; }
  .ui-tabs-active .c-nav__link,
  .c-nav__item.is-current .c-nav__link {
    color: #fff; }
  .c-nav__link:hover, .c-nav__link:focus {
    outline: none;
    text-decoration: none; }

/* ------------------------------------ *    #HEADER
\* ------------------------------------ */
.c-header {
  padding: 30px 0;
  background-color: #000;
  text-align: right; }
  .c-header img {
    width: 200px; }
  @media only screen and (min-width: 600px) {
    .c-header {
      padding: 16px 0;
      text-align: center; }
      .c-header img {
        width: auto; } }

.c-header--white {
  background-color: #fff; }

.c-social {
  padding: 6px 10px 2px;
  display: block;
  vertical-align: middle;
  max-width: 320px;
  margin: 10px auto; }
  .c-social svg {
    vertical-align: middle; }
  .c-social a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%; }
  @media (min-width: 1200px) {
    .c-social {
      display: inline-block;
      padding: 6px 21px 2px;
      margin: 0 9px; } }

.c-social__link {
  padding: 5px;
  display: inline-block; }

.c-social--fb {
  background-color: #3c5a96; }

.c-social--tw {
  background-color: #67c8f6; }

.c-social--cal {
  background-color: #fc0d1b; }

.c-connect {
  padding: 40px; }

.c-connect__info {
  padding: 0;
  list-style: none; }
  .c-connect__info > li {
    display: inline-block; }

.c-connect__social li {
  padding: 14px; }

.c-connect__info--divider {
  vertical-align: top;
  font-weight: 600; }

.c-purchase__legend {
  margin: 0 auto;
  padding: 0 40px; }

.c-purchase__link {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fc0d1b; }
  .c-purchase__link a {
    display: block; }

.c-purchase__link--small {
  max-width: 375px; }

/* ------------------------------------ *    #MAP
\* ------------------------------------ */
.c-map {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  height: calc(100vh); }
  @media (min-width: 768px) {
    .c-map {
      height: calc(100vh - 105px - 20px - 56px); } }

.c-carousel {
  font-size: 0; }
  .c-carousel::after {
    content: 'flickity';
    display: none; }
    @media (min-width: 1024px) {
      .c-carousel::after {
        content: ''; } }
  @media (min-width: 1024px) {
    .c-carousel img {
      width: 50%; } }

.c-participants {
  position: relative; }

.c-participants__legend {
  font-family: "Roboto", sans-serif;
  font-size: 1.07143rem;
  margin: 0 auto;
  padding: 0 20px 20px;
  font-weight: bold; }
  @media (min-width: 480px) {
    .c-participants__legend {
      font-size: 1.57143rem;
      padding: 0 20px 20px; } }
  @media (min-width: 1024px) {
    .c-participants__legend {
      font-size: 2.28571rem; } }
  .c-participants__legend::after {
    content: '';
    background-image: url(../img/livenation-logo.png);
    background-repeat: no-repeat;
    max-width: 269px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    width: 100%;
    background-size: 50%;
    background-position: center;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .c-participants__legend::after {
        background-size: 70%; } }
  @media (min-width: 768px) {
    .c-participants__legend {
      font-size: 2.14286rem; } }

.c-card {
  margin: 0 auto;
  max-width: 377px;
  position: relative; }
  .c-card::before {
    content: '';
    display: block;
    padding-top: 154.64191%;
    width: 100%; }
  .c-card::after {
    content: '';
    width: 311.14058%;
    height: 239.45111%;
    display: block;
    background: url("../img/card.png") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -59%;
    left: -91%; }

.c-pass svg {
  width: 100%; }

.c-festival ul {
  position: relative; }

.c-festival svg {
  width: 350px; }
  @media (min-width: 768px) {
    .c-festival svg {
      width: 400px; } }
  @media (min-width: 1024px) {
    .c-festival svg {
      width: 500px; } }

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .c-festival {
    margin-left: -10px; } }

.c-festival__copy {
  white-space: normal; }
  .c-festival__copy::before {
    content: '';
    position: absolute;
    background-color: #fc0d1b;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -14px; }
    @media (min-width: 768px) {
      .c-festival__copy::before {
        margin-top: 11px; } }
  @media (min-width: 1200px) {
    .c-festival__copy {
      white-space: nowrap; } }

/* ------------------------------------ *    #FOOTER
\* ------------------------------------ */
.c-footer {
  padding: 60px 0; }

.c-purchase__link--sold-out {
  display: none; }

.c-sold-out {
  position: relative; }
  .c-sold-out::before {
    background-color: rgba(0, 0, 0, 0.65);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .c-sold-out .o-background--blk-gradient::after {
    z-index: -1; }
  .c-sold-out .o-container.u-z-index {
    z-index: inherit; }
  .c-sold-out .c-purchase__link--small {
    display: none; }
  .c-sold-out .c-purchase__link--sold-out {
    z-index: 10;
    display: inline-block;
    max-width: none; }
  .c-sold-out .c-heading-purchase--link {
    font-size: 1.14286rem; }
    @media (min-width: 480px) {
      .c-sold-out .c-heading-purchase--link {
        font-size: 1.42857rem; } }
    @media (min-width: 768px) {
      .c-sold-out .c-heading-purchase--link {
        font-size: 1.71429rem; } }
    @media (min-width: 1024px) {
      .c-sold-out .c-heading-purchase--link {
        font-size: 1.42857rem; } }
    @media (min-width: 1200px) {
      .c-sold-out .c-heading-purchase--link {
        font-size: 1.71429rem; } }
  .c-sold-out .c-background--sold-out::before {
    content: '';
    position: absolute;
    left: 0;
    height: 70%;
    width: 100%;
    background-image: url("../img/sold-out.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10; }
    @media (min-width: 1024px) {
      .c-sold-out .c-background--sold-out::before {
        content: none; } }
  .c-sold-out .c-participants {
    z-index: 10; }
  @media (min-width: 1024px) {
    .c-sold-out .c-festival {
      position: relative; }
      .c-sold-out .c-festival::before {
        content: '';
        position: absolute;
        left: 0;
        height: 70%;
        width: 100%;
        background-image: url("../img/sold-out.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 10; } }

/* ------------------------------------ *    #OVERLAY
\* ------------------------------------ */
.c-overlay {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000; }
  .c-overlay::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }

.c-overlay__content {
  margin: auto;
  width: 100%;
  max-width: 918px;
  padding: 11px;
  background: #fff; }

.c-overlay__body {
  border: 8px solid #fc0d1b;
  padding: 80px 20px 50px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .c-overlay__body {
      padding: 5.95238%; } }

.c-overlay__close {
  width: 60px;
  height: 60px;
  outline: 0;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0; }
  .c-overlay__close::before {
    content: '+';
    display: block;
    font-size: 65px;
    line-height: 60px;
    color: #d1d1d1;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.c-overlay__title {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.08333; }

.c-overlay__btn {
  display: inline-block;
  background: #fc0d1b;
  color: #fff;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.54167;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .c-overlay__btn {
      font-size: 48px;
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .c-overlay__btn::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px;
      width: 0;
      height: 0;
      border-left: 14px #fff solid;
      border-top: 14px transparent solid;
      border-bottom: 14px transparent solid;
      position: relative;
      top: -3px; } }
  .c-overlay__btn:hover {
    text-decoration: none;
    filter: brightness(120%); }

/* ------------------------------------ *    #FAQ
\* ------------------------------------ */
.c-faq__title h2 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.71429rem;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .c-faq__title h2 {
      font-size: 2.14286rem; } }

.c-faq__list {
  text-align: left; }

.c-faq__li {
  display: block;
  padding-left: 30px;
  padding-bottom: 20px; }

.c-faq__a {
  display: none; }

.c-faq__q {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.57143rem;
  color: #fc0d1b;
  display: block;
  padding-bottom: 10px;
  position: relative; }
  .c-faq__q:hover {
    cursor: pointer; }
  @media (min-width: 1024px) {
    .c-faq__q {
      font-size: 1.85714rem; } }

.c-faq__q--open,
.c-faq__q--closed {
  position: absolute;
  left: -45px;
  top: 5px; }

.c-faq__q--open {
  opacity: 0; }

.c-faq__q.active .c-faq__q--open {
  opacity: 1;
  z-index: 1; }

.c-faq__cta {
  display: block;
  width: 100%; }
  .c-faq__cta a {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 1.42857rem;
    color: #fff;
    background-color: #fc0d1b;
    width: 220px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px; }
    .c-faq__cta a:hover {
      text-decoration: none; }

/* ------------------------------------ *    #COUNTDOWN
\* ------------------------------------ */
.c-countdown {
  color: #fff;
  display: none; }
  @media (min-width: 768px) {
    .c-countdown {
      display: block; } }

.c-countdown--mobile {
  display: block; }
  @media (min-width: 768px) {
    .c-countdown--mobile {
      display: none; } }

.c-countdown__list {
  white-space: nowrap; }

.c-countdown__item {
  position: relative; }

.c-countdown__item--divider {
  opacity: 0; }

.c-countdown__metric {
  color: #fff;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.21429rem;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #000; }
  .c-countdown--mobile .c-countdown__metric {
    font-size: 3vw; }

.c-countdown__number {
  position: relative;
  font-family: "Roboto-Bold", sans-serif;
  background: #111a23;
  border-radius: 4px;
  padding: 0 6px;
  border-bottom: 1px solid #252d33;
  box-shadow: 0 7px 22px #000;
  font-size: 7vw; }
  @media (min-width: 1200px) {
    .c-countdown__number {
      font-size: 5.85714rem; } }
  .c-countdown--mobile .c-countdown__number {
    font-size: 12vw; }
  .c-countdown__number::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(17, 26, 33, 0), 49%, rgba(17, 26, 33, 0.5), 50%, rgba(17, 26, 33, 0));
    top: 48%;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .c-countdown--mobile .c-countdown__number::after {
      top: 49%; }
  .c-countdown__number::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: url("../img/countdown-binds.png");
    background-size: cover;
    top: 48%;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.c-countdown__metric {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

/* ------------------------------------ *    #HEADER CTA
\* ------------------------------------ */
.c-header-cta {
  background: #fc0d1b;
  color: #fff;
  text-align: center; }

.c-header-cta__inner {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.85714rem;
  padding: 20px 40px;
  display: block;
  width: 100%;
  height: 100%; }
  .c-header-cta__inner:hover, .c-header-cta__inner:active, .c-header-cta__inner:focus {
    color: #fff;
    text-decoration: none; }

/* ------------------------------------ *    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

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

@media (max-width: 479px) {
  .u-hidden\@less-than-xs {
    display: none; } }

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

@media (max-width: 767px) {
  .u-hidden\@less-than-sm {
    display: none; } }

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

@media (max-width: 1023px) {
  .u-hidden\@less-than-md {
    display: none; } }

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

@media (max-width: 1199px) {
  .u-hidden\@less-than-lg {
    display: none; } }

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

@media (max-width: 1499px) {
  .u-hidden\@less-than-xl {
    display: none; } }

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

/* ------------------------------------ *    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-link {
  color: #337ab7; }

.u-color-grey {
  color: #535353; }

/* ------------------------------------ *    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-red {
  color: #fc0d1b; }

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

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

.u-text-link {
  text-decoration: underline;
  color: #fc0d1b; }

/* ------------------------------------ *    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

.u-z-index {
  z-index: 1;
  position: relative; }

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

.u-spacing-close {
  margin-bottom: 10px; }

.u-spacing-normal {
  margin-bottom: 20px; }

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

.u-spacing-farther {
  margin-bottom: 60px; }

@media (min-width: 480px) {
  .u-spacing-flush\@xs {
    margin-bottom: 0; }
  .u-spacing-close\@xs {
    margin-bottom: 10px; }
  .u-spacing-normal\@xs {
    margin-bottom: 20px; }
  .u-spacing-far\@xs {
    margin-bottom: 40px; }
  .u-spacing-farther\@xs {
    margin-bottom: 60px; } }

@media (min-width: 768px) {
  .u-spacing-flush\@sm {
    margin-bottom: 0; }
  .u-spacing-close\@sm {
    margin-bottom: 10px; }
  .u-spacing-normal\@sm {
    margin-bottom: 20px; }
  .u-spacing-far\@sm {
    margin-bottom: 40px; }
  .u-spacing-farther\@sm {
    margin-bottom: 60px; } }

@media (min-width: 1024px) {
  .u-spacing-flush\@md {
    margin-bottom: 0; }
  .u-spacing-close\@md {
    margin-bottom: 10px; }
  .u-spacing-normal\@md {
    margin-bottom: 20px; }
  .u-spacing-far\@md {
    margin-bottom: 40px; }
  .u-spacing-farther\@md {
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  .u-spacing-flush\@lg {
    margin-bottom: 0; }
  .u-spacing-close\@lg {
    margin-bottom: 10px; }
  .u-spacing-normal\@lg {
    margin-bottom: 20px; }
  .u-spacing-far\@lg {
    margin-bottom: 40px; }
  .u-spacing-farther\@lg {
    margin-bottom: 60px; } }

/* stylelint-disable */
.flickity-prev-next-button.previous {
  left: -15px; }

.flickity-prev-next-button.next {
  right: -15px; }

.flickity-prev-next-button {
  background: transparent; }

.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button .arrow {
  fill: #fc0d1b; }

/* stylelint-disable */
#mc_embed_signup .mc-field-group {
  color: #fc0d1b;
  font-family: "Roboto-Bold", sans-serif; }
  #mc_embed_signup .mc-field-group:not(.input-group) label {
    font-size: 1.14286rem;
    margin-bottom: -12px; }
    @media (min-width: 1024px) {
      #mc_embed_signup .mc-field-group:not(.input-group) label {
        font-size: 1.42857rem; } }

#mc_embed_signup form {
  max-width: 850px;
  margin: 0 auto;
  padding: 5% !important; }
  @media (min-width: 1024px) {
    #mc_embed_signup form {
      padding: inherit; } }

#mc_embed_signup .mc-field-group {
  max-width: 625px !important;
  margin: 0 auto;
  padding-bottom: 1% !important; }

#mc_embed_signup .clear {
  max-width: 625px !important;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 1024px) {
    #mc_embed_signup .clear {
      text-align: left; } }

#mc_embed_signup input[type="submit"] {
  width: 300px !important;
  height: 60px !important;
  background-color: #fc0d1b !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.71429rem;
  border-radius: 0px !important; }

#mc_embed_signup h2 {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.57143rem !important;
  color: #fff; }
  @media (min-width: 1024px) {
    #mc_embed_signup h2 {
      font-size: 2rem !important; } }

.mc-field-group.input-group strong:first-of-type {
  font-family: "Roboto-Bold", sans-serif;
  font-size: 1.28571rem;
  color: #fff;
  display: block; }
  @media (min-width: 1024px) {
    .mc-field-group.input-group strong:first-of-type {
      font-size: 1.57143rem; } }

#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 10px; }

/* stylelint-disable */
.ui-state-active a {
  color: #fff; }

.c-nav__link {
  display: block;
  padding: 20px;
  color: #fc0d1b; }
  .c-nav__link:hover, .c-nav__link:focus {
    outline: none;
    text-decoration: none; }

.header {
  width: 100%;
  z-index: 3; }

.header ul {
  overflow: hidden; }

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none; }

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out; }

/* menu icon */
.header .menu-icon {
  position: absolute;
  top: 7px;
  cursor: pointer;
  display: inline-block;
  padding: 51px 28px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #000; }

.header .menu-icon .navicon {
  background: #fc0d1b;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 38px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fc0d1b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 14px; }

.header .menu-icon .navicon:after {
  top: -14px; }

/* menu btn */
.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 270px; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* 48em = 768px */
@media (min-width: 1200px) {
  .header li {
    float: left; }
  .header li a {
    padding: 20px 30px; }
  .header .menu {
    clear: none;
    max-height: none; }
  .header .menu-icon {
    display: none; } }

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