/*!
Theme Name: Antinori
Author: Wine Works
Author URI:
Description: Custom theme developed for Antinori
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Antinori
*/
/*! 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;
}

@font-face {
  font-family: bodoni72;
  src: url("assets/fonts/bodoni.ttf");
  font-weight: normal;
}
:root {
  --white: #fff;
  --light: #fff;
  --dark: #303030;
  --black: #000;
  --brand-background-color: var(--lightgrey);
  --brand-color: #333;
  --brand-color-alt: #333;
  --body-background-color: var(--light);
  --body-color: #53565A;
  --body-font-family: bodoni-urw, serif;
  --body-font-style: normal;
  --body-font-weight: normal;
  --global-transition-duration: 200ms;
  --global-transition-effect: ease-out;
  --content-max-width: 70rem;
  --wide-content-max-width: 80rem;
  --heading-font-family: bodoni72, serif;
  --heading-font-weight: normal;
  --heading-font-style: normal;
  --heading-color: #53565A;
  --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.375rem;
  --h4-font-size: 1.125rem;
  --h5-font-size: 1rem;
  --h6-font-size: 0.875rem;
  --paragraph-font-family: inherit;
  --paragraph-font-weight: normal;
  --paragraph-font-size: .875rem;
  --paragraph-line-height: 1.7;
  --paragraph-margin-bottom: 19px;
  --paragraph-margin-top: 0;
  --anchor-color: #333;
  --anchor-color-hover: lighten(var(--anchor-color), 10%);
  --anchor-text-decoration: none;
  --anchor-text-decoration-hover: none;
  --primary-navigation-anchor-color: #fff;
  --primary-navigation-anchor-color-hover: #aaa;
  --primary-navigation-font-size: 15px;
  --mobile-nav-toggle-background: #333;
  --mobile-nav-toggle-border-radius: .5rem;
  --mobile-nav-toggle-color: #fff;
  --mobile-nav-border-color: #363636;
  --mobile-nav-background-color: #2e2e2e;
  --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: #000;
  --button-primary-background: linear-gradient(134deg, rgba(161, 125, 35, 0.07) 0%, rgba(160, 151, 117, 0.28) 62%, rgba(161, 125, 35, 0.28) 88%, rgba(161, 125, 35, 0.09) 100%);
  --button-primary-border-color: #303030;
  --button-primary-font-style: italic;
  --button-primary-color-hover: #000;
  --button-primary-background-hover: #303030;
  --button-primary-border-color-hover: #303030;
  --button-alt-color: #000;
  --button-alt-background: #999;
  --button-alt-border-color: #999;
  --button-alt-font-style: italic;
  --button-alt-color-hover: #000;
  --button-alt-background-hover: #333;
  --button-alt-border-color-hover: #333;
  --modal-button-font-size: .75rem;
  --button-font-size: var(--paragraph-font-size);
  --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: 2.75%;
  --footer-border-color: #ece5d8;
  --footer-font-family: minion-pro, serif;
  --footer-font-size: .875rem;
  --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);
  font-size: clamp(0.875rem, 0.755rem + 0.481vw, 1.188rem);
  line-height: var(--paragraph-line-height);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, form legend, h5, h6,
.h1, .h2, .h3, .h4, .h5, .accordion--item__label, .accordion--item__label button, .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: 2px;
}
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, .feature-title.accordion--item__label, .accordion--item__label button.feature-title, .h6.feature-title {
  text-align: center;
  margin-bottom: 0.9em;
}

h1, .h1 {
  font-family: var(--heading-font-family);
  font-size: var(--h1-font-size);
  /* This text will scale between 36px at 420px and 40px at 1440px. */
  font-size: clamp(2.25rem, 2.147rem + 0.392vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-style: italic;
}
h2, .h2 {
  font-family: var(--heading-font-family);
  font-size: var(--h2-font-size);
  /* This text will scale between 32px at 420px and 36px at 1440px. */
  font-size: clamp(2rem, 1.897rem + 0.392vw, 2.25rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-style: italic;
}
h3, .h3 {
  font-family: ivymode, sans-serif;
  font-size: var(--h3-font-size);
  /* This text will scale between 28px at 420px and 32px at 1440px. */
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-style: normal;
}
h4, form legend, .h4 {
  font-family: ivymode, sans-serif;
  font-size: var(--h4-font-size);
  /* This text will scale between 24px at 420px and 28px at 1440px. */
  margin-bottom: 0.5em;
  font-style: normal;
}
h5, .h5, .accordion--item__label, .accordion--item__label button {
  font-family: ivymode, sans-serif;
  font-size: var(--h5-font-size);
  margin-bottom: 0.5em;
  font-style: normal;
}

h6, .h6 {
  font-family: ivymode, sans-serif;
  font-size: var(--h6-font-size);
  margin-bottom: 0;
  font-style: normal;
}

.subtitle {
  font-size: 15px;
  font-family: var(--heading-font-family);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 90.0625em) {
  .subtitle {
    font-size: 17px;
  }
}

.overline, .experience-drilldown .experience__content--accordion--item__label, .experience-drilldown .experience__content--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, .experience-drilldown .experience__content--accordion--item__label, .experience-drilldown .experience__content--accordion--item__label button {
    font-size: 15px;
  }
}
.overline + h1, .experience-drilldown .experience__content--accordion--item__label + h1, .experience-drilldown .experience__content--accordion--item__label button + h1, .overline + h2, .experience-drilldown .experience__content--accordion--item__label + h2, .experience-drilldown .experience__content--accordion--item__label button + h2, .overline + h3, .experience-drilldown .experience__content--accordion--item__label + h3, .experience-drilldown .experience__content--accordion--item__label button + h3 {
  margin-top: 0.5rem;
}
.overline.overline-margin, .experience-drilldown .overline-margin.experience__content--accordion--item__label, .experience-drilldown .experience__content--accordion--item__label button.overline-margin {
  margin-bottom: 1rem;
}

p {
  font-size: clamp(0.875rem, 0.755rem + 0.481vw, 1.188rem);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
  letter-spacing: 0.05em;
}

ul, ol, dl {
  font-size: clamp(0.875rem, 0.755rem + 0.481vw, 1.188rem);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
  letter-spacing: 0.05em;
}

.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 div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label {
  color: var(--label-color);
  font-style: italic;
  font-size: 0.75rem;
}
form input {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  form input {
    padding: 0.563rem 0.2rem;
  }
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
}
form textarea {
  border-color: var(--textarea-border-color);
}
@media only screen and (min-width: 40em) {
  form.v65-customForm input[type=button], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

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);
  text-decoration: var(--anchor-text-decoration);
  -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);
}

main p a, main div > a, main ul a, main ol a {
  text-decoration: underline;
}

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

iframe {
  max-width: 100%;
}

hr {
  width: 115px;
  height: 2px;
  background: url("assets/images/gold-line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 15px auto;
  border: 0;
}
@media only screen and (min-width: 64.0625em) {
  hr {
    margin: 4% auto var(--hr-margin);
  }
}

.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;
  height: 34px;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 1;
  background-color: #fff;
}
@media only screen and (min-width: 40em) {
  .slick-prev, .slick-next {
    width: 92px;
    height: 59px;
  }
}
.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::before, .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16px;
}
@media only screen and (min-width: 40em) {
  .slick-prev::before, .slick-next::before {
    height: 15px;
    width: 24px;
  }
}

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

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  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: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

/**
 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: 25px;
  bottom: 1rem;
  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;
}

header {
  background-color: #1f1f1f;
  width: 100%;
  z-index: 15;
  font-family: minion-pro, serif;
}
header .content-wrapper, header .video-width-narrow, header .video-width-standard {
  margin: 0 auto;
}
header.header-type-1 .header-upper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 39.9375em) {
  header.header-type-1 .header-upper {
    background: #2e2e2e;
    padding: 0.5rem 0;
  }
}
header.header-type-1 .header-wrapper {
  padding: 1.5rem 0 2rem;
}
header.header-type-1 .header-navigation {
  background: #2e2e2e;
}
header.header-type-1 .content-wrapper, header.header-type-1 .video-width-narrow, header.header-type-1 .video-width-standard {
  position: relative;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover, header a: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;
}

.logo {
  display: block;
  max-width: 125px;
  text-align: center;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 40em) {
  .logo {
    max-width: 250px;
  }
}
.header-type-1 .logo {
  margin: 0 auto;
}
.logo img {
  max-width: 100%;
}
.logo .header-type-1 {
  margin: 0 auto;
}

.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: 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: 39.9375em) {
  .primary-navigation-wrapper {
    top: 46px;
    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-bottom: 5rem;
    padding-top: 3.25rem;
    text-align: left;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 39.9375em) {
  .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: 40em) {
  .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: 40em) {
  .primary-navigation-wrapper nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul {
    display: flex;
    flex-direction: column;
  }
}
.header-type-1 .primary-navigation-wrapper nav > ul {
  justify-content: center;
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    left: -8px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul > li > a {
    order: 1;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    width: 100%;
    order: 3;
  }
}
.primary-navigation-wrapper nav ul {
  font-size: var(--primary-navigation-font-size);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .primary-navigation-wrapper nav ul {
    font-size: 13px;
  }
}
.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: #000;
  border-left: 1.5px solid var(--primary-navigation-anchor-color-hover);
  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: 40em) {
  .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: #000;
  position: relative;
}
.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: 39.9375em) {
  .primary-navigation-wrapper nav li.open > ul {
    position: relative;
    background: transparent;
    text-align: center;
    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: 40em) {
  .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;
}
.primary-navigation-wrapper nav a {
  color: var(--primary-navigation-anchor-color);
  display: inline-block;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper nav a {
    padding: 1rem;
  }
}
.primary-navigation-wrapper nav a:hover {
  color: #aaa;
}
.primary-navigation-wrapper nav .current-menu-item > a, .primary-navigation-wrapper nav .current-menu-parent > a, .primary-navigation-wrapper nav .hover > a {
  color: #aaa;
}

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

.secondary-navigation {
  position: relative;
  background-color: #262626;
}
.secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: flex;
  flex-direction: row;
  font-family: minion-pro, serif;
  font-size: var(--primary-navigation-font-size);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .secondary-navigation ul {
    font-size: 13px;
  }
}
.secondary-navigation a {
  color: var(--primary-navigation-anchor-color);
  display: inline-block;
  padding: 0.75rem 0.5rem;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation a {
    padding: 1rem;
  }
}
.secondary-navigation a:hover {
  color: #aaa;
}
.secondary-navigation .current-menu-item > a, .secondary-navigation .current-menu-parent > a, .secondary-navigation .hover > a {
  color: #aaa;
}

.footer-navigation {
  text-align: center;
}
.footer-navigation ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 40em) {
  .footer-navigation li {
    display: inline-block;
  }
}
@media only screen and (min-width: 40em) {
  .footer-navigation li:last-child a {
    padding-right: 0;
  }
}
.footer-navigation a {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #fff;
}
@media only screen and (min-width: 40em) {
  .footer-navigation a {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.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: 20;
  left: 1.5rem;
  position: relative;
  top: 0.2rem;
  -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: 40em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.c7-cart-open .mobile-nav-toggle {
  z-index: 0;
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, var(--global-transition-duration);
}
.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: #fff;
  display: block;
  height: 1.5px;
  margin-top: 5px;
  position: absolute;
  top: 32%;
  right: 0;
  bottom: 0;
  width: 21px;
}
.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: #fff;
  content: "";
  height: 1.5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.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 {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .popup p {
    font-size: 18px;
  }
}
.popup p:last-of-type {
  margin-bottom: 0;
}
.popup .linkBtn, .popup .gform_wrapper form input[type=submit], .gform_wrapper form .popup input[type=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 {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content p {
    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;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit],
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn {
  -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: 4px;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-family: minion-pro, serif;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.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, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .linkBtn:focus, .gform_wrapper form input[type=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 {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit],
.largeBtn, .largeLinkBtn {
  color: var(--button-primary-color);
  text-decoration-color: 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, .linkBtn:active, .gform_wrapper form input[type=submit]:active, .linkBtn:focus, .gform_wrapper form input[type=submit]:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus {
  color: var(--button-primary-color-hover);
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  color: var(--button-alt-color);
  text-decoration-color: 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 {
  color: var(--button-alt-color-hover);
}

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

.defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .altBtn, .linkAltBtn {
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
}
@media only screen and (min-width: 40em) {
  .defaultBtn, .linkBtn, .gform_wrapper form input[type=submit], .altBtn, .linkAltBtn {
    font-size: 20px;
  }
}

.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;
}

.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: 2.5rem 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block {
    padding: 5rem 0;
  }
}
section.content-block.padding-top-half {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-half {
    padding-top: 2.5rem;
  }
}
section.content-block.padding-top-double {
  padding-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-double {
    padding-top: 10rem;
  }
}
section.content-block.padding-top-none {
  padding-top: 0;
}
section.content-block.padding-bottom-half {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-half {
    padding-bottom: 2.5rem;
  }
}
section.content-block.padding-bottom-double {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-double {
    padding-bottom: 10rem;
  }
}
section.content-block.padding-bottom-none {
  padding-bottom: 0;
}
section.content-block.background-dark {
  background-color: var(--dark);
  background-size: 300px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(assets/images/Antinori-Napa-Valley-greyscale-2.svg);
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
}
section.content-block.background-dark * {
  color: #fff;
}
section.content-block.background-light {
  background-color: var(--light);
}
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;
  }
}

.form-not-centered .c7-custom-form form {
  margin: 0;
}

:root {
  --c7-font-family: var(--body-font-family);
  --c7-body-text-color: #53565A;
  --c7-heading-font-family: var(--heading-font-family);
  --c7-heading-text-color: #53565A;
  --c7-heading-font-weight: normal ;
  --c7-primary-color: #53565A;
  --c7-primary-color-dark: #000;
  --c7-primary-color-focus: rgba(0, 0, 0, 0.25);
  --c7-link-color: #000;
  --c7-bg: #ecece0;
  --c7-bg-alt: #fff;
  --c7-border-color: #ccc;
  --c7-primary-button-bg: linear-gradient(134deg, rgba(161, 125, 35, 0.07) 0%, rgba(160, 151, 117, 0.28) 62%, rgba(161, 125, 35, 0.28) 88%, rgba(161, 125, 35, 0.09) 100%);
  --c7-primary-button-bg-hover: #303030;
  --c7-primary-button-text-color: #000;
  --c7-alt-button-bg: #999;
  --c7-alt-button-bg-hover: #000;
  --c7-alt-button-text-color: #000;
  --c7-cart-count-bg: #fff;
  --c7-cart-count-text-color: #282828;
}

.c7-tools {
  padding: 0 1rem;
  position: relative;
  justify-content: flex-end;
  min-height: 16px;
  align-items: center;
  display: flex;
  font-size: 14px;
  z-index: 900;
}
@media only screen and (min-width: 40em) {
  .c7-tools {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 1.5rem;
    right: 4%;
  }
}

#c7-account {
  display: inline-block;
}
#c7-account .c7-user-nav__account__login, #c7-account .c7-user-nav__account > a {
  color: #fff;
}
#c7-account .c7-user-nav__account__name svg {
  stroke: #fff;
}

#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: #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;
}

.c7-order-item__title a {
  color: #000;
}

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

.button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: var(--c7-button-border-radius);
  font-size: var(--c7-font-size);
  font-weight: 500;
  line-height: 1.5;
  min-height: 0;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
  letter-spacing: 0.07em;
  font-family: minion-pro, serif;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 10px;
  padding: 0;
  color: var(--c7-primary-button-text-color);
  text-decoration-color: var(--c7-primary-button-text-color);
  background: none;
}
.button:hover, .button:focus, .button:active {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}
.button:hover, .button:focus, .button:active {
  background: none !important;
  text-decoration-color: var(--c7-primary-button-text-color);
}

.c7-btn, .c7-btn--primary {
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: var(--c7-button-border-radius);
  font-size: var(--c7-font-size);
  font-weight: 500;
  line-height: 1.5;
  min-height: 0;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
  letter-spacing: 0.07em;
  font-family: minion-pro, serif;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 10px;
  padding: 0;
  background: none;
  color: var(--c7-primary-button-text-color);
  text-decoration-color: var(--c7-primary-button-text-color);
}
.c7-btn:hover, .c7-btn:focus, .c7-btn:active, .c7-btn--primary:hover, .c7-btn--primary:focus, .c7-btn--primary:active {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}
.c7-btn:hover, .c7-btn:focus, .c7-btn:active, .c7-btn--primary:hover, .c7-btn--primary:focus, .c7-btn--primary:active {
  background: none !important;
  text-decoration-color: var(--c7-primary-button-text-color);
}

.c7-btn--alt {
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: var(--c7-button-border-radius);
  font-size: var(--c7-font-size);
  font-weight: 500;
  line-height: 1.5;
  min-height: 0;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
  letter-spacing: 0.07em;
  font-family: minion-pro, serif;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 10px;
  padding: 0;
  background: none;
  color: var(--c7-alt-button-text-color);
  text-decoration-color: var(--button-alt-border-color);
}
.c7-btn--alt:hover, .c7-btn--alt:focus, .c7-btn--alt:active {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}
.c7-btn--alt:hover, .c7-btn--alt:focus, .c7-btn--alt:active {
  background: none !important;
  text-decoration-color: var(--button-alt-border-color);
}
.c7-btn--alt:visited {
  color: var(--c7-alt-button-text-color) !important;
}

.c7-product-collection {
  margin: 0 auto;
  max-width: 74rem;
  padding: 0 1.5rem;
}
.c7-product-collection .c7-product__teaser {
  display: none;
}

.c7t-products-teaser--false .c7-product__teaser {
  display: none;
}

.c7t-products {
  margin-bottom: 2rem;
}
.c7t-products-featured--true .c7-product:first-of-type {
  background: #eee;
  padding: 2rem 2rem;
  border-radius: 16px;
}
.c7t-products .c7-h2 {
  text-align: center;
}

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

@media screen and (min-width: 640px) {
  .c7t-products--2up .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) {
  .c7t-products--2up.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

@media screen and (min-width: 400px) {
  .c7-product-collection .c7-product-collection__product-list, .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c7-product-collection .c7-product-collection__product-list, .c7t-products--3up .c7-product-collection__product-list {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c7-product-collection .c7-product-collection__product-list, .c7t-products--3up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c7-product-collection.c7t-products-featured--true .c7-product:first-of-type, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .c7-product-collection.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser p, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser p {
    text-align: center;
  }
  .c7-product-collection.c7t-products-featured--true .c7-product:first-of-type .c7-form, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-form {
    max-width: 100%;
  }
}

@media screen and (min-width: 400px) {
  .c7t-products--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--4up .c7-product-collection__product-list {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c7t-products--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .c7t-products--4up .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.c7t-products--4up.c7t-products-featured--true .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__price {
  font-size: 1.4rem;
  margin-top: 0;
}
.c7-product__add-to-cart__price__variant {
  vertical-align: text-bottom;
}
.c7-product .c7-price--original {
  display: inline-block;
  width: 100%;
}
.c7-product .c7-price--discounted {
  font-weight: bold;
}
.c7-product__photo, .c7-product__image {
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__photo, .c7t-products--1up .c7-product .c7-product__image {
    width: 30%;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__info, .c7t-products--1up .c7-product .c7-product__details {
    width: 70%;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product .c7-product__photo, .c7t-products--2up .c7-product .c7-product__image {
    width: 30%;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product .c7-product__info, .c7t-products--2up .c7-product .c7-product__details {
    width: 70%;
  }
}
.c7-product-collection .c7-product .c7-product__image, .c7t-products--3up .c7-product .c7-product__image, .c7t-products--4up .c7-product .c7-product__image {
  margin: 0;
  margin-bottom: 1rem;
}
.c7-product-collection .c7-product .c7-product__image img, .c7t-products--3up .c7-product .c7-product__image img, .c7t-products--4up .c7-product .c7-product__image img {
  max-height: 280px;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-product__image img, .c7t-products--3up .c7-product .c7-product__image img, .c7t-products--4up .c7-product .c7-product__image img {
    max-height: 400px;
  }
}
.c7-product-collection .c7-product .c7-product__title, .c7-product-collection .c7-product .c7-product__subtitle, .c7t-products--3up .c7-product .c7-product__title, .c7t-products--3up .c7-product .c7-product__subtitle, .c7t-products--4up .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__subtitle {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-product__title, .c7-product-collection .c7-product .c7-product__subtitle, .c7t-products--3up .c7-product .c7-product__title, .c7t-products--3up .c7-product .c7-product__subtitle, .c7t-products--4up .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__subtitle {
    text-align: center;
  }
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-product__info, .c7-product-collection .c7-product .c7-product__details, .c7t-products--3up .c7-product .c7-product__info, .c7t-products--3up .c7-product .c7-product__details, .c7t-products--4up .c7-product .c7-product__info, .c7t-products--4up .c7-product .c7-product__details {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }
}
.c7-product-collection .c7-product .c7-product__teaser, .c7t-products--3up .c7-product .c7-product__teaser, .c7t-products--4up .c7-product .c7-product__teaser {
  text-align: center;
}
.c7-product-collection .c7-product .c7-product__add-to-cart, .c7t-products--3up .c7-product .c7-product__add-to-cart, .c7t-products--4up .c7-product .c7-product__add-to-cart {
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__price, .c7t-products--3up .c7-product .c7-product__add-to-cart__price, .c7t-products--4up .c7-product .c7-product__add-to-cart__price {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-product__add-to-cart__price, .c7t-products--3up .c7-product .c7-product__add-to-cart__price, .c7t-products--4up .c7-product .c7-product__add-to-cart__price {
    text-align: center;
  }
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form, .c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form {
  justify-content: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-product__add-to-cart__form, .c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form {
    justify-content: center;
  }
}
.c7-product-collection .c7-product .c7-product__login-message, .c7t-products--3up .c7-product .c7-product__login-message, .c7t-products--4up .c7-product .c7-product__login-message {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-product__login-message, .c7t-products--3up .c7-product .c7-product__login-message, .c7t-products--4up .c7-product .c7-product__login-message {
    text-align: center;
  }
}
.c7-product-collection .c7-product .c7-price--original, .c7t-products--3up .c7-product .c7-price--original, .c7t-products--4up .c7-product .c7-price--original {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-collection .c7-product .c7-price--original, .c7t-products--3up .c7-product .c7-price--original, .c7t-products--4up .c7-product .c7-price--original {
    text-align: center;
  }
}
.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-buy-product {
  text-align: center;
  margin-bottom: 2rem;
}
.cta .c7-buy-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.c7-buy-product .c7-product__login-message .c7-btn {
  margin-top: 1rem;
}
.c7-buy-product .c7-form {
  margin: 0 auto;
}
.cta .c7-buy-product .c7-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.c7-buy-product .c7-product__add-to-cart__price {
  text-align: center;
}
.c7-buy-product .c7-product__add-to-cart__form {
  justify-content: center;
}
.cta .c7-buy-product .c7-product__add-to-cart__form {
  margin: 0;
  margin-top: auto;
}
.c7-buy-product input {
  color: #000;
}

.c7-product__add-to-cart__form__quantity {
  display: none;
}

.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: 0 0 3rem;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail .c7-product {
    flex-direction: row;
    justify-content: space-between;
    max-width: 64rem;
  }
}
.c7-product-detail h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (min-width: 40.0625rem) {
  .c7-product-detail h1 {
    font-size: 3rem;
  }
}
.c7-product-detail h2, .c7-product-detail h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 40.0625rem) {
  .c7-product-detail h2, .c7-product-detail h3 {
    font-size: 2rem;
  }
}
.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__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;
}
.c7-product-detail__image {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__image {
    width: 35%;
    text-align: center;
    order: 2;
  }
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__image img {
    max-height: 640px;
  }
}
.c7-product-detail__image__thumbs {
  display: flex;
  justify-content: center;
}
.c7-product-detail__image__thumbs img {
  padding: 0.75rem;
}
.c7-product-detail__details {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7-product-detail__details {
    width: 65%;
    text-align: left;
  }
}

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

.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-form input[type=text], .c7-form input[type=email], .c7-form input[type=number], .c7-form input[type=tel], .c7-form input[type=username], .c7-form input[type=password], .c7-form textarea, .c7-form--stripe, .c7-order-item input, .c7-form select, .c7-order-item select {
  border-radius: 0;
}

.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%;
}

.c7-reservation-type .c7-product__add-to-cart__price {
  text-align: center;
}
.c7-reservation-type .c7-form {
  margin: 0 auto;
}

.experience-drilldown .experience {
  margin-top: 2.375rem;
}
.experience-drilldown .experience__image {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 40em) {
  .experience-drilldown .experience__image {
    margin-bottom: 5.875rem;
  }
}
.experience-drilldown .experience__image img {
  width: 100%;
}
.experience-drilldown .experience__content {
  max-width: 690px;
  margin: 0 auto;
}
.experience-drilldown .experience__content--price {
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-top: 2rem;
}
.experience-drilldown .experience__content--price span {
  font-size: 12px;
  font-style: italic;
}
.experience-drilldown .experience__content--price + .experience__content--link {
  margin-top: 1rem;
}
.experience-drilldown .experience__content--link {
  margin-top: 2rem;
}
.experience-drilldown .experience__content--disclaimer {
  margin-top: 2.875rem;
}
.experience-drilldown .experience__content--disclaimer p, .experience-drilldown .experience__content--disclaimer ul, .experience-drilldown .experience__content--disclaimer ol {
  font-size: 14px;
}
.experience-drilldown .experience__content--disclaimer + h2 {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--disclaimer + h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 40em) {
  .experience-drilldown .experience__content--disclaimer + h2 {
    margin-top: 5.875rem;
  }
}
.experience-drilldown .experience__content--accordion {
  /* title opened */
  /* title closed */
}
.experience-drilldown .experience__content--accordion--item {
  border-bottom: 1px solid rgba(var(--lightgrey), 0.5);
}
.experience-drilldown .experience__content--accordion--item:last-of-type {
  margin-bottom: 0;
}
.experience-drilldown .experience__content--accordion--item__label {
  position: relative;
  padding: 1.25rem 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--accordion--item__label {
    padding-right: 0.5rem;
  }
}
.experience-drilldown .experience__content--accordion--item__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.experience-drilldown .experience__content--accordion--item__content p:last-of-type {
  margin-bottom: 0;
}
.experience-drilldown .experience__content--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;
}
.experience-drilldown .experience__content--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;
}
.experience-drilldown .experience__content--accordion .minimalist-accordion__header {
  display: block;
}
.experience-drilldown .experience__content--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;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--accordion .minimalist-accordion__header[aria-expanded=true]:before {
    right: 0;
  }
}
.experience-drilldown .experience__content--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;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--accordion .minimalist-accordion__header[aria-expanded=false]:before {
    right: 0;
  }
}

.header-banner__image {
  position: relative;
}
.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;
  }
}

.promo-banner {
  display: block;
  background-color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.mobile-nav-active .promo-banner {
  display: none;
}
.promo-banner__wrapper {
  padding: 0.75rem 2.5rem;
}
.promo-banner * {
  color: #fff;
}
.promo-banner p {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--body-font-family);
  letter-spacing: 0.18em;
}
.promo-banner p:last-of-type {
  margin-bottom: 0;
}
.promo-banner a {
  text-decoration: none;
}
.promo-banner a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.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 var(--dark);
}
.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, .accordion--item__label button {
  margin-bottom: 0;
}
.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 {
  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;
}
@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;
}
@media only screen and (max-width: 39.9375em) {
  .accordion .minimalist-accordion__header[aria-expanded=false]:before {
    right: 0;
  }
}

.basic-content-section.wide-content .content-wrapper, .basic-content-section.wide-content .video-width-narrow, .basic-content-section.wide-content .video-width-standard {
  max-width: none;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .column-content {
    column-count: 2;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .column-content {
    column-gap: 4rem;
  }
}

.club-section .content-wrapper, .club-section .video-width-narrow, .club-section .video-width-standard {
  max-width: 1440px;
}

.clubs {
  display: flex;
  row-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 90em) {
  .clubs {
    flex-direction: column;
  }
}
.clubs .club {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #989799;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 90.0625em) {
  .clubs .club {
    width: 50%;
  }
}
@media only screen and (max-width: 90em) {
  .clubs .club {
    width: 100%;
  }
  .clubs .club:last-of-type {
    margin-bottom: 0;
  }
}
.clubs .club h2 {
  background-color: #303030;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 1rem;
}
.clubs .club__content {
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  z-index: 5;
  width: 100%;
  text-align: center;
  height: 100%;
  min-height: 0;
  line-height: 1.4;
}
.clubs .club__content p {
  line-height: 1.4;
}
.clubs .club__content p:last-of-type {
  margin-bottom: 1rem;
}
.clubs .club__content--link {
  margin-top: auto;
}
.clubs .club__content--link a {
  text-underline-offset: 1px;
}
@media only screen and (min-width: 40em) {
  .clubs .club__options {
    display: flex;
  }
}
.clubs .club__option {
  padding: 20px;
}
@media only screen and (min-width: 40em) {
  .clubs .club__option {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .clubs .club__option:first-of-type {
    border-right: 1px solid #989799;
  }
}
@media only screen and (max-width: 39.9375em) {
  .clubs .club__option:first-of-type {
    margin-bottom: 1rem;
  }
}
.clubs .club__benefits {
  margin-top: 2rem;
  border-top: 1px solid #989799;
  padding: 1rem 0 0;
}
@media only screen and (min-width: 40em) {
  .clubs .club__benefits {
    padding: 1rem;
  }
}
.clubs .club__benefits ul {
  text-align: left;
}
.clubs .club__benefits li {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.four-ctas {
  display: flex;
  background-color: #989799;
}
@media only screen and (max-width: 64em) {
  .four-ctas {
    flex-direction: column;
  }
}
.four-ctas .cta {
  position: relative;
  background-color: #282828;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .four-ctas .cta {
    width: 25%;
  }
}
@media only screen and (max-width: 64em) {
  .four-ctas .cta {
    width: 100%;
  }
  .four-ctas .cta:last-of-type {
    margin-bottom: 0;
  }
}
.four-ctas .cta__image {
  width: 100%;
}
.four-ctas .cta__image--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.four-ctas .cta__image img {
  width: 100%;
}
.four-ctas .cta__content {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  padding-bottom: 2rem;
  z-index: 5;
  width: 100%;
  text-align: center;
  height: 100%;
  min-height: 0;
}
.four-ctas .cta__content h1, .four-ctas .cta__content h2, .four-ctas .cta__content h3, .four-ctas .cta__content h4, .four-ctas .cta__content form legend, form .four-ctas .cta__content legend, .four-ctas .cta__content h5, .four-ctas .cta__content h6,
.four-ctas .cta__content .h1, .four-ctas .cta__content .h2, .four-ctas .cta__content .h3, .four-ctas .cta__content .h4, .four-ctas .cta__content .h5, .four-ctas .cta__content .accordion--item__label, .four-ctas .cta__content .accordion--item__label button, .accordion--item__label .four-ctas .cta__content button, .four-ctas .cta__content .h6, .four-ctas .cta__content p, .four-ctas .cta__content div {
  color: #fff;
}
.four-ctas .cta__content h1 > a, .four-ctas .cta__content h2 > a, .four-ctas .cta__content h3 > a, .four-ctas .cta__content h4 > a, .four-ctas .cta__content form legend > a, form .four-ctas .cta__content legend > a, .four-ctas .cta__content h5 > a, .four-ctas .cta__content h6 > a,
.four-ctas .cta__content .h1 > a, .four-ctas .cta__content .h2 > a, .four-ctas .cta__content .h3 > a, .four-ctas .cta__content .h4 > a, .four-ctas .cta__content .h5 > a, .four-ctas .cta__content .accordion--item__label > a, .four-ctas .cta__content .accordion--item__label button > a, .accordion--item__label .four-ctas .cta__content button > a, .four-ctas .cta__content .h6 > a, .four-ctas .cta__content p > a, .four-ctas .cta__content div > a {
  color: #fff;
}
.four-ctas .cta__content h2 {
  color: #fff;
  font-size: 23px;
}
.four-ctas .cta__content p:last-of-type {
  margin-bottom: 1rem;
}
.four-ctas .cta__content .c7-btn {
  color: #fff;
  text-decoration-color: #fff;
}
.four-ctas .cta__content .c7-btn:hover, .four-ctas .cta__content .c7-btn:focus, .four-ctas .cta__content .c7-btn:active {
  text-decoration-color: #fff;
}
.four-ctas .cta__content--link {
  margin-top: auto;
  font-style: italic;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-section .content-wrapper, .image-and-content-section .video-width-narrow, .image-and-content-section .video-width-standard {
    padding: 0;
  }
}

.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: 52%;
  }
}
@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: 48%;
    padding: 1rem;
    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 {
  margin-bottom: 0;
}
.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 {
  margin-bottom: 1.25rem;
}
.image-and-content__content--link {
  margin-top: 2rem;
}
.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.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) {
  .large-image-and-content-section .content-wrapper, .large-image-and-content-section .video-width-narrow, .large-image-and-content-section .video-width-standard {
    padding: 0;
  }
}

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

@media only screen and (max-width: 64em) {
  .large-image-and-content {
    margin: 0 auto;
  }
}
.large-image-and-content:last-of-type {
  margin-bottom: 0;
}
.large-image-and-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content-wrapper {
    display: flex;
  }
}
.large-image-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content__image {
    width: 60%;
  }
}
@media only screen and (max-width: 64em) {
  .large-image-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.large-image-and-content__image img {
  width: 100%;
}
.large-image-and-content__content {
  position: relative;
}
@media only screen and (max-width: 64em) {
  .large-image-and-content__content {
    z-index: 1;
    padding: 2.5rem 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content__content {
    width: 40%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .large-image-and-content__content {
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .large-image-and-content__content {
    padding: 2rem 5rem;
  }
}
.large-image-and-content__content--wrapper {
  position: relative;
  z-index: 2;
}
.large-image-and-content__content--titlerow {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content__content--titlerow {
    margin-bottom: 3rem;
  }
}
.large-image-and-content__content--titlerow img {
  max-height: 43px;
  margin-left: 1rem;
}
.large-image-and-content__content--titlerow .featured-image-and-content__content--title {
  margin-bottom: 0;
}
.large-image-and-content__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.large-image-and-content__content .italic-text {
  margin-bottom: 2rem;
}
.large-image-and-content__content .c7-buy-product {
  margin-top: 1rem;
}
.large-image-and-content__content p:last-of-type {
  margin-bottom: 0;
}
.large-image-and-content__content--price {
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-top: 2rem;
}
.large-image-and-content__content--price span {
  font-size: 12px;
  font-style: italic;
}
.large-image-and-content__content--price + .image-and-content__content--link {
  margin-top: 1rem;
}
.large-image-and-content__content .disp-content p:last-of-type {
  margin-bottom: 1.25rem;
}
.large-image-and-content__content--link {
  margin-top: 2rem;
}
.large-image-and-content.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content.reverse-block .image-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content.reverse-block .image-and-content__content {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content.normal-block .image-and-content__image {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-image-and-content.normal-block .image-and-content__content {
    order: 2;
  }
}

.midpage-slider-section {
  overflow-x: hidden;
}
.midpage-slider-section .content-wrapper, .midpage-slider-section .video-width-narrow, .midpage-slider-section .video-width-standard {
  padding: 0;
}

.midpage-slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.midpage-slider .slick-track {
  display: flex;
}
.midpage-slider .slick-slide {
  margin: 0 0.5rem;
}

.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 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-menu .page-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font-family);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .page-menu .page-menu-wrapper ul {
    font-size: 15px;
  }
}
.page-menu .page-menu-wrapper a {
  color: var(--primary-navigation-anchor-color);
  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 {
  text-decoration: underline;
}
.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(--brand-color-alt);
}

.shop-header-text + .ecp-products {
  margin-top: 3rem;
}
@media only screen and (min-width: 40em) {
  .shop-header-text + .ecp-products {
    margin-top: 5.25rem;
  }
}

.section-quote .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
}

blockquote {
  font-size: 28px;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
}
blockquote p {
  font-size: 28px;
  line-height: 1.5em;
  margin: 0;
}

cite {
  margin-top: 2rem;
  display: block;
  text-align: right;
  font-style: normal;
}
@media only screen and (min-width: 40em) {
  cite {
    padding-right: 5em !important;
  }
}
cite span {
  font-weight: 400;
}

.quote__icon {
  margin-bottom: 2.25rem;
}

.three-column {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .three-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .three-column {
    row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 64em) {
  .three-column .column {
    margin: 0 auto;
  }
  .three-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.three-column .column__image {
  text-align: center;
}
.three-column .column__image img {
  width: 100%;
}
.three-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.three-column .column__content p:last-of-type {
  margin-bottom: 0;
}
.three-column .column__button {
  margin-top: 2rem;
}

.three-ctas {
  display: flex;
  background-color: #989799;
}
@media only screen and (max-width: 64em) {
  .three-ctas {
    flex-direction: column;
  }
}
.three-ctas .cta {
  position: relative;
  background-color: #282828;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .three-ctas .cta {
    width: 33.33%;
  }
}
@media only screen and (max-width: 64em) {
  .three-ctas .cta {
    width: 100%;
  }
  .three-ctas .cta:last-of-type {
    margin-bottom: 0;
  }
}
.three-ctas .cta__image {
  width: 100%;
}
.three-ctas .cta__image--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.three-ctas .cta__image img {
  width: 100%;
}
.three-ctas .cta__content {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  padding-bottom: 2rem;
  z-index: 5;
  width: 100%;
  text-align: center;
  height: 100%;
  min-height: 0;
}
.three-ctas .cta__content h1, .three-ctas .cta__content h2, .three-ctas .cta__content h3, .three-ctas .cta__content h4, .three-ctas .cta__content form legend, form .three-ctas .cta__content legend, .three-ctas .cta__content h5, .three-ctas .cta__content h6,
.three-ctas .cta__content .h1, .three-ctas .cta__content .h2, .three-ctas .cta__content .h3, .three-ctas .cta__content .h4, .three-ctas .cta__content .h5, .three-ctas .cta__content .accordion--item__label, .three-ctas .cta__content .accordion--item__label button, .accordion--item__label .three-ctas .cta__content button, .three-ctas .cta__content .h6, .three-ctas .cta__content p, .three-ctas .cta__content div {
  color: #fff;
}
.three-ctas .cta__content h1 > a, .three-ctas .cta__content h2 > a, .three-ctas .cta__content h3 > a, .three-ctas .cta__content h4 > a, .three-ctas .cta__content form legend > a, form .three-ctas .cta__content legend > a, .three-ctas .cta__content h5 > a, .three-ctas .cta__content h6 > a,
.three-ctas .cta__content .h1 > a, .three-ctas .cta__content .h2 > a, .three-ctas .cta__content .h3 > a, .three-ctas .cta__content .h4 > a, .three-ctas .cta__content .h5 > a, .three-ctas .cta__content .accordion--item__label > a, .three-ctas .cta__content .accordion--item__label button > a, .accordion--item__label .three-ctas .cta__content button > a, .three-ctas .cta__content .h6 > a, .three-ctas .cta__content p > a, .three-ctas .cta__content div > a {
  color: #fff;
}
.three-ctas .cta__content h2 {
  color: #fff;
  font-size: 23px;
}
.three-ctas .cta__content p:last-of-type {
  margin-bottom: 1rem;
}
.three-ctas .cta__content .c7-btn {
  color: #fff;
  text-decoration-color: #fff;
}
.three-ctas .cta__content .c7-btn:hover, .three-ctas .cta__content .c7-btn:focus, .three-ctas .cta__content .c7-btn:active {
  text-decoration-color: #fff;
}
.three-ctas .cta__content--link {
  margin-top: auto;
}
@media only screen and (min-width: 40em) {
  .two-column-section .no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.two-column {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .two-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-column {
    row-gap: 4rem;
  }
}
.two-column .column {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .two-column .column {
    margin: 0 auto;
  }
  .two-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.two-column .column__image {
  text-align: center;
}
.two-column .column__image img {
  width: 100%;
}
.two-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 90.0625em) {
  .two-column .column__content {
    padding: 3rem 3.125rem 0;
  }
}
.two-column .column__content p:last-of-type {
  margin-bottom: 1.5rem;
}
.two-column .column__content hr {
  margin: 1rem auto;
}
.two-column .column__button {
  margin-top: auto;
  text-align: center;
}

.white-boxes .column {
  background-color: #FFFFFF;
  border: 1px solid #989799;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.13);
}
.white-boxes .column__content {
  padding: 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;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video,
  .video-section__video .play-pause-video {
    width: 3rem;
    height: 3rem;
  }
}
.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;
  display: none;
}
.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;
  display: block;
}
.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: 3.125rem;
  height: 3.125rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo,
  .video-section__vimeo .play-pause-video-vimeo {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.video-section__vimeo .mute-video-vimeo svg,
.video-section__vimeo .play-pause-video-vimeo svg {
  fill: #fff;
  max-width: 1.25rem;
  max-height: 1.25rem;
  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: 2.5rem;
    max-width: 2.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: 1.5rem;
    max-width: 1.75rem;
  }
}
.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;
  display: none;
}
.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;
  display: block;
}
.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: 3.125rem;
  height: 3.125rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube,
  .video-section__youtube .play-pause-video-youtube {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.video-section__youtube .mute-video-youtube svg,
.video-section__youtube .play-pause-video-youtube svg {
  fill: #fff;
  max-width: 1.25rem;
  max-height: 1.25rem;
  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: 2.5rem;
    max-width: 2.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: 1.5rem;
    max-width: 1.75rem;
  }
}
.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;
  display: none;
}
.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;
  display: block;
}
.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;
}

footer {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  font-weight: 400;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #1f1f1f;
  color: #fff;
}
footer ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: var(--footer-anchor-color);
}
footer .footer-top {
  padding: 2.5rem 0 2rem;
}
footer .footer-bottom {
  padding: 1rem 0;
  text-align: center;
}
footer .footer-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  max-width: 74px;
}
footer .footer-address {
  font-size: 1rem;
  letter-spacing: 0.015em;
  margin-bottom: 3rem;
}
footer .footer-social {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 3rem;
}
footer .footer-social li {
  vertical-align: top;
}
footer .copyright {
  color: var(--footer-copyright-color);
  margin: 0;
  letter-spacing: 0.015em;
}

.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;
  }
}
