@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
     ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?g5gnv4");
  src: url("fonts/icomoon/icomoon.eot?g5gnv4#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?g5gnv4") format("truetype"), url("fonts/icomoon/icomoon.woff?g5gnv4") format("woff"), url("fonts/icomoon/icomoon.svg?g5gnv4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brother 1816";
  src: url("fonts/brother-1816/Brother1816-Bold.eot");
  src: local("fonts/brother-1816/Brother 1816 Bold"), local("Brother1816-Bold"), url("fonts/brother-1816/Brother1816-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/brother-1816/Brother1816-Bold.woff2") format("woff2"), url("fonts/brother-1816/Brother1816-Bold.woff") format("woff"), url("fonts/brother-1816/Brother1816-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brother 1816";
  src: url("fonts/brother-1816/Brother1816-Medium.eot");
  src: local("fonts/brother-1816/Brother 1816 Medium"), local("Brother1816-Medium"), url("fonts/brother-1816/Brother1816-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/brother-1816/Brother1816-Medium.woff2") format("woff2"), url("fonts/brother-1816/Brother1816-Medium.woff") format("woff"), url("fonts/brother-1816/Brother1816-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brother 1816";
  src: url("fonts/brother-1816/Brother1816-Regular.eot");
  src: local("fonts/brother-1816/Brother 1816 Regular"), local("Brother1816-Regular"), url("fonts/brother-1816/Brother1816-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/brother-1816/Brother1816-Regular.woff2") format("woff2"), url("fonts/brother-1816/Brother1816-Regular.woff") format("woff"), url("fonts/brother-1816/Brother1816-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brother 1816";
  src: url("fonts/brother-1816/Brother1816-Book.eot");
  src: local("fonts/brother-1816/Brother 1816 Book"), local("Brother1816-Book"), url("fonts/brother-1816/Brother1816-Book.eot?#iefix") format("embedded-opentype"), url("fonts/brother-1816/Brother1816-Book.woff2") format("woff2"), url("fonts/brother-1816/Brother1816-Book.woff") format("woff"), url("fonts/brother-1816/Brother1816-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-keyboard_arrow_right:before {
  content: "\e905";
}

.icon-keyboard_arrow_left:before {
  content: "\e906";
}

.icon-keyboard_arrow_down:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e903";
}

.icon-spotify:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

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

html {
  -ms-overflow-style: none;
  font-size: 112.5%; /* 18px */
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400; /* normal */
  line-height: 1.65;
  color: #2f241d;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: initial;
  overflow-x: hidden;
  background-color: #ece5dd;
  background-image: url("images/new_sitebackground.jpg");
  background-size: 100%;
  background-repeat: repeat;
}

div, section, header, footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div p:last-of-type, section p:last-of-type, header p:last-of-type, footer p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
  margin: auto auto 1.65rem;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
p strong {
  font-weight: 600;
}

a {
  color: inherit;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}
a:focus {
  color: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

li {
  position: relative;
  vertical-align: middle;
}

canvas {
  display: block;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  font-size: 0;
  width: 100%;
}

.column {
  display: inline-block;
  padding: 0 20px;
  font-size: 1rem;
  vertical-align: middle;
  width: 100%;
}
.column.centered {
  display: block;
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 576px) {
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .x-large-3 {
    width: 25%;
  }
  .x-large-4 {
    width: 33.3333333333%;
  }
  .x-large-6 {
    width: 50%;
  }
  .x-large-8 {
    width: 66.6666666667%;
  }
  .x-large-10 {
    width: 83.3333333333%;
  }
  .x-large-12 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .column {
    padding: 0 30px;
    width: 100% !important;
  }
}
.button_primary {
  padding: 12px 16px;
  display: table;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e6aa64;
  color: #FDF3DB;
  border-radius: 3px;
  transition: all 150ms ease;
  position: relative;
  background-color: #e6aa64;
}
.button_primary:focus {
  color: #FDF3DB;
}
.button_primary:hover {
  background-color: #ba8445;
  border-color: #ba8445;
}

.button_secondary {
  padding: 12px 16px;
  display: table;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e6aa64;
  color: #FDF3DB;
  border-radius: 3px;
  transition: all 150ms ease;
  position: relative;
}
.button_secondary:focus {
  color: #FDF3DB;
}
.button_secondary:hover {
  background-color: #e6aa64;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#popup img {
  position: relative;
  width: 180px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#popup .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
#popup .popup-background {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
#popup .popup-container {
  background-image: url(images/2025_pop_up_website_priceincrease.jpg);
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  height: 80vh;
  margin: 0 auto;
}
#popup .popup-container .popup-link {
  display: block;
  width: 100%;
  height: 100%;
}
#popup h3, #popup h4, #popup h5 {
  color: #FDF3DB;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
}
#popup p {
  color: #FDF3DB;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}
#popup .icon-close {
  color: #FDF3DB;
  position: absolute;
  top: 14px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 2px solid #FDF3DB;
  margin: 0 auto;
  right: 0;
  padding-top: 2px;
  text-align: center;
  font-size: 22px;
  background-color: #000;
  z-index: 9999;
}
#popup .icon-close:hover {
  color: #e6aa64;
}

@media (max-width: 640px) {
  #popup {
    position: absolute;
  }
  #popup .popup-container {
    width: 100%;
    left: auto;
    bottom: auto;
    right: auto;
    top: auto;
    position: relative;
    transform: translateY(0);
    height: 100vh;
  }
  #popup .svg-container {
    display: none;
  }
  #popup h3 {
    font-size: 32px;
  }
  #popup h4 {
    font-size: 28px;
  }
}
#message_page {
  background-image: url("images/background-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
#message_page #container {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#message_page #container h1, #message_page #container h2 {
  color: #FDF3DB;
  margin: 0;
}
#message_page #container img {
  width: 250px;
  margin-bottom: 30px;
}
#message_page #container .button_primary {
  margin-top: 30px;
}

#banner {
  width: 100%;
  background-color: #441240;
  padding: 18px 0;
  z-index: 4;
  position: absolute;
}
#banner[style*="display: none"] ~ #nav {
  margin-top: 0 !important;
}
#banner + #header ul li#header_logo {
  top: 24px;
}
#banner p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.banner_link {
  margin-left: 10px;
  background-color: #FDF3DB;
  padding: 4px 16px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

#banner-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #771616;
}
#banner-close a {
  display: block;
  color: #e6aa64;
  margin: 0 auto;
  text-align: center;
  padding-top: 14px;
  font-size: 24px;
}

@media (max-width: 1170px) {
  #banner {
    position: fixed;
    top: 0;
    left: 0;
  }
  #banner + #header ul li#header_logo {
    top: 84px;
  }
}
@media (max-width: 640px) {
  #banner {
    padding: 12px 0;
  }
  #banner p {
    font-size: 12px;
    text-align: left;
    margin-left: 16px;
  }
  #banner-close {
    width: 36px;
    height: 36px;
  }
  #banner-close a {
    padding-top: 7px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #banner .banner_link, #banner #banner-close {
    display: none;
  }
}
/* MENU MARKUP 
    <a href="#" id="menu_btn">
        <label for="navbar-checkbox" class="navbar-handle"></label>
    </a>
    <input type="checkbox" id="navbar-checkbox" class="navbar-checkbox" checked="">
    <div id="menu">
        <ul>
            <li><a href="#">Link</a></li>
        </ul>
    </div>
*/
#menu_btn {
  position: absolute;
  height: 18px;
  width: 22px;
  top: calc(50% - 9px);
  right: 20px;
  z-index: 3;
  transform: translate3d(0, 0, 3px);
  cursor: pointer;
  display: none;
}

.navbar-checkbox {
  display: none;
}

.navbar-handle {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  pointer-events: none;
  height: 2px;
  top: 8px;
  width: 22px;
  background-color: #fff;
  transition: background-color 300ms ease;
}
.navbar-handle:before, .navbar-handle:after {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.navbar-handle:before {
  top: -8px;
  transform: rotate(0deg);
  transition: transform 300ms ease, background-color 300ms ease, top 300ms ease 300ms;
}
.navbar-handle:after {
  bottom: -8px;
  transform: rotate(0deg);
  transition: transform 300ms ease, background-color 300ms ease, bottom 300ms ease 300ms;
}
.navbar-handle.active {
  background-color: transparent;
}
.navbar-handle.active:before {
  background-color: #e6aa64;
  top: 0;
  transform: rotate(45deg);
  transition: transform 300ms ease;
}
.navbar-handle.active:after {
  background-color: #e6aa64;
  bottom: 0;
  transform: rotate(-45deg);
  transition: transform 300ms ease;
}

.cd-main-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  overflow-x: hidden;
  background-color: #2f241d;
  transform: translateX(0px);
  transition: transform 350ms ease-in-out;
}
.cd-main-nav a {
  display: block;
  font-size: 22px;
  padding: 18px;
  border-bottom: 1px solid #675f57;
  color: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-main-nav a.nav_active {
  color: #e6aa64;
}
.cd-main-nav li {
  position: static;
}
.cd-main-nav li:last-child a {
  border-bottom: 0;
}
.cd-main-nav li ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
  transform: translateX(320px);
}
.cd-main-nav.nav-is-visible {
  transform: translateX(-320px);
}
.cd-main-nav.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  transform: translateX(-100%);
  opacity: 0;
}
.cd-main-nav.moves-out > li > ul {
  transform: translateX(0);
}
.cd-main-nav .cd-subnav-trigger, .cd-main-nav .go-back a {
  position: relative;
}
.cd-main-nav .cd-subnav-trigger::before, .cd-main-nav .cd-subnav-trigger::after, .cd-main-nav .go-back a::before, .cd-main-nav .go-back a::after {
  /* arrow icon in CSS */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #e6aa64;
  backface-visibility: hidden;
}
.cd-main-nav .cd-subnav-trigger::before, .cd-main-nav .go-back a::before {
  transform: rotate(45deg);
}
.cd-main-nav .cd-subnav-trigger::after, .cd-main-nav .go-back a::after {
  transform: rotate(-45deg);
}
.cd-main-nav .cd-subnav-trigger::before, .cd-main-nav .cd-subnav-trigger::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  transform-origin: 9px 50%;
}
.cd-main-nav .cd-subnav-trigger + ul {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
}
.cd-main-nav .cd-subnav-trigger.active + ul {
  opacity: 1;
  pointer-events: auto;
}
.cd-main-nav .go-back a {
  padding-left: 46px;
  font-weight: 600;
  text-transform: uppercase;
}
.cd-main-nav .go-back a::before, .cd-main-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  transform-origin: 1px 50%;
}
.cd-main-nav .placeholder {
  /* never visible or clickable- it is used to take up the same space as the .cd-subnav-trigger */
  display: none;
}

@media (max-width: 1170px) {
  #menu_btn {
    display: block;
  }
}
@media (max-width: 320px) {
  #menu {
    width: 100%;
    right: -100%;
  }
  #menu.active {
    transform: translateX(-100%);
  }
}
/* FORM MARKUP 

    <form id="form">

        <div>
            <div class="half"></div>
            <div class="half"></div>
        </div>

        <div>
            <input type="">
            <label>Label for</label>
        </div>

        <div>
            <label>Label For Date</label>
            <input type="date">
        </div>

        <div>
            <textarea></textarea>
            <label>Label for Textarea</label>
        </div>

        <div class="select">
            <div class="arrow">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.2 7"><path d="M0 0l5 7 5.2-7H0z"/></svg>
            </div>
            <select>
                <option selected disabled></option>
                <option></option>
            </select>
        </div>

        <div class="checkbox-container">
            <label class="control">
                <input type="checkbox" name="Name"><span class="control-indicator"></span><span class="label">Checkbox 1</span>
            </label>
        </div>

        <div class="radio-container">
            <label class="group-label">Public or Private Event?</label>
            <div class="radio">
                <input name="Public or Private" type="radio" value="Public" required >
                <div class="check"></div>
                <label for="Public or Private">Public</label>
            </div>
            <div class="radio">
                <input name="Public or Private" type="radio" value="Private" required >
                <div class="check"></div>
                <label for="Public or Private">Private</label>
            </div>
        </div>

        <button type="submit" form="form" value="Submit">Submit</button>
    </form>

    <script src="form.js"></script>

*/
form {
  margin: 0px auto;
  display: table;
  width: 100%;
  max-width: 475px;
  position: relative;
}
form div {
  position: relative;
  display: block;
  margin-bottom: 20px;
  clear: both;
}
form div:before, form div:after {
  content: "";
  display: table;
  clear: both;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
}

input[type=text], input[type=email], select, textarea {
  appearance: none;
  background-color: transparent;
  border: 1px solid #8c5b3a;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 0;
  display: block;
  padding-left: 20px;
  height: 44px;
  line-height: 1;
  color: #000;
  position: relative;
  transition: border-color 300ms ease;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  font-family: inherit;
  background-color: #FDF3DB;
}
input[type=text]::placeholder, input[type=email]::placeholder, select::placeholder, textarea::placeholder { /* Modern Browsers */
  color: #b4b4b4;
  opacity: 1;
}
input[type=text]:focus, input[type=email]:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: #e6aa64;
}
input[type=text][disabled], input[type=email][disabled], select[disabled], textarea[disabled] {
  color: #b4b4b4;
}

input[type=text] + label, input[type=email] + label, textarea + label {
  position: absolute;
  height: 44px;
  left: 21px;
  top: 0;
  line-height: 45px;
  font-size: 18px;
  font-family: inherit;
  font-weight: 300;
  pointer-events: none;
  color: #b4b4b4;
}
input[type=text].complete + label, input[type=text]:focus + label, input[type=email].complete + label, input[type=email]:focus + label, textarea.complete + label, textarea:focus + label {
  display: none;
}

textarea {
  height: auto;
  min-height: 200px;
  padding-top: 20px;
  line-height: 1.65rem textarealabel;
  line-height-top: 20px;
  line-height-line-height: 1.65rem;
}

.select {
  height: 44px;
}
.select:before, .select:after {
  content: "";
  display: table;
  clear: both;
}
.select label {
  position: absolute;
  left: 0;
  right: 0;
}
.select label ~ select {
  margin-top: 30px;
}
.select label ~ .arrow {
  top: 31px;
}
.select select {
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
.select select::-ms-expand {
  display: none;
}
.select select.disabled {
  color: #b4b4b4;
}
.select select option {
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}
.select .arrow {
  display: table;
  position: absolute;
  top: 1px;
  height: 42px;
  right: 1px;
  background-color: #FDF3DB;
  width: 40px;
  padding-right: 20px;
  padding-left: 10px;
  z-index: 1;
  pointer-events: none;
}
.select .arrow svg {
  position: absolute;
  width: 12px;
  top: 0;
  height: 44px;
}
.select .arrow svg path {
  fill: #000;
}

.ie9 .select select {
  padding-right: 0;
}
.ie9 .select .arrow {
  display: none;
}

input[type=submit], input[type=reset], input[type=button] {
  border: 0;
  height: 44px;
  margin: 0;
  padding: 0 40px;
  appearance: none;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 18px;
  color: #FDF3DB;
  background-color: #e6aa64;
  transition: color 300ms ease, background-color 300ms ease;
  width: auto;
  font-weight: 600;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  outline: 0;
}

button[type=submit] {
  border: 0;
  height: 48px;
  margin: 0;
  padding: 0 40px;
  appearance: none;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
  color: #FDF3DB;
  background-color: #2f241d;
  transition: color 300ms ease, background-color 300ms ease;
  width: auto;
  font-weight: 600;
}
button[type=submit]:focus {
  outline: 0;
}
button[type=submit]:hover {
  cursor: pointer;
  background-color: #e6aa64;
  color: #FDF3DB;
}

/*
<div class="video_container">
    <span class="play"></span>
    <video poster="./images/image.jpg">
        <source src="./video/chs-video-1.mp4" type="video/mp4">
    </video>
    <!--<div class="video_mobile"></div>-->
</div>
*/
@keyframes disappear {
  0%, 50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.video_callout {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.video_callout + .festival-gallery, .video_callout + .lineup {
  margin-top: 60px;
}
.video_callout .callout-content p {
  color: #FDF3DB;
}

#home_video_callout p {
  font-size: 20px;
  padding: 0 80px;
}

.small_video_container {
  padding: 56.25% 0 0 0;
  position: relative;
}
.small_video_container iframe, .small_video_container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video_container.beer {
  background-image: url("../images/cheers.jpg");
}
.video_container.artisan {
  background-image: url("../images/artisans.jpg");
}
.video_container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  right: 0;
  bottom: 0;
  margin: 0 auto;
  min-width: auto;
  height: auto;
  width: 100%;
  display: block;
}
.video_container.playing .video_btn_container {
  animation: disappear 1500ms ease-in-out forwards;
}
.video_container .video_mobile {
  background-image: url("images/home-video.jpg");
  display: none;
  height: 100%;
  width: 100%;
}

.video_btn_container {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-color: #FDF3DB;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%) scale(1);
  transition: transform 250ms ease;
}
.video_btn_container:hover {
  transform: translateY(-50%) scale(1.1);
}

.play {
  border: 0;
  background: transparent;
  width: 0;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(3px) translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #2f241d;
  border-width: 15px 0px 15px 26px;
  transition: border-style 250ms ease, border-width 250ms ease, transform 250ms ease;
}
.play.active {
  transform: translateX(0px) translateY(-50%);
  border-style: double;
  border-width: 0px 0px 0px 26px;
  animation: disappear 1500ms ease-in-out forwards;
}

@media (max-width: 1024px) {
  #homepage video {
    display: none;
  }
  #homepage .video_container {
    margin-bottom: 20px;
  }
  #homepage .video_container .video_mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .video_callout {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .video_container {
    height: 56.25vw;
  }
}
@media (max-width: 576px) {
  #homepage .video_callout {
    display: none;
  }
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

#lity_popup_content {
  width: 370px;
  height: 535px;
  background-image: url(images/popup_onsale.jpg);
  background-size: contain;
}
#lity_popup_content .popup_link {
  display: block;
  width: 100%;
  height: 100%;
}
#lity_popup_content iframe {
  position: absolute;
  bottom: 0;
  width: 100% !important;
}

@media (max-width: 480px) {
  .lity-container {
    width: 100%;
  }
  #lity_popup_content {
    width: 100%;
  }
}
@font-face {
  font-family: "lg";
  src: url("../css/fonts/lightgallery/lg.eot?n1z373");
  src: url("../css/fonts/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../css/fonts/lightgallery/lg.woff?n1z373") format("woff"), url("../css/fonts/lightgallery/lg.ttf?n1z373") format("truetype"), url("../css/fonts/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  z-index: 9999;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lightgallery-thumbs li {
  width: calc(25% - 10px);
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin: 5px;
}
.lightgallery-thumbs li:hover {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .lightgallery-thumbs li {
    width: calc(50% - 10px);
  }
}
#blog-entries {
  margin-bottom: 60px;
}
#blog-entries .row {
  margin-bottom: 40px;
}
#blog-entries .row:last-of-type {
  margin-bottom: 0;
}

.article.hide {
  display: none;
}
.article h4 {
  text-align: left;
  color: #41937B;
  margin-bottom: 10px;
}
.article h6 {
  color: #e6aa64;
  margin-bottom: 10px;
}
.article .button_primary {
  margin: 0;
  margin-top: 10px;
}

.blog-post h6 {
  text-align: center;
  color: #2f241d;
  margin-top: 10px;
}

.article-image {
  height: 200px;
  width: 100%;
  background-size: cover;
}

.article-caption {
  background-color: #fff;
  padding: 20px;
}

.article-body {
  margin-bottom: 60px;
}
.article-body .festival-gallery {
  margin-top: 20px;
}

.blog-image {
  margin-bottom: 60px;
}

.blog-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 20px;
}
.blog-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cell-2 .hive-signup-form {
  position: absolute;
  top: 0;
}

.hive-signup-form {
  width: 100%;
  display: table !important;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 85%;
}
.hive-signup-form div {
  margin-bottom: 0;
}
.hive-signup-form h2 {
  color: #FDF3DB;
  margin-top: 20px;
  font-size: 24px;
}
.hive-signup-form h2 + p {
  text-align: center;
  color: #FDF3DB;
}
.hive-signup-form label, .hive-signup-form .iti {
  display: block !important;
  clear: both !important;
  position: relative !important;
  margin: 0 !important;
  left: 0 !important;
}
.hive-signup-form label {
  text-align: left !important;
  color: #FDF3DB !important;
}
.hive-signup-form .iti {
  width: 100%;
}
.hive-signup-form .iti input {
  width: 100%;
}
.hive-signup-form .hive-signup-form-sms-optin-toggle {
  margin: 20px 0px !important;
}
.hive-signup-form .hive-signup-form-sms-optin-toggle .opt-in-text {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  left: 20px;
  position: absolute;
}
.hive-signup-form .hive-signup-form-sms-optin-toggle .opt-in-text:before, .hive-signup-form .hive-signup-form-sms-optin-toggle .opt-in-text:after {
  clear: none;
  display: block;
  content: none;
}
.hive-signup-form button[type=submit] {
  border: 0;
  height: 48px;
  margin: 0;
  padding: 0 40px;
  appearance: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
  color: #FDF3DB;
  background-color: #2f241d;
  transition: color 300ms ease, background-color 300ms ease;
  width: auto;
  font-weight: 600;
}
.hive-signup-form button[type=submit]:focus {
  outline: 0;
}
.hive-signup-form button[type=submit]:hover {
  cursor: pointer;
  background-color: #e6aa64;
  color: #FDF3DB;
}

.hive-popup-modal {
  background-image: url(images/popup_background.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.hive-popup-modal img {
  width: 180px;
  margin: 24px auto;
}
.hive-popup-modal h3, .hive-popup-modal h4, .hive-popup-modal p {
  color: #FDF3DB;
  text-align: center;
}
.hive-popup-modal h3 {
  font-size: 52px;
  margin-bottom: 0;
  margin-top: 20px;
}
.hive-popup-modal h4 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}
.hive-popup-modal h4:first-of-type {
  margin: 24px 0;
}
.hive-popup-modal h4 span {
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
.hive-popup-modal h4:last-of-type {
  margin-top: 32px;
}
.hive-popup-modal p {
  margin-bottom: 12px;
  font-weight: 600;
}
.hive-popup-modal p:last-of-type {
  margin-bottom: 12px;
}
.hive-popup-modal .hive-signup-form {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.hive-popup-modal .hive-signup-form button[type=submit] {
  display: table;
  margin: 0 auto;
  float: none;
}
.hive-popup-modal .hive-signup-form label {
  color: #000 !important;
}

@media (max-width: 480px) {
  .hive-popup-modal h3 {
    font-size: 32px;
  }
  .hive-popup-modal h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
/*
	 jQuery Mosaic v0.15.3
	 https://github.com/tin-cat/jquery-mosaic
 */
.jQueryMosaic {
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
  overflow: hidden;
}
.jQueryMosaic img {
  margin: auto;
  max-width: none;
}

.jQueryMosaic > div,
.jQueryMosaic > a,
.jQueryMosaic > img,
.jQueryMosaic > video {
  float: left;
}

.jQueryMosaic > .item {
  position: relative;
}

.jQueryMosaic > .item.withImage {
  background-size: cover;
}

.jQueryMosaic > .item > .overlay {
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.jQueryMosaic > .item:hover > .overlay {
  opacity: 1;
}

.jQueryMosaic > .item > .overlay > .texts {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15pt;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.jQueryMosaic > .item > .overlay > .texts h1,
.jQueryMosaic > .item > .overlay > .texts h2 {
  margin: 0;
  line-height: 1.3em;
}

.jQueryMosaic > .item > .overlay > .texts h1 {
  font-size: 17pt;
}

.jQueryMosaic > .item > .overlay > .texts h2 {
  font-size: 13pt;
}

#homepage-gallery {
  margin-top: 40px;
}

#cc-main {
  --cc-bg: #441240;
  --cc-primary-color: #000;
  --cc-secondary-color: #f3eedf;
  --cc-btn-primary-bg: #cc325d;
  --cc-btn-primary-color: #f3eedf;
  --cc-btn-primary-border-color: #cc325d;
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #f3eedf;
  --cc-btn-primary-hover-border-color: #cc325d;
  --cc-btn-secondary-bg: #cc325d;
  --cc-btn-secondary-color: #f3eedf;
  --cc-btn-secondary-border-color: #cc325d;
  --cc-btn-secondary-hover-bg: #000;
  --cc-btn-secondary-hover-color: #f3eedf;
  --cc-btn-secondary-hover-border-color: #cc325d;
  --cc-separator-border-color: #6F306A;
}
#cc-main .pm {
  --cc-bg: #fff;
  --cc-primary-color: #000;
  --cc-secondary-color: #000;
}

#callout_experience h3, #callout_venue h3, #callout_map h3 {
  color: #FDF3DB;
}

#callout_experience {
  background-image: url(images/newArtboard_9.png);
}

#callout_venue {
  background-image: url(images/newArtboard_9_2.png);
}

#callout_map {
  background-image: url(images/newArtboard_9_1.png);
}

#festival-guide .lightgallery-thumbs li {
  width: calc(33% - 10px);
  margin: 6px;
}

@media (max-width: 640px) {
  #festival-guide .lightgallery-thumbs li {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: table;
  }
}
h1, h2, h3, h4, h5 {
  text-align: center;
  font-weight: 600;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  text-transform: none;
  font-size: 32px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h6 {
  color: #FDF3DB;
  font-size: 20px;
  margin: 0;
}

p a {
  color: #41937B;
}
p a:hover {
  text-decoration: underline;
}

hr {
  border: 1px dashed #41937B;
}

.overlay {
  background-color: rgba(31, 31, 31, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.overlay + p {
  color: #FDF3DB;
}

.rate-banner {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ca9c32;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  z-index: 1;
}

.svg-container {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #41937B;
  margin: 0 auto;
  margin-bottom: 30px;
}
.svg-container svg {
  width: 60px;
  margin: 0 auto;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

svg {
  width: 80px;
  margin: 0 auto;
  display: block;
}
svg path, svg polygon, svg rect {
  fill: #e6aa64;
}

.error_content svg {
  width: 200px;
}
.error_content svg path {
  fill: #FDF3DB;
}

#tree-left, #tree-right {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  width: 29px;
  height: 126px;
  position: absolute;
  top: 0;
}

#tree-left {
  left: 0;
}

#tree-right {
  right: 0;
}

#top_banner {
  height: 550px;
  background-image: url("images/2026_bannerart.jpg");
  background-position: center bottom;
}
#top_banner .banner_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#top_banner .top_banner_content {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  top: 50%;
}
#top_banner .top_banner_content .top_banner_art {
  display: table;
  margin: 0 auto;
  width: 650px;
  max-width: 95%;
}
#top_banner .top_banner_content a img {
  width: 400px;
}
#top_banner ul {
  display: table;
  margin: 0 auto;
}
#top_banner ul li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin-right: 20px;
}
#top_banner ul li:last-child {
  margin-right: 0;
}

#header {
  height: 240px;
  background-color: #ddd;
  background-image: url("images/headers/2025/2025_header.jpg");
  background-position: center top;
}
#header .overlay {
  background-color: rgba(31, 31, 31, 0.35);
}
#header ul {
  display: table;
  margin: 0 auto;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  top: 50%;
}
#header ul li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  text-align: center;
  text-transform: uppercase;
  color: #FDF3DB;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#header ul li span {
  font-size: 20px;
  position: relative;
}
#header ul li span.state-park {
  font-size: 31px;
}
#header ul li span.days {
  font-size: 28px;
  display: block;
}
#header ul li span.amp {
  margin: 0 5px;
}
#header ul li span.amp:before, #header ul li span.amp:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #FDF3DB;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#header ul li span.amp:before {
  top: 3px;
}
#header ul li span.amp:after {
  bottom: 6px;
}
#header ul li:nth-child(2) {
  margin: 0 60px;
}
#header #borderland-logo {
  width: 480px;
}
#header #borderland-logo path {
  fill: #FDF3DB;
}
#header #borderland-guitar {
  width: 60px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
#header #borderland-guitar path {
  fill: #f16446;
}
#header h5 {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FDF3DB;
}
#header a {
  display: block;
  opacity: 1;
  transition: opacity 150ms ease;
}
#header a:hover {
  opacity: 0.8;
}

@media (max-width: 1170px) {
  #header #borderland-guitar {
    display: none;
  }
  #header ul {
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
  }
  #header ul li {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
  }
  #header ul li#header_logo {
    top: 60px;
  }
  #header ul li span {
    top: auto !important;
  }
  #header ul li span.days {
    display: inline-block;
  }
  #header ul li span:before, #header ul li span:after {
    display: none;
  }
  #header ul li:nth-child(2) {
    position: relative;
    margin: 0;
    margin-top: 0px;
  }
  #header ul li:first-child, #header ul li:last-child {
    width: auto;
    position: relative;
    margin: 0;
  }
  #header ul li:first-child {
    top: 100px;
  }
  #header ul li:last-child {
    top: 40px;
  }
  #header h5 {
    display: none;
  }
}
@media (max-width: 960px) {
  #top_banner {
    height: 100vw;
  }
  #top_banner .top_banner_content {
    top: 50%;
  }
}
@media (max-width: 480px) {
  #top_banner {
    height: 100vw;
  }
  #top_banner ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #top_banner ul li:last-child {
    margin-bottom: 0;
  }
}
.dropdown {
  color: #FDF3DB;
  transition: color 150ms ease;
}
.dropdown:hover {
  color: #e6aa64;
  cursor: pointer;
}
.dropdown:after {
  content: "\e907";
  font-family: "icomoon";
  position: relative;
  margin-left: 3px;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  transform: rotate(0deg);
  transition: transform 300ms ease;
}

#nav {
  height: 60px;
  position: relative;
  background-color: #488ba0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
#nav.popup-active {
  pointer-events: none;
}
#nav.sticky {
  position: fixed;
}
#nav.sticky ~ main {
  margin-top: 60px;
}
#nav.sticky #main-menu li .subnav {
  top: 0 !important;
}
#nav #main-menu {
  display: table;
  margin: 0 auto;
  padding-top: 18px;
  background-color: #488ba0;
  height: 100%;
  width: 100%;
  text-align: center;
}
#nav #main-menu li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin-right: 28px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
#nav #main-menu li.dropdown-item {
  margin-right: 18px;
  top: 1px;
}
#nav #main-menu li.active .subnav {
  transform: translateY(60px);
  opacity: 1;
}
#nav #main-menu li.active .dropdown {
  color: #e6aa64;
}
#nav #main-menu li.active .dropdown:after {
  transform: rotate(180deg);
}
#nav #main-menu li.nav_active .dropdown {
  color: #e6aa64;
}
#nav #main-menu li .subnav {
  transform: translateY(0px);
  opacity: 0;
}
#nav #main-menu li:last-child {
  margin-right: 0;
}
#nav #main-menu li a {
  color: #FDF3DB;
}
#nav #main-menu li a strong {
  font-weight: 700;
  color: #ffd791;
}
#nav #main-menu li a:hover, #nav #main-menu li a.nav_active {
  color: #e6aa64;
}
#nav #main-menu .subnav {
  display: block;
  position: fixed;
  top: 240px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  opacity: 1;
  transform: translateY(-198px);
  transition: transform 400ms ease, opacity 400ms ease;
}
#nav #main-menu .subnav ul {
  float: none;
  right: auto;
  top: auto;
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 58px;
  text-align: center;
  background-color: #E78054;
}
#nav #main-menu .subnav li {
  color: #fff;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  margin-top: 20px;
  font-size: 20px;
}
#nav #main-menu .subnav li.nav_active a {
  color: #e6aa64;
}
#nav #main-menu .subnav li a {
  color: #fff;
}
#nav #main-menu .subnav li a.nav_active {
  color: #e6aa64;
}
#nav #main-menu .subnav li a:hover {
  color: #e6aa64;
}
#nav .tickets {
  position: absolute;
  top: 8px;
  right: 10px;
}
#nav .logo {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  text-align: center;
  left: 0;
  padding-top: 14px;
  opacity: 1;
  transition: opacity 150ms ease;
}
#nav .logo:hover {
  opacity: 0.7;
}
#nav .logo img {
  width: 80px;
}

@media (max-width: 1170px) {
  #nav .tickets {
    right: auto;
    left: 120px;
  }
  #nav #main-menu {
    display: none;
  }
}
#filter-nav {
  width: 100%;
  clear: both;
  z-index: 2;
  margin-bottom: 40px;
}
#filter-nav.sticky {
  position: fixed;
  top: 60px;
  left: 0;
}
#filter-nav.sticky + .lineup {
  margin-top: 60px;
}
#filter-nav form {
  max-width: none;
  width: auto;
}
#filter-nav .radio {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin: 0;
  margin-right: 10px;
}
#filter-nav .radio label {
  cursor: pointer;
  height: 40px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 22px;
  padding-top: 2px;
  color: #2f241d;
  display: block;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #e6aa64;
}
#filter-nav .radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
#filter-nav .radio input:checked + label {
  background-color: #e6aa64;
  color: #fff;
}

.intro {
  padding: 60px 0;
}
.intro + .cta, .intro + .callouts {
  margin-top: 0;
}
.intro + .video_callout {
  margin-bottom: 0;
}
.intro p {
  max-width: 650px;
}
.intro p a {
  color: #41937B;
}
.intro p a:hover {
  text-decoration: underline;
}
.intro h2, .intro h3 {
  margin: 0;
}
.intro h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #41937B;
  display: table;
  margin: 0 auto;
}
.intro h2 + h3, .intro h2 + p {
  margin-top: 20px;
}
.intro h2:before, .intro h2:after {
  content: "";
  width: 100%;
  height: 4px;
  border-top: 4px dotted #f16446;
  border-image-source: url(images/dots.svg);
  border-image-slice: 25% 25%;
  border-image-repeat: round;
  display: block;
}
.intro h2:before {
  margin-bottom: 10px;
}
.intro h3 {
  font-weight: 400;
  color: #e6aa64;
}
.intro h3 + p {
  margin-top: 10px;
}
.intro svg {
  width: 140px;
  margin-bottom: 5px;
}
.intro .button_primary {
  margin-top: 20px;
}
.intro ul {
  list-style: disc;
  max-width: 650px;
  margin: 0 auto;
  padding-left: 20px;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.intro ul li {
  margin-bottom: 12px;
}
.intro ul li:last-child {
  margin-bottom: 0;
}
.intro ul li p {
  max-width: 100%;
}

@media (max-width: 640px) {
  .intro {
    padding: 60px 0;
  }
  .intro svg, .intro #tree-left, .intro #tree-right {
    display: none;
  }
  .intro h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .intro h3 {
    font-size: 26px;
  }
}
#homepage #nav.sticky + main {
  margin-top: 60px;
}

.callout-content {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.callout-content p {
  color: #2f241d;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.callout-content p + .button_primary {
  margin-top: 30px;
}
.callout-content h2 {
  color: #FDF3DB;
  max-width: 400px;
  margin: 0 auto;
}
.callout-content h2 span {
  font-size: 60px;
  line-height: 50px;
}
.callout-content .button_primary {
  margin-top: 20px;
}

.callout-full {
  max-width: 1160px;
}
.callout-full .column {
  display: table-cell;
  vertical-align: middle !important;
  padding: 0;
  background-color: #2f241d;
}
.callout-full .column .callout-content {
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  position: relative;
  transform: translateY(0);
  padding: 40px;
}
.callout-full .column .callout-content p {
  text-align: left;
  padding: 0;
}

#home-callouts h3, #home-callouts h4, #home-callouts h5, #home-callouts p, #experience-callouts h3, #experience-callouts h4, #experience-callouts h5, #experience-callouts p {
  color: #FDF3DB;
}

.callouts {
  margin: 60px auto;
}
.callouts .row {
  display: table;
}
.callouts .row + .row {
  margin-top: 40px;
}
.callouts .column .callout-box:last-of-type {
  margin-bottom: 0;
}
.callouts .callout-box {
  padding: 82px 0px;
  height: 408px;
  margin-bottom: 40px;
  background-color: #decfc1;
}
.callouts .callout-box.video-callout {
  background-image: url(images/shop-callout.jpg);
}
.callouts .callout-link {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.callouts .callout-link .overlay {
  background-color: rgba(31, 31, 31, 0.8);
}
.callouts .callout-link:focus {
  outline: 0;
}
.callouts .callout-link:hover {
  cursor: pointer;
}
.callouts .callout-link .text-content {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  padding: 0 40px;
}
.callouts .callout-link h4, .callouts .callout-link h5, .callouts .callout-link p {
  position: relative;
}
.callouts .callout-link h4 {
  font-weight: 700;
}
.callouts .callout-link p {
  line-height: 1.65;
}
.callouts h3, .callouts h4, .callouts h5 {
  margin: 0;
}
.callouts h3 {
  color: #41937B;
  font-weight: 700;
}
.callouts h3 + p {
  margin-top: 20px;
}
.callouts h4 {
  margin: 10px auto;
  max-width: 420px;
  font-weight: 400;
  color: #433a34;
}
.callouts h5 {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
  margin: 10px auto;
  max-width: 450px;
}
.callouts ul {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  padding: 0;
}
.callouts ul li {
  font-weight: 500;
  margin-bottom: 30px;
}
.callouts ul li a {
  color: #ca9c32;
}
.callouts ul li a:hover {
  text-decoration: underline;
}

.single-callout h4 {
  color: #41937B;
  margin-bottom: 0;
  line-height: 28px;
  font-size: 18px;
}

@media (max-width: 1240px) {
  .callouts .column {
    vertical-align: top;
  }
  .callouts .callout-box {
    width: 100%;
    height: calc(33vw - 4px);
  }
}
@media (max-width: 960px) {
  .callouts.thirds .column {
    margin-bottom: 20px;
  }
  .callouts .row {
    display: block;
  }
  .callouts .callout-box {
    width: 100%;
    height: auto;
    min-height: 60vw;
  }
  .callouts .callout-content {
    left: auto;
    bottom: auto;
    right: auto;
    top: auto;
    position: relative;
    transform: translateY(0);
  }
  .callouts .column {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  .callouts .column.callout-image {
    display: none;
  }
  .callouts .column:first-of-type {
    margin-bottom: 20px;
  }
  .callouts .column:last-of-type {
    position: relative;
    right: auto;
  }
  .callouts .column:last-of-type .callout-box {
    position: relative;
    right: auto;
  }
  .callout-full .column:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .callout-content #tree-left, .callout-content #tree-right {
    display: none;
  }
  .callouts {
    margin: 30px auto;
  }
  .callouts .column {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .callouts {
    width: 100%;
  }
  .callouts .column {
    padding: 0;
    margin: 0 auto;
  }
  .callouts .callout-box {
    margin-bottom: 20px;
  }
  .callouts .callout-link .text-content {
    left: auto;
    bottom: auto;
    right: auto;
    top: auto;
    position: relative;
    transform: translateY(0);
    padding: 20px;
  }
  .callout-content h2 {
    font-size: 44px;
    line-height: 20px;
  }
  .callout-content h2 span {
    font-size: 34px;
  }
  .callout-content h3 {
    font-size: 34px;
    line-height: 38px;
  }
  .callout-content h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .callout-content .button_primary {
    margin-top: 30px;
  }
  .callout-full .column .callout-content {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .callouts {
    margin: 20px auto;
    width: calc(100% - 40px);
  }
  .callouts p {
    padding: 0 20px;
  }
}
.cta {
  padding: 80px 0px;
  background-color: #decfc1;
  width: 100%;
  max-width: 1160px;
  margin: 60px auto;
  border-radius: 3px;
}
.cta .cta-headline {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.cta.blog-cta h3 {
  color: #FDF3DB;
}
.cta.blog-cta h5 {
  color: #e6aa64;
}
.cta#knox-callout {
  background-image: url("images/knox-farm-callout.jpg");
}
.cta + .callouts {
  margin-bottom: 50px;
}
.cta svg {
  width: 175px;
  margin-bottom: 20px;
  position: relative;
}
.cta svg#building {
  width: 76px;
}
.cta h3, .cta h4, .cta h5 {
  margin: 0;
  position: relative;
}
.cta h3 {
  color: #41937B;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.cta h3 + p {
  margin-top: 16px;
}
.cta h4 {
  margin: 30px auto;
}
.cta h5 {
  margin-bottom: 30px;
}
.cta p {
  text-align: center;
  color: #000;
  font-weight: 400;
}
.cta p + .button_primary {
  margin-top: 30px;
}
.cta .cta-content {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.cta ul {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.cta ul li {
  font-size: 18px;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1.65;
}
.cta ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .cta ul li {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .cta ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .blog-cta {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .blog-cta + .callouts {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .blog-cta {
    padding: 60px 25px;
  }
}
.ticket-global {
  margin-top: 60px;
}
.ticket-global p {
  display: block;
  padding: 20px;
  text-align: center;
  border: 2px dashed #f16446;
}

.pricing .row + .row {
  margin-top: 40px;
}
.pricing .column {
  vertical-align: top;
}

.view_more {
  color: #FDF3DB;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.view_more:hover {
  cursor: pointer;
  opacity: 0.8;
}

.pricing-table {
  background-color: #4CB598;
  overflow: hidden;
  border: 1px solid #ece5dd;
  height: auto;
  border-radius: 3px;
}
.pricing-table.disabled .pricing-subtitle {
  display: none;
}
.pricing-table h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pricing-table p {
  color: #FDF3DB;
  margin: 20px auto !important;
  padding: 0 40px;
}
.pricing-table ul {
  margin: 0 auto;
}
.pricing-table ul li {
  margin-bottom: 18px;
  line-height: 1.3;
  position: relative;
  color: #FDF3DB;
  font-size: 16px;
  padding: 0 30px;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.pricing-table ul li a {
  color: #e6aa64;
}
.pricing-table ul li a:hover {
  text-decoration: underline;
}
.pricing-table ul li:before {
  content: "•";
  color: #f16446;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.pricing-title {
  padding-top: 30px;
  background-image: url(images/sky.jpg);
}

.pricing-subtitle {
  padding: 30px 0;
  background-color: #4CB598;
  border-bottom: 1px solid #3C5A6E;
}
.pricing-subtitle h6 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
}
.pricing-subtitle h4 {
  margin-bottom: 20px;
}

.pricing-description {
  display: none;
  background-color: #4CB598;
  padding: 30px 20px 30px 20px;
}

.pricing-package h3, .pricing-package h4, .pricing-package h5, .pricing-package h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000;
  text-align: center;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.pricing-package h4 {
  font-size: 44px;
}

.package-price {
  height: 140px;
}
.package-price h3 {
  margin-bottom: 0;
  padding-top: 50px;
  font-weight: 600;
}
.package-price svg {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 200px;
}
.package-price svg path {
  fill: none;
}

.corner-ribbon {
  width: 200px;
  background: #e6aa64;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #FDF3DB;
  transform: rotate(-45deg);
  z-index: 3;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .pricing .row + .row {
    margin-top: 0;
  }
  .pricing .column {
    margin-bottom: 30px;
  }
  .pricing-table {
    height: auto;
  }
  .pricing-table .button_primary {
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 576px) {
  .pricing .column {
    padding: 0 20px;
  }
}
.map {
  height: 352px;
  padding: 60px 0;
}
.map .directions h3 {
  margin-bottom: 0;
}
.map .directions h5 {
  margin-top: 75px;
  margin-bottom: 20px;
}
.map .directions .button {
  background-color: #41937B;
  margin-bottom: 60px;
}
.map .directions .button:hover {
  background-color: #2f241d;
}

#googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .map + .callouts {
    margin-top: 20px;
  }
}
.faq {
  margin-bottom: 80px;
}
.faq .question-container {
  margin-bottom: 10px;
}
.faq input[type=checkbox] {
  display: none;
  position: relative;
  z-index: 0;
  opacity: 1;
}
.faq .question {
  text-transform: none;
  padding: 10px;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.2;
  padding-top: 16px;
  margin: 0 auto;
  font-size: 18px;
  display: block;
  width: 100%;
  color: #2f241d;
  background: #decfc1;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.faq .question:hover, .faq .question:focus {
  color: #41937B;
}
.faq .question:before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-left: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
  position: absolute;
  left: 10px;
  top: 22px;
}
.faq .toggle:checked + .question {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq .toggle:checked + .question:before {
  transform: rotate(90deg) translateX(-3px);
}
.faq .toggle:checked + .question + .answer-container {
  max-height: 100%;
}
.faq .answer-container {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 500ms ease-in-out;
}
.faq .answer {
  background-color: #FDF3DB;
  padding: 18px 30px;
}
.faq .answer p {
  font-size: 16px;
}
.faq .answer p:last-of-type {
  margin-bottom: 0;
}
.faq .answer a {
  color: #41937B;
}
.faq .answer a:hover {
  text-decoration: underline;
}
.faq .answer ul {
  list-style-type: disc;
  padding-left: 20px;
}
.faq .answer ul li {
  margin-bottom: 16px;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

#festival-guide-gallery .caption {
  background-color: #decfc1;
}
#festival-guide-gallery .caption h3 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
#festival-guide-gallery .gridder img {
  border-radius: 0;
}

.gridder {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  max-width: 1190px;
  width: calc(100% - 30px);
}
.gridder img {
  border-radius: 3px;
}

.gridder-list {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  cursor: pointer;
}
.gridder-list:hover {
  opacity: 0.8;
}

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  padding: 60px 30px;
  padding-top: 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  background-color: #decfc1;
  border-radius: 3px;
}
.gridder-show.loading {
  background: #EEE url("../images/loading-spin.svg") no-repeat center;
}

.gridder-content {
  display: none;
}

.gridder-list.hide, .gridder-content.hide {
  display: none;
}

.gridder-expanded-content {
  max-width: calc(100% - 120px);
  margin: 0 auto;
  padding-top: 60px;
}
.gridder-expanded-content .column {
  vertical-align: top;
}
.gridder-expanded-content ul {
  font-size: 0;
}
.gridder-expanded-content ul li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin-right: 10px;
}
.gridder-expanded-content ul li:last-child {
  margin-right: 0;
}
.gridder-expanded-content .button_primary {
  margin: 0;
  margin-top: 20px;
  width: 100%;
}

.gridder-navigation {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 20px;
  z-index: 1;
}
.gridder-navigation a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #2f241d;
}
.gridder-navigation a:hover {
  color: #e6aa64;
}
.gridder-navigation a.gridder-close {
  right: 0px;
  position: absolute;
}
.gridder-navigation a.gridder-nav {
  position: absolute;
}
.gridder-navigation a.prev {
  left: 0px;
}
.gridder-navigation a.next {
  left: 30px;
}
.gridder-navigation a span {
  display: block;
  width: 100%;
  height: 100%;
}
.gridder-navigation .gridder-nav.disabled {
  opacity: 0.5;
}

.hasSelectedItem .gridder-list {
  opacity: 0.5;
}
.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}

.gridder-close {
  display: none;
}

@media (max-width: 768px) {
  .gridder-list {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .gridder-show {
    padding: 0;
    margin-bottom: 40px;
  }
  .gridder-show .column {
    padding: 0;
  }
  .gridder-navigation {
    display: none;
  }
  .gridder-close {
    display: block;
  }
  .gridder-expanded-content {
    max-width: 100%;
    padding: 30px;
  }
  .gridder-expanded-content .column:first-of-type {
    display: none;
  }
}
@media (max-width: 568px) {
  .gridder-list {
    width: calc(100% - 10px);
    margin: 0 5px;
    margin-bottom: 20px !important;
  }
  .gridder-show {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
}
.lineup {
  overflow: hidden;
  clear: both;
}
.lineup + .cta {
  margin-top: 0;
}
.lineup h3 {
  text-align: left;
  margin-bottom: 10px;
  color: #41937B;
  font-size: 32px;
}
.lineup h3 + p {
  margin-top: 10px;
}
.lineup h4 {
  margin: 0;
  padding: 120px 0;
  color: #2f241d;
}
.lineup p {
  line-height: 1.65;
  font-size: 16px;
  color: #2f241d;
}
.lineup h5 {
  color: #41937B;
}
.lineup h6 {
  color: #2f241d;
}
.lineup h6 + p {
  margin-top: 20px;
}
.lineup .caption {
  width: 100%;
  padding: 20px 0;
}
.lineup .caption h5 {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 500;
}
.lineup .caption h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 1px;
  line-height: 18px;
}

@media (max-width: 640px) {
  .lineup .caption h5 {
    font-size: 18px;
  }
}
#mc_embed_signup_scroll {
  font-size: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
#mc_embed_signup_scroll .small-meta {
  font-size: 12px;
  margin: 8px 0;
  color: #FDF3DB;
}
#mc_embed_signup_scroll div {
  margin: 0;
}
#mc_embed_signup_scroll .form_container {
  display: block;
  margin: 0 auto;
  width: 658px;
}
#mc_embed_signup_scroll .mc-field-group {
  width: 100%;
}
#mc_embed_signup_scroll .mc-field-group input {
  height: 44px;
  border: 0;
}
#mc_embed_signup_scroll .mc-field-group input[type=email], #mc_embed_signup_scroll .mc-field-group input[type=text] {
  background-color: #FDF3DB;
  font-size: 18px;
}
#mc_embed_signup_scroll .mc-button input[type=submit] {
  font-size: 18px;
}
#mc_embed_signup_scroll .mc-button input[type=submit]:focus {
  outline: 0;
}
#mc_embed_signup_scroll .mc-button input[type=submit]:hover {
  background-color: #41937B;
}

#subfooter {
  margin-top: 60px;
  background-color: #010101;
  clear: both;
  padding: 120px 0;
  background-image: url("images/footer-banner.jpg");
  height: 480px;
  background-position: 0 0;
  background-size: 100%;
}
#subfooter #treeline {
  margin-top: -200px;
  width: 100%;
  height: 200px;
  position: absolute;
  background-image: url("images/treeline.png");
}
#subfooter h1, #subfooter h2, #subfooter h3 {
  margin: 0;
  position: relative;
}
#subfooter h1 {
  margin: 0 auto;
  color: #433a34;
}
#subfooter h2 {
  color: #FDF3DB;
}
#subfooter h3 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 10px;
  color: #f16446;
  text-transform: uppercase;
}

.footer-logo {
  width: 200px;
  opacity: 1;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  transition: opacity 150ms ease;
}
.footer-logo:hover {
  opacity: 0.8;
}

#footer {
  padding: 60px 0;
  clear: both;
  background-color: #2F586E;
}
#footer p {
  text-align: center;
  color: #FDF3DB;
  margin-top: 30px;
}

.producers {
  display: table;
  margin: 0 auto;
}
.producers li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin-right: 32px;
  text-align: center;
  height: 32px;
}
.producers li a {
  opacity: 1;
  display: block;
  transition: opacity 150ms ease;
  height: 100%;
}
.producers li a img {
  height: 100%;
}
.producers li a:hover {
  opacity: 0.8;
}
.producers li:last-child {
  margin-right: 0;
}

.footer-menu {
  display: table;
  margin: 30px auto;
}
.footer-menu li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}
.footer-menu li:after {
  content: "♦";
  color: #FDF3DB;
  margin-left: 15px;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-menu li:last-child:after {
  display: none;
}
.footer-menu li a {
  color: #e6aa64;
}
.footer-menu li a:hover {
  color: #FDF3DB;
}

.social {
  display: table;
  margin: 0 auto;
}
.social li {
  display: inline-block;
  vertical-align: middle;
  /* USE THE FOLLOWING ONLY FOR IE7 SUPPORT
  *display: inline;
  zoom: 1;*/
  margin-right: 20px;
  padding-top: 14px;
  font-size: 24px;
  color: #41937B;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #e6aa64;
  transition: background-color 250ms ease;
}
.social li:last-child {
  margin-right: 0;
}
.social li:hover {
  background-color: #ece5dd;
}
.social li a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  text-indent: -999em;
  width: 100%;
}

@media (max-width: 959px) {
  #newsletter-container h3 {
    margin-bottom: 40px;
  }
  #subfooter {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  #newsletter-container {
    padding: 60px 0px;
  }
  #subfooter h1 {
    font-size: 62px;
    line-height: 52px;
  }
  #subfooter h2 {
    font-size: 32px;
    padding: 0 20px;
  }
  #subfooter h3 {
    font-size: 22px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .footer-menu li {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
    text-align: center;
  }
  .footer-menu li:after {
    display: none;
  }
  .footer-menu li:last-child {
    margin-bottom: 0;
  }
  .social li {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .producers li {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .producers li:last-child {
    margin-bottom: 0;
  }
  #mc_embed_signup_scroll div {
    display: table;
    margin: 0 auto;
  }
  #mc_embed_signup_scroll div.mc-sms-phone-group, #mc_embed_signup_scroll div.small-meta {
    width: 100%;
  }
  #mc_embed_signup_scroll .mc-button input[type=submit] {
    width: 100%;
    margin: 0 auto;
  }
  #footer p {
    font-size: 12px;
  }
}
.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 60vw;
  max-height: 736px;
  flex-grow: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 40px;
}
.flex-container.thumbs {
  height: auto;
}

.cell {
  width: calc(50% - 20px);
}
.cell h3, .cell h4, .cell h5 {
  margin: 0;
}
.cell h3, .cell h4, .cell h5, .cell p {
  color: #FDF3DB;
}

.callout_link {
  display: block;
  height: auto;
  width: 100%;
}

.cell-2 {
  order: 2;
}

.cell-3 {
  order: 3;
}

.cell-2, .cell-3 {
  margin-left: 40px;
  flex: 1;
}

.cell-1 {
  flex-basis: 100%;
  order: 1;
}
.cell-1 img {
  width: 100%;
}

@media (max-width: 960px) {
  .flex-container {
    flex-wrap: nowrap;
    height: auto;
    margin-top: 40px;
    max-height: 100%;
  }
  .cell {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .cell-2, .cell-3 {
    margin: 0;
    flex: auto;
    height: 60vw;
  }
  .cell-1 {
    order: 2;
  }
  .cell-3 {
    order: 3;
  }
}
.block-list {
  max-width: 650px;
  margin: 0 auto;
  display: table;
  width: 100%;
  padding: 0 20px;
}
.block-list li {
  margin-bottom: 12px;
  font-weight: 700;
  padding: 20px;
  display: block;
  background-color: #FDF3DB;
  border-radius: 4px;
}
.block-list li:hover {
  background-color: #fff;
  color: #41937B;
}
.block-list li:before {
  content: "♦";
  color: #41937B;
  margin-right: 15px;
}
.block-list li a {
  display: block;
  width: calc(100% - 44px);
  height: 100%;
  position: absolute;
  top: 0;
  padding-top: 20px;
  left: 44px;
}
.block-list li:last-child {
  margin-bottom: 0;
}

.poster img {
  max-width: 600px;
  width: 100%;
}
.poster .row {
  margin: 80px auto;
}

.mobile-image {
  display: none;
}

.poster-content {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
}
.poster-content h3, .poster-content h5, .poster-content p {
  color: #000;
}
.poster-content p {
  color: #FDF3DB;
  text-align: center;
  margin: 20px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
}
.poster-content p:last-of-type {
  margin: 20px 0;
}
.poster-content h3 {
  font-size: 60px;
  color: #FDF3DB;
  line-height: 48px;
}
.poster-content h3 span {
  font-size: 44px;
}
.poster-content h4 {
  font-size: 22px;
  line-height: 24px;
  margin: 20px auto;
}
.poster-content h4 span {
  text-transform: uppercase;
  text-decoration: underline;
}
.poster-content h5 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}
.poster-content img {
  width: 80px;
  margin-bottom: 20px;
}
.poster-content #mc_embed_signup_scroll .small-meta {
  color: #000;
}
.poster-content .hive-signup-form button[type=submit] {
  display: table;
  margin: 0 auto;
  clear: both;
  float: none;
}

#past-festivals {
  margin-bottom: 80px;
}

#merch-banner {
  background-image: url("images/2025_merch_banner.jpg");
  height: 36vw;
  background-size: contain;
}
#merch-banner a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#newsletter-container {
  background-image: url("images/signup_homepgagebackground.jpg");
  padding: 60px;
}
#newsletter-container h3, #newsletter-container h4 {
  text-align: left;
  color: #FDF3DB;
  margin: 0;
  text-transform: uppercase;
}
#newsletter-container h3 {
  font-size: 56px;
}
#newsletter-container h4 {
  margin-top: 20px;
}

.cta-container img {
  width: 100%;
}

.logos + .logos {
  margin-top: 80px;
}
.logos h3 {
  color: #41937B;
}
.logos h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #e6aa64;
  text-transform: uppercase;
}
.logos .row {
  max-width: 1240px;
}
.logos .row + .row {
  margin-top: 30px;
}
.logos .partner-logo {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 250px;
  position: relative;
  opacity: 1;
  transition: opacity 150ms ease;
}
.logos .partner-logo:hover {
  opacity: 0.8;
}
.logos .partner-logo .overlay {
  background-color: rgba(31, 31, 31, 0.5);
}
.logos .partner-logo h3 {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  color: #FDF3DB;
}
.logos .partner-logo img {
  max-height: 70%;
  max-width: 70%;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

@media (max-width: 576px) {
  .logos .row + .row {
    margin-top: 0;
  }
  .logos .column {
    padding: 0 20px;
  }
  .logos .partner-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .cta-container {
    margin-top: 0 !important;
  }
  .cta-container .column {
    margin-bottom: 40px;
  }
  .cta-container .column:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 880px) {
  #homepage .video_container {
    height: 56.25vw;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
  #newsletter-container {
    padding: 40px 20px;
  }
  #newsletter-container .column {
    padding: 0;
  }
  #newsletter-container h3 {
    font-size: 36px;
  }
  #newsletter-container h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  #newsletter-container .hive-signup-form {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cta-container .column {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .poster-content {
    top: 5%;
  }
  .poster-content h3 {
    font-size: 40px;
    line-height: 32px;
  }
  .poster-content h3 span {
    font-size: 28px;
  }
  .poster-content h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .poster-content p {
    margin: 8px 0;
    line-height: 18px;
    font-size: 16px;
  }
  .poster-content p:last-of-type {
    margin: 8px 0;
  }
  .poster-content img {
    display: none;
  }
  .poster-content .hive-signup-form {
    margin-top: 0;
  }
}