/*!
Theme Name: Erath
Author: Wine Works
Author URI:
Description: Custom theme developed for Erath
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Erath
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

:root {
  --white: #fff;
  --lightgrey: #f4f4f4;
  --beige1: #F7F1E7;
  --beige2: #EFE4CE;
  --beigesemitrans: rgba(#EFE4CE, 0.5);
  --yellow1: #FDD26E;
  --yellow2: #F4AF23;
  --brown1: #5E4F47;
  --brown2: #5C3D31;
  --brown3: #31261D;
  --black: #000;
  --offblack: #231F20;
  --blue: #2E4D58;
  --brand-background-color: var(--beige1);
  --brand-color: #333;
  --brand-color-alt: #333;
  --body-background-color: var(--beige1);
  --body-color: var(--brown3);
  --body-font-family: "barlow", sans-serif;
  --body-font-style: normal;
  --body-font-weight: 300;
  --global-transition-duration: 200ms;
  --global-transition-effect: ease-out;
  --alt-font-family: "mr-eaves-modern", sans-serif;
  --content-max-width: 88.5rem;
  --wide-content-max-width: 70rem;
  --heading-font-family: "ivypresto-headline", serif;
  --heading-font-weight: 300;
  --heading-font-style: italic;
  --heading-color: var(--brown3);
  --heading-line-height: 1.4;
  --heading-margin-top: 0;
  --heading-margin-bottom: .5rem;
  --h1-font-size: 3rem;
  --h2-font-size: 2.25rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.25rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 1.125rem;
  --paragraph-font-family: inherit;
  --paragraph-font-weight: 300;
  --paragraph-font-size: .875rem;
  --paragraph-line-height: 1.55;
  --paragraph-margin-bottom: 1.25rem;
  --paragraph-margin-top: 0;
  --anchor-color: var(--brown2);
  --anchor-color-hover: var(--brown3);
  --anchor-text-decoration: underline;
  --anchor-text-decoration-hover: underline;
  --primary-navigation-anchor-color: var(--brown3);
  --primary-navigation-anchor-color-hover: var(--offblack);
  --primary-navigation-font-size: 0.875rem;
  --mobile-nav-toggle-background: var(--brown3);
  --mobile-nav-toggle-border-radius: .5rem;
  --mobile-nav-toggle-color: #fff;
  --mobile-nav-border-color: #363636;
  --mobile-nav-background-color: var(--brown3);
  --secondary-navigation-anchor-color: #2e2e2e;
  --secondary-navigation-anchor-color-hover: #999;
  --secondary-navigation-background-color-mobile: #fff;
  --secondary-navigation-border-color-mobile: #999;
  --breadcrumb-color: #999 !default;
  --breadcrumb-anchor-color: #333333 !default;
  --breadcrumb-anchor-color-hover: #000000 !default;
  --button-primary-color: var(--brown3);
  --button-primary-background: transparent;
  --button-primary-border-color: var(--yellow2);
  --button-primary-font-style: normal;
  --button-primary-color-hover: var(--offblack);
  --button-primary-background-hover: var(--yellow2);
  --button-primary-border-color-hover: var(--yellow2);
  --button-alt-color: var(--offblack);
  --button-alt-background: transparent;
  --button-alt-border-color: var(--offblack);
  --button-alt-font-style: normal;
  --button-alt-color-hover: #fff;
  --button-alt-background-hover: var(--offblack);
  --button-alt-border-color-hover: var(--offblack);
  --modal-button-font-size: .75rem;
  --button-font-size: 15px;
  --large-button-font-size: 1.25rem;
  --textarea-border-color: #cccccc;
  --label-color: #6f6f6f;
  --hr-border-width: 2px;
  --hr-border-style: dotted;
  --hr-border-color: #cccccc;
  --hr-margin: (var(--paragraph-margin-bottom) * 2);
  --footer-border-color: #ece5d8;
  --footer-font-family: var(--alt-font-family);
  --footer-font-size: 1.125rem;
  --footer-anchor-color: #fff;
  --footer-copyright-color: #fff;
  --column-gutter: 4rem;
}

.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

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

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background-color);
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  line-height: var(--paragraph-line-height);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, form legend, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  margin-bottom: var(--heading-margin-bottom);
  margin-top: var(--heading-margin-top);
  letter-spacing: 0.75px;
}
h1.feature-title, h2.feature-title, h3.feature-title, h4.feature-title, form legend.feature-title, h5.feature-title, h6.feature-title,
.h1.feature-title, .h2.feature-title, .h3.feature-title, .h4.feature-title, .h5.feature-title, .h6.feature-title {
  text-align: center;
  margin-bottom: 0.9em;
}

h1, .h1 {
  font-size: var(--h1-font-size);
  /* This text will scale between 48px at 420px and 56px at 1440px. */
  font-size: clamp(3rem, 2.794rem + 0.784vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h2, .h2 {
  font-size: var(--h2-font-size);
  /* This text will scale between 36px at 420px and 44px at 1440px. */
  font-size: clamp(2.25rem, 2.044rem + 0.784vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h3, .h3 {
  font-size: var(--h3-font-size);
  /* This text will scale between 28px at 420px and 36px at 1440px. */
  font-size: clamp(1.75rem, 1.544rem + 0.784vw, 2.25rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h4, form legend, .h4 {
  font-size: var(--h4-font-size);
  /* This text will scale between 24px at 420px and 28px at 1440px. */
  font-size: clamp(1.5rem, 1.397rem + 0.392vw, 1.75rem);
  margin-bottom: 0.5em;
}
h5, .h5 {
  font-size: var(--h5-font-size);
  /* This text will scale between 20px at 420px and 22px at 1440px. */
  font-size: clamp(1.25rem, 1.199rem + 0.196vw, 1.375rem);
  margin-bottom: 0.5em;
}

h6, .h6 {
  font-size: var(--h6-font-size);
  margin-bottom: 0;
}

.subtitle, .timeline-blocks .timeline-years .slick-dots button, .back-link {
  font-family: var(--alt-font-family);
  font-weight: 700;
  font-size: clamp(0.813rem, 0.735rem + 0.294vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.140625em;
  margin-bottom: 1.25rem;
  color: var(--brown2);
}
.subtitle--yellow {
  color: var(--yellow1);
}

.overline, .accordion--item__label, .accordion--item__label button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .overline, .accordion--item__label, .accordion--item__label button {
    font-size: 15px;
  }
}
.overline + h1, .accordion--item__label + h1, .accordion--item__label button + h1, .overline + h2, .accordion--item__label + h2, .accordion--item__label button + h2, .overline + h3, .accordion--item__label + h3, .accordion--item__label button + h3 {
  margin-top: 0.5rem;
}
.overline.overline-margin, .overline-margin.accordion--item__label, .accordion--item__label button.overline-margin {
  margin-bottom: 1rem;
}

p, .events .event__content--price {
  font-size: var(--paragraph-font-size);
  /* This text will scale between 16px at 420px and 18px at 1440px. */
  font-size: clamp(1rem, 0.949rem + 0.196vw, 1.125rem);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
}
p strong, .events .event__content--price strong {
  font-weight: 500;
}

ul, ol, dl {
  font-size: var(--paragraph-font-size);
  /* This text will scale between 16px at 420px and 18px at 1440px. */
  font-size: clamp(1rem, 0.949rem + 0.196vw, 1.125rem);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
}
ul strong, ol strong, dl strong {
  font-weight: 500;
}

.br-responsive {
  display: none;
}
@media only screen and (min-width: 40em) {
  .br-responsive {
    display: block;
  }
}

form {
  margin-bottom: var(--paragraph-margin-bottom);
}
form.v65-form {
  font-size: var(--paragraph-font-size);
}
form p, form .events .event__content--price, .events form .event__content--price, form div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

label {
  font-family: var(--alt-font-family);
  font-weight: 700;
  font-size: clamp(0.813rem, 0.735rem + 0.294vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.140625em;
  color: var(--offblack);
}

input {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  input {
    padding: 0.563rem 0.2rem;
  }
}
input[type=checkbox], input[type=radio] {
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: 1px solid rgba(94, 79, 71, 0.35);
  border-radius: 0;
  padding: 0.5rem;
  color: var(--offblack);
  background-image: url(assets/images/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 25px;
}

textarea {
  border-color: var(--textarea-border-color);
}

table {
  font-size: var(--paragraph-font-size);
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
table.table-with-border caption {
  display: none;
}

a {
  color: var(--anchor-color);
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: var(--anchor-color-hover);
  text-decoration: var(--anchor-text-decoration-hover);
}
a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .c7-btn) {
  text-decoration: var(--anchor-text-decoration);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  border: var(--hr-border-style) var(--hr-border-color);
  border-width: var(--hr-border-width) 0 0;
  clear: both;
  height: 0;
  margin: var(--hr-margin) 0;
}

.small-copy {
  font-size: 16px;
}
@media only screen and (min-width: 40em) {
  .small-copy {
    font-size: 18px;
  }
}

.close {
  padding: 0;
  background: none;
  border: 0;
}

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

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

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

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

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

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

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 10px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 40em) {
  .slick-prev, .slick-next {
    width: 16px;
    height: 14px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}

.slick-prev {
  left: 0;
  background-image: url("assets/images/icons/icon-arrow-left.svg");
}

.slick-next {
  right: 0;
  background-image: url("assets/images/icons/icon-arrow-right.svg");
}

/* Dots */
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  padding-top: 3rem;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.background-blue .slick-dots li button, .background-brown .slick-dots li button {
  border-color: #fff;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.background-blue .slick-dots li button:hover, .background-brown .slick-dots li button:hover, .background-blue .slick-dots li button:focus, .background-brown .slick-dots li button:focus {
  background-color: #fff;
  border-color: #fff;
}
.slick-dots li.slick-active button {
  width: 28px;
  border: 1px solid #000;
  border-radius: 13px;
}
.background-blue .slick-dots li.slick-active button, .background-brown .slick-dots li.slick-active button {
  border-color: #fff;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: #000;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.phone {
  line-height: 1rem;
  margin-left: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
}
.phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  bottom: 0;
  background: url("../images/icon-phone.svg") center left no-repeat;
  height: 1rem;
  width: 1rem;
}
.phone a {
  text-decoration: none;
}

.map {
  padding: 0 2rem;
  position: relative;
}
.map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/icon-map-marker.svg") top left no-repeat;
  height: 1.5rem;
  width: 1rem;
}
.map a {
  display: block;
}

.social {
  text-align: right;
}
.social ul {
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: 0 0.5rem;
}

header {
  width: 100%;
  z-index: 15;
}
header .content-wrapper, header .video-width-narrow, header .video-width-standard {
  margin: 0 auto;
}
header.header-type-1 .content-wrapper, header.header-type-1 .video-width-narrow, header.header-type-1 .video-width-standard {
  position: relative;
}
header.header-type-1 .c7-tools {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
header a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined) {
  text-decoration: none;
}
header a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined):hover, header a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined):focus {
  text-decoration: none;
}
header.header-type-2 {
  position: sticky;
  top: 0;
}
header.header-type-2 .header-wrapper {
  padding: 1rem 0;
}
header.header-type-2 .header-wrapper .content-wrapper, header.header-type-2 .header-wrapper .video-width-narrow, header.header-type-2 .header-wrapper .video-width-standard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}
header.header-type-3 {
  position: fixed;
  width: 100%;
  top: 0;
}
header.header-type-3 .header-wrapper {
  padding: 1rem 0;
}
header.header-type-3 .header-wrapper .content-wrapper, header.header-type-3 .header-wrapper .video-width-narrow, header.header-type-3 .header-wrapper .video-width-standard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header.header-type-3.header-sticky {
  position: sticky;
}
header.header-type-3.header-sticky + main {
  padding-top: 0;
}
header.header-color-blue {
  background-color: var(--blue);
}
header.header-color-brown, header.sticky, .search-active header {
  background-color: var(--brown3);
}
header .user-tools__find {
  margin-right: 1rem;
  font-size: var(--primary-navigation-font-size);
  font-family: var(--alt-font-family);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.140625em;
  color: var(--primary-navigation-anchor-color);
}
@media only screen and (max-width: 64em) {
  header .user-tools__find {
    display: none;
  }
}
header .user-tools__search {
  padding: 0;
  background: none;
  border: 0;
  margin-right: 1rem;
  display: inline-flex;
  font-size: 0;
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  header .user-tools__search {
    display: block;
    display: inline-flex;
  }
}
header .user-tools__search svg {
  width: 18px;
  height: auto;
  fill: var(--brown3);
}
header .user-tools__search svg:last-of-type {
  display: none;
}
header .user-tools__search--active svg:first-of-type {
  display: none;
}
header .user-tools__search--active svg:last-of-type {
  width: 14px;
  display: block;
}
header.header-color-blue .user-tools__find, header.header-color-brown .user-tools__find, header.header-gradient-black .user-tools__find, header.header-gradient-blue .user-tools__find, header.header-gradient-brown .user-tools__find, header.header-gradient-yellow .user-tools__find, header.sticky .user-tools__find {
  color: #fff;
}
header.header-color-blue .user-tools__find:hover, header.header-color-blue .user-tools__find:focus, header.header-color-blue .user-tools__find:active, header.header-color-brown .user-tools__find:hover, header.header-color-brown .user-tools__find:focus, header.header-color-brown .user-tools__find:active, header.header-gradient-black .user-tools__find:hover, header.header-gradient-black .user-tools__find:focus, header.header-gradient-black .user-tools__find:active, header.header-gradient-blue .user-tools__find:hover, header.header-gradient-blue .user-tools__find:focus, header.header-gradient-blue .user-tools__find:active, header.header-gradient-brown .user-tools__find:hover, header.header-gradient-brown .user-tools__find:focus, header.header-gradient-brown .user-tools__find:active, header.header-gradient-yellow .user-tools__find:hover, header.header-gradient-yellow .user-tools__find:focus, header.header-gradient-yellow .user-tools__find:active, header.sticky .user-tools__find:hover, header.sticky .user-tools__find:focus, header.sticky .user-tools__find:active {
  color: rgba(255, 255, 255, 0.6);
}
header.header-color-blue .user-tools__search svg, header.header-color-brown .user-tools__search svg, header.header-gradient-black .user-tools__search svg, header.header-gradient-blue .user-tools__search svg, header.header-gradient-brown .user-tools__search svg, header.header-gradient-yellow .user-tools__search svg, header.sticky .user-tools__search svg {
  fill: #fff;
}
header.header-color-blue .c7-user-nav__cart__count, header.header-color-brown .c7-user-nav__cart__count, header.header-gradient-black .c7-user-nav__cart__count, header.header-gradient-blue .c7-user-nav__cart__count, header.header-gradient-brown .c7-user-nav__cart__count, header.header-gradient-yellow .c7-user-nav__cart__count, header.sticky .c7-user-nav__cart__count {
  background-color: #fff;
  color: var(--brown3);
}
header.header-color-blue .c7-user-nav__account__name svg, header.header-color-brown .c7-user-nav__account__name svg, header.header-gradient-black .c7-user-nav__account__name svg, header.header-gradient-blue .c7-user-nav__account__name svg, header.header-gradient-brown .c7-user-nav__account__name svg, header.header-gradient-yellow .c7-user-nav__account__name svg, header.sticky .c7-user-nav__account__name svg {
  stroke: #fff;
}

.search-active header .user-tools__find {
  color: #fff;
}
.search-active header .user-tools__search svg {
  fill: #fff;
}
.search-active header .c7-user-nav__cart__count {
  background-color: #fff;
  color: var(--brown3);
}
.search-active header .c7-user-nav__account__name svg {
  stroke: #fff;
}

.logo {
  display: block;
  max-width: 115px;
  text-align: center;
  width: 100%;
  z-index: 51;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .logo {
    max-width: 130px;
  }
}
.logo img {
  max-width: 100%;
}
.logo .header-type-1 {
  margin: 0 auto;
}
.logo .logo-light {
  display: none;
}
.mobile-nav-active .logo .logo-dark, .header-color-blue .logo .logo-dark, .header-color-brown .logo .logo-dark, .header-gradient-black .logo .logo-dark, .header-gradient-blue .logo .logo-dark, .header-gradient-brown .logo .logo-dark, .header-gradient-yellow .logo .logo-dark, .sticky-header .logo .logo-dark, .search-active .logo .logo-dark {
  display: none;
}
.mobile-nav-active .logo .logo-light, .header-color-blue .logo .logo-light, .header-color-brown .logo .logo-light, .header-gradient-black .logo .logo-light, .header-gradient-blue .logo .logo-light, .header-gradient-brown .logo .logo-light, .header-gradient-yellow .logo .logo-light, .sticky-header .logo .logo-light, .search-active .logo .logo-light {
  display: block;
}

.header__search {
  grid-column: span 3;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.header__search[aria-hidden=true] > div {
  display: none;
}
.header__search * {
  color: #fff;
}
.header__search a:hover, .header__search a:focus, .header__search a:active {
  color: #fff !important;
}
.header__search--active {
  max-height: 100vh;
  transition: max-height 1s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__search > div {
  padding: 0 2rem;
}
@media only screen and (min-width: 80rem) {
  .header__search > div {
    padding: 0 4rem;
  }
}
.header__search form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 2rem;
}
.header__search form label {
  opacity: 1;
  position: absolute;
  left: 40px;
  transition: all 0.3s ease-out;
  font-family: var(--heading-font-family);
  font-size: 1.25rem;
  font-style: normal;
  color: #444;
}
@media only screen and (min-width: 40em) {
  .header__search form label {
    font-size: 32px;
    top: -0.5rem;
  }
}
.header__search form input {
  border: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding-left: 2.5rem;
  color: var(--offblack);
  box-sizing: border-box;
}
.header__search form button {
  position: absolute;
  left: 0;
  top: -3px;
  background: none;
  border: 0;
  font-size: 0;
  transform: translate(0, 50%);
}
.header__search form button img {
  width: 16px;
}
.header__search form.has-value label {
  opacity: 0;
}
.header__search__results {
  overflow: auto;
  height: 53vh;
}
.header__search__results__single {
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
  padding: 1.5rem 0;
}
.header__search__results__single h3 {
  margin-bottom: 0;
}
.header__search__results__single a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
}

body.search-active {
  overflow: hidden;
}

.close-header-search {
  display: block;
}

.primary-navigation-wrapper {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background-color: var(--mobile-nav-background-color);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: left;
  }
  .primary-navigation-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(assets/images/decorations/mobile-menu-background.svg);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    width: 100%;
    padding-bottom: 50%;
    max-width: 430px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
.primary-navigation-wrapper form {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.primary-navigation-wrapper form #searchInput_mobile {
  border: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding-left: 2rem;
  color: var(--offblack);
}
.primary-navigation-wrapper form #searchSubmit_mobile {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  font-size: 0;
  position: absolute;
  left: 10px;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper form {
    display: none;
  }
}
body.show-mobile-nav .primary-navigation-wrapper form {
  display: flex;
}
@media only screen and (min-width: 64.0625em) {
  body.show-mobile-nav .primary-navigation-wrapper form {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .mobile-nav-active .primary-navigation-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-type-2 .primary-navigation-wrapper {
    padding-left: 2rem;
    flex-grow: 1;
    text-align: right;
  }
}
.primary-navigation-wrapper nav > ul {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    left: -8px;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    order: 2;
    margin-left: auto;
  }
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button svg {
    stroke: #fff;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > a {
    order: 1;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    width: 100%;
    order: 3;
  }
}
.primary-navigation-wrapper nav ul {
  font-size: var(--primary-navigation-font-size);
  font-family: var(--alt-font-family);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.140625em;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav ul {
    font-size: 15px;
  }
}
.primary-navigation-wrapper nav ul ul {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  background: var(--brown3);
  font-size: 0.875rem;
  list-style: none;
  min-width: 11rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  text-transform: none;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 75.0625em) {
  .primary-navigation-wrapper nav ul ul {
    min-width: 12.5rem;
  }
}
.primary-navigation-wrapper nav li {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li.v65-home {
    display: none;
  }
}
.primary-navigation-wrapper nav li.menu-item-has-children > a {
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: var(--brown1);
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .header-color-blue .primary-navigation-wrapper nav li.menu-item-has-children > button, .header-color-brown .primary-navigation-wrapper nav li.menu-item-has-children > button, .header-gradient-black .primary-navigation-wrapper nav li.menu-item-has-children > button, .header-gradient-blue .primary-navigation-wrapper nav li.menu-item-has-children > button, .header-gradient-brown .primary-navigation-wrapper nav li.menu-item-has-children > button, .header-gradient-yellow .primary-navigation-wrapper nav li.menu-item-has-children > button, .sticky-header .primary-navigation-wrapper nav li.menu-item-has-children > button, .search-active .primary-navigation-wrapper nav li.menu-item-has-children > button {
    stroke: #fff;
  }
}
.primary-navigation-wrapper nav li.menu-item-has-children > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav li.open > ul {
    position: relative;
    background: transparent;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .primary-navigation-wrapper nav li.open > ul li {
    border-bottom: none;
  }
}
.primary-navigation-wrapper nav li:hover > button, .primary-navigation-wrapper nav li:focus > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li:hover ul, .primary-navigation-wrapper nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation-wrapper nav li li {
  padding: 0;
}
.primary-navigation-wrapper nav li li a {
  padding: 0.35em 0;
  color: var(--white) !important;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav li li a {
    color: var(--beige2) !important;
    font-weight: 400;
    font-size: 18px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li li a {
    font-family: var(--alt-font-family);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.140625em;
  }
}
.primary-navigation-wrapper nav li li a:hover, .primary-navigation-wrapper nav li li a:focus, .primary-navigation-wrapper nav li li a:active {
  color: var(--beige2) !important;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav li li a:hover, .primary-navigation-wrapper nav li li a:focus, .primary-navigation-wrapper nav li li a:active {
    color: var(--white) !important;
  }
}
.primary-navigation-wrapper nav a {
  color: rgba(var(--primary-navigation-anchor-color), 0.6);
  color: var(--brown1);
  display: inline-block;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav a {
    padding: 1rem;
  }
}
.primary-navigation-wrapper nav a:hover, .primary-navigation-wrapper nav a:focus, .primary-navigation-wrapper nav a:active {
  color: var(--primary-navigation-anchor-color);
}
.header-color-blue .primary-navigation-wrapper nav a:hover, .header-color-brown .primary-navigation-wrapper nav a:hover, .header-gradient-black .primary-navigation-wrapper nav a:hover, .header-gradient-blue .primary-navigation-wrapper nav a:hover, .header-gradient-brown .primary-navigation-wrapper nav a:hover, .header-gradient-yellow .primary-navigation-wrapper nav a:hover, .sticky-header .primary-navigation-wrapper nav a:hover, .search-active .primary-navigation-wrapper nav a:hover, .header-color-blue .primary-navigation-wrapper nav a:focus, .header-color-brown .primary-navigation-wrapper nav a:focus, .header-gradient-black .primary-navigation-wrapper nav a:focus, .header-gradient-blue .primary-navigation-wrapper nav a:focus, .header-gradient-brown .primary-navigation-wrapper nav a:focus, .header-gradient-yellow .primary-navigation-wrapper nav a:focus, .sticky-header .primary-navigation-wrapper nav a:focus, .search-active .primary-navigation-wrapper nav a:focus, .header-color-blue .primary-navigation-wrapper nav a:active, .header-color-brown .primary-navigation-wrapper nav a:active, .header-gradient-black .primary-navigation-wrapper nav a:active, .header-gradient-blue .primary-navigation-wrapper nav a:active, .header-gradient-brown .primary-navigation-wrapper nav a:active, .header-gradient-yellow .primary-navigation-wrapper nav a:active, .sticky-header .primary-navigation-wrapper nav a:active, .search-active .primary-navigation-wrapper nav a:active {
  color: var(--beige2);
}
.mobile-nav-active .primary-navigation-wrapper nav a {
  color: #fff;
}
.header-color-blue .primary-navigation-wrapper nav a, .header-color-brown .primary-navigation-wrapper nav a, .header-gradient-black .primary-navigation-wrapper nav a, .header-gradient-blue .primary-navigation-wrapper nav a, .header-gradient-brown .primary-navigation-wrapper nav a, .header-gradient-yellow .primary-navigation-wrapper nav a, .sticky-header .primary-navigation-wrapper nav a, .search-active .primary-navigation-wrapper nav a {
  color: #fff;
}
.primary-navigation-wrapper nav .current-menu-item > a, .primary-navigation-wrapper nav .current-menu-parent > a, .primary-navigation-wrapper nav .hover > a {
  color: var(--primary-navigation-anchor-color);
}
.header-color-blue .primary-navigation-wrapper nav .current-menu-item > a, .header-color-brown .primary-navigation-wrapper nav .current-menu-item > a, .header-gradient-black .primary-navigation-wrapper nav .current-menu-item > a, .header-gradient-blue .primary-navigation-wrapper nav .current-menu-item > a, .header-gradient-brown .primary-navigation-wrapper nav .current-menu-item > a, .header-gradient-yellow .primary-navigation-wrapper nav .current-menu-item > a, .sticky-header .primary-navigation-wrapper nav .current-menu-item > a, .search-active .primary-navigation-wrapper nav .current-menu-item > a, .header-color-blue .primary-navigation-wrapper nav .current-menu-parent > a, .header-color-brown .primary-navigation-wrapper nav .current-menu-parent > a, .header-gradient-black .primary-navigation-wrapper nav .current-menu-parent > a, .header-gradient-blue .primary-navigation-wrapper nav .current-menu-parent > a, .header-gradient-brown .primary-navigation-wrapper nav .current-menu-parent > a, .header-gradient-yellow .primary-navigation-wrapper nav .current-menu-parent > a, .sticky-header .primary-navigation-wrapper nav .current-menu-parent > a, .search-active .primary-navigation-wrapper nav .current-menu-parent > a, .header-color-blue .primary-navigation-wrapper nav .hover > a, .header-color-brown .primary-navigation-wrapper nav .hover > a, .header-gradient-black .primary-navigation-wrapper nav .hover > a, .header-gradient-blue .primary-navigation-wrapper nav .hover > a, .header-gradient-brown .primary-navigation-wrapper nav .hover > a, .header-gradient-yellow .primary-navigation-wrapper nav .hover > a, .sticky-header .primary-navigation-wrapper nav .hover > a, .search-active .primary-navigation-wrapper nav .hover > a {
  color: var(--beige2);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-navigation {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation {
    float: left;
    padding: 4rem var(--column-gutter)/2 0;
    width: 26%;
  }
}
@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 40em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: var(--secondary-navigation-background-color-mobile);
  border: 1px solid var(--secondary-navigation-border-color-mobile);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.secondary-navigation ul ul {
  margin-left: 1rem;
}
.secondary-navigation a {
  color: var(--secondary-navigation-anchor-color);
  display: block;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}
.secondary-navigation a:hover {
  color: var(--secondary-navigation-anchor-color) -hover;
}
.secondary-navigation .v65-leftSelected {
  color: var(--secondary-navigation-anchor-color) -hover;
}

.footer-menu {
  text-align: center;
}
@media only screen and (max-width: 39.9375em) {
  .footer-menu:first-of-type {
    margin-bottom: 3.4375rem;
  }
}
@media only screen and (min-width: 40em) {
  .footer-menu {
    text-align: left;
    width: 50%;
  }
}
.footer-menu ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu a {
  display: block;
  padding: 0.25rem 0.75rem;
}

.mobile-nav-toggle {
  background: transparent;
  color: var(--mobile-nav-toggle-color);
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 21px;
  line-height: 14px;
  height: 14px;
  text-transform: uppercase;
  z-index: 51;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 64.0625em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.c7-cart-open .mobile-nav-toggle {
  z-index: 0;
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none !important;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, var(--global-transition-duration);
  background: #fff;
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-toggle span {
  transition: background 0s var(--global-transition-duration);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  display: block;
  height: 1.5px;
  margin-top: 5px;
  position: absolute;
  top: 32%;
  right: 0;
  bottom: 0;
  width: 21px;
}
.header-color-blue .mobile-nav-toggle span, .header-color-brown .mobile-nav-toggle span, .header-gradient-black .mobile-nav-toggle span, .header-gradient-blue .mobile-nav-toggle span, .header-gradient-brown .mobile-nav-toggle span, .header-gradient-yellow .mobile-nav-toggle span, .sticky-header .mobile-nav-toggle span, .search-active .mobile-nav-toggle span {
  background: #fff;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: var(--global-transition-duration), var(--global-transition-duration);
  transition-delay: var(--global-transition-duration), 0s;
  background: #000;
  content: "";
  height: 1.5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.header-color-blue .mobile-nav-toggle span:before, .header-color-brown .mobile-nav-toggle span:before, .header-gradient-black .mobile-nav-toggle span:before, .header-gradient-blue .mobile-nav-toggle span:before, .header-gradient-brown .mobile-nav-toggle span:before, .header-gradient-yellow .mobile-nav-toggle span:before, .sticky-header .mobile-nav-toggle span:before, .search-active .mobile-nav-toggle span:before, .header-color-blue .mobile-nav-toggle span:after, .header-color-brown .mobile-nav-toggle span:after, .header-gradient-black .mobile-nav-toggle span:after, .header-gradient-blue .mobile-nav-toggle span:after, .header-gradient-brown .mobile-nav-toggle span:after, .header-gradient-yellow .mobile-nav-toggle span:after, .sticky-header .mobile-nav-toggle span:after, .search-active .mobile-nav-toggle span:after {
  background: #fff;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -5px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -5px;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:hover {
    transition: none !important;
  }
  *:hover * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
@media only screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .desktop-only {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
.popup {
  display: none;
}
.popup * {
  box-sizing: border-box;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 29;
}
.popup .popup-wrapper {
  position: fixed;
  z-index: 1000;
  max-height: 100vh;
  background: #fff;
  max-width: 570px;
  width: calc(100% - 2rem);
  overflow-y: auto;
  color: #000;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-wrapper-content {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .popup .popup-wrapper-content {
    padding: 3.75rem;
  }
}
.popup.is-open {
  display: block;
}
.popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .popup .h4 {
    font-size: 30px;
  }
}
.popup p, .popup .events .event__content--price, .events .popup .event__content--price {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .popup p, .popup .events .event__content--price, .events .popup .event__content--price {
    font-size: 18px;
  }
}
.popup p:last-of-type, .popup .events .event__content--price:last-of-type, .events .popup .event__content--price:last-of-type {
  margin-bottom: 0;
}
.popup .linkBtn, .popup .gform_wrapper form input[type=submit], .gform_wrapper form .popup input[type=submit], .popup .age-gate button.age-gate__submit, .age-gate .popup button.age-gate__submit {
  display: block;
  width: 100%;
}
.popup .close-popup {
  position: absolute;
  width: 15px;
  top: 1rem;
  right: 1rem;
  z-index: 7;
  cursor: pointer;
  line-height: 1;
}

/*Age Gate */
.custom-AgeGate {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  transition: 0.3s;
  display: none;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.custom-AgeGate.is-open {
  display: block;
}
.custom-AgeGate[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate__Content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem;
  max-width: 570px;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content {
    padding: 3.75rem;
  }
}
.custom-AgeGate__Content--logo {
  max-width: 204px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.custom-AgeGate__Content .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content .h4 {
    font-size: 30px;
  }
}
.custom-AgeGate__Content p, .custom-AgeGate__Content .events .event__content--price, .events .custom-AgeGate__Content .event__content--price {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content p, .custom-AgeGate__Content .events .event__content--price, .events .custom-AgeGate__Content .event__content--price {
    font-size: 18px;
  }
}
.custom-AgeGate__Content input[type=checkbox] {
  vertical-align: text-bottom;
  margin: 0 0 0.1em;
}
.custom-AgeGate__Buttons {
  text-align: center;
}

.section-404 {
  text-align: center;
}

.pagination {
  text-align: center;
  font-family: var(--heading-font-family);
  margin-top: 4rem;
}
@media only screen and (min-width: 64.0625em) {
  .pagination {
    margin-top: 8.25rem;
    font-size: 20px;
  }
}
.pagination .page-numbers {
  opacity: 0.6;
  text-decoration: none;
  padding: 0 0.375rem;
}
.pagination .page-numbers.current {
  opacity: 1;
}

.age-gate {
  padding: 2rem 1rem;
  max-width: 530px;
}
@media only screen and (min-width: 40em) {
  .age-gate {
    padding: 3rem;
  }
}
.age-gate__form, .age-gate__remember-wrapper {
  margin-bottom: 0;
}
.age-gate__heading-title--logo {
  max-width: 166px;
  width: 100%;
  width: 166px;
}
.age-gate__subheadline {
  font-weight: 300;
  font-size: 18px;
}
.age-gate__challenge {
  font-weight: 500;
  font-size: 18px;
}
.age-gate button.age-gate__submit {
  width: 107px;
}

.klaviyo-form {
  margin-top: 2rem;
}
.klaviyo-form form {
  float: none !important;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .age-gate button.age-gate__submit,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn, .linkWhiteBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-family: var(--alt-font-family);
  text-transform: uppercase;
  letter-spacing: 0.09375em;
}
@media only screen and (min-width: 40em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .age-gate button.age-gate__submit,
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn,
  .altLargeBtn, .linkWhiteBtn {
    padding: 1.25rem 1.5rem;
  }
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .gform_wrapper form input[type=submit]:hover, .age-gate button.age-gate__submit:hover, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .age-gate button.age-gate__submit:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus, .age-gate button.age-gate__submit:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus,
.altModalBtn:hover,
.altModalBtn:active,
.altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus,
.altLargeBtn:hover,
.altLargeBtn:active,
.altLargeBtn:focus, .linkWhiteBtn:hover, .linkWhiteBtn:active, .linkWhiteBtn:focus {
  text-decoration: none;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .age-gate button.age-gate__submit,
.largeBtn, .largeLinkBtn {
  background: var(--button-primary-background);
  color: var(--button-primary-color);
  border: 1px solid var(--button-primary-border-color);
  font-style: var(--button-primary-font-style);
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .gform_wrapper form input[type=submit]:hover, .age-gate button.age-gate__submit:hover, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .age-gate button.age-gate__submit:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus, .age-gate button.age-gate__submit:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus {
  background: var(--button-primary-background-hover);
  color: var(--button-primary-color-hover);
  border-color: var(--button-primary-border-color-hover);
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: var(--button-alt-background);
  color: var(--button-alt-color);
  border: 1px solid var(--button-alt-border-color);
  font-style: var(--button-alt-font-style);
}
.altModalBtn:hover, .altModalBtn:active, .altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .linkAltBtn:active, .linkAltBtn:focus, .altLargeBtn:hover, .altLargeBtn:active, .altLargeBtn:focus {
  background: var(--button-alt-background-hover);
  color: var(--button-alt-color-hover);
  border-color: var(--button-alt-border-color-hover);
}

.linkWhiteBtn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-style: var(--button-alt-font-style);
}
.linkWhiteBtn:hover, .linkWhiteBtn:active, .linkWhiteBtn:focus {
  background: #fff;
  color: var(--offblack);
  border-color: #fff;
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: var(--modal-button-font-size);
}

.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .age-gate button.age-gate__submit, .altBtn, .linkAltBtn, .linkWhiteBtn {
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: var(--button-font-size);
}
@media only screen and (min-width: 40em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: var(--large-button-font-size);
  }
}

.linkBtnUnderlined {
  font-weight: 500;
  letter-spacing: 0.11em;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
  text-decoration: none;
  font-family: var(--heading-font-family);
}
.linkBtnUnderlined::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  width: 100%;
  background-color: #000;
}
.linkBtnUnderlined:hover, .linkBtnUnderlined:focus {
  text-decoration: none;
}

.linkBtnArrow {
  font-family: var(--alt-font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.140625em;
  color: var(--yellow1);
  display: inline-flex;
  column-gap: 5px;
  align-items: center;
}
.linkBtnArrow::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("assets/images/icons/icon-button-right.svg");
  height: 10px;
  width: 27.5px;
}
.linkBtnArrow:hover, .linkBtnArrow:focus {
  text-decoration: none;
}

.unstyledBtn {
  padding: 0;
  background: none;
  border: 0;
}

.button-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  margin: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-slide {
  display: none;
}
.modal-slide.is-open {
  display: block;
  z-index: 999;
  position: relative;
}
.modal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide .modal-slide .modal__overlay {
  will-change: transform;
}

body.mobile-nav-active {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.content-wrapper, .video-width-narrow, .video-width-standard {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  max-width: var(--content-max-width);
}
@media only screen and (min-width: 75.0625em) {
  .content-wrapper, .video-width-narrow, .video-width-standard {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 40em) {
  .narrow-content-wrapper {
    float: right;
    width: 74%;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.content-block {
  width: 100%;
  padding: 4rem 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block {
    padding: 8.25rem 0;
  }
}
section.content-block.padding-top-half {
  padding-top: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-half {
    padding-top: 4rem;
  }
}
section.content-block.padding-top-double {
  padding-top: 8.25rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-double {
    padding-top: 12.5rem;
  }
}
section.content-block.padding-top-image-overlap {
  padding-top: 7rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-image-overlap {
    padding-top: 14.375rem;
  }
}
section.content-block.padding-top-none {
  padding-top: 0;
}
section.content-block.padding-bottom-half {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-half {
    padding-bottom: 4rem;
  }
}
section.content-block.padding-bottom-double {
  padding-bottom: 8.25rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-double {
    padding-bottom: 12.5rem;
  }
}
section.content-block.padding-bottom-overlap {
  padding-bottom: 9.25rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-overlap {
    padding-bottom: 16.25rem;
  }
}
section.content-block.padding-bottom-image-overlap {
  padding-bottom: 19rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-image-overlap {
    padding-bottom: 38.75rem;
  }
}
section.content-block.padding-bottom-none {
  padding-bottom: 0;
}
@media only screen and (max-width: 64em) {
  section.content-block.mobile-padding-top-normal {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  section.content-block.mobile-padding-bottom-normal {
    padding-bottom: 4rem;
  }
}
section.content-block.background-beige a:not(.linkBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .subtitle--yellow) {
  color: var(--brown2);
}
section.content-block.background-white {
  background-color: #fff;
}
section.content-block.background-brown {
  background-color: var(--brown3);
}
section.content-block.background-brown *:not(.linkBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .subtitle--yellow, select) {
  color: #fff;
}
section.content-block.background-brown a:not(.linkBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .subtitle--yellow) {
  color: var(--yellow1);
}
section.content-block.background-blue {
  background-color: var(--blue);
}
section.content-block.background-blue *:not(.linkBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .subtitle--yellow, select) {
  color: #fff;
}
section.content-block.background-blue a:not(.linkBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .subtitle--yellow) {
  color: var(--yellow1);
}
section.content-block.background-transparent {
  background-color: none;
}

@media only screen and (max-width: 39.9375em) {
  .left-align-on-mobile * {
    text-align: left;
  }
}

@media only screen and (min-width: 40em) {
  .left-align-on-desktop * {
    text-align: left;
  }
}

@media only screen and (max-width: 39.9375em) {
  .center-on-mobile {
    text-align: center;
  }
}

@media only screen and (min-width: 40em) {
  .center-on-desktop {
    text-align: center;
  }
}

.gform_wrapper {
  margin-top: 3rem !important;
}
.gform_wrapper form .gfield_required {
  color: #000 !important;
  margin-left: 0 !important;
}
.gform_wrapper form li {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper form li {
    margin-bottom: 3rem;
  }
}
.gform_wrapper form label {
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper form label {
    font-size: 22px;
  }
}
.gform_wrapper form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.gform_wrapper form .ginput_container_textarea {
  margin-top: 2.5rem !important;
}
.gform_wrapper form textarea {
  border-color: #000;
  border-radius: 0;
  background: transparent;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper form input[type=submit] {
    padding: 1rem 3rem;
  }
}

main {
  padding-top: 84px;
}

.header-banner + main {
  padding-top: 0;
}

.overlap-section {
  padding-top: 0 !important;
  margin-top: -4rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .overlap-section {
    margin-top: -6rem !important;
  }
}

.image-overlap-section {
  padding-top: 0 !important;
  margin-top: -6rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .image-overlap-section {
    margin-top: -30rem !important;
  }
}

.winemaker-overlap-section {
  padding-top: 0 !important;
  margin-top: -3rem !important;
}
@media only screen and (min-width: 64.0625em) {
  .winemaker-overlap-section {
    margin-top: -7.5rem !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .winemaker-overlap-section .image-and-content__content {
    padding-top: 12rem;
    justify-content: flex-start;
  }
}

.back-link {
  text-decoration: none !important;
  color: var(--brown3);
}

:root {
  --c7-font-family: "barlow", sans-serif;
  --c7-body-text-color: var(--offblack);
  --c7-heading-font-family: "ivypresto-headline", serif;
  --c7-heading-text-color: var(--brown3);
  --c7-heading-font-weight: normal ;
  --c7-primary-color: var(--brown3);
  --c7-primary-color-dark: #111111;
  --c7-primary-color-focus: rgba(0, 0, 0, 0.25);
  --c7-link-color: var(--anchor-color);
  --c7-bg-alt: var(--beige2);
  --c7-border-color: rgba(94, 79, 71, 0.35);
  --c7-field-border-radius: 0;
  --c7-primary-button-bg-hover: var(--yellow2);
  --c7-alt-button-bg-hover: var(--offblack);
  --c7-cart-count-bg: var(--brown3);
}

.c7-tools {
  margin: 0 auto;
  padding: 0;
  position: relative;
  justify-content: flex-start;
  min-height: 16px;
  align-items: center;
  display: flex;
  font-size: 14px;
  z-index: 900;
  letter-spacing: 0.009375em;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 40em) {
  .c7-tools {
    background: transparent;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    right: 0;
  }
}

#c7-account {
  display: inline-block;
}
#c7-account .c7-user-nav__account__login, #c7-account .c7-user-nav__account__name {
  color: var(--offblack);
}
.header-color-blue #c7-account .c7-user-nav__account__login, .header-color-brown #c7-account .c7-user-nav__account__login, .header-gradient-black #c7-account .c7-user-nav__account__login, .header-gradient-blue #c7-account .c7-user-nav__account__login, .header-gradient-brown #c7-account .c7-user-nav__account__login, .header-gradient-yellow #c7-account .c7-user-nav__account__login, .sticky-header #c7-account .c7-user-nav__account__login, .search-active #c7-account .c7-user-nav__account__login, .header-color-blue #c7-account .c7-user-nav__account__name, .header-color-brown #c7-account .c7-user-nav__account__name, .header-gradient-black #c7-account .c7-user-nav__account__name, .header-gradient-blue #c7-account .c7-user-nav__account__name, .header-gradient-brown #c7-account .c7-user-nav__account__name, .header-gradient-yellow #c7-account .c7-user-nav__account__name, .sticky-header #c7-account .c7-user-nav__account__name, .search-active #c7-account .c7-user-nav__account__name {
  color: #fff;
}
@media only screen and (max-width: 39.9375em) {
  #c7-account .c7-user-nav__account__login span, #c7-account .c7-user-nav__account__name span {
    display: none;
  }
  #c7-account .c7-user-nav__account__login::after, #c7-account .c7-user-nav__account__name::after {
    content: "";
    display: block;
    background-image: url(assets/images/icons/icon-account-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    position: relative;
    top: 3px;
  }
  .header-color-blue #c7-account .c7-user-nav__account__login::after, .header-color-brown #c7-account .c7-user-nav__account__login::after, .mobile-nav-active #c7-account .c7-user-nav__account__login::after, .header-gradient-black #c7-account .c7-user-nav__account__login::after, .header-gradient-blue #c7-account .c7-user-nav__account__login::after, .header-gradient-brown #c7-account .c7-user-nav__account__login::after, .header-gradient-yellow #c7-account .c7-user-nav__account__login::after, .sticky-header #c7-account .c7-user-nav__account__login::after, .search-active #c7-account .c7-user-nav__account__login::after, .header-color-blue #c7-account .c7-user-nav__account__name::after, .header-color-brown #c7-account .c7-user-nav__account__name::after, .mobile-nav-active #c7-account .c7-user-nav__account__name::after, .header-gradient-black #c7-account .c7-user-nav__account__name::after, .header-gradient-blue #c7-account .c7-user-nav__account__name::after, .header-gradient-brown #c7-account .c7-user-nav__account__name::after, .header-gradient-yellow #c7-account .c7-user-nav__account__name::after, .sticky-header #c7-account .c7-user-nav__account__name::after, .search-active #c7-account .c7-user-nav__account__name::after {
    background-image: url(assets/images/icons/icon-account-light.svg);
  }
}

#c7-cart {
  display: inline-block;
}
#c7-cart .c7-user-nav__cart__title {
  font-size: 18px;
  line-height: 1;
}
#c7-cart .c7-user-nav__cart__title svg {
  stroke: var(--offblack);
}
.header-color-blue #c7-cart .c7-user-nav__cart__title svg, .header-color-brown #c7-cart .c7-user-nav__cart__title svg, .mobile-nav-active #c7-cart .c7-user-nav__cart__title svg, .header-gradient-black #c7-cart .c7-user-nav__cart__title svg, .header-gradient-blue #c7-cart .c7-user-nav__cart__title svg, .header-gradient-brown #c7-cart .c7-user-nav__cart__title svg, .header-gradient-yellow #c7-cart .c7-user-nav__cart__title svg, .sticky-header #c7-cart .c7-user-nav__cart__title svg, .search-active #c7-cart .c7-user-nav__cart__title svg {
  stroke: #fff;
}
#c7-cart .c7-user-nav__cart > button {
  padding: 0;
}
@media screen and (min-width: 40rem) {
  #c7-cart .c7-user-nav__cart > button {
    padding: 5px 0;
  }
}

.c7-checkout-logo {
  max-width: 300px !important;
}

.c7-checkout__footer {
  padding: 0 1rem;
}

.c7-checkout__header {
  background: transparent !important;
}

.page-template-page-c7-account .c7t-content {
  max-width: 70rem;
}

.c7-account__menu a {
  text-decoration: none;
}

.c7-account-details__delete-account {
  display: none;
}

.c7-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  padding: 0.90875rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-family: var(--alt-font-family);
  text-transform: uppercase;
  letter-spacing: 0.09375em;
  min-height: 0;
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
  background: var(--button-primary-background);
  color: var(--button-primary-color);
  border: 1px solid var(--button-primary-border-color);
  font-style: var(--button-primary-font-style);
}
.c7-btn:hover, .c7-btn:active, .c7-btn:focus {
  text-decoration: none;
}
.c7-btn:hover, .c7-btn:active, .c7-btn:focus {
  background: var(--button-primary-background-hover);
  color: var(--button-primary-color-hover);
  border-color: var(--button-primary-border-color-hover);
}

.c7-btn--alt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  padding: 0.90875rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-family: var(--alt-font-family);
  text-transform: uppercase;
  letter-spacing: 0.09375em;
  min-height: 0;
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
  background: var(--button-alt-background);
  color: var(--button-alt-color);
  border: 1px solid var(--button-alt-border-color);
  font-style: var(--button-alt-font-style);
}
.c7-btn--alt:hover, .c7-btn--alt:active, .c7-btn--alt:focus {
  text-decoration: none;
}
.c7-btn--alt:hover, .c7-btn--alt:active, .c7-btn--alt:focus {
  background: var(--button-alt-background-hover);
  color: var(--button-alt-color-hover);
  border-color: var(--button-alt-border-color-hover);
}

.products-intro-section {
  text-align: center;
}

.c7-product-collection {
  margin: 0 auto;
  max-width: 1196px;
}
.c7-product-collection > h1 {
  text-align: center;
}

.c7-product-collection__product-list, .c7-product-allocation__product-list {
  margin-bottom: 0;
}

.c7-product-collection--display-featured-products {
  margin-bottom: 2rem;
}
.c7-product-collection--display-featured-products .c7-product:first-of-type {
  background: #eee;
  padding: 2rem 2rem;
  border-radius: 16px;
}

.c7-product-collection__products .c7-product__teaser, .c7-product-collection__products .c7-product__add-to-cart {
  display: block;
}

@media screen and (min-width: 640px) {
  .c7-product-collection--1-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    row-gap: 80px;
  }
}

@media screen and (min-width: 640px) {
  .c7-product-collection--2-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c7-product-collection--2-cols.c7-product-collection--display-featured-products .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

.c7-product-collection--3-cols, .c7-personalization .c7-product-collection, .recipe-products .c7-product-collection {
  min-height: 0;
}
.c7-product-collection--3-cols .c7-product-collection__product-list, .c7-personalization .c7-product-collection .c7-product-collection__product-list, .recipe-products .c7-product-collection .c7-product-collection__product-list {
  max-width: 850px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 80px;
}
@media screen and (min-width: 768px) {
  .c7-product-collection--3-cols .c7-product-collection__product-list, .c7-personalization .c7-product-collection .c7-product-collection__product-list, .recipe-products .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c7-product-collection--3-cols.c7-product-collection--display-featured-products .c7-product:first-of-type, .c7-personalization .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type, .recipe-products .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .c7-product-collection--3-cols.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser p, .c7-product-collection--3-cols.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser .events .event__content--price, .events .c7-product-collection--3-cols.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser .event__content--price, .c7-personalization .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser p, .c7-personalization .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser .events .event__content--price, .events .c7-personalization .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser .event__content--price, .recipe-products .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser p, .recipe-products .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser .events .event__content--price, .events .recipe-products .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-product__teaser .event__content--price {
    text-align: center;
  }
  .c7-product-collection--3-cols.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-form, .c7-personalization .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-form, .recipe-products .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-form {
    max-width: 100%;
  }
}

.c7-product-collection--4-cols .c7-product-collection__product-list, .c7-product-collection .c7-product-collection__product-list {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 80px;
}
@media screen and (min-width: 768px) {
  .c7-product-collection--4-cols .c7-product-collection__product-list, .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .c7-product-collection--4-cols .c7-product-collection__product-list, .c7-product-collection .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 100px;
  }
}
@media screen and (min-width: 640px) {
  .c7-product-collection--4-cols.c7-product-collection--display-featured-products .c7-product:first-of-type, .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.c7-product-collection--4-cols.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-form, .c7-product-collection.c7-product-collection--display-featured-products .c7-product:first-of-type .c7-form {
  max-width: 100%;
}

.c7-product {
  display: flex;
  flex-direction: column;
}
.c7-product__teaser {
  margin-bottom: 0;
}
.c7-product__add-to-cart {
  margin-bottom: 0;
}
.c7-product__add-to-cart__price {
  font-size: 22px;
  margin-top: 0;
  font-family: var(--alt-font-family);
}
.c7-product__add-to-cart__price__variant {
  vertical-align: text-bottom;
  font-size: 16px;
}
.c7-product__add-to-cart__form {
  margin-bottom: 0;
}
.c7-product .c7-price--original {
  display: inline-block;
  width: 100%;
}
.c7-product .c7-price--discounted {
  font-weight: bold;
}
.c7-product img {
  max-height: 280px;
}
@media screen and (min-width: 48rem) {
  .c7-product img {
    max-height: 420px;
  }
}
.c7-product__photo {
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .c7-product-collection--1-cols .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 40rem) {
  .c7-product-collection--1-cols .c7-product .c7-product__photo {
    width: 30%;
  }
}
@media screen and (min-width: 40rem) {
  .c7-product-collection--1-cols .c7-product .c7-product__info {
    width: 70%;
  }
}
@media screen and (min-width: 54rem) {
  .c7-product-collection--2-cols .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 54rem) {
  .c7-product-collection--2-cols .c7-product .c7-product__photo {
    width: 30%;
  }
}
@media screen and (min-width: 54rem) {
  .c7-product-collection--2-cols .c7-product .c7-product__info {
    width: 70%;
  }
}
.c7-product-collection--3-cols .c7-product, .c7-product-collection--4-cols .c7-product, .c7-product-collection .c7-product {
  text-align: center;
}
.c7-product-collection--3-cols .c7-product .c7-product__photo, .c7-product-collection--4-cols .c7-product .c7-product__photo, .c7-product-collection .c7-product .c7-product__photo {
  margin-bottom: 0.5rem;
}
.c7-product-collection--3-cols .c7-product .c7-product__title, .c7-product-collection--3-cols .c7-product .c7-product__subtitle, .c7-product-collection--4-cols .c7-product .c7-product__title, .c7-product-collection--4-cols .c7-product .c7-product__subtitle, .c7-product-collection .c7-product .c7-product__title, .c7-product-collection .c7-product .c7-product__subtitle {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection--3-cols .c7-product .c7-product__title, .c7-product-collection--3-cols .c7-product .c7-product__subtitle, .c7-product-collection--4-cols .c7-product .c7-product__title, .c7-product-collection--4-cols .c7-product .c7-product__subtitle, .c7-product-collection .c7-product .c7-product__title, .c7-product-collection .c7-product .c7-product__subtitle {
    text-align: center;
  }
}
@media screen and (min-width: 48rem) {
  .c7-product-collection--3-cols .c7-product .c7-product__info, .c7-product-collection--4-cols .c7-product .c7-product__info, .c7-product-collection .c7-product .c7-product__info {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }
}
.c7-product-collection--3-cols .c7-product .c7-product__info--title .subtitle, .c7-product-collection--3-cols .c7-product .c7-product__info--title .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .c7-product-collection--3-cols .c7-product .c7-product__info--title button, .c7-product-collection--3-cols .c7-product .c7-product__info--title .back-link, .c7-product-collection--4-cols .c7-product .c7-product__info--title .subtitle, .c7-product-collection--4-cols .c7-product .c7-product__info--title .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .c7-product-collection--4-cols .c7-product .c7-product__info--title button, .c7-product-collection--4-cols .c7-product .c7-product__info--title .back-link, .c7-product-collection .c7-product .c7-product__info--title .subtitle, .c7-product-collection .c7-product .c7-product__info--title .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .c7-product-collection .c7-product .c7-product__info--title button, .c7-product-collection .c7-product .c7-product__info--title .back-link {
  margin-bottom: 0.25rem;
}
.c7-product-collection--3-cols .c7-product .c7-product__info--title a, .c7-product-collection--4-cols .c7-product .c7-product__info--title a, .c7-product-collection .c7-product .c7-product__info--title a {
  text-decoration: none;
}
.c7-product-collection--3-cols .c7-product .c7-product__add-to-cart, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart, .c7-product-collection .c7-product .c7-product__add-to-cart {
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
}
.c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__price, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__price, .c7-product-collection .c7-product .c7-product__add-to-cart__price {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__price, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__price, .c7-product-collection .c7-product .c7-product__add-to-cart__price {
    text-align: center;
  }
}
.c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__form, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__form, .c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__form, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__form, .c7-product-collection .c7-product .c7-product__add-to-cart__form {
    justify-content: center;
  }
}
.c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__form__quantity, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__form__quantity, .c7-product-collection .c7-product .c7-product__add-to-cart__form__quantity {
  display: none;
}
.c7-product-collection--3-cols .c7-product .c7-product__login-message, .c7-product-collection--4-cols .c7-product .c7-product__login-message, .c7-product-collection .c7-product .c7-product__login-message {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection--3-cols .c7-product .c7-product__login-message, .c7-product-collection--4-cols .c7-product .c7-product__login-message, .c7-product-collection .c7-product .c7-product__login-message {
    text-align: center;
  }
}
.c7-product-collection--3-cols .c7-product .c7-price--original, .c7-product-collection--4-cols .c7-product .c7-price--original, .c7-product-collection .c7-product .c7-price--original {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection--3-cols .c7-product .c7-price--original, .c7-product-collection--4-cols .c7-product .c7-price--original, .c7-product-collection .c7-product .c7-price--original {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .c7-product-collection--3-cols .c7-product .c7-btn, .c7-product-collection--4-cols .c7-product .c7-btn, .c7-product-collection .c7-product .c7-btn {
    font-size: 12px;
  }
}
.gifts-merchandise .c7-product .c7-product__add-to-cart {
  margin-top: 0;
}
.gifts-merchandise .c7-product .c7-product__add-to-cart fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  flex-wrap: wrap;
}
.gifts-merchandise .c7-product .c7-product__add-to-cart fieldset .c7-radio {
  display: inline-flex;
}
.gifts-merchandise .c7-product .c7-product__add-to-cart fieldset .c7-radio__control {
  margin-right: 5px;
}
.c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart {
  display: none;
}

.c7-personalization .c7-product__title {
  text-align: center;
}
.c7-personalization .c7-product__info {
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.c7-personalization .c7-product__teaser {
  margin-bottom: 1.5rem;
}
.c7-personalization .c7-product__add-to-cart {
  justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.c7-personalization .c7-product__add-to-cart__form {
  justify-content: center;
}

.c7-promo {
  position: relative;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .c7-promo {
    grid-column: span 1;
  }
}
@media screen and (min-width: 960px) {
  .c7-promo {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .c7-promo__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
  }
}
.c7-promo__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 28px;
}
@media only screen and (min-width: 40em) {
  .c7-promo__content {
    padding: 40px;
  }
}
.c7-promo__content * {
  color: #fff;
  text-decoration: none;
}
.c7-promo__content--price {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .c7-promo__content--price {
    font-size: 22px;
  }
}
.c7-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("assets/images/decorations/promo-decoration.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40%;
  height: 69%;
  z-index: 1;
}
.c7-promo::after {
  content: "";
  height: 66%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.c7-product-specs {
  max-width: 350px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .c7-product-specs {
    margin: 0 0 1.5rem;
    text-align: left;
  }
}
.c7-product-specs h2 {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .c7-product-specs h2 {
    text-align: left;
  }
}

.c7-product-spec {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .c7-product-spec {
    display: flex;
  }
}
.c7-product-spec div:first-child {
  font-weight: normal;
  padding-right: 2%;
}

.c7-product-detail {
  display: block;
  margin: 3rem 0 0;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
}
.c7-product-detail .c7-product img {
  max-height: none;
}
.c7-product-detail .c7-product__left-column {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__left-column {
    width: 55%;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c7-product-detail .c7-product__left-column .c7-product__photo {
    margin-bottom: 2rem;
  }
}
.c7-product-detail .c7-product__left-column .subtitle, .c7-product-detail .c7-product__left-column .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .c7-product-detail .c7-product__left-column button, .c7-product-detail .c7-product__left-column .back-link {
  margin-bottom: 12px;
}
.c7-product-detail .c7-product__left-column h1 {
  line-height: 1.1;
  margin-bottom: 22px;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__left-column h1 {
    margin-bottom: 2rem;
  }
}
.c7-product-detail .c7-product__right-column {
  position: sticky;
  top: 150px;
  text-align: center;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__right-column {
    width: 45%;
    text-align: center;
  }
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__right-column img {
    max-height: 640px;
  }
}
.c7-product-detail .c7-product__right-column .c7-product-detail__photo__thumbs {
  display: flex;
  justify-content: center;
}
.c7-product-detail .c7-product__right-column .c7-product-detail__photo__thumbs img {
  padding: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__right-column .destini-locator-class {
    margin-top: 3rem;
  }
}
.c7-product-detail .c7-product__photo {
  padding: 0;
}
.c7-product-detail .c7-product__details p, .c7-product-detail .c7-product__details .events .event__content--price, .events .c7-product-detail .c7-product__details .event__content--price {
  margin-bottom: 11px;
}
.c7-product-detail .c7-product__pdf {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.c7-product-detail .c7-product__more-info {
  margin-top: 3rem;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__more-info {
    margin-top: 6.125rem;
  }
}
.c7-product-detail .c7-product__more-info h2 {
  margin-bottom: 2.25rem;
}
.c7-product-detail .c7-product__more-info .subtitle, .c7-product-detail .c7-product__more-info .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .c7-product-detail .c7-product__more-info button, .c7-product-detail .c7-product__more-info .back-link {
  margin-bottom: 0;
}
.c7-product-detail .c7-product__more-info .c7-product__text--value {
  margin-top: 0.25rem;
}
.c7-product-detail .c7-product__more-info .c7-product__specs {
  margin-top: 28px;
  max-width: none;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__more-info .c7-product__specs {
    margin-top: 44px;
  }
}
.c7-product-detail .c7-product__more-info .c7-product__specs .subtitle, .c7-product-detail .c7-product__more-info .c7-product__specs .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .c7-product-detail .c7-product__more-info .c7-product__specs button, .c7-product-detail .c7-product__more-info .c7-product__specs .back-link {
  margin-bottom: 18px;
}
.c7-product-detail .c7-product__more-info .c7-product__specs .c7-product__spec {
  display: flex;
}
.c7-product-detail .c7-product__more-info .c7-product__specs .c7-product__spec--label {
  font-weight: 500;
  min-width: 100px;
}
.c7-product-detail .c7-product__subtitle {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: var(--c7-heading-font-family);
}
@media screen and (min-width: 40.0625rem) {
  .c7-product-detail .c7-product__subtitle {
    font-size: 2rem;
  }
}
.c7-product-detail .c7-product__add-to-cart {
  margin-top: 0;
  margin-bottom: 3rem;
}
.c7-product-detail .c7-product__add-to-cart__price {
  margin-bottom: 12px;
  line-height: 1;
}
.c7-product-detail .c7-product__add-to-cart__price__variant {
  vertical-align: baseline;
}
.c7-product-detail .c7-product__login-message {
  margin: 30px 0 50px;
  margin-top: 0;
}
.c7-product-detail .c7-product__variant {
  margin-bottom: 2rem;
}
.c7-product-detail .c7-product-specs {
  margin-top: 1.5rem;
}
.c7-product-detail .c7-product-spec div {
  font-size: 1rem;
}
.c7-product-detail .c7-product-spec div:first-child {
  text-transform: none;
}

.hide-variant-title .c7-product__variant__price__title {
  display: none;
}

.c7c-single-product {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.c7c-single-product .c7c-breadcrumbs {
  margin-bottom: 2rem;
}
.c7c-single-product .c7c-favorite-product-button, .c7c-single-product .c7c-waitlist-product-button {
  display: inline-block;
}
.c7c-single-product .c7c-favorite-product-button > input, .c7c-single-product .c7c-waitlist-product-button > input {
  font-size: 12px;
  min-height: auto;
  margin-top: 0;
}
.c7c-single-product .c7-product__info {
  margin-top: 2rem;
}

.c7-badge {
  display: block;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: -0.02rem;
  font-size: 13px;
  right: 1rem;
  top: -1rem;
}
.c7-badge--circle {
  background: #111; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #777, #111); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #777, #111); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 66px;
  border-radius: 50%;
  border-radius: 50%;
  height: 66px;
}
.c7-badge--crest {
  background: #FF8008; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #FFC837, #FF8008); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #FFC837, #FF8008); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 90px;
  height: 60px;
  padding-top: 1rem;
  color: white;
  border-radius: 0;
  top: -0.3rem;
  right: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (min-width: 40rem) {
  .c7-badge--crest {
    right: 3rem;
    font-size: 16px;
    width: 110px;
    height: 80px;
  }
}
.c7-badge--crest:after {
  border-top: 20px solid #FF8008;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -20px;
  width: 0;
}
@media screen and (min-width: 40rem) {
  .c7-badge--crest:after {
    border-top: 27px solid #FF8008;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    bottom: -27px;
  }
}
.c7-badge--12-point {
  background: #134E5E;
  width: 55px;
  height: 55px;
  right: -0.6rem;
  top: -0.4rem;
}
.c7-badge--12-point:before, .c7-badge--12-point:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 55px;
  width: 55px;
  background: #134E5E;
  z-index: -1;
}
.c7-badge--12-point:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.c7-badge--12-point:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}

.c7-side-cart__header h1, .c7-cart__header h1, .c7-order-summary h1, .c7-checkout__content h1, .c7-account h1 {
  font-size: 32px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .c7-side-cart__header h1, .c7-cart__header h1, .c7-order-summary h1, .c7-checkout__content h1, .c7-account h1 {
    font-size: 42px;
  }
}
.c7-side-cart__header h2, .c7-cart__header h2, .c7-order-summary h2, .c7-checkout__content h2, .c7-account h2 {
  font-size: 20px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .c7-side-cart__header h2, .c7-cart__header h2, .c7-order-summary h2, .c7-checkout__content h2, .c7-account h2 {
    font-size: 24px;
  }
}

.c7-table a, .c7-table--basic a {
  font-size: 14px;
}

.c7-hide-pickup #c7-delivery-pickup-tab, .c7-hide-pickup #c7-delivery-shipping-tab {
  display: none;
}

.c7-hide-skip .c7-btn--skip {
  display: none;
}

.c7-subscribe[data-has-name-field=true] .c7-form__group .c7-form__field + button {
  margin: 0;
  width: 100%;
}

.events-header {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
  }
}

.events-filter {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
@media only screen and (min-width: 40em) {
  .events-filter h2 {
    margin-bottom: 0;
  }
}
.events-filter label {
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (min-width: 64.0625em) {
  .events-filter select {
    min-width: 235px;
  }
}

form.filter-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
form.filter-form legend {
  display: none;
}
form.filter-form div {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 223px;
}
@media only screen and (min-width: 64.0625em) {
  form.filter-form div:last-of-type {
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  form.filter-form div {
    width: 100%;
    margin: 10px 0;
  }
}
form.filter-form div label {
  display: block;
}
@media only screen and (max-width: 64em) {
  form.filter-form div input, form.filter-form div select {
    width: 100%;
  }
}
form.filter-form div img {
  width: 13px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  pointer-events: none;
}

.events .event {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .events .event {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
  }
}
.events .event:last-of-type {
  margin-bottom: 0;
}
.events .event__image {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .events .event__image {
    width: 33%;
  }
  .event-drilldown .events .event__image {
    order: 2;
  }
}
@media only screen and (max-width: 64em) {
  .events .event__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem;
  }
}
.events .event__image img {
  width: 100%;
}
.events .event__image--date {
  background-color: var(--yellow1);
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.events .event__image--date span {
  display: block;
  margin-bottom: 0;
  line-height: 1;
  color: var(--offblack) !important;
}
@media only screen and (min-width: 64.0625em) {
  .events .event__content {
    width: 67%;
    padding-left: 7%;
  }
  .event-drilldown .events .event__content {
    order: 1;
    padding-left: 0;
    padding-right: 7%;
  }
}
@media only screen and (max-width: 64em) {
  .events .event__content {
    position: relative;
    z-index: 1;
  }
}
.events .event__content h2 a {
  text-decoration: none;
}
.events .event__content--date {
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  .events .event__content .button-wrapper {
    text-align: center;
  }
}
.events .event__content--info {
  display: flex;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .events .event__content--info {
    font-size: 20px;
  }
}
.events .event__content--info--icon {
  padding-right: 0.5rem;
}
.events .event__content--info--icon img {
  width: 18px;
}
@media only screen and (min-width: 40em) {
  .events .event__content--info--icon img {
    width: 24px;
  }
}
.events .event__content--info--time-location {
  display: flex;
}
.events .event__content--info--time-location span {
  padding: 0 8px;
}
@media only screen and (min-width: 40em) {
  .events .event__content--info--time-location span {
    padding: 0 10px;
  }
}

.event-drilldown .event__intro {
  text-align: center;
  margin-top: 30px;
}
.event-drilldown .event__intro--button {
  margin-top: 2rem;
}
.event-drilldown .event__image {
  margin-top: 60px;
}
.event-drilldown .event__content {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (min-width: 64.0625em) {
  .event-drilldown .event__content {
    margin-top: 90px;
  }
}
.event-drilldown .event__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .event-drilldown .event__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .event-drilldown .event__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2.25rem;
}
@media only screen and (min-width: 40em) {
  .event-drilldown .event__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .event-drilldown .event__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .event-drilldown .event__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.5rem;
  }
}

.recipes-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  column-gap: 20px;
  row-gap: 2rem;
}
@media only screen and (min-width: 40em) {
  .recipes-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 64.0625em) {
  .recipes-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
  }
}

.recipes-list__post--image {
  position: relative;
  aspect-ratio: 1/1; /* or 16 / 9, adjust as needed */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.recipes-list__post--image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
}
.recipes-list__post--image__varietal {
  background: var(--beige2);
  border: 1px solid var(--brown3);
  font-family: var(--alt-font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.140625em;
  padding: 0.5rem 1rem;
  color: var(--brown2);
  display: inline-flex;
  position: relative;
  bottom: -1.25rem;
  z-index: 5;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .recipes-list__post:nth-of-type(4) {
    grid-column: span 2;
  }
  .recipes-list__post:nth-of-type(4) .recipes-list__post--image {
    aspect-ratio: 2.05/1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .recipes-list__post:nth-of-type(5) {
    grid-column: span 1;
  }
}
.recipes-list__post--info {
  text-align: center;
  margin-top: 2.5rem;
}
.recipes-list__post--info h3 {
  margin-bottom: 0;
}
.recipes-list__post--info a {
  text-decoration: none;
}

.recipes-message {
  text-align: center;
  padding: 2rem 0;
}
.recipes-message + .pagination {
  display: none;
}

.recipe-drilldown .recipe__intro {
  text-align: center;
  margin-top: 30px;
}
.recipe-drilldown .recipe__intro--button {
  margin-top: 2rem;
}
.recipe-drilldown .recipe__image {
  margin-top: 60px;
}
.recipe-drilldown .recipe__content {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (min-width: 64.0625em) {
  .recipe-drilldown .recipe__content {
    margin-top: 90px;
  }
}
.recipe-drilldown .recipe__content--ingredients, .recipe-drilldown .recipe__content--instructions, .recipe-drilldown .recipe__content--outro, .recipe-drilldown .recipe__content--button {
  margin-top: 4.125rem;
}
.recipe-drilldown .recipe__content .subtitle, .recipe-drilldown .recipe__content .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .recipe-drilldown .recipe__content button, .recipe-drilldown .recipe__content .back-link {
  margin-top: 40px;
  margin-bottom: 10px;
}
.recipe-drilldown .recipe__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .recipe-drilldown .recipe__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .recipe-drilldown .recipe__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2.25rem;
}
@media only screen and (min-width: 40em) {
  .recipe-drilldown .recipe__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .recipe-drilldown .recipe__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .recipe-drilldown .recipe__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.5rem;
  }
}

.recipe-products__content {
  margin-bottom: 40px;
}

.header-banner {
  position: relative;
}
.header-banner__image {
  position: relative;
}
.header-banner__image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 200px;
}
@media only screen and (min-width: 40em) {
  .header-banner__image::before {
    height: 180px;
  }
}
.header-banner__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 320px;
}
@media only screen and (min-width: 40em) {
  .header-banner__image::after {
    height: 500px;
  }
}
.header-banner__image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .header-banner__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__image--desktop {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 40em) {
  .header-banner__content {
    max-width: 762px;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 1;
    padding-right: 3rem;
  }
}
.header-banner__content h1, .header-banner__content .h1 {
  font-size: clamp(3rem, 2.279rem + 2.745vw, 4.75rem);
  margin-bottom: 0.3em;
}
.header-banner__content p:last-of-type, .header-banner__content .events .event__content--price:last-of-type, .events .header-banner__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.header-banner__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .header-banner__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .header-banner__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .header-banner__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .header-banner__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .header-banner__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.5rem;
  }
}
.header-banner.header-banner-top-gradient-white .header-banner__image::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.header-banner.header-banner-top-gradient-black {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-top-gradient-black .header-banner__image::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 90%);
}
.header-banner.header-banner-top-gradient-brown {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-top-gradient-brown .header-banner__image::before {
  background: linear-gradient(180deg, rgba(49, 38, 29, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.header-banner.header-banner-top-gradient-blue {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-top-gradient-blue .header-banner__image::before {
  background: linear-gradient(180deg, rgba(46, 77, 88, 0.75) 10%, rgba(255, 255, 255, 0) 100%);
}
.header-banner.header-banner-top-gradient-blue h1, .header-banner.header-banner-top-gradient-blue .h1 {
  text-shadow: 0 0 25px #2E4D58;
}
.header-banner.header-banner-top-gradient-yellow {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-top-gradient-yellow .header-banner__image::before {
  background: linear-gradient(180deg, rgba(244, 175, 35, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.header-banner.header-banner-bottom-gradient-brown {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-bottom-gradient-brown .header-banner__image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #31261d 100%);
}
@media only screen and (max-width: 39.9375em) {
  .header-banner.header-banner-bottom-gradient-brown .header-banner__content {
    background-color: #31261D;
  }
}
.header-banner.header-banner-bottom-gradient-blue {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-bottom-gradient-blue .header-banner__image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #2e4d58 100%);
}
@media only screen and (max-width: 39.9375em) {
  .header-banner.header-banner-bottom-gradient-blue .header-banner__content {
    background-color: #2E4D58;
  }
}
.header-banner.header-banner-bottom-gradient-yellow {
  background-color: #000; /* Rectangle 4210 */
}
.header-banner.header-banner-bottom-gradient-yellow .header-banner__image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f4af23 100%);
}
@media only screen and (max-width: 39.9375em) {
  .header-banner.header-banner-bottom-gradient-yellow .header-banner__content {
    background-color: #F4AF23;
  }
}
.header-banner.header-banner-bottom-gradient-brown .header-banner__content *:not(.linkWhiteBtn), .header-banner.header-banner-bottom-gradient-blue .header-banner__content *:not(.linkWhiteBtn), .header-banner.header-banner-bottom-gradient-yellow .header-banner__content *:not(.linkWhiteBtn) {
  color: #fff;
}

.promo-banner {
  display: block;
  text-align: center;
  position: relative;
}
.promo-banner-yellow {
  background-color: var(--yellow1);
}
.promo-banner-yellow * {
  color: var(--brown3);
}
.promo-banner-blue {
  background-color: var(--blue);
}
.promo-banner-blue * {
  color: var(--white);
}
.promo-banner-brown {
  background-color: var(--brown3);
}
.promo-banner-brown * {
  color: var(--white);
}
.mobile-nav-active .promo-banner {
  display: none;
}
.promo-banner__wrapper {
  padding: 0.75rem 2.5rem;
}
.promo-banner p, .promo-banner .events .event__content--price, .events .promo-banner .event__content--price {
  font-size: 12px;
  font-family: var(--alt-font-family);
  font-weight: 700;
  font-size: clamp(0.813rem, 0.735rem + 0.294vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.140625em;
}
@media only screen and (min-width: 40em) {
  .promo-banner p, .promo-banner .events .event__content--price, .events .promo-banner .event__content--price {
    font-size: 14px;
  }
}
.promo-banner p:last-of-type, .promo-banner .events .event__content--price:last-of-type, .events .promo-banner .event__content--price:last-of-type {
  margin-bottom: 0;
}
.promo-banner a {
  text-decoration: underline !important;
}
.promo-banner .close {
  position: absolute;
  top: 8px;
  right: 1rem;
  width: 10px;
}
@media only screen and (min-width: 40em) {
  .promo-banner .close {
    width: 12px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .promo-banner .close {
    right: 2rem;
  }
}

.accordion-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.accordion {
  max-width: 690px;
  margin: 0 auto;
  /* title opened */
  /* title closed */
}
.accordion--item {
  border-bottom: 1px solid rgba(var(--lightgrey), 0.5);
}
.accordion--item:last-of-type {
  margin-bottom: 0;
}
.accordion--item__label {
  position: relative;
  padding: 1.25rem 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .accordion--item__label {
    padding-right: 0.5rem;
  }
}
.accordion--item__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.accordion--item__content p:last-of-type, .accordion--item__content .events .event__content--price:last-of-type, .events .accordion--item__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.accordion .minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 572px;
}
.accordion .minimalist-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
.accordion .minimalist-accordion__header {
  display: block;
}
.accordion .minimalist-accordion__header[aria-expanded=true]:before {
  content: "";
  background-image: url(assets/images/icons/icon-minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
.background-blue .accordion .minimalist-accordion__header[aria-expanded=true]:before, .background-brown .accordion .minimalist-accordion__header[aria-expanded=true]:before {
  background-image: url(assets/images/icons/icon-minus-white.svg);
}
@media only screen and (max-width: 39.9375em) {
  .accordion .minimalist-accordion__header[aria-expanded=true]:before {
    right: 0;
  }
}
.accordion .minimalist-accordion__header[aria-expanded=false]:before {
  content: "";
  background-image: url(assets/images/icons/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
.background-blue .accordion .minimalist-accordion__header[aria-expanded=false]:before, .background-brown .accordion .minimalist-accordion__header[aria-expanded=false]:before {
  background-image: url(assets/images/icons/icon-plus-white.svg);
}
@media only screen and (max-width: 39.9375em) {
  .accordion .minimalist-accordion__header[aria-expanded=false]:before {
    right: 0;
  }
}

.basic-content-section .content-wrapper, .basic-content-section .video-width-narrow, .basic-content-section .video-width-standard {
  max-width: 46.625rem;
}
.basic-content-section .content-wrapper.wide-wrapper, .basic-content-section .wide-wrapper.video-width-narrow, .basic-content-section .wide-wrapper.video-width-standard {
  max-width: var(--content-max-width);
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .content-columns {
    column-gap: 2rem;
  }
}
.basic-content-section .content-columns-1 {
  display: block;
}
.basic-content-section .content-columns-1 .column {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-2 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-3 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .content-columns-3 .column {
    width: 33.33%;
  }
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-4 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .basic-content-section .content-columns-4 .column {
    width: 25%;
  }
}
.basic-content-section p:last-of-type, .basic-content-section .events .event__content--price:last-of-type, .events .basic-content-section .event__content--price:last-of-type {
  margin-bottom: 0;
}
.basic-content-section p + ul, .basic-content-section .events .event__content--price + ul, .events .basic-content-section .event__content--price + ul {
  margin-top: var(--paragraph-margin-bottom);
}
.basic-content-section p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .basic-content-section .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .basic-content-section .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2.25rem;
}
@media only screen and (min-width: 40em) {
  .basic-content-section p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .basic-content-section .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .basic-content-section .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.5rem;
  }
}

.basic-content-section-option-1 {
  position: relative;
}
.basic-content-section-option-1::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  top: -30%;
  width: 24.375%;
  padding-bottom: 50%;
  background-image: url(assets/images/decorations/basic-content-option-1-right.svg);
  background-position: bottom right;
}

.basic-content-section-option-2 {
  position: relative;
}
.basic-content-section-option-2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  top: -20%;
  width: 26%;
  padding-bottom: 45%;
  background-image: url(assets/images/decorations/basic-content-option-2-left.svg);
  background-position: top left;
}

.clubs-section {
  position: relative;
}
.clubs-section::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  top: 0;
  width: 25%;
  padding-bottom: 38%;
  background-image: url(assets/images/decorations/club-section-left.svg);
  background-position: top left;
}

.club-select {
  width: 100%;
}
.club-select fieldset {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 1rem;
}
.club-select select {
  width: 100%;
  flex: 1;
  height: 44px;
}
.club-select .linkBtn, .club-select .age-gate button.age-gate__submit, .age-gate .club-select button.age-gate__submit, .club-select .gform_wrapper form input[type=submit], .gform_wrapper form .club-select input[type=submit] {
  height: 44px;
  padding: 1em 1.5em;
}

.club-other-info {
  margin-top: 4rem;
}

.column-slider .column-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 0;
}
@media only screen and (min-width: 40em) {
  .column-slider .column-slide {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .column-slider .column-slide {
    padding: 0 21px;
  }
}
.column-slider .column-slide__image {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 0;
  height: auto;
  aspect-ratio: 1/1.25;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 64.0625em) {
  .column-slider .column-slide__image {
    transition: padding 0.25s linear;
  }
}
@media only screen and (min-width: 64.0625em) {
  .column-slider .column-slide__image img {
    width: 100%;
    object-fit: cover;
    position: relative;
    object-position: center;
    height: auto !important;
    aspect-ratio: 1/1;
    transition: all 0.25s linear;
  }
}
.column-slider .column-slide__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  width: 100%;
  min-height: 0;
  margin-top: 0;
}
.column-slider .column-slide__content p:last-of-type, .column-slider .column-slide__content .events .event__content--price:last-of-type, .events .column-slider .column-slide__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.column-slider .column-slide__link {
  margin-top: 2rem;
}
.column-slider .slick-track {
  display: flex !important;
}
.column-slider .slick-slide {
  height: inherit !important;
}
.column-slider .slick-slide > div {
  height: 100%;
}
.column-slider .slick-current .column-slide__image {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .column-slider .slick-current .column-slide__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: auto !important;
    aspect-ratio: 1/1.25;
  }
}

.image-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .image-and-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
.image-and-content:last-of-type {
  margin-bottom: 0;
}
.image-and-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-wrapper {
    display: flex;
  }
}
.image-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image {
    width: 49.5%;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.image-and-content__image img {
  width: 100%;
}
.image-and-content__content {
  position: relative;
  background-size: 500px;
  background-repeat: repeat;
  background-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    background-size: 750px;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    width: 50.5%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content__content {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .image-and-content__content {
    padding: 2rem 5rem;
  }
}
.image-and-content__content--wrapper {
  position: relative;
  z-index: 2;
}
.image-and-content__content--titlerow {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content--titlerow {
    margin-bottom: 3rem;
  }
}
.image-and-content__content--titlerow img {
  max-height: 43px;
  margin-left: 1rem;
}
.image-and-content__content--titlerow .featured-image-and-content__content--title {
  margin-bottom: 0;
}
.image-and-content__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.image-and-content__content .italic-text {
  margin-bottom: 2rem;
}
.image-and-content__content p:last-of-type, .image-and-content__content .events .event__content--price:last-of-type, .events .image-and-content__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.image-and-content__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .image-and-content__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .image-and-content__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .image-and-content__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .image-and-content__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.75rem;
  }
}
.image-and-content__content--price {
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-top: 2rem;
}
.image-and-content__content--price span {
  font-size: 12px;
  font-style: italic;
}
.image-and-content__content--price + .image-and-content__content--link {
  margin-top: 1rem;
}
.image-and-content__content .disp-content p:last-of-type, .image-and-content__content .disp-content .events .event__content--price:last-of-type, .events .image-and-content__content .disp-content .event__content--price:last-of-type {
  margin-bottom: 1.25rem;
}
.image-and-content__content--link {
  margin-top: 1rem;
}
.image-and-content.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__content {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__content.wide-content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.narrower-image .image-and-content__image {
    width: 40%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.narrower-image .image-and-content__content {
    width: 60%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__image {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__content {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__content.wide-content {
    padding-right: 0;
  }
}

.image-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .image-and-content-bottom-image-section .image-and-content.image-only {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-bottom-image-section .image-and-content.image-only {
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content-bottom-image-section .image-and-content.image-only .image-and-content__image {
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-bottom-image-section .image-and-content.image-only .image-and-content__image {
    margin-left: auto;
    padding-left: 5rem;
  }
}
.image-and-content-bottom-image-section .image-and-content.image-only .image-and-content__image img {
  width: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-bottom-image-section .image-and-content__content {
    padding-top: 4.375rem;
    justify-content: flex-start;
  }
}
.image-and-content-bottom-image-section .image-and-content__content--image {
  margin-top: 4rem;
}
@media only screen and (max-width: 39.9375em) {
  .image-and-content-bottom-image-section .image-and-content__content--image img {
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-bottom-image-section .image-and-content__content--image {
    margin-top: 9.75rem;
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .image-and-content-bottom-image-section.overlap-section .image-and-content__content {
    padding-top: 15.625rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-bottom-image-section.overlap-section .image-and-content__content--image {
    margin-top: 7.25rem;
  }
}

.image-and-content-section-option-1 {
  position: relative;
}
.image-and-content-section-option-1::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 41.5%;
  padding-bottom: 47%;
  background-image: url(assets/images/decorations/image-and-content-option-1-left.svg);
  background-position: top left;
}

.image-and-content-section-option-2 {
  position: relative;
}
.image-and-content-section-option-2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  left: 0;
  bottom: 5%;
  width: 26%;
  padding-bottom: 29%;
  background-image: url(assets/images/decorations/image-and-content-option-2-left.svg);
  background-position: top left;
}

.image-and-content-scroll-section .content-wrapper, .image-and-content-scroll-section .video-width-narrow, .image-and-content-scroll-section .video-width-standard {
  position: static;
}

.image-and-content-scroll-block {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block {
    display: flex;
  }
}
.image-and-content-scroll-block__images {
  position: sticky;
  top: 125px;
  height: 100vh;
  height: 90vh;
  width: 49.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__images {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__images {
    padding: 5.875rem 7.5rem;
    padding: 0;
  }
}
.image-and-content-scroll-block__images--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-and-content-scroll-block__images .block-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  height: 90vh;
  height: calc(90vh - 125px);
}
.image-and-content-scroll-block__images .block-image img {
  object-fit: cover;
  height: 100% !important;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__content {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content {
    width: 50.5%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content-scroll-block__content {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .image-and-content-scroll-block__content {
    padding: 0 5rem;
  }
}
.image-and-content-scroll-block__content--wrapper {
  position: relative;
  z-index: 2;
}
.image-and-content-scroll-block__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.image-and-content-scroll-block__content .italic-text {
  margin-bottom: 2rem;
}
.image-and-content-scroll-block__content p:last-of-type, .image-and-content-scroll-block__content .events .event__content--price:last-of-type, .events .image-and-content-scroll-block__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.image-and-content-scroll-block__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .image-and-content-scroll-block__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .image-and-content-scroll-block__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content-scroll-block__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .image-and-content-scroll-block__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .image-and-content-scroll-block__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2.75rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content .image-and-content-scroll {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
.image-and-content-scroll-block__content .image-and-content-scroll__image {
  padding: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content-scroll-block__content .image-and-content-scroll__image {
    padding: 3.25rem;
  }
}
.image-and-content-scroll-block__content .image-and-content-scroll__image img {
  width: 100%;
  opacity: 0;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content .image-and-content-scroll__image {
    display: none;
  }
}
.image-and-content-scroll-block.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .scroll-nav-wrapper {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .image-and-content-scroll-block__images {
    order: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .image-and-content-scroll-block__content {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .scroll-nav-wrapper {
    order: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .image-and-content-scroll-block__images {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .image-and-content-scroll-block__content {
    order: 2;
  }
}

.scroll-nav-wrapper {
  position: sticky;
  top: 20vh;
  height: 100vh;
}
@media only screen and (max-width: 64em) {
  .scroll-nav-wrapper {
    display: none;
  }
}

.scroll-nav {
  position: absolute;
  top: 20vh;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  padding-top: 3rem;
  margin-bottom: 0;
}
.scroll-nav li {
  position: relative;
  display: block;
  margin: 8px 0;
  padding: 0;
  cursor: pointer;
}
.scroll-nav li:first-of-type {
  margin-top: 0;
}
.scroll-nav li:last-of-type {
  margin-bottom: 0;
}
.scroll-nav li a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.background-blue .scroll-nav li a, .background-brown .scroll-nav li a {
  border-color: #fff;
}
.scroll-nav li a:hover, .scroll-nav li a:focus {
  background-color: #000;
  border: 1px solid #000;
}
.background-blue .scroll-nav li a:hover, .background-brown .scroll-nav li a:hover, .background-blue .scroll-nav li a:focus, .background-brown .scroll-nav li a:focus {
  background-color: #fff;
  border-color: #fff;
}
.scroll-nav li a.active {
  height: 28px;
  border: 1px solid #000;
  border-radius: 13px;
}
.background-blue .scroll-nav li a.active, .background-brown .scroll-nav li a.active {
  border-color: #fff;
}

.image-and-image-overlap-section .content-wrapper, .image-and-image-overlap-section .video-width-narrow, .image-and-image-overlap-section .video-width-standard {
  z-index: 1;
}
.image-and-image-overlap-section__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-image-overlap-section__title {
    margin-bottom: 90px;
  }
}

.image-and-image-overlap {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image-overlap {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-image-overlap {
    max-width: 640px;
    margin: 0 auto;
  }
}
.image-and-image-overlap__image img {
  width: 100%;
}
.image-and-image-overlap:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image-overlap--left {
    width: 41%;
    padding-top: 5rem;
  }
}
.image-and-image-overlap--right {
  margin-top: 3rem;
  margin-bottom: -8rem;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image-overlap--right {
    width: 49%;
    margin-top: 0;
    margin-bottom: -16.5rem;
  }
}

.section-intro {
  margin-bottom: 3.25rem;
}

.midpage-banner {
  position: relative;
}
.midpage-banner__image {
  position: relative;
}
.midpage-banner__image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 200px;
}
@media only screen and (min-width: 40em) {
  .midpage-banner__image::before {
    height: 280px;
  }
}
.midpage-banner__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 320px;
}
@media only screen and (min-width: 40em) {
  .midpage-banner__image::after {
    height: 500px;
  }
}
.midpage-banner__image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .midpage-banner__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner__image--desktop {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 40em) {
  .midpage-banner__content {
    max-width: 762px;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 1;
    padding-right: 3rem;
  }
}
.midpage-banner__content h1, .midpage-banner__content .h1 {
  font-size: clamp(3rem, 2.279rem + 2.745vw, 4.75rem);
}
.midpage-banner__content .h3 {
  margin-bottom: 0;
}
.midpage-banner__content p:last-of-type, .midpage-banner__content .events .event__content--price:last-of-type, .events .midpage-banner__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.midpage-banner__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .midpage-banner__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .midpage-banner__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .midpage-banner__content p:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .midpage-banner__content .events .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn), .events .midpage-banner__content .event__content--price:has(.linkBtn, .age-gate button.age-gate__submit, .gform_wrapper form input[type=submit], .linkAltBtn, .linkWhiteBtn) {
    margin-top: 2rem;
  }
}
.midpage-banner.midpage-banner-top-gradient-brown {
  background-color: #000; /* Rectangle 4210 */
}
.midpage-banner.midpage-banner-top-gradient-brown .midpage-banner__image::before {
  background: linear-gradient(180deg, #31261d 0%, rgba(0, 0, 0, 0) 100%);
}
.midpage-banner.midpage-banner-top-gradient-blue {
  background-color: #000; /* Rectangle 4210 */
}
.midpage-banner.midpage-banner-top-gradient-blue .midpage-banner__image::before {
  background: linear-gradient(180deg, #2e4d58 10%, rgba(0, 0, 0, 0) 100%);
}
.midpage-banner.midpage-banner-top-gradient-yellow {
  background-color: #000; /* Rectangle 4210 */
}
.midpage-banner.midpage-banner-top-gradient-yellow .midpage-banner__image::before {
  background: linear-gradient(180deg, #f4af23 0%, rgba(0, 0, 0, 0) 100%);
}
.midpage-banner.midpage-banner-bottom-gradient-brown {
  background-color: #000; /* Rectangle 4210 */
}
.midpage-banner.midpage-banner-bottom-gradient-brown .midpage-banner__image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #31261d 100%);
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner.midpage-banner-bottom-gradient-brown .midpage-banner__content {
    background-color: #31261D;
  }
}
.midpage-banner.midpage-banner-bottom-gradient-blue {
  background-color: #000; /* Rectangle 4210 */
}
.midpage-banner.midpage-banner-bottom-gradient-blue .midpage-banner__image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #2e4d58 100%);
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner.midpage-banner-bottom-gradient-blue .midpage-banner__content {
    background-color: #2E4D58;
  }
}
.midpage-banner.midpage-banner-bottom-gradient-yellow {
  background-color: #000; /* Rectangle 4210 */
}
.midpage-banner.midpage-banner-bottom-gradient-yellow .midpage-banner__image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #f4af23 100%);
}
@media only screen and (max-width: 39.9375em) {
  .midpage-banner.midpage-banner-bottom-gradient-yellow .midpage-banner__content {
    background-color: #F4AF23;
  }
}
.midpage-banner.midpage-banner-bottom-gradient-brown .midpage-banner__content *:not(.linkWhiteBtn), .midpage-banner.midpage-banner-bottom-gradient-blue .midpage-banner__content *:not(.linkWhiteBtn), .midpage-banner.midpage-banner-bottom-gradient-yellow .midpage-banner__content *:not(.linkWhiteBtn) {
  color: #fff;
}

@media only screen and (min-width: 40em) {
  .midpage-image__mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .midpage-image__desktop {
    display: none;
  }
}
.midpage-image img {
  width: 100%;
}

.page-menu {
  text-align: center;
}
.page-menu .page-menu-wrapper {
  margin: 0 auto;
}
@media only screen and (max-width: 39.9375em) {
  .page-menu .page-menu-wrapper {
    padding: 0.25rem 0;
  }
}
.page-menu .page-menu-wrapper label {
  text-align: left;
  margin-bottom: 0.25rem;
  width: 100%;
  display: block;
}
.page-menu .page-menu-wrapper select {
  background: #FFFFFF;
  border: 1px solid rgba(94, 79, 71, 0.35);
  border-radius: 0;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .page-menu .page-menu-wrapper select {
    display: none;
  }
}
.page-menu .page-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--alt-font-family);
  font-weight: 700;
  font-size: clamp(0.813rem, 0.735rem + 0.294vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.140625em;
  margin-top: 10px;
  margin-bottom: 1.625rem;
  color: var(--brown2);
  position: relative;
}
@media only screen and (min-width: 40em) {
  .page-menu .page-menu-wrapper ul {
    font-size: 15px;
  }
}
.page-menu .page-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(49, 38, 29, 0.5);
}
@media only screen and (max-width: 39.9375em) {
  .page-menu .page-menu-wrapper > ul {
    display: none;
  }
}
.page-menu .page-menu-wrapper a {
  color: var(--brown1);
  display: block;
  text-decoration: none;
  padding: 0 0.75rem;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .page-menu .page-menu-wrapper a {
    padding: 0 1rem;
  }
}
.page-menu .page-menu-wrapper a:hover, .page-menu .page-menu-wrapper a:focus, .page-menu .page-menu-wrapper a:active {
  color: var(--primary-navigation-anchor-color);
}
.page-menu .page-menu-wrapper .current-menu-item > a, .page-menu .page-menu-wrapper .current-menu-parent > a, .page-menu .page-menu-wrapper .hover > a {
  color: var(--primary-navigation-anchor-color);
}

.section-quote .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
}
.section-quote .subtitle, .section-quote .timeline-blocks .timeline-years .slick-dots button, .timeline-blocks .timeline-years .slick-dots .section-quote button, .section-quote .back-link {
  text-align: center;
  margin-bottom: 2.25rem;
}

.quote-section-option-1 {
  position: relative;
}
.quote-section-option-1::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  top: 0;
  width: 53.61%;
  padding-bottom: 50%;
  background-image: url(assets/images/decorations/quote-option-1-right.svg);
  background-position: bottom right;
}

.quote-section-option-2 {
  position: relative;
}
.quote-section-option-2::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 37.65%;
  padding-bottom: 40%;
  background-image: url(assets/images/decorations/quote-option-2-right.svg);
  background-position: bottom right;
}

.quote-section-option-3 {
  position: relative;
}
.quote-section-option-3::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  top: 3%;
  width: 33.8%;
  padding-bottom: 40%;
  background-image: url(assets/images/decorations/quote-option-3-right.svg);
  background-position: top right;
}

.quote-section-option-4 {
  position: relative;
}
.quote-section-option-4::before, .quote-section-option-4::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.quote-section-option-4::before {
  top: 0;
  left: 0;
  padding-bottom: 66%;
  width: 26%;
  background-image: url(assets/images/decorations/quote-option-4-left.svg);
  background-position: top left;
}
.quote-section-option-4::after {
  right: 0;
  top: -35%;
  width: 27.65%;
  padding-bottom: 150%;
  background-image: url(assets/images/decorations/quote-option-4-right.svg);
  background-position: top right;
}
.quote-section-option-4 .content-wrapper, .quote-section-option-4 .video-width-narrow, .quote-section-option-4 .video-width-standard {
  z-index: 1;
}

.quote-section-option-5 {
  position: relative;
}
.quote-section-option-5::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  bottom: 0%;
  width: 18.33%;
  padding-bottom: 60%;
  background-image: url(assets/images/decorations/quote-option-5-right.svg);
  background-position: bottom right;
}

.quote {
  text-align: center;
}
.quote .quote-wrapper {
  max-width: 54.625rem;
  margin: 0 auto;
}
.quote blockquote {
  margin: 0;
}
.quote blockquote p, .quote blockquote .events .event__content--price, .events .quote blockquote .event__content--price {
  font-family: var(--heading-font-family);
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.046875em;
  line-height: 1.571428571;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.quote cite {
  font-family: var(--heading-font-family);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  text-align: center;
  letter-spacing: 0.105em;
}
@media only screen and (min-width: 64.0625em) {
  .quote cite {
    font-size: 13px;
  }
}
.quote cite span {
  font-weight: 400;
}

.recipes-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  column-gap: 20px;
  row-gap: 2rem;
}
@media only screen and (max-width: 64em) {
  .recipes-block {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .recipes-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recipes-block .recipes-list__post--image {
  aspect-ratio: 65/54;
}

.recipes-list__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recipes-list__column--recipes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  column-gap: 20px;
  row-gap: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .recipes-list__column--recipes {
    grid-template-columns: repeat(2, 1fr);
  }
}

.team-members-section {
  z-index: 2 !important;
}
.team-members-section .content-wrapper, .team-members-section .video-width-narrow, .team-members-section .video-width-standard {
  max-width: 76.5rem;
}

.team-members {
  display: grid;
  column-gap: 20px;
  row-gap: 3.5rem;
}
.team-members--two {
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--two {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.75rem;
  }
}
.team-members--three {
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--three {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team-members--four {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--four {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member__image {
    max-width: 208px;
  }
}
.team-member__image img {
  width: 100%;
}
.team-member__content {
  transition: all 200ms ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0.5rem;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member__content {
    margin-top: 0;
    padding: 0;
    padding-left: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--two .team-member__content {
    padding-left: 2rem;
  }
}
.team-member__content p, .team-member__content .events .event__content--price, .events .team-member__content .event__content--price {
  font-size: 14px;
}
.team-member__content p:last-of-type, .team-member__content .events .event__content--price:last-of-type, .events .team-member__content .event__content--price:last-of-type {
  margin-bottom: 0;
}
.team-member__content--button {
  margin-top: auto;
}
.team-member__name {
  margin-bottom: 0.5rem;
}
.team-member__name + .subtitle, .timeline-blocks .timeline-years .slick-dots .team-member__name + button, .team-member__name + .back-link {
  margin-top: 0;
  margin-bottom: 0;
}
.team-member__contact {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.team-member__contact a {
  display: block;
  color: var(--brown2);
  text-decoration: underline;
}

.timeline-blocks {
  display: flex;
  flex-direction: column;
}
.timeline-blocks .slick-prev, .timeline-blocks .slick-next {
  top: 0.6rem;
}
@media only screen and (max-width: 64em) {
  .timeline-blocks .slick-prev, .timeline-blocks .slick-next {
    position: absolute;
  }
}
@media only screen and (min-width: 64.0625em) {
  .timeline-blocks .slick-prev, .timeline-blocks .slick-next {
    top: 2.3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .timeline-blocks .slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .timeline-blocks .slick-next {
    right: 0;
  }
}
.timeline-blocks .timeline-years {
  position: relative;
  margin-bottom: 0;
  order: 1;
  max-width: 74.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .timeline-blocks .timeline-years {
    display: none;
  }
}
.timeline-blocks .timeline-years .slick-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
}
.timeline-blocks .timeline-years .slick-dots li {
  display: inline-flex;
  position: relative;
  vertical-align: bottom;
  margin: 0;
  text-align: center;
}
.timeline-blocks .timeline-years .slick-dots li .undefined {
  display: none;
}
.timeline-blocks .timeline-years .slick-dots button {
  height: auto;
  width: auto;
  background-color: transparent;
  line-height: 1.4;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  color: var(--offblack);
}
.timeline-blocks .timeline-years .slick-dots button span {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--offblack);
  background-color: var(--beige1);
  z-index: 5;
}
.timeline-blocks .timeline-years .slick-dots button span::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 2;
}
.timeline-blocks .timeline-years .slick-dots li.slick-active button span::after, .timeline-blocks .timeline-years .slick-dots li:hover button span::after {
  background-color: var(--offblack);
}
.timeline-blocks .timeline-years .slick-dots li.slick-active .noteworthy-text, .timeline-blocks .timeline-years .slick-dots li:hover .noteworthy-text {
  visibility: visible;
  opacity: 1;
}
.timeline-blocks .timeline-years .timeline-line {
  width: 95%;
  height: 1px;
  background-color: var(--offblack);
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-blocks .timeline-years .timeline-line .content-wrapper, .timeline-blocks .timeline-years .timeline-line .video-width-narrow, .timeline-blocks .timeline-years .timeline-line .video-width-standard {
  max-width: 1000px;
  margin-bottom: 0;
}
.timeline-blocks .timeline-years .timeline-line__active {
  background-color: #000;
  bottom: -1px;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 0;
  z-index: 1;
}
.timeline-blocks .slick-list {
  order: 2;
}

.timeline-block__intro {
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .timeline-block__intro {
    margin-top: 7.25rem;
  }
}
.timeline-block .midpage-image {
  margin-top: 2.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .timeline-block .midpage-image {
    margin-top: 3.25rem;
  }
}
.timeline-block__content {
  max-width: 46.625rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .timeline-block__content {
    margin-top: 5.625rem;
  }
}
.timeline-block__content--link {
  margin-top: 2.25rem;
}
@media only screen and (min-width: 40em) {
  .timeline-block__content--link {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 64em) {
  .featured-product {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .featured-product {
    margin-top: 6.25rem;
    display: flex;
  }
}
.featured-product__bottle-image {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .featured-product__bottle-image {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: -5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .featured-product__bottle-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -6.65%;
    width: 13.5%;
  }
}
.featured-product__content {
  background: var(--yellow1);
  padding: 3rem 2rem;
  padding-top: 6rem;
}
@media only screen and (min-width: 64.0625em) {
  .featured-product__content {
    padding: 2rem 7.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .featured-product__image {
    width: 50%;
  }
}

.two-offset-column-section {
  position: relative;
}
.two-offset-column-section::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  top: 0;
  width: 37.5%;
  padding-bottom: 34%;
  background-image: url(assets/images/decorations/two-offset-columns-right.svg);
  background-position: bottom right;
}
.two-offset-column-section .content-wrapper, .two-offset-column-section .video-width-narrow, .two-offset-column-section .video-width-standard {
  z-index: 1;
}
.two-offset-column-section__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .two-offset-column-section__title {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 64em) {
  .two-offset-columns {
    max-width: 640px;
    margin: 0 auto;
  }
}
.two-offset-columns:last-of-type {
  margin-bottom: 0;
}
.two-offset-columns-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .two-offset-columns .two-offset-column {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns .two-offset-column--left {
    width: 50%;
  }
}
@media only screen and (max-width: 64em) {
  .two-offset-columns .two-offset-column--right {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns .two-offset-column--right {
    width: 40%;
    padding-top: 13.75rem;
  }
}
.two-offset-columns .two-offset-column__image img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .two-offset-columns .two-offset-column__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offset-columns .two-offset-column__content {
    padding: 30px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .two-offset-columns .two-offset-column__content {
    padding: 30px 40px 0;
  }
}

.featured-two-images-and-content-section .content-wrapper, .featured-two-images-and-content-section .video-width-narrow, .featured-two-images-and-content-section .video-width-standard {
  z-index: 1;
}
.featured-two-images-and-content-section__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .featured-two-images-and-content-section__title {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 64em) {
  .two-offsetting-images {
    max-width: 640px;
    margin: 0 auto;
  }
}
.two-offsetting-images:last-of-type {
  margin-bottom: 0;
}
.two-offsetting-images-wrapper {
  position: relative;
  width: 100%;
  max-width: 68.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .two-offsetting-images .two-offsetting-image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images .two-offsetting-image--left {
    width: 60%;
  }
}
@media only screen and (max-width: 64em) {
  .two-offsetting-images .two-offsetting-image--right {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images .two-offsetting-image--right {
    width: 29%;
    padding-top: 13.75rem;
  }
}
.two-offsetting-images .two-offsetting-image__image img {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .two-offsetting-images .two-offsetting-image__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-offsetting-images .two-offsetting-image__content {
    padding: 30px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .two-offsetting-images .two-offsetting-image__content {
    padding: 30px 40px 0;
  }
}

.video-width-full {
  width: 100%;
}

.video-width-narrow {
  max-width: 43.125rem;
  margin: 0 auto;
}

.video-section__video {
  position: relative;
}
.video-section__video video {
  display: block;
  width: 100%;
}

.video-section__video .mute-video,
.video-section__video .play-pause-video {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__video .mute-video svg,
.video-section__video .play-pause-video svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video svg,
  .video-section__video .play-pause-video svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video svg.icon-pause,
  .video-section__video .play-pause-video svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__video .play-pause-video {
  left: initial;
  right: 2rem;
}
.video-section__video--no-autoplay .video-section__video--wrapper .mute-video,
.video-section__video--no-autoplay .video-section__video--wrapper .play-pause-video {
  z-index: -1;
}
.video-section__video--yes-autoplay .video-section__video--wrapper .mute-video,
.video-section__video--yes-autoplay .video-section__video--wrapper .play-pause-video,
.video-section__video--yes-autoplay .video-section__video--wrapper video {
  z-index: 1;
}
.video-section__video--playing {
  background: none !important;
}
.video-section__video--playing .video-section__video--wrapper .play-video {
  display: none !important;
}
.video-section__video--playing .video-section__video--wrapper .mute-video,
.video-section__video--playing .video-section__video--wrapper .play-pause-video {
  z-index: 1;
}
.video-section__video .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__video .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.video-section__vimeo {
  position: relative;
}
.video-section__vimeo iframe {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  border: 0;
}
@media only screen and (min-width: 40em) {
  .video-section__vimeo iframe {
    width: auto;
  }
}
.video-section__vimeo__video iframe {
  z-index: -1;
}
.video-section__vimeo .mute-video-vimeo,
.video-section__vimeo .play-pause-video-vimeo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__vimeo .mute-video-vimeo svg,
.video-section__vimeo .play-pause-video-vimeo svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo svg,
  .video-section__vimeo .play-pause-video-vimeo svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo svg.icon-pause,
  .video-section__vimeo .play-pause-video-vimeo svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__vimeo .play-pause-video-vimeo {
  left: initial;
  right: 2rem;
}
.video-section__vimeo--no-autoplay .video-section__vimeo--wrapper .mute-video-vimeo,
.video-section__vimeo--no-autoplay .video-section__vimeo--wrapper .play-pause-video-vimeo {
  z-index: -1;
}
.video-section__vimeo--playing {
  background: none !important;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper iframe {
  z-index: 1;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper .play-video-vimeo {
  display: none !important;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper .mute-video-vimeo,
.video-section__vimeo--playing .video-section__vimeo--wrapper .play-pause-video-vimeo {
  z-index: 1;
}
.video-section__vimeo--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section__vimeo--wrapper__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}
.video-section__vimeo--wrapper--fullscreen video {
  z-index: 1;
}
.video-section__vimeo .play-video-vimeo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__vimeo .play-video-vimeo span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.video-section__youtube {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.video-section__youtube iframe {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  border: 0;
}
@media only screen and (min-width: 40em) {
  .video-section__youtube iframe {
    width: auto;
  }
}
.video-section__youtube--wrapper iframe {
  z-index: -1;
}
.video-section__youtube .mute-video-youtube,
.video-section__youtube .play-pause-video-youtube {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__youtube .mute-video-youtube svg,
.video-section__youtube .play-pause-video-youtube svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube svg,
  .video-section__youtube .play-pause-video-youtube svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube svg.icon-pause,
  .video-section__youtube .play-pause-video-youtube svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__youtube .play-pause-video-youtube {
  left: initial;
  right: 2rem;
}
.video-section__youtube--no-autoplay .video-section__youtube--wrapper .mute-video-youtube,
.video-section__youtube--no-autoplay .video-section__youtube--wrapper .play-pause-video-youtube {
  z-index: -1;
}
.video-section__youtube--playing {
  background: none !important;
}
.video-section__youtube--playing .video-section__youtube--poster {
  z-index: -1;
}
.video-section__youtube--playing .video-section__youtube--wrapper iframe {
  z-index: 1;
  pointer-events: initial;
}
.video-section__youtube--playing .video-section__youtube--wrapper .play-video-youtube,
.video-section__youtube--playing .video-section__youtube--wrapper .play-video-youtube-modal {
  display: none !important;
}
.video-section__youtube--playing .video-section__youtube--wrapper .mute-video-youtube,
.video-section__youtube--playing .video-section__youtube--wrapper .play-pause-video-youtube {
  z-index: 1;
}
.video-section__youtube--poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-section__youtube--poster img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.video-section__youtube--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section__youtube--wrapper__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}
.video-section__youtube--wrapper--fullscreen video {
  z-index: 1;
}
.video-section__youtube .play-video-youtube,
.video-section__youtube .play-video-youtube-modal {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__youtube .play-video-youtube span,
.video-section__youtube .play-video-youtube-modal span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.winemaker-section {
  position: relative;
}
.winemaker-section::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  right: 0;
  top: 65%;
  width: 34%;
  padding-bottom: 34%;
  background-image: url(assets/images/decorations/winemaker-section-right.svg);
  background-position: top right;
}

.member-popup-button {
  margin-top: 2rem;
}

.member-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  transform: translate3d(0, 0, 0);
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  will-change: transform;
}
.member-popup.is-open {
  display: block;
  z-index: 999;
}
.member-popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.member-popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.member-popup .member-popup-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.member-popup .close {
  position: absolute;
  width: 15px;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 7;
}
.member-popup .member-rows {
  background-color: var(--brand-background-color);
  max-width: 1396px;
  position: relative;
  max-height: 80vh;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows {
    max-height: 90vh;
  }
}
@media only screen and (max-width: 64em) {
  .member-popup .member-rows {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows {
    width: calc(100% - 2rem);
    padding: 3rem;
  }
}
.member-popup .member-rows .team-member__name {
  text-align: center;
}
.member-popup .member-rows .team-member__position {
  text-align: center;
}
.member-popup .member-rows .image-and-content-wrapper {
  align-items: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__image {
    max-height: calc(90vh - 6rem);
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__image {
    width: 50%;
  }
}
.member-popup .member-rows .image-and-content__image img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  object-position: center;
}
@media only screen and (max-width: 64em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__content {
    width: 50%;
    height: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow-y: auto;
    max-height: calc(90vh - 6rem);
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__content--wrapper {
    height: 100%;
  }
  .member-popup .member-rows .image-and-content__content--wrapper .more-content:not([style*="display: none"]) + .image-and-content__content--link {
    padding-bottom: 5%;
  }
}
.member-popup .member-rows .disp-content, .member-popup .member-rows .reg-content {
  margin-top: 2rem;
}
.member-popup .member-rows .more {
  font-size: 16px;
}

footer {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  font-weight: 400;
  padding-top: 4rem;
  padding-bottom: 2.25rem;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: var(--brown3);
}
@media only screen and (min-width: 40em) {
  footer {
    text-align: left;
  }
}
footer ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
footer *:not(.linkWhiteBtn, .linkWhiteTextBtn, .subtitle--yellow) {
  color: #fff !important;
}
footer a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined) {
  color: var(--footer-anchor-color);
  text-decoration: none;
}
footer a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined):hover, footer a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined):focus, footer a:not(.linkBtn, .linkAltBtn, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .linkBtnUnderlined):active {
  color: rgba(255, 255, 255, 0.6) !important;
}
footer .footer-top {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid var(--brown1);
  margin-bottom: 4rem;
}
@media only screen and (min-width: 40em) {
  footer .footer-top {
    padding-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 40em) {
  footer .newsletter-signup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  footer .newsletter-signup__content {
    margin-bottom: 2rem;
  }
}
footer .newsletter-signup .h2 {
  margin-bottom: 0;
}
footer .newsletter-signup .linkBtn, footer .newsletter-signup .age-gate button.age-gate__submit, .age-gate footer .newsletter-signup button.age-gate__submit, footer .newsletter-signup .gform_wrapper form input[type=submit], .gform_wrapper form footer .newsletter-signup input[type=submit] {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  footer .newsletter-signup .linkBtn, footer .newsletter-signup .age-gate button.age-gate__submit, .age-gate footer .newsletter-signup button.age-gate__submit, footer .newsletter-signup .gform_wrapper form input[type=submit], .gform_wrapper form footer .newsletter-signup input[type=submit] {
    max-width: 315px;
  }
}
@media only screen and (min-width: 64.0625em) {
  footer .newsletter-signup .linkBtn, footer .newsletter-signup .age-gate button.age-gate__submit, .age-gate footer .newsletter-signup button.age-gate__submit, footer .newsletter-signup .gform_wrapper form input[type=submit], .gform_wrapper form footer .newsletter-signup input[type=submit] {
    width: 315px;
  }
}
footer .newsletter-signup .linkBtn:hover, footer .newsletter-signup .age-gate button.age-gate__submit:hover, .age-gate footer .newsletter-signup button.age-gate__submit:hover, footer .newsletter-signup .gform_wrapper form input[type=submit]:hover, .gform_wrapper form footer .newsletter-signup input[type=submit]:hover, footer .newsletter-signup .linkBtn:focus, footer .newsletter-signup .age-gate button.age-gate__submit:focus, .age-gate footer .newsletter-signup button.age-gate__submit:focus, footer .newsletter-signup .gform_wrapper form input[type=submit]:focus, .gform_wrapper form footer .newsletter-signup input[type=submit]:focus, footer .newsletter-signup .linkBtn:active, footer .newsletter-signup .age-gate button.age-gate__submit:active, .age-gate footer .newsletter-signup button.age-gate__submit:active, footer .newsletter-signup .gform_wrapper form input[type=submit]:active, .gform_wrapper form footer .newsletter-signup input[type=submit]:active {
  color: var(--offblack) !important;
}
footer .footer-middle {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 40em) {
  footer .footer-middle {
    display: flex;
  }
}
@media only screen and (max-width: 39.9375em) {
  footer .footer-icons {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-icons {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-navigation {
    display: flex;
    width: 50%;
  }
}
footer .footer-logo {
  display: block;
  max-width: 162px;
  text-align: center;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 39.9375em) {
  footer .footer-logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-logo {
    max-width: 188px;
  }
}
footer .footer-logo img {
  width: 100%;
}
footer .social {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  footer .social {
    text-align: left;
  }
}
@media only screen and (min-width: 40em) {
  footer .social li:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-bottom {
    display: flex;
  }
}
footer .disclaimer, footer .copyright {
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase;
  letter-spacing: 0.09375em;
  font-size: 12px;
}
@media only screen and (min-width: 40em) {
  footer .disclaimer {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 39.9375em) {
  footer .disclaimer {
    margin-bottom: 2rem;
  }
}

.credits-overlay {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  padding-top: 3.25rem;
  position: fixed;
  opacity: 0;
  background: #333;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10003;
}
.credits-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
}
.credits-overlay .close-menu {
  color: #fff;
  font-size: 25px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  width: 50px;
  margin-left: auto;
}
.credits-overlay .close-menu::after {
  display: table;
  content: "";
  clear: both;
}
.credits-overlay .close-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 2.5rem;
}
.credits-overlay .close-menu .close-x {
  cursor: pointer;
}
.credits-overlay .overlay-credits-wrapper * {
  color: #ffffff;
}
.credits-overlay .overlay-credits-wrapper a:hover {
  color: #ccc;
}
@media only screen and (min-height: 376px) {
  .credits-overlay .overlay-credits-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 950px;
  }
}
