@import url('https://use.typekit.net/qyu6azp.css');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
  }
/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
  }
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
  }
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
  strong {
    font-weight: bolder;
  }
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
  }
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
sub {
    bottom: -0.25em;
  }
sup {
    top: -0.5em;
  }
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
  }
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
  input { /* 1 */
    overflow: visible;
  }
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
  select { /* 1 */
    text-transform: none;
  }
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 0.0625rem dotted ButtonText;
  }
/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
  }
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
  }
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -0.125rem; /* 2 */
  }
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
  }
/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
  }
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
  }
/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
  }
body {
  font-size: 1rem;
  font-family: sofia-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #252629;
  color: var(--body-text-1);
}
main {
  margin-top: 3.75rem
}
@media (min-width: 59.4375rem) {
main {
      margin-top: 0
}
  }
body {
    font-family: "sofia-pro", sans-serif;
    font-family: var(--body-font);
  }
h1, h2 {
    font-family: "adobe-garamond-pro", serif;
    font-family: var(--header-font);
  }
a {
    transition: 400ms ease-in-out;
    text-decoration: none;
    color: #033963;
    color: var(--links)
  }
p {
    color: #252629;
    color: var(--body-text-1);
    line-height: 1.7; 
  }
/* Utilities */
_:-ms-lang(x),  .object-cover, _:-webkit-full-screen  .object-cover
  {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
_:-ms-lang(x) img, .object-cover img, _:-webkit-full-screen  .object-cover img {
      position: absolute;
      width: 150%;
      height: auto;
      top: 0%;
      left: 0%;
    }
.object-cover {
    display: flex;
    overflow: hidden;
  }
.object-cover img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
img {
  width: 100%;
  height: auto;
}
.cover {
  position: relative;
}
.cover .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }
.cover .image img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      max-width: none;
    }
.cover .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
.video-cover, video.video-cover {

}
.container {
  width: calc(100% - 4rem);
  max-width: 90rem;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex
}
.container.column {
    flex-direction: column;
  }
.container.no-pad {
    padding: 0;
    width: 100%;
  }
@media (max-width: 49.9375rem) {
.container.no-pad-new {
      width: calc(100% - 3rem);
      padding: 0
  }
    }
.container.wrap {
    flex-wrap: wrap;
  }
.container.non-flex {
    display: block;
  }
.container.vert-center {
    align-items: center;
  }
.container.medium {
    max-width: 60rem;
  }
.container.large {
    max-width: 80rem;
  }
.container.small {
    max-width: 42.1875rem;
  }
@media (max-width: 49.9375rem) {
.container {
    width: calc(100% - 3rem);
    padding: 0 1.5rem
}
    .container.mobile-column {
      flex-direction: column;
    }
  }
.object-cover {
  display: flex;
}
.object-cover img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
.object-contain {
  display: flex;
}
.object-contain img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row; 
}
.flex-column {
  flex-direction: column; 
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 49.9375rem) {
.flex-mobile-column {
    flex-direction: column
}
  }
.text-center {
  text-align: center;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
main input[type="text"],
  main input[type="password"],
  main input[type="username"],
  main input[type="tel"],
  main input[type="email"] {
    height: 3rem;
    line-height: 3rem;
  }
main button.largeBtn,
  main button.defaultBtn,
  main button.modalBtn {
    background-color: #033963;
    background-color: var(--highlight-color);
    transition: all 300ms ease-in-out;
    font-size: 0.875rem;
    font-weight: 800;
    color: #fff;
    border-radius: 2rem !important;
    letter-spacing: 0.04rem;
    height: 3rem;
  }
main button.largeBtn:hover,main button.largeBtn:active,main button.defaultBtn:hover,main button.defaultBtn:active,main button.modalBtn:hover,main button.modalBtn:active {
      background-color: #09304F;
      background-color: var(--primary-accent);
    }
@media (max-width: 59.375rem) {
  main button.largeBtn,
  main button.defaultBtn,
  main button.modalBtn {
      height: 3rem;
  }

      main button.largeBtn span, main button.defaultBtn span, main button.modalBtn span {
        height: 3rem;
        line-height: 3rem;
      }
    }
.large-btn {
  background-color: #033963;
  background-color: var(--highlight-color);
  transition: all 500ms ease-in-out;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fff;
  border-radius: 2rem !important;
  letter-spacing: 0.04rem;
  padding: .75rem 2.5rem;
}
.large-btn:hover,.large-btn:active {
    background-color: #09304F;
    background-color: var(--primary-accent);
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
  }
.arrow-btn {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.125rem;
	display: inline-flex;
	align-items: center;
	transition: .3s ease-out;
  padding-right: calc(0.875rem + .5rem);
	color: #033963;
	color: var(--links);
	position: relative
}
.arrow-btn:hover {
		letter-spacing: 0.125rem;
	}
.arrow-btn:before {
    position: absolute;
    width: 0.875rem;
    height: 0.4375rem;
    top: calc(50% - 0.1875rem);
    right: 0;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 14 7'%3E%3Cpath fill='%2309304F' d='M12.3 3.1 9.3.6C9.2.5 9 .5 8.8.5c-.2.1-.3.3-.3.5v2h-8v1h8v2c0 .2.1.4.3.5H9c.1 0 .2 0 .3-.1l3-2.5c.1-.1.2-.2.2-.4s-.1-.3-.2-.4z'/%3E%3C/svg%3E");
  }
.arrow-btn:after {
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: #09304F;
		background-color: var(--primary-accent);
		content: '';
		bottom: 0;
		transform: translateY(.75rem);
		opacity: 0;
		transition: .5s ease-out;
	}
.arrow-btn .icon {
		width: 0.75rem;
		display: inline-flex;
		align-items: center;
		margin-left: .5rem;
	}
.arrow-btn svg {
		width: 100%;
		height: auto;
	}
.arrow-btn path {
		fill: #033963;
		fill: var(--links);
		stroke: #033963;
		stroke: var(--links);
	}
.arrow-btn.white path {
			fill: #F8F8FA;
			fill: var(--gray-100);
			stroke: #F8F8FA;
			stroke: var(--gray-100);
		}
.arrow-btn.white:after {
			background-color:#F8F8FA;
			background-color:var(--gray-100);
		}
a.arrow-btn:hover:after,a.arrow-btn:active:after {
			opacity: 1;	
      transform: translateY(.25rem);
    }
a.text-link {
  position: relative
}
a.text-link:after {
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: #09304F;
		background-color: var(--primary-accent);
		content: '';
		bottom: 0;
		transform: translateY(.5rem);
    left: 0;
		opacity: 0;
		transition: .5s ease-out;
    transition-delay:.15s;
	}
a.text-link:hover:after,a.text-link:active:after {
			opacity: 1;	
      transform: translateY(.125rem);
      transition-delay:0s;
    }
section#hero-video {
  opacity: 1;
}
.anim-stage-1 {
    transition-delay: calc(0s + 0s);
  }
.anim-stage-2 {
    transition-delay: calc(.2s + 0s);
  }
.anim-stage-3 {
    transition-delay: calc(.4s + 0s);
  }
.anim-stage-4 {
    transition-delay: calc(.6s + 0s);
  }
.arrow-btn {
      font-family: var(--global-body-font);
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.875rem;
      letter-spacing: 0.125rem;
      display: inline-flex;
      align-items: center;
      transition: .3s ease-out;
      color: #033963;
      color: var(--highlight-color);;
      position: relative
  }
.arrow-btn:hover {
          letter-spacing: 0.125rem;
      }
.arrow-btn:after {
          position: absolute;
          width: 100%;
          height: 0.125rem;
          background-color: #033963;
          background-color: var(--link-hover);
          content: '';
          bottom: 0;
          transform: translateY(.75rem);
          opacity: 0;
          transition: .5s ease-out;
      }
.arrow-btn .icon {
          width: 0.75rem;
          display: inline-flex;
          align-items: center;
          margin-left: .5rem;
      }
.arrow-btn svg {
          width: 100%;
          height: auto;
      }
.arrow-btn path {
          fill: #033963;
          fill: var(--highlight-color);;
          stroke: #033963;;
          stroke: var(--highlight-color);;
      }
.arrow-btn.white path {
              fill: #FFFFFF;
              stroke: #FFFFFF;
          }
.arrow-btn.white:after {
              background-color: #FFFFFF;
          }
.hover-active .arrow-btn:after {
              opacity: 1;
              transform: translateY(.25rem);
          }
.scale-in {
    opacity: 0; transform: scale(1.025); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1)
  }
.scale-in.active {
    opacity: 1; transform: scale(1);
    }
.fade-in-btm {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88)
  }
.fade-in-btm.active {
    opacity: 1; transform: translateY(0);
      }
.fade-in {
    opacity: 0; transition: 0.7s cubic-bezier(0.5,0.76,0.6,0.88)
  }
.fade-in.active {
    opacity: 1;
    }
.fade-in-bottom-parent .fade-in-bottom {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
      }
.fade-in-bottom-parent.active .fade-in-bottom {
    opacity: 1; transform: translateY(0);
          }
.shadow-1 {
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
  }
.shadow-2 {
    box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22);
  }
@-webkit-keyframes page-load {
    0% {
      opacity: 0;
    }
    50% {
    }
    100% {
      opacity: 1;
    }
  }
@keyframes page-load {
    0% {
      opacity: 0;
    }
    50% {
    }
    100% {
      opacity: 1;
    }
  }
.move-y, .move-y-small, .move-y-negative, .move-y-negative-small,.move-y-negative-small-desktop, .move-x, .move-x-negative, .move-both, .move-bg-texture, .move-bg-texture-negative {
    transition: 1.65s cubic-bezier(.21,.47,.24,.94);
  }
h1 {
    font-size: 3.25rem;
   font-family: adobe-garamond-pro, serif;
    font-weight: normal
}
@media (max-width: 49.9375rem) {
h1 {
       font-size: 2.5rem
}
   }
h2 {
    font-size: 2.5rem;
    font-family: adobe-garamond-pro, serif;
    font-weight: normal
}
@media (max-width: 49.9375rem) {
h2 {
            font-size: 2rem
}
    }
h2.small {
       font-size: 2rem
    }
@media (max-width: 49.9375rem) {
h2.small {
         font-size: 1.625rem
    }
      }
h3 {
   font-size: 1.25rem;
   font-weight: 600
}
@media (max-width: 49.9375rem) {
h3 { 
       font-size: 1.125rem
}
   }
h4 {
   font-size: 1rem;
   font-weight: 700;

}
p {
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.75rem;
   margin-bottom: 1rem;
}
h1, h2, h3, h4, p, small, li, ul, #site-header .links, .linebtn {
   transition: 120ms opacity ease-in-out;
}
.text-center {
   text-align: center;
}
.mb {
   margin-bottom: 2rem;
}
.mb-large {
   margin-bottom: 4rem;
}
html.scroll li > ul {
    transition-delay: 400ms;
}
a.skip-main {
    clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
    position: absolute !important;
    height: 0.0625rem;
    width: 0.0625rem;
    overflow: hidden; }
a.skip-main:focus {
      background-color: #f1f1f1;
      border-radius: 0.1875rem;
      box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
      clip: auto !important;
      color: #21759b;
      display: block;
      font-size: 0.875rem;
      font-size: 0.875rem;
      font-weight: bold;
      height: auto;
      left: 0.3125rem;
      line-height: normal;
      padding: 0.9375rem 1.4375rem 0.875rem;
      text-decoration: none;
      top: 0.3125rem;
      width: auto;
      z-index: 100000;
      /* Above WP toolbar. */ }
#site-header {
	transition: 1s ease-in-out top;
	z-index: 50
}
#site-header:after {
        content: '';
        display: table;
        clear: both;
    }
#site-header:before{
        content: '';
        display: table;
    }
@media (max-width: 59.375rem) {
#site-header {
		position: fixed;
		top: 0;
		width: 100%
}
	}
#site-header .utility-nav {
		background-color: #F2F2F7;
		background-color: var(--gray-200);
		width: 100%;
		padding-top: .5rem;
		margin-right: 0;
        float: right;
        clear: both;
		width: 100%;
		position: relative;
        height:3rem;
		font-family: "adobe-garamond-pro", serif;
		font-family: var(--header-font)
	}
#site-header .utility-nav:after {
			position: absolute;
			width: 100%;
			height: 0.375rem;
			bottom: 0;
			box-shadow: inset 0rem -0.25rem 0.1875rem rgba(0,0,0,0.25);
            content: '';
            display: table;
            clear: both; 
		}
#site-header .utility-nav:before{
            content: '';
            display: table;
        }
@media (max-width: 59.375rem) {
	#site-header .utility-nav {
			position: absolute;
			top: -20rem
	}
		}
#site-header .utility-nav .brand-logos {
			width: 69.99%;
			float: left
		}
@media (max-width: 87.5rem) and (min-width: 64.0625rem) {
		#site-header .utility-nav .brand-logos {
				width: 64.99%;
		}
				#site-header .utility-nav .brand-logos .tab {
					width: calc(99.99% * 1/8 - .625rem);
					margin-right: .3125rem
				}
					#site-header .utility-nav .brand-logos .tab.shop {
						margin-left: 0;
					}
			}
#site-header .utility-nav .tab {
			background-color: #F8F8FA;
			background-color: var(--gray-100);
			border-left: 0.0625rem solid;
			border-right: 0.0625rem solid;
			border-top: 0.0625rem solid;
			border-color: #EEEEF0;
			border-color: var(--gray-300);
			display: inline-flex;
			justify-content: center;
			align-items: center;
			height:2.55rem;
			float: left;
			margin-right: .7%;
			width: 12%;
			max-width: 6.875rem;
			cursor: pointer
		}
#site-header .utility-nav .tab:first-child {
				margin-left: 0.625rem;
			}
#site-header .utility-nav .tab .icon {
				fill: #3E3F45;
				fill: var(--gray-700);
                width: calc(100% - 1rem);
                height: calc( 100% - 1.3rem);
				padding: 0.07rem 0.2rem;
				display: block;
				cursor: pointer;
				transition: all 150ms ease-in-out;
				cursor: pointer;
			}
#site-header .utility-nav .tab.shop {
				margin-left: 1.25rem;
			}
#site-header .utility-nav .tab.active {
				background-color: #252629;
				background-color: var(--gray-900);
				z-index: layer(aboveshadow);
				position: relative;
			}
#site-header .utility-nav .tab.active .icon {
					fill: #eae6db;
				}
#site-header .utility-nav .tab.active:hover,#site-header .utility-nav .tab.active:active {
					background-color: #252629;
					background-color: var(--gray-900);
				}
#site-header .utility-nav .tab.active:hover .icon, #site-header .utility-nav .tab.active:active .icon {
						fill: #eae6db;
					}
#site-header .utility-nav .tab:hover,#site-header .utility-nav .tab:active {
				background-color: #F8F8FA;
				background-color: var(--gray-100);
			}
#site-header .utility-nav .tab:hover .icon, #site-header .utility-nav .tab:active .icon {
					fill: #544d46;
				}
#site-header .utility-nav #v65-modalLoginLink-YourAccount {
			display: none;
		}
#site-header .utility-nav .links {
			float: right;
			width: 29.99%;
			text-align: right;
			padding-top: 0.5rem;
		}
#site-header .utility-nav .links a {
				color: #3E3F45;
				color: var(--gray-700);
				text-transform: uppercase;
				font-size: 0.8125rem;
				padding: 0.5rem 1.25rem;
			}
#site-header .utility-nav .links a:hover,#site-header .utility-nav .links a:active {
					color: #09304F;
					color: var(--primary-accent);
				}
@media (max-width: 84.375rem) and (min-width: 64.0625rem) {
		#site-header .utility-nav .links {
				width: 34.99%;
		}
				#site-header .utility-nav .links a {
					padding: 0.5rem 0.625rem;
				}
			}
#site-header .utility-nav .links .account{
				height: 3rem;
				display: inline-block;
			}
/*Vertical Align*/
#site-header .utility-nav .links .account a {
					display: inline-block
				}
#site-header .utility-nav .links .account a:last-child {
						border-right: 0.0625rem solid #E6E1D6;
					}
#site-header .utility-nav .links .account .v65-yourAccount, #site-header .utility-nav .links .account .v65-editProfile {
					border-right: none;
					height: inherit;
					text-align: inherit;
					width: inherit;
					margin-top: 0;
					margin-right: inherit;
					padding-right: inherit;
				}
#site-header .utility-nav .links .account .v65-login, #site-header .utility-nav .links .account .v65-logout {
					width: inherit;
					margin-top: 0;
				}
#site-header .utility-nav .links .cart {
				display: inline-block;
			}
#site-header .utility-nav .links .cart #v65-modalCart {
					height: 3rem;
					display: inline-block;
					/*Vertical Align*/
					position: relative;
				}
#site-header .utility-nav .links .cart #v65-modalCart #v65-toggleModalCart {
						white-space: nowrap;
					}
#site-header .logo-bar {
		position: relative;
		text-align: center;
		float: left;
		width: 99.99%;
		clear: both;
		transition: 300ms all ease-in-out;
	}
#site-header .logo-bar .logo-icon {
			z-index: 1;
			display: inline-block;
			margin: 0 auto;
			position: relative;
			transition: 300ms all ease-in-out;
		}
#site-header .logo-bar .logo-icon .main-logo {
				width: 100%;
				transition: 300ms all ease-in-out;
			}
#site-header .logo-bar .logo-icon .duckhorn-portfolio-logo {
				fill: #F8F8FA;
				fill: var(--gray-100);
				transition: 300ms all ease-in-out;
			}
#site-header .logo-bar .mobile-menu-toggle {
			text-align: left;
		}
#site-header .logo-bar .mobile-right-links {
		}
@media (min-width: 59.4375rem) {
			#site-header .logo-bar:before {
				border-bottom: 0.0625rem solid #3E3F45;
				position: absolute;
				width: 100%;
				top: 50%;
				display: block;
				z-index: 0;
                content:'';
			}
			#site-header .logo-bar .logo-icon {
				padding: 0.3125rem 1.875rem 0rem 1.875rem;
				background-color: #252629;
				background-color: var(--gray-900);
				max-width: 11.25rem;
			}
				#site-header .logo-bar .logo-icon .main-logo {
					max-height: 4.375rem;
					padding-top: 0.3125rem;
					padding-bottom: 0.3125rem;
				}
			#site-header .logo-bar .mobile-menu-toggle, #site-header .logo-bar .mobile-right-icons {
				display: none;
			}
		}
@media (max-width: 59.375rem) {
	#site-header .logo-bar {
			background-color: #252629;
			background-color: var(--gray-900);
			z-index: 5;
	}
			#site-header .logo-bar .mobile-menu-toggle {
				display: inherit;
				float: left;
				width: 35%;
				display: inline-flex;
				align-content: center;
				align-items: center;
				padding: 0.625rem 0;
			}
			#site-header .logo-bar .mobile-right-icons {
				display: inherit;
				float: right;
				width: 35%;
				

			}
			#site-header .logo-bar .logo-icon {
				width: 30%;
				float: left;
				height: 3.75rem;
				display: inline-flex;
				align-content: center;
				align-items: center;
			}
			#site-header .logo-bar .mobile-menu-toggle {
				cursor: pointer;
			}
			#site-header .logo-bar .mobile-right-icons {
				text-align: right;
			}
				#site-header .logo-bar .mobile-right-icons .icon {
					height: 1.4375rem;
					width: 1.375rem;
					fill: #F8F8FA;
					fill: var(--gray-100);
				}
				#site-header .logo-bar .mobile-right-icons a {
					display: inline-flex !important;
					padding: 0.625rem 1.25rem;
					align-content: center;
					align-items: center;
					cursor: pointer;
				}
					/*Vertical Align*/
						#site-header .logo-bar .mobile-right-icons a:hover .icon, #site-header .logo-bar .mobile-right-icons a:active .icon {
							fill: #09304F;
							fill: var(--primary-accent);
						}
						#site-header .logo-bar .mobile-right-icons a.active .icon {
							fill: #09304F !important;
							fill: var(--primary-accent) !important;
						}
			#site-header .logo-bar #menu-icon {
				width: 1.5rem;
				height: 1.25rem;
				position: relative;
				transform: rotate(0deg);
				transition: .5s ease-in-out;
				cursor: pointer;
				margin: 0 0.9375rem;
			}
					#site-header .logo-bar #menu-icon:hover span,#site-header .logo-bar #menu-icon:active span{
						background: #09304F;
						background: var(--primary-accent);
					}
				#site-header .logo-bar #menu-icon span {
					display: block;
					position: absolute;
					height: 0.1875rem;
					width: 100%;
					background: #F8F8FA;
					background: var(--gray-100);
					border-radius: 0.1875rem;
					opacity: 1;
					left: 0;
					transform: rotate(0deg);
					transition: .25s ease-in-out;
				}
				#site-header .logo-bar #menu-icon span:nth-child(1) {
					top: 0rem;
				}
				#site-header .logo-bar #menu-icon span:nth-child(2), #site-header .logo-bar #menu-icon span:nth-child(3) {
					top: 0.5rem;
				}
				#site-header .logo-bar #menu-icon span:nth-child(4) {
					top: 1rem;
				}
				#site-header .logo-bar #menu-icon.open span:nth-child(1) {
					top: 0rem;
					width: 0%;
					left: 50%;
				}
				#site-header .logo-bar #menu-icon.open span:nth-child(2) {
					transform: rotate(45deg);
				}
				#site-header .logo-bar #menu-icon.open span:nth-child(3) {
					transform: rotate(-45deg);
				}
				#site-header .logo-bar #menu-icon.open span:nth-child(4) {
					top: 1rem;
					width: 0%;
					left: 50%;
				}
		}
@media (max-width: 59.375rem) and (min-width: 50rem) {
			#site-header .logo-bar .main-logo {
				max-height: 5rem;
				max-width: 9.375rem;
			}
			#site-header .logo-bar #menu-icon {
			}
			#site-header .logo-bar .mobile-menu-toggle, #site-header .logo-bar .mobile-right-icons a {
				height: calc(5.3125rem - 1.25rem);
			}
			#site-header .logo-bar .logo-icon {
				height: 5.3125rem;
				justify-content: center;
				align-content: center;
			}
		}
@media (max-width: 49.9375rem) {
			#site-header .logo-bar .main-logo {
				max-height: 3.75rem;
				max-width: 7.5rem;
			}
			#site-header .logo-bar .mobile-menu-toggle, #site-header .logo-bar .mobile-right-icons a {
				height: calc(3.75rem - 1.25rem);
			}
				#site-header .logo-bar .mobile-right-icons a {
					display: inline-block;
					padding: 0.625rem 0.9375rem;
					/*Vertical Align*/
				}
		}
#site-header .main-nav.brand {
			background-color: #252629;
			background-color: var(--header-bg);
		}
#site-header .main-nav {
		background-color: #252629;
		background-color: var(--gray-900);
		margin-right: 0;
        float: right;
        clear: both;
		width: 100%;
		text-align: center;
		position: relative
	}
#site-header .main-nav:after {
            content: '';
            display: table;
            clear: both;
        }
#site-header .main-nav:before{
            content: '';
            display: table;
        }
#site-header .main-nav .wrap {
			position: relative;
		}
#site-header .main-nav .scroll-logo-icon {
			visibility: hidden;
			opacity: 0;
			position: absolute;
			left: 0;
			top: 0;
			padding:0.625rem 0.9375rem;
			background-color: transparent;
			max-width: 9.375rem;
			transition: opacity 300ms ease-in-out;
		}
#site-header .main-nav .scroll-logo-icon .main-logo {
				max-height: 2rem;
				fill: #F8F8FA;
				fill: var(--gray-100);
				width: 100%;
				transition: 300ms all ease-in-out;
			}
#site-header .main-nav nav.desktop {
			width: 100%;
			display: block;
			position: relative;
			float: right;
			clear: both;
			transition: 300ms all ease-in-out
		}
@media (max-width: 59.375rem) {
		#site-header .main-nav nav.desktop {
				display: none
		}
			}
#site-header .main-nav nav.desktop a, #site-header .main-nav nav.desktop span {
				text-transform: uppercase;
				font-size: 1rem;
				font-family: "adobe-garamond-pro", serif;
				font-family: var(--header-font);
				color: #F8F8FA;
				color: var(--gray-100);
				padding: 1.125rem 1.875rem;
				display: block;
				transition: 300ms all ease-in-out;
				cursor: pointer;
			}
#site-header .main-nav nav.desktop .mainNav {
			}
#site-header .main-nav nav.desktop ul {
				display: inline-block;
				float: none;
				margin: 0;
				padding: 0;
			}
#site-header .main-nav nav.desktop li {
				display: inline-block;
				margin: 0;
			}
#site-header .main-nav nav.desktop li:hover a, #site-header .main-nav nav.desktop li:hover span, #site-header .main-nav nav.desktop li:active a, #site-header .main-nav nav.desktop li:active span {
						color: #FFFFFF;
					}
#site-header .main-nav nav.desktop li:hover ul, #site-header .main-nav nav.desktop li:active ul {
						opacity: 1;
						visibility: visible;
						left: 0;
						top: 100%;
						z-index: 100;
						pointer-events: auto;
						transition-delay: 50ms;
					}
#site-header .main-nav nav.desktop li:hover ul li a,#site-header .main-nav nav.desktop li:active ul li a{
								color: #F8F8FA;
								color: var(--gray-100);
							}
#site-header .main-nav nav.desktop li:hover ul li:hover a, #site-header .main-nav nav.desktop li:hover ul li:active a, #site-header .main-nav nav.desktop li:active ul li:hover a, #site-header .main-nav nav.desktop li:active ul li:active a {
									color: #FFFFFF;
								}
#site-header .main-nav nav.desktop li > ul {
				position: absolute;
				opacity: 0;
				background-color: #3E3F45;
				background-color: var(--gray-700);
				width: 100%;
				left: 0;
				transition: 300ms ease-in-out all;
				transition-delay: 200ms;
				z-index: 100;
				visibility: hidden;
				
			}
#site-header .main-nav nav.desktop .v65-search {
				visibility: hidden;
				position: absolute;
				opacity: 0;
			}
#site-header .main-nav nav.desktop.searchActive {
				background-color: #09304F;
				background-color: var(--primary-accent);
			}
#site-header .main-nav nav.desktop.searchActive ul.mainNav {
					opacity: 0;
				}
#site-header .main-nav nav.desktop.searchActive li.search {
					position: absolute;
					left: 0;
					z-index: 1;
				}
#site-header .main-nav nav.desktop.searchActive li.search .search-icon {
						display: none;
					}
#site-header .main-nav nav.desktop.searchActive li.search .close-icon {
						display: inherit;
					}
#site-header .main-nav nav.desktop.searchActive .v65-search {
					opacity: 1;
					visibility: visible;
					bottom: 0;
					padding: 0 1.875rem;
					width: 100%;
				}
#site-header .main-nav nav.desktop.searchActive .v65-search form {
						position: relative;
						margin: 0 auto;
						display: inline-block;
						width: 100%;
						max-width: 90rem
					}
@media (max-width: 93.125rem) {
					#site-header .main-nav nav.desktop.searchActive .v65-search form {
							padding-left: 3.125rem
					}
						}
#site-header .main-nav nav.desktop.searchActive .v65-search input[type="text"] {
						outline: 0;
						border: 0;
						background-color: transparent;
						color: #F8F8FA;
						color: var(--gray-100);
						font-size: 1.5rem;
						height: 2rem;
						float: left;
						width: 80%;
					}
#site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"] {
						outline: none;
						border: 0.0625rem solid #F8F8FA;
						border: 0.0625rem solid var(--gray-100);
						background-color: transparent;
						color: #F8F8FA;
						color: var(--gray-100);
						font-size: 0.75rem;
						transition: 150ms all ease-in-out;
						text-transform: uppercase;
						padding: 0.3125rem 1.25rem;
						float: right;
					}
#site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"] span {
							line-height: inherit;
							padding: 0;
							font-size: 0.75rem;
							margin: 0;
							height: auto;
						}
#site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"]:hover,#site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"]:active {
							background-color: #F8F8FA;
							background-color: var(--gray-100);
							color: #09304F !important;
							color: var(--primary-accent) !important;
						}
#site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"]:hover span, #site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"]:active span {
								color: #09304F;
								color: var(--primary-accent);
							}
@media (min-width: 59.4375rem) {
		#site-header .main-nav nav.mobile {
				display: none
		}
			}
#site-header .main-nav nav.mobile {
			position: fixed;
			width: 70%;
			background-color: #F8F8FA;
			background-color: var(--gray-100);
			z-index: 1;
			left: -120vw;
			transition: left 600ms ease-in-out;
			text-align: left;
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch
		}
@media (max-width: 59.375rem) and (min-width: 50rem) {
		#site-header .main-nav nav.mobile {
				top: 5.4375rem
		}
			}
@media (max-width: 49.9375rem) {
		#site-header .main-nav nav.mobile {
				top: 4.1875rem
		}
			}
#site-header .main-nav nav.mobile h3 {
				font-style: italic;
				padding: .8rem .75rem;
				color: #09304F;
				color: var(--primary-accent);
				font-size: 1.0625rem;
			}
#site-header .main-nav nav.mobile .member {
				display: none;
			}
#site-header .main-nav nav.mobile .expand ul {
					display: none;
					border-top: 0.0625rem solid #efe7de;
					border-bottom: 0.0625rem solid #efe7de;
				}
#site-header .main-nav nav.mobile .expand ul li {
						text-transform: none;
					}
#site-header .main-nav nav.mobile .expand ul li a {
							padding-left: 2rem;
						}
#site-header .main-nav nav.mobile .expand a {
					padding: .9rem .75rem;
					display: block;
					color: #09304F;
					color: var(--primary-accent);
					font-size: .9rem
				}
#site-header .main-nav nav.mobile .expand a:hover {
						background-color: #09304F;
						background-color: var(--primary-accent);
						color: #F8F8FA;
						color: var(--gray-100);
					}
#site-header .main-nav nav.mobile .expand a.v65-leftSelected {
						color: #033963;
						color: var(--highlight-color);
					}
#site-header .main-nav nav.mobile .expand .parent {
					text-transform: uppercase;
					font-size: 1.0625rem;
					position: relative
				}
#site-header .main-nav nav.mobile .expand .parent:after {
						content:"+";
						position: absolute;
						right: 1rem;
						color: #09304F;
						color: var(--primary-accent);
						opacity: 0.5;
						font-family: 'arial', sans-serif;
						font-size: 0.8125rem;
					}
#site-header .main-nav nav.mobile .expand .parent.active {
					background-color: #09304F;
					background-color: var(--primary-accent);
					color: #F8F8FA;
					color: var(--gray-100)
					
				}
#site-header .main-nav nav.mobile .expand .parent.active:after {
						content: "-";
						color: #F8F8FA;
						color: var(--gray-100);
					}
#site-header .main-nav nav.mobile .expand.preactive ul {
						display: block;
					}
#site-header .main-nav nav.mobile li {
				list-style: none;
				text-transform: uppercase;
				margin-left: 0;
			}
#site-header .main-nav nav.mobile li a {
					padding: .85rem .75rem;
					display: block;
					color: #09304F;
					color: var(--primary-accent);
					text-transform: uppercase;
				}
#site-header .main-nav nav.mobile li a:hover,#site-header .main-nav nav.mobile li a:active {
						background-color: #09304F;
						background-color: var(--primary-accent);
						color: #F8F8FA;
						color: var(--gray-100);
					}
#site-header .main-nav nav.mobile .break {
				border-bottom: 0.0625rem solid #d2d0cd;
				padding: .5rem 0;
			}
#site-header.loggedIn #v65-modalLoginLink-YourAccount {
			display: inline-block;
		}
#site-header.loggedIn .main-nav nav.mobile .member {
			display: block;
		}
#site-header.loggedIn .main-nav nav.mobile .guest {
			display: none;
		}
@media (max-width: 59.375rem) {
		body:before {
			position: fixed;
			top: 0;
			right: 0;
			left: -120vw;
			bottom: 0;
			height: 100vh;
			width: 100vw;
			opacity: 0;
			background-color: #252629;
			background-color: var(--gray-900);
			transition: 600ms ease-in-out opacity;
		}
	}
@media (max-width: 59.375rem) {
.deviceMenuOpen, .searchOpen {
		overflow: hidden
}
		.deviceMenuOpen:before, .searchOpen:before {
			opacity: 0.3;
			left: 0;
			z-index: 4;
		}
	}
@media (max-width: 59.375rem) {
			.deviceMenuOpen #site-header .main-nav nav.mobile {
				left: 0;
			}
	}
@media (max-width: 59.375rem) {
			.searchOpen #site-header .main-nav .mobile-search {
				top: 100%;
				opacity: 1;
			}
	}
#v65-modalCartDropdown {
	background-color: rgba(62,63,69,0.75);
	border: none;
	color: #252629;
	color: var(--gray-900);
	line-height: normal;
	position: fixed;
	text-align: left;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#v65-modalCartDropdown legend {
		width: 100%;
		text-align: center;
	}
#v65-modalCartDropdown #v65-modalCartBody {
		width: 50%;
		top: 7%;
		max-height: 85vh;
		overflow-y: scroll;
		left: 25%;
		background-color: white;
		position: absolute;
		box-shadow: 0 0 0.5rem rgba(0,0,0,0.15)
	}
@media (max-width: 59.375rem) and (min-width: 50rem) {
	#v65-modalCartDropdown #v65-modalCartBody {
			width: 70%;
			left: 15%
	}
		}
@media (max-width: 49.9375rem) {
	#v65-modalCartDropdown #v65-modalCartBody {
			width: 90%;
			top: 5%;
			left: 5%
	}
		}
#v65-modalCartDropdown #v65-modalCartBody th {
			background-color: #738087;
			background-color: var(--gray-600);
			color: white;
			text-transform: uppercase;
			font-weight: normal;
			text-align: center !important;
			padding: 0.3125rem 0;
			font-size: 0.75rem;
		}
#v65-modalCartDropdown #v65-modalCartBody .bold {
			font-weight: normal;
		}
#v65-modalCartDropdown #v65-modalCartBody td {
			font-size: 1.125rem;
			color: #252629;
			color: var(--gray-900);
			padding: .75rem 0 ;
		}
#v65-modalCartDropdown #v65-modalCartBody td a {
				text-transform: none;
				font-weight: normal !important;
				font-size: 1.125rem;
				padding: 0;
			}
#v65-modalCartDropdown #v65-modalCartBody td strong {
				font-weight: normal !important;
			}
@media (max-width: 49.9375rem) {
		#v65-modalCartDropdown #v65-modalCartBody td {
				font-size: 1rem;
		}
				#v65-modalCartDropdown #v65-modalCartBody td img {
					display: none;
				}
			}
#v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn {
			background-color: #F2F2F7;
			background-color: var(--gray-200);
			color: #09304F;
			color: var(--primary-accent);
			text-transform: uppercase;
			font-size: 0.8125rem;
			height: inherit;
			line-height: normal;
			vertical-align: top;
			border-radius: 0;
			border: 0.0625rem solid #F2F2F7;
			border: 0.0625rem solid var(--gray-200);
			padding: .75rem 1rem;
			outline: none;
		}
#v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn:hover,#v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn:active {
				background-color: #C2C8CC;
				background-color: var(--gray-500);
			}
#v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn span {
				height: auto;
				line-height: 100%;
				color: #09304F;
				color: var(--primary-accent);
			}
#v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn {
			background-color: #033963;
			background-color: var(--highlight-color);
			color: white;
			text-transform: uppercase;
			font-size: 0.8125rem;
			border: 0.0625rem solid #033963;
			border: 0.0625rem solid var(--highlight-color);
			border-radius: 0;
			height: inherit;
			line-height: normal;
			vertical-align: top;
			padding: .75rem 1rem;
		}
#v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn:hover,#v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn:active {
				background-color: #09304F;
				background-color: var(--primary-accent);
			}
#v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn span {
				height: auto;
				line-height: 100%;
			}
#v65-modalCartDropdown #v65-modalCartBody #v65-modalCartTableSubtotal td {
			font-weight: normal;
			border-top: #C2C8CC;
			border-top: var(--gray-500);
			color: #09304F;
			color: var(--primary-accent);
			font-size: 1.375rem;
			background-color: #C2C8CC;
			background-color: var(--gray-500)
		}
@media (max-width: 49.9375rem) {
		#v65-modalCartDropdown #v65-modalCartBody #v65-modalCartTableSubtotal td {
				font-size: 1.125rem;
				padding: .25rem
		}
			}
#v65-modalCartDropdown #v65-modalCartBody .v65-additionalItemsMessage {
			width: 100%;
			text-align: center;
			margin: .5rem 0;
		}
#v65-modalCartDropdown #v65-modalCartBody .v65-additionalItemsMessage a {
				padding: 0;
			}
#v65-modalCartDropdown #v65-modalCartBody .v65-carrot p {
				color: #033963;
				color: var(--highlight-color);
				font-size: 1.65rem;
				text-align: center;
				font-style: italic;
			}
#v65-modalCartDropdown .right {
		text-align: center;
	}
@media (min-width: 59.4375rem) {
	.scroll #site-header {
			position: fixed;
			top:0;
			width: 100%;
			box-shadow: 0rem 0.375rem 0.375rem rgba(0,0,0,0.3);
	}
			.scroll #site-header .utility-nav {
				display: none;
			}
			.scroll #site-header .logo-bar {
				display: none;
				float: left;
				width: 18%;
				clear: none;
			}
				.scroll #site-header .logo-bar .logo-icon .main-logo {
					height: 2rem;
				}
				.scroll #site-header .logo-bar:before {
					display: none;
				}
				.scroll #site-header .main-nav .scroll-logo-icon {
					visibility: visible;
					opacity: 1;
				}
				.scroll #site-header .main-nav nav.desktop {
					clear: none;
					position: static;
					position: initial;
					text-align: right;
					width: 80%;
					padding: 0 0.9375rem;
				}
					.scroll #site-header .main-nav nav.desktop a, .scroll #site-header .main-nav nav.desktop span {
						text-transform: uppercase;
						font-size: 0.875rem;
						font-family: "adobe-garamond-pro", serif;
						font-family: var(--header-font);
						color: #F8F8FA;
						color: var(--gray-100);
						padding: 1.2rem;
						display: block;
					}
					.scroll #site-header .main-nav nav.desktop.searchActive li.search {
						left: 20%;
					}
					.scroll #site-header .main-nav nav.desktop .v65-search {
						width: 75%;
						bottom: 0;
						right: 0;
					}
		}
#deploybottest-oct11_productioncache span {
		font-family: serif;
		color: #252629;
		color: var(--gray-900);
	}
.overlayBg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245,242,236,0.9);
    z-index: 9999
  }
.overlayBg.ageVerifiedOut {
      -webkit-animation: fadeOut 600ms;
              animation: fadeOut 600ms;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
    }
.overlayBg.ageVerified {
      display: none;
    }
.overlayContent {
    width: 30%;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.25);
    padding: 2rem;
    left: 35%;
    top: 35vh;
    text-align: center;
    position: fixed;
  }
.overlayContent .logo {
      width: 100%;
      display: block;
      text-align: center;
      margin-bottom: .5rem;
    }
.overlayContent .logo svg {
          fill: #09304F;
          fill: var(--primary-accent);
          opacity: .5;
          max-width: 12.5rem;
          height: 3rem;
          width: auto;
        }
.overlayContent .buttons {
      margin-top: 1rem;
    }
.overlayContent .no {
      color: #09304F;
      color: var(--primary-accent);
      border: 0.0625rem solid #09304F;
      border: 0.0625rem solid var(--primary-accent);
      background-color: transparent;
  
    }
.overlayContent .no:hover,.overlayContent .no:active {
        background-color: #033963;
        background-color: var(--highlight-color);
        color: white;
        border: 0.0625rem solid #033963;
        border: 0.0625rem solid var(--highlight-color);
      }
.overlayContent .yes {
      color: white;
      border: 0.0625rem solid #09304F;
      border: 0.0625rem solid var(--primary-accent);
      background-color: #09304F;
      background-color: var(--primary-accent);
    }
.overlayContent .yes:hover,.overlayContent .yes:active {
          background-color: #033963;
          background-color: var(--highlight-color);
          border: 0.0625rem solid #033963;
          border: 0.0625rem solid var(--highlight-color);
        }
.overlayContent a {
      display: inline-block;
      text-transform: uppercase;
      font-size: 1rem;
      padding: .8375rem 2rem;
      margin: .5rem;
      line-height: 100%;
    }
@media (max-width: 59.375rem) and (min-width: 50rem) {
.overlayContent {
      width: 50%;
      left: 25%
  }
    }
@media (max-width: 49.9375rem) {
.overlayContent {
      width: calc(80% - 4rem);
      left: 10%;
      top: 25vh;
  }
      .overlayContent a {
        display: block;
      }
    }
@-webkit-keyframes fadeOut {
      0% {
          opacity: 1;
          z-index: 9999;
          visibility: visible;
          display: block;
      }
  
      90% {
        opacity: 0;
        z-index: 9999;
        visibility: visible;
        display: block;
      }
  
      100% {
          visibility: hidden;
          z-index: -999;
          opacity: 0;
          display: none;
      }
  }
@keyframes fadeOut {
      0% {
          opacity: 1;
          z-index: 9999;
          visibility: visible;
          display: block;
      }
  
      90% {
        opacity: 0;
        z-index: 9999;
        visibility: visible;
        display: block;
      }
  
      100% {
          visibility: hidden;
          z-index: -999;
          opacity: 0;
          display: none;
      }
  }
.notAgeVerified {
    background-color: #252629;
    background-color: var(--gray-900);
    text-align: center;
    color: white;
  
  }
@media (max-width: 59.375rem) and (min-width: 50rem) {
  
    .notAgeVerified main {
        margin-top: 0
    }
  
      }
@media (max-width: 49.9375rem) {
  
    .notAgeVerified main {
        margin-top: 0
    }
  
      }
.notAgeVerified svg {
      fill: white;
      height: 3.5rem;
      width: auto;
      margin-bottom: 2rem;
      margin-top: 30vh;
    }
.notAgeVerified .content p {
        color: white;
        font-size: 1.5rem;
        line-height: 130%;
      }
.notAgeVerified .content a {
        color: #F8F8FA;
        color: var(--gray-100);
        text-decoration: underline;
      }
.notAgeVerified .content a:hover {
        color: #033963;
        color: var(--highlight-color);
      }
.move-y, .move-y-small, .move-y-negative, .move-y-negative-small,.move-y-negative-small-desktop, .move-x, .move-x-negative, .move-both, .move-bg-texture, .move-bg-texture-negative {
  transition: 1.65s cubic-bezier(.21,.47,.24,.94);
}
.arrow-icon {
  width: 0.75rem;
  height: 0.4375rem;
  display: inline-flex;
  background-size: contain;
  margin-left: .25rem;
  transition: .4s ease-out;
}
.background-texture {
  background-color: #F2F2F7;
  background-color: var(--secondary-page-bg);
}
.shadow-1 {
  box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
}
.shadow-2 {
  box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22);
}
.moving-container {
  position: relative;
  opacity: 1;
}
.wrap.flex {
  display: flex;
}
.homepage section {
    opacity: 1;
  }
.homepage img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
.homepage .wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
.homepage .hero {
    display: flex;
    height: 100vh;
    padding: 0;
    position: relative
  }
@media (max-width: 49.9375rem) {

  .homepage .hero {
      height: calc(101vh - 4.1875rem);
      margin-bottom: 1.5rem
  }
    }
@media (max-width: 59.375rem) and (min-width: 50rem) {

  .homepage .hero {
      height: calc(101vh - 5.4375rem)
  }
    }
@media (min-width: 59.4375rem) {

  .homepage .hero {
      height: calc(101vh - 12.875rem)
  }
    }
@media (min-width: 50rem) {

  .homepage .hero {
      background-color: #293A47;
      background-color: var(--inverse-page-bg);
      align-items: center
  }
    }
.homepage .hero #videoBG {
      position: absolute;
      height: 100%;
      max-width: none;
      min-width: 100%;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      z-index: 1;
      transition: .3s opacity ease-out;
      transition-delay: 0s
    }
.homepage .hero #videoBG.active {
        opacity: 1;
      }
.homepage .hero .videoImageBG {
      position: relative;
      z-index: 0;
      transition: .1s;
    }
.homepage .hero .image {
      display: inline-flex;
      overflow: hidden;
      height: 100%;
      flex: 1 1 calc(100%)
    }
@media (max-width: 49.9375rem) {

    .homepage .hero .image {
        height: 60vh;
        width: 100%;
        padding: 0
    }
      }
@media (min-width: 50rem) {

    .homepage .hero .image {
        order: 2
    }
      }
@media (max-width: 59.375rem) and (min-width: 50rem) {

    .homepage .hero .image {
        width: 60%;
        flex: 1 1 calc(60%)
    }
      }
@media (min-width: 59.4375rem) {

    .homepage .hero .image {
        width: 70%;
        flex: 1 1 calc(70%)
    }
      }
.homepage .hero img {
      opacity: 0;
      transform: scale(1.025);
      transition: 4s cubic-bezier(0.22, 0.61, 0.35, 1);
      transition-delay: .1s;
    }
.homepage .hero .text {
      text-align: center;
      display: inline-flex;
      flex-direction: column
    }
@media (max-width: 49.9375rem) {

    .homepage .hero .text {
        background-color: #293A47;
        background-color: var(--inverse-page-bg);
        position: absolute;
        width: calc(100% - 4rem);
        padding: 1.25rem;
        top: 55%;
        left: 2rem;
        z-index: 2;
        box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22)
    }
      }
@media (min-width: 50rem) {

    .homepage .hero .text {
        order: 1;
        padding: 2rem
    }
      }
@media (max-width: 59.375rem) and (min-width: 50rem) {

    .homepage .hero .text {
        width: calc(40% - 4rem);
        flex: 1 1 calc(40% - 4rem)
    }
      }
@media (min-width: 59.4375rem) {

    .homepage .hero .text {
        width: calc(30% - 4rem);
        flex: 1 1 calc(30% - 4rem)
    }
      }
.homepage .hero .arrow-btn {
      color: white;
      transition-delay: 1.7s;
    }
.homepage .hero p {
      color: #C2C8CC;
      color: var(--gray-500);
      margin-bottom: 1.5rem;
      font-size: 1.25rem;
      line-height: 1.4;
      transition-delay: 1.4s;
    }
.homepage .hero h1 {
      margin-bottom: 1.5rem;
      color: white;
      line-height: 1.1;
      transition-delay: 1s;
    }
.homepage .hero.active p, .homepage .hero.active h1, .homepage .hero.active .arrow-btn {
      }
.homepage .hero.active img {
        opacity: 1;
        transform: scale(1);
      }
.homepage .hero.hover-active img {
        transform: scale(1.01);
      }
.homepage .homepage-large-promos {
    background-color: #F8F8FA;
    background-color: var(--page-bg);
    height: 80vh;
    width: 100%
  }
@media (max-width: 49.9375rem) {

  .homepage .homepage-large-promos {
      height: auto
  }
    }
.homepage .homepage-large-promos .text {
      width: 50%;
      flex: 1 1 50%;
      opacity: 1;
      position: relative;
      z-index: 4;
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
    }
.homepage .homepage-large-promos .text .inner {
        width: 100%;
        max-width: 28.125rem;
      }
@media (max-width: 49.9375rem) {
    .homepage .homepage-large-promos .text {
        width: calc(100% - 4rem);
        padding: 2rem;
        flex: 1 1 calc(100% - 4rem)
    }
      }
.homepage .homepage-large-promos .text h2, .homepage .homepage-large-promos .text p {
        width: 100%;
      }
.homepage .flex-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center
  }
@media (max-width: 49.9375rem) {
  .homepage .flex-link {
      overflow-x: hidden
  }
    }
.homepage .flex-link.hover-active .shadow-1 {
        box-shadow: 0rem 0.5rem 0.875rem rgba(62,63,69,.25);
      }
.homepage .flex-link.hover-active .shadow-2 {
        box-shadow: 0rem 1rem 1.5rem rgba(62,63,69,.32);
      }
.homepage .flex-link.hover-active h2 {
        color: #033963;
        color: var(--highlight-color);
      }
.homepage .image {
    width: 50%;
    flex: 1 1 50%;
    position: relative
  }
@media (max-width: 49.9375rem) {
  .homepage .image {
      width: calc(100% - 4rem);
      padding: 2rem;
      flex: 1 1 calc(100% - 4rem);
      height: 21.875rem
  }
    }
.homepage .box {
    position: absolute;
    display: flex;
    overflow: hidden;
  }
.homepage .box img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
.homepage .box-1 {
    background-color: #999;
    width: 70%;
    height: 62vh;
    top: calc(50% - 30vh);
    z-index: 2;
    left: 18%
  }
@media (max-width: 59.375rem) and (min-width: 50rem) {
  .homepage .box-1 {
      height: 45vh;
      top: calc(50% - 20vh)
  }
    }
@media (max-width: 49.9375rem) {
  .homepage .box-1 {
      width: 80%;
      height: 18.75rem;
      top: 1.5rem;
      left: inherit;
      right: 1rem
  }
    }
.homepage .box-2 {
    background-color: #ccc;
    width: 25%;
    height: 28vh;
    top: calc(50% + 10vh);
    left: 6.25rem;
    z-index: 3
  }
@media (max-width: 59.375rem) and (min-width: 50rem) {
  .homepage .box-2 {
      width: 30%;
      height: 25vh
  }
    }
@media (min-width: 50rem) {
  .homepage .box-2 {
      min-width: 13.125rem
  }
    }
@media (max-width: 49.9375rem) {
  .homepage .box-2 {
      width: 38%;
      height: 10.625rem;
      left: 1rem;
      top: 40%
  }
    }
.homepage .box-3 {
    height: 45vh;
    width: 50%;
    top: calc(50% - 25vh);
    right: 0;
    z-index: 1
  }
@media (max-width: 49.9375rem) {
  .homepage .box-3 {
      width: 50%;
      height: 18.75rem;
      top: 10%;
      right: 1rem
  }
    }
.homepage .right .box-3 {
      left: 1rem
    }
@media (min-width: 50rem) {
    .homepage .right .box-3 {
        right: inherit;
        left: 0
    }
      }
.homepage .right .text {
      align-items: flex-end;
    }
@media (max-width: 49.9375rem) {
      .homepage .right .text {
        order: 2;
        align-items: flex-start;
      }
      .homepage .right .image {
        order: 1;
      }
      .homepage .right .box-1 {
        left: 1rem;
        right: inherit;
      }
      .homepage .right .box-2 {
        right: 2rem;
        left: inherit;
      }
    }
.product-dropouts {
  padding: 6rem 0;
  opacity: 1
}
@media (max-width: 49.9375rem) {
.product-dropouts {
    padding: 3rem 0
}
  }
.product-dropouts header {
    padding: 2rem;
    text-align: center;
    width: calc(100% - 4rem);
    margin: 0rem auto;
  }
.product-dropouts header h2, .product-dropouts header p {
      margin: 0rem auto;
      max-width: 31.25rem;
    }
.product-dropouts .product-info {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    position: relative;
    max-width: 23.75rem
  }
.product-dropouts .product-info:before {
      content: '';
      height: 100%;
      width: 45%;
      background-color: #F8F8FA;
      background-color: var(--page-bg);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      transition: .7s ease-out;
      transition-delay: .2s;
    }
.product-dropouts .product {
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 2rem
  }
@media (min-width: 50rem) {
      .product-dropouts .product:nth-child(2) {
        transform: translateY(40%);
      }
      .product-dropouts .product:nth-child(3) {
        transform: translateY(20%) translateX(20%);
      }
    }
@media (max-width: 49.9375rem) {
  .product-dropouts .product {
      width: 100%;
  }
      .product-dropouts .product .product-image {
        width: 50%;
      }
      .product-dropouts .product .product-info {
        width: 55%;
      }
      .product-dropouts .product .description {
        display: none;
      }
    }
.product-dropouts .product img {
      height: 39.375rem;
      width: auto;
      max-width: none
    }
@media (max-width: 59.375rem) and (min-width: 50rem) {

    .product-dropouts .product img {
        height: 28.125rem
    }
      }
@media (max-width: 49.9375rem) {

    .product-dropouts .product img {
        width: 100%;
        height: auto
    }
      }
.product-dropouts .product h2,.product-dropouts .product p {
      position: relative;
    }
.product-dropouts .product h2 {
      font-family: "sofia-pro", sans-serif;
      font-family: var(--body-font);
      font-size: 1.125rem;
      line-height: 1.5625rem;
      padding-bottom: 1.5rem;
    }
.product-dropouts .product h2 .vintage {
        font-size: 1rem;
        color: #3E3F45;
        color: var(--gray-700);
      }
.product-dropouts .product h2 .varietal {

        font-weight: 800;
      }
.product-dropouts .product p {
      color: #3E3F45;
      color: var(--gray-700);
      padding-bottom: .125rem;
      margin-bottom: 0
    }
@media (max-width: 59.375rem) and (min-width: 50rem) {
    .product-dropouts .product p {
          font-size: 0.875rem
    }
      }
.product-dropouts .product p.price {
      color: #252629;
      color: var(--gray-900);
    }
.product-dropouts .product .arrow-btn {
      padding-top: 1.5rem;
      transition-delay: .8s;
    }
.product-dropouts .product.hover-active h2 div {
        color: #033963;
        color: var(--highlight-color);
      }
.product-dropouts .product.hover-active .product-info:before {
        width: 55%;
        background-color: #F2F2F7;
        background-color: var(--secondary-page-bg);
      }
.product-dropouts .product-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
section.varietals {
  padding: 6rem 0 1rem 0
}
@media (max-width: 49.9375rem) {
section.varietals {
    padding: 3rem 0 1rem 0
}
  }
section.varietals .varietal-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between

  }
@media (max-width: 49.9375rem) {
  section.varietals .varietal-grid {
      justify-content: center

  }
    }
section.varietals h1 {
    margin-bottom: 3rem
  }
@media (max-width: 49.9375rem) {
  section.varietals h1 {
      text-align: center
  }
    }
section.varietals .varietal {
    width: calc(33% - 2rem);
    flex: 0 1 calc(33% - 2rem);
    max-width: 23.4375rem;
    padding-right: 2rem;
    margin-bottom: 6rem
  }
@media (min-width: 50rem) {
      section.varietals .varietal:nth-child(3n+1) {
        transition-delay: .1s;
      }
      section.varietals .varietal:nth-child(3n+2) {
        transition-delay: .4s;
      }
      section.varietals .varietal:nth-child(3n+3) {
        transition-delay: .7s;
      }
    }
section.varietals .varietal .icon {
      width: 2.25rem;
      margin-bottom: .75rem;
    }
section.varietals .varietal h2 {
      font-family: "sofia-pro", sans-serif;
      font-family: var(--body-font);
      font-size: 1.25rem;
      color: #033963;
      color: var(--highlight-color);
      font-weight: 700;
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }
section.varietals .varietal p {
      line-height: 1.75rem;
      transition: .4s ease-out;
    }
@media (max-width: 49.9375rem) {
  section.varietals .varietal {
      width: calc(50% - 2rem);
      flex: 0 1 calc(50% - 2rem);
      max-width: 23.4375rem;
      padding: 2rem;
      margin-bottom: 3rem;
      text-align: center;
      justify-content: center;
  }
      section.varietals .varietal p {
        display: none;
      }

      section.varietals .varietal h2 {
        font-size: 1rem;
        justify-content: center;
      }
      section.varietals .varietal .arrow-icon {
        display: none;
      }
      section.varietals .varietal .icon {
        width: 1.875rem;
        margin: 0 auto .5rem auto;
      }

      section.varietals .varietal:nth-child(2n+1) {
        transition-delay: .1s;
      }
      section.varietals .varietal:nth-child(2n+2) {
        transition-delay: .4s;
      }
    }
@media (max-width: 59.375rem) and (min-width: 50rem) {
      section.varietals .varietal p {
        font-size: 0.875rem;
      }
    }
section.varietals .varietal:hover p, section.varietals .varietal:active p {
        color: #033963;
        color: var(--highlight-color);
      }
section.varietals .varietal:hover .arrow-icon, section.varietals .varietal:active .arrow-icon {
        transform: translateX(.5rem);
      }
.image-promos {
  padding-bottom: 4rem
}
@media (max-width: 49.9375rem) {
.image-promos {
    padding-bottom: 2rem
}
  }
.image-promos .wrap {
    display: flex;
    flex-wrap: wrap;
  }
.image-promos .image-promo {
    margin: 1rem 0;
    width: 50%;
    flex: 1 1 calc(50% - 2rem)
  }
@media (min-width: 50rem) {
      .image-promos .image-promo:nth-child(1) {
        margin-right: 1rem;
      }
      .image-promos .image-promo:nth-child(2) {
        margin-left: 1rem;
      }
        .image-promos .image-promo:nth-child(2) .background-texture {
          top: 4.5rem;
        }
    }
@media (max-width: 49.9375rem) {
  .image-promos .image-promo {
      width: 100%;
      flex: 1 1 calc(100% - 2rem);
      margin-bottom: 2.5rem;
  }
      .image-promos .image-promo .image {
        padding: 0;
      }
    }
.image-promos .image-promo:hover h2, .image-promos .image-promo:active h2 {
        color: #033963;
        color: var(--highlight-color);
      }
.image-promos .image-promo:hover .background-texture, .image-promos .image-promo:active .background-texture {
        top: 5.25rem;
        background-color: #3E3F45;
        background-color: var(--body-text-2);
      }
.image-promos .background-texture {
    position: absolute;
    z-index: 1;
    width: calc(100% - 4rem);
    left: 1rem;
    top: 3rem;
    height: 28.125rem;
    transition-delay: .2s;
  }
.image-promos .image {
    position: relative;
    height: 26.5625rem;
    width: 100%
  }
@media (max-width: 49.9375rem) {
  .image-promos .image {
      height: 23.4375rem
  }
    }
.image-promos .image img {
      z-index: 2;
      position: relative;
    }
.image-promos .text {
    margin: 1rem 3rem;
    position: relative;
    z-index: 3;
  }
.image-promos .text h2 {
      transition: .4s ease-out;
    }
.homepage-wine-club {
  background-color: #F8F8FA;
  background-color: var(--page-bg);
  padding: 4rem 0
}
@media (max-width: 49.9375rem) {
.homepage-wine-club {
    padding: 4rem 0 2rem 0
}
  }
.homepage-wine-club .wrap {
    max-width: 56.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
.homepage-wine-club .image {
    width: 45%;
    flex: 1 1 45%;
    display: flex;
    height: 21.875rem;
    overflow: hidden;
  }
.homepage-wine-club .image a {
      display: flex;
    }
.homepage-wine-club .image img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      transition-delay: .3s;
    }
.homepage-wine-club .text {
    width: calc(55% - 3rem);
    flex: 1 1 calc(55% - 3rem);
    padding: 3rem;
    transition-delay: .7s;
  }
.homepage-wine-club ul {
    margin: .5rem 0;
  }
.homepage-wine-club ul li {
      list-style: none;
      font-weight: bold;
      margin: .5rem 0;
    }
.homepage-wine-club .arrow-btn {
    margin-top: 1rem;
  }
@media (max-width: 49.9375rem) {
    .homepage-wine-club .image, .homepage-wine-club .text {
      width: 100%;
      flex: 1 1 100%;
    }
    .homepage-wine-club .image {
      padding: 0;
    }
  }
.homepage-wine-club.hover-active h2 {
      color: #033963;
      color: var(--highlight-color);
    }
.homepage-prefooter {
  background-color: #F2F2F7;
  background-color: var(--secondary-page-bg);
  padding: 4rem

}
@media (max-width: 49.9375rem) {
.homepage-prefooter {
    padding: 4rem 2rem

}
  }
.homepage-prefooter .wrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }
.homepage-prefooter .text-link {
    flex: 1 1 calc(33% - 2rem);
    width: calc(33% - 2rem);
    padding-right: 2rem
  }
@media (max-width: 49.9375rem) {
  .homepage-prefooter .text-link {
      padding-right: 0rem
  }
    }
.homepage-prefooter .text-link {
    max-width: 25rem;
  }
.homepage-prefooter .text-link:hover h3, .homepage-prefooter .text-link:active h3 {
        color: #033963;
        color: var(--highlight-color);
      }
@media (max-width: 49.9375rem) {
  .homepage-prefooter .text-link {
      flex: 1 1 100%;
      width: 100%;
      max-width: none;
      margin-bottom: 4rem
  }
    }
.homepage-prefooter h3 {
    font-family: "sofia-pro", sans-serif;
    font-family: var(--body-font);
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: .4s ease-out;
  }
.homepage-prefooter p {
    margin-bottom: 1.5rem;
  }
.global-promo-banner {
  background-color: #293A47;
  padding: 0.375rem 1rem;
  text-transform: uppercase;
  color: #F8F8FA;
  text-align: center;
  font-size: 0.8125rem;
  font-family: sofia-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.0625rem;
}
.global-promo-banner a {
  text-decoration: underline;
}
.product-top .title {
    text-align: center;
  }
.product-top .image .v65-product-photo {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: center;
    }
.product-top .image .v65-product-photo img {
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center center;
               object-position: center center;
        }
.product-top .arrow-btn {
      text-transform: none;
      letter-spacing: 0;
      font-size: 0.875rem;
  }
.product-top h1 {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
    margin-bottom: 0.5rem;
  }
.product-top .v65-product-availability {
    font-family: "adobe-garamond-pro", serif;
    font-family: var(--header-font);
    font-style: italic;
    font-size: 1rem;
  }
.product-top .cart-price {
    width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }
.product-top .cart-price fieldset {
      display: flex;
      flex-wrap: wrap;
    }
.product-top .cart-price .v65-product-addToCart {
      width: 100%;
      flex: 1 1 100%;
      padding: 0;
      margin: 0.5rem 0 1rem 0;
      font-family: "adobe-garamond-pro", serif;
      font-family: var(--header-font);
    }
.product-top .cart-price .v65-product-addToCart .v65-product-addToCart-price {
        font-weight: normal;
        font-size: 1.5rem;
      }
.product-top .cart-price .v65-product-addToCart .v65-product-addToCart-unitDescription {
        bottom: 0;
        font-size: 0.8375rem;
      }
.product-top .cart-price .v65-product-addToCart-quantity {
      width: 4rem;
    }
.product-top .cart-price .v65-product-addToCart-button {
      margin-left: 0.75rem;
      width: calc(100% - 5rem);
      flex: 1 1 calc(75% - 5rem);
    }
.product-top .cart-price .v65-product-addToCart-button button {
        width: 100%;
      }
.product-top .club-pricing p {
      font-size: 0.875rem;
      margin: 0;
      padding: 0
    }
.product-top .club-pricing p:first-child {
        margin-top: 2rem;
      }
.product-top .club-pricing p span {
        font-weight: bold;
      }
.product-top .club-pricing p a {
        font-weight: bold;
      }
.product-top .pro-reviews {
    display: flex;
    flex-wrap: wrap;
  }
.product-top .pro-reviews .v65-professionalReview {
      display: inline-flex;
      flex-direction: column;
      text-align: center;
      padding: 2.5rem 1rem 1.25rem 1rem;
      width: calc(50% - 2rem);
      flex: 1 1 calc(50% - 2rem);
    }
.product-top .pro-reviews .v65-product-attributeValue {
      order: 1;
      font-weight: bold;
      font-size: 1.25rem;
      margin: 0 0 0.25rem 0;
    }
.product-top .pro-reviews .v65-product-attributeLabel {
      order: 2;
      font-size: 1rem;
      margin: 0;
      font-weight: normal;
      color: #3E3F45;
      color: var(--gray-700);
    }
.product-top .winemaker-notes .v65-product-attributeLabel {
      font-size: 1rem;
      color: #3E3F45;
      color: var(--gray-700);
    }
.product-top .winemaker-notes .v65-product-attributeValue {
      line-height: 1.75rem;
    }
.product-top .winemaker-notes .v65-wine-wineMakerNotes {
      max-width: 37.5rem;
      margin: 0 auto;
    }
@media (max-width: 49.9375rem) {
    .product-top .image {
      width: 55%;
      flex: 1 1 55%;
    }
    .product-top .title {
      width: 45%;
      flex: 1 1 45%;
      align-self: center;
    }
    .product-top .pro-reviews {
      background-color: #F8F8FA;
      background-color: var(--gray-100);
      padding: 0rem 1.5rem;
      margin-top: 2rem;
      margin-left: -1.5rem;
      width: 100%;
    }
    .product-top .winemaker-notes {
      padding: 2.5rem 1.5rem 2rem 1.5rem;
      margin-top: 0rem;
      margin-left: -1.5rem;
      width: 100%;
      background-color: #F8F8FA;
      background-color: var(--gray-100);
    }
    .product-top .information {
      width: 100%;
    }
  }
@media (min-width: 50rem) {
    .product-top .container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(8, 1fr);
      grid-column-gap: 0rem;
      grid-row-gap: 0rem;
      height: calc(100vh - 11.5625rem);
    }

    .product-top .image {
      grid-area: 1 / 1 / 10 / 6;
    }
        .product-top .title .inner, .product-top .cart-price .inner {
            background-color: #F8F8FA;
            background-color: var(--gray-100);
            width: calc(100% - 4rem);
            max-width: calc(40.625rem - 4rem);
            padding-left: 2rem;
            padding-right: 2rem;
            margin: 0 auto;
        }
    .product-top .title {
        width: 100%;
        grid-area: 1 / 6 / 3 / 13;
    }
        .product-top .title .inner {
            padding-top: 2rem;
            padding-bottom: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;  
            height: calc(100% - 3rem);    
        }
    .product-top h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .product-top .cart-price {
      grid-area: 3 / 6 / 5 / 13;
      text-align: left;
      width: 100%;
      flex: 1 1 100%;
    }
      .product-top .cart-price .inner {
          padding-top: .5rem;
          padding-bottom: 2rem;
          height: 100%;
          height: calc(100% - 2.5rem);
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;    
      }
      .product-top .cart-price fieldset {
      }
      .product-top .cart-price .club-price {
          flex: 1 1 100%;
          width: 100%;
      }
      .product-top .cart-price .v65-product-addToCart-button {
        max-width: 21.875rem;
      }
    .product-top #schemaProductPrice {
        width: 100%;
        flex: 1 1 100%;
    }
    .product-top .v65-product-addToCart-outOfStockMessage {
        display: none;
    }
    .product-top .v65-product-addToCart {
      width: 60%;
      text-align: left;
      margin-bottom: 0;
    }
    .product-top .information {
      grid-area: 5 / 6 / 9 / 13;
      display: flex;
      flex-wrap: wrap;
    }
    .product-top .winemaker-notes {
      order: 1;
      width: 100%;
      flex: 1 1 100%;
      height: 70%;
      display: flex;
      align-items: center;
    }
    .product-top .pro-reviews {
      order: 2;
      width: 100%;
      flex: 1 1 100%;
      height: 30%;
    }
      .product-top .pro-reviews .v65-professionalReview {
        padding: 1.5rem 1rem 1.5rem 1rem;
        width: calc(33% - 2rem);
        flex: 1 1 calc(33% - 2rem);
        justify-content: flex-end;
      }
        .product-top .club-pricing p:first-child {
          margin-top: 0.5rem;
        }
  }
@media (max-width: 59.375rem) and (min-width: 50rem) {
    .product-top .container {
      height: calc(100vh - 5.3125rem);
    }
  }
@media (min-width: 84.4375rem) {
    .product-top .image {
      grid-area: 1 / 1 / 9 / 6;
    }
    .product-top .title {
      grid-area: 1 / 6 / 3 / 13;
    }
    .product-top .cart-price {
      grid-area: 3 / 6 / 5 / 13;
    }
    .product-top .information {
      grid-area: 5 / 6 / 9 / 13;
    }
  }
@media (min-aspect-ratio: 16/9) and (min-width: 50rem) {
    .product-top .container {
        min-height: calc(100vh - 11.5625rem);
        height: auto;
    }
  }
@media (min-width: 50rem) {
.product-quadrant {
        margin-top: 3rem;
    
}
        .product-quadrant .container {
            border-top: 0.0625rem solid #EEEEF0;
            border-top: 0.0625rem solid var(--gray-300);
        }
    }
.quadrant {
    display: flex;
    width: 100%;
    flex: 1 1 100%;
    padding-top: 4.5rem;
    padding-bottom: calc(4.5rem - 2rem);
    flex-direction: column;
    border-bottom: 0.0625rem solid #EEEEF0;
    border-bottom: 0.0625rem solid var(--gray-300);
}
.quadrant svg {
        height: 3.375rem;
    }
.quadrant:last-child {
        border-bottom: none;
    }
.quadrant h3 {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
.quadrant ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
.quadrant li {
        list-style: none;
        padding-left: 0;
        padding-right: 1rem;
        padding-bottom: 2rem;
        width: calc(50% - 1rem);
        flex: 1 1 calc(50% - 1rem);
        color: #3E3F45;
        color: var(--gray-700);
    }
.quadrant.product-notes li {
            width: calc(100% - 1rem);
            flex: 1 1 calc(100% - 1rem);
        }
.quadrant.wine-type {
        padding: 0 1rem;
        margin-bottom: 0;
        position: relative;
        height: 25rem;
    }
.quadrant.wine-type img {
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: bottom center;
               object-position: bottom center;
            width: 100%;
            height: 100%;
        }
.quadrant .v65-product-attributeLabel {
        display: none;
    }
@media (min-width: 50rem) {
.quadrant {
        width: calc(50% - 4rem);
        flex: 1 1 calc(50% - 4rem);
        padding: 4.5rem 1rem 2.5rem 1rem;
        margin: 1rem;
        position: relative
}
            .quadrant:nth-child(1):after, .quadrant:nth-child(3):after {
                content:'';
                position: absolute;
                top: 0rem;
                right: -1rem;
                height: calc(100% - 1rem);
                width: 0.0625rem;
                background-color: #EEEEF0;
                background-color: var(--gray-300);
            }
        .quadrant:nth-child(3) {
            border-bottom: none;
        }
    }
.product-description {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #F8F8FA;
    color: var(--gray-100);
    background-color: #293A47;
    background-color: var(--inverse-page-bg);
    padding:10rem 0;
}
.product-description p {
        font-size: 1.25rem;
        line-height: 2rem;
        color: #F8F8FA;
        color: var(--gray-100);
    }
@media (min-width: 50rem) {
.product-description {
        padding:11rem 0
}
    }
.product-accordions {
    background-color: #F8F8FA;
    background-color: var(--gray-100);
    padding: 5rem 0;
}
.accordion {
    background-color: white;
    margin: 1rem 0;
    background-color: #ffffff;
}
.accordion .name {
        font-size: 1.25rem;
        color: #033963;
        color: var(--links);
        font-weight: bold;
    }
.accordion .content {
        transform-origin: top;
        opacity: 0;
        transition: .3s ease-out;
        transition-delay: 0s;
        height: 0;
        overflow: hidden;
        padding: 0 2rem 0rem 2rem;
    }
.accordion .content .content-height {
          padding-bottom: 2rem;
        }
.accordion .title {
        padding: 2.5rem 2rem;
        width: calc(100% - 4rem);
        display: flex;
        justify-content: space-between;
    }
.accordion.active .content {
            opacity: 1;
            transition-delay: .1s;
        }
.accordion .circle-plus {
        transition: .3s ease-out;
    }
.accordion .circle-plus .vertical, .accordion .circle-plus .horiztonal {
            transition: .3s ease-out;
        }
.accordion .circle-plus.opened {
            transform: rotate(90deg);
        }
.accordion .circle-plus.opened .vertical {
                opacity: 0;
            }
.accordion.production .v65-product-attributeLabel {
            display: none;
        }
.accordion.production .v65-product-attributeValue {
            font-size: 1rem;
            line-height: 1.75rem;
        }
.accordion.specs .v65-product-attribute {
            display: flex;
            width: 100%;
            align-items: baseline;
        }
.accordion.specs .v65-product-attributeLabel {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 0.8125rem;
            color: #738087;
            color: var(--gray-600);
            width: 35%;
            flex: 1 1 35%;
        }
.accordion.specs .v65-product-attributeValue {
            font-size: 1rem;
            line-height: 1.75rem;
            padding-left: 1rem;
            width: calc(65% - 1rem);
            flex: 1 1 calc(65% - 1rem);
        }
.quote-review {
    padding: 3rem 0;
    background-color: #F8F8FA;
    background-color: var(--gray-100)

}
@media (min-width: 50rem) {
.quote-review {
        padding: 6rem 0;

}
        .quote-review .container {
            align-items: center;
        }
    }
.quote-review .points {
        flex: 1 1 100%;
        width: 100%;
        text-align: center;
        color: #09304F;
        color: var(--primary-accent)
    }
@media (min-width: 50rem) {
    .quote-review .points {
            flex: 1 1 30%;
            width: 30%
    }
        }
.quote-review .quote {
        flex: 1 1 100%;
        width: 100%;
        font-size: 1.75rem;
        line-height: 2.125rem;
        text-align: center;
        font-family: "adobe-garamond-pro", serif;
        font-family: var(--header-font);
        color: #3E3F45;
        color: var(--gray-700);
        padding: 1rem 0
    }
@media (min-width: 50rem) {
    .quote-review .quote {
            flex: 1 1 calc(70% - 4rem);
            padding: 0 2rem;
            width: calc(70% - 4rem);
            text-align: left;
            font-size: 2.5rem;
            line-height: 3rem
    }
        }
.quote-review .score {
        font-size: 3.25rem;
        line-height: 5.125rem;
        font-weight: bold
    }
@media (min-width: 50rem) {
    .quote-review .score {
            font-size: 4.5rem;
            line-height: 6rem
    }
        }
.quote-review .publication {
        font-size: 1.5rem;
        font-weight: bold;
    }
.product-video {
    background-color: #293A47;
    background-color: var(--inverse-page-bg);
    padding: 6rem 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
    box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.5);
  }
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.plp {
  background-color: #F8F8FA;
  background-color: var(--gray-100);
}
.product-listing {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  margin-bottom: 4rem;
}
.product-listing .image {
    width: 40%;
    flex: 1 1 40%;
    background-color: white;
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
  }
.product-listing .image a {
        display: block;
    }
.product-listing .image img {
      width: 100%;
      height: auto;
    opacity: 0; transform: scale(1.025); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
    }
.product-listing .text {
    padding-left: 1.5rem;
    width: calc(60% - 1.5rem);
    flex: 1 1 calc(60% - 1.5rem);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
    transition-delay: 0.2s;
  }
.product-listing .card-title {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
.product-listing .card-title {
  }
.product-listing .card-cart {
  }
.product-listing .v65-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
  }
.product-listing .v65-product-actionMessage {
    color: #738087;
    color: var(--gray-600);
    font-weight: 600;
    font-size: 0.875rem;
  }
.product-listing .v65-title,
  .product-listing .v65-product-actionMessage,
  .product-listing .v65-product-addToCart {
    width: 100%;
  }
.product-listing .v65-product-photo {
    margin-bottom: 0;
  }
.product-listing .v65-product-addToCart {
    align-self: flex-end;
    margin-bottom: 0;
  }
.product-listing .v65-product-addToCart fieldset {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }
.product-listing .v65-product-addToCart form {
    margin-bottom: 0;
  }
.product-listing input[type="text"] {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    color: #3E3F45;
    color: var(--gray-700);
    border: 0.0625rem solid #C2C8CC;
    border: 0.0625rem solid var(--gray-500);
    width: calc(2.5rem - 1rem) !important;
    max-width: calc(2.5rem - 1rem) !important;
    min-width: unset;
  }
.product-listing button.defaultBtn {
    height: 2rem;
    width: 100%;
    font-weight: 600;
  }
.product-listing button.defaultBtn span {
      height: 2rem;
      line-height: 2rem;
      font-size: 0.75rem;
    }
.product-listing .v65-product-addToCart-priceWrapper {
    color: #738087;
    color: var(--gray-600);
    width: 100%;
    flex: 1 1 100%;
  }
.product-listing .v65-product-addToCart-price,
  .product-listing .v65-product-addToCart-unitDescription {
    color: #3E3F45;
    color: var(--gray-700);
    font-size: 0.875rem;
    bottom: 0;
  }
.product-listing .v65-product-addToCart-quantity {
    width: 2.5rem;
    flex: 1 1 2.5rem;
  }
.product-listing .v65-product-addToCart-button {
    padding-left: 1rem;
    width: calc(100% - 1rem - 2.5rem);
    flex: 1 1 calc(100% - 1rem - 2.5rem);
  }
.product-listing .v65-product-addToCart-outOfStockMessage {
    font-weight: bold;
    font-size: 0.875rem;
    padding-bottom: 1rem;
    color: #3E3F45;
    color: var(--gray-700);
  }
.product-listing.active .image img {
    opacity: 1; transform: scale(1);
    }
.product-listing.active .text {
    opacity: 1; transform: translateY(0);
    }
@media (max-width: 49.9375rem) {
.product-listing {
}
  }
@media (min-width: 50rem) {
.product-listing {
    background-color: white;
    transition: .3s ease-out;
    padding-bottom: 0.1875rem;
    position: relative;
    overflow: hidden
}
    .product-listing:after {
        content: '';
        position: absolute;
        height: 0.1875rem;
        width: 100%;
        left:0;
        bottom: -0.1875rem;
        opacity: 0;
        transition: .3s ease-in;
        transition-delay: .2s;
        background-color: #09304F;
        background-color: var(--primary-accent);
    }
.product-listing {
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
}
    .product-listing .image {
      box-shadow: none;
    }
    .product-listing.hover-active {
    box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22)
    }
        .product-listing.hover-active:after {
            bottom: 0rem;
            opacity: 1;
            transition-delay: 0s;

        }
    
    .product-listing .v65-product-addToCart-priceWrapper {
      margin-bottom: 0.75rem;
      font-weight: bold;
    }
    .product-listing .v65-title {
      font-size: 1.0625rem;
    }
    .product-listing .image {
      width: 45%;
      flex: 1 1 45%;
    }
    .product-listing .text {
      padding: 1.5rem;
      width: calc(55% - 3rem);
      flex: 1 1 calc(55% - 3rem);
    }
  }
@media (max-width: 75rem) and (min-width: 50rem) {
.product-listing {
    width: calc(50% - 2rem / 2);
    flex: 1 1 calc(50% - 2rem / 2);
    margin-right: 2rem;
    margin-bottom: 2rem
}
    .product-listing:nth-child(2n + 2) {
      margin-right: 0;
    }
      .product-listing:nth-child(2n + 2) .image img {
        transition-delay: 0.3s;
      }
      .product-listing:nth-child(2n + 2) .text {
        transition-delay: 0.5s;
      }
    .product-listing .image {
      width: 40%;
      flex: 1 1 40%;
    }
    .product-listing .text {
      padding: 1.5rem;
      width: calc(60% - 3rem);
      flex: 1 1 calc(60% - 3rem);
    }
  }
@media (min-width: 75rem) {
.product-listing {
    width: calc(33.33% - 4rem / 3);
    flex: 0 1 calc(33.33% - 4rem / 3);
    margin-right: 2rem;
    margin-bottom: 3rem
}
      .product-listing:nth-child(4) .image img {
        transition-delay: 0.3s;
      }
      .product-listing:nth-child(4) .text {
        transition-delay: 0.5s;
      }
      .product-listing:nth-child(3n + 4) .image img {
        transition-delay: 0.3s;
      }
      .product-listing:nth-child(3n + 4) .text {
        transition-delay: 0.5s;
      }
    .product-listing:nth-child(5) {
      margin-right: 0;
    }
      .product-listing:nth-child(5) .image img {
        transition-delay: 0.5s;
      }
      .product-listing:nth-child(5) .text {
        transition-delay: 0.7s;
      }

    .product-listing:nth-child(3n + 5) {
      margin-right: 0;
    }
      .product-listing:nth-child(3n + 5) .image img {
        transition-delay: 0.5s;
      }
      .product-listing:nth-child(3n + 5) .text {
        transition-delay: 0.7s;
      }
      .product-listing:nth-child(4) .image img {
        transition-delay: 0.3s;
      }
      .product-listing:nth-child(4) .text {
        transition-delay: 0.5s;
      }
    .product-listing .image {
      width: 45%;
      flex: 1 1 45%;
    }
    .product-listing .text {
      padding: 1.5rem;
      width: calc(55% - 3rem);
      flex: 1 1 calc(55% - 3rem);
    }
  }
.v65-paging {
  display: none;
}
.filters .container {
    background-color: #F2F2F7;
    background-color: var(--gray-200);
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
.filters .v65-productFilterV2Select {
    display: flex;
    flex-wrap: wrap;
  }
.filters .v65-productFilterV2Heading {
    width: 100%;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
.filters .v65-selectFilterV2SelectWrapper {
    margin: 0.75rem;
    flex: 0 1 calc(50% - 1.5rem);
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    overflow: visible;
    min-width: inherit
  }
.filters .v65-selectFilterV2SelectWrapper:before {
      display: none;
    }
.filters .v65-selectFilterV2SelectWrapper:after {
      content: "";
      position: absolute;
      right: 1rem;
      top: calc(50%);
      background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3E%3Cpath d='m5.31494 7.80005-4.85575-7.2h9.71151l-4.85576 7.2Z' fill='var(--muted-accent)'/%3E%3C/svg%3E");
    }
@media (min-width: 50rem) {
  .filters .v65-selectFilterV2SelectWrapper {
      flex: 0 1 calc(25% - 1.5rem)
  }
    }
.filters .v65-selectFilterV2SelectWrapper select {
      background-color: white;
      padding: 0.5rem;
      border: 0.0625rem solid #E9E9EB;
      border: 0.0625rem solid var(--gray-400);
      width: calc(100%);
      color: #3E3F45;
      color: var(--gray-700);
      line-height: 1.5;
      position: relative;
      transition: 0.4s ease-out;
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
    }
.filters .v65-selectFilterV2SelectWrapper select:hover,.filters .v65-selectFilterV2SelectWrapper select:active {
    box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22);
        border: 0.0625rem solid #C2C8CC;
        border: 0.0625rem solid var(--gray-500);
        cursor: pointer;
      }
@media (max-width: 49.9375rem) {
    .filters .v65-selectFilterV2SelectWrapper select {
        height: 3rem
    }
      }
.filters .v65-productFilterV2Bar {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
.filters .v65-productFilterV2Bar span {
      margin: 0.5rem;
      padding: 0.5rem;
      background-color: #293A47;
      background-color: var(--muted-accent);
      border-radius: 1rem;
      border: 0.0625rem solid #293A47;
      border: 0.0625rem solid var(--muted-accent);
      font-weight: normal;
      font-size: 0.875rem;
      color: #EEEEF0;
      color: var(--gray-300);
      line-height: 1;
    }
.filters .v65-productFilterV2Bar span.v65-productFilterClear a {
        color: white;
        padding: 0.5rem 0.75rem 0.45rem 0.5rem;
        border-right: 0.0625rem solid #738087;
        border-right: 0.0625rem solid var(--gray-600);
        margin-right: 0.5rem;
        font-size: 0.75rem;
        font-weight: bold;
      }
.filters .v65-productFilterV2Bar span.v65-productFilterClearAll a {
        color: white;
        font-weight: bold;
        padding: 0 0.5rem;
      }
.content-blocks {
  display: flex;
  flex-wrap: wrap;
}
.landing .image-text-block.hero {
  margin-bottom: 3rem
}
.landing .image-text-block.hero.no-margin {
    margin-bottom: 0;
  }
.landing .image-text-block.hero .container {
    flex-wrap: wrap;
    padding: 0;
  }
.landing .image-text-block.hero .image {
    width: 100%;
    flex: 1 1 100%
  }
@media (min-width: 50rem) {
  .landing .image-text-block.hero .image {
      min-height: 34.375rem;
      height: 45vh;
      width: 65%;
      flex: 1 1 65%
  }
    }
.landing .image-text-block.hero .text {
    width: calc(100% - 1rem);
    flex: 1 1 calc(100% - 1rem)
  }
@media (min-width: 50rem) {
  .landing .image-text-block.hero .text {
      width: calc(35% - 2rem);
      flex: 1 1 calc(35% - 2em);
      padding-left: 2rem
  }
    }
.landing .image-text-block.hero .box-3 {
    top: 30%;
    left: 5%;
  }
.entertaining-header {
  flex-direction: column;
}
.entertaining-header p {
    font-size: 1rem;
     color: #252629;
     color: var(--gray-900);
  }
.entertaining-header ul {
    display: flex;
    margin: 1rem 0 0 0
  }
@media (max-width: 49.9375rem) {
  .entertaining-header ul {
        flex-wrap: wrap
  }
    }
.entertaining-header ul li {
      list-style: none;
      margin-right: 2rem;
      margin-left: 0;
      padding-left: 0;
      padding-right: 1.125rem;
      position: relative;
      text-transform: uppercase;
      font-size: 0.8375rem;
      color: #033963;
      color: var(--highlight-color);
      font-weight: 700;
      letter-spacing: 0.125rem
    }
@media (max-width: 49.9375rem) {
    .entertaining-header ul li {
        margin-bottom: 1rem
    }
    }
.entertaining-header ul li:after {
        width: .8375rem;
        height: .8375rem;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.25 5.75L7 9.25L3.75 5.75" stroke="%23033963" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');      }
.entertaining-header ul li:last-child {
        margin-right: 0;
      }
.image-text-block {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.image-text-block .container {
  }
.image-text-block .box-3 {
    background-color: #F2F2F7;
    background-color: var(--gray-200);
  }
.image-text-block .image {
    opacity: 0; transform: scale(1.025); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
    overflow: hidden;
  }
.image-text-block img {
    transition: 0.8s ease-out;
  }
.image-text-block h2,
  .image-text-block p {
    margin: 1rem 0;
  }
.image-text-block h2 {
    color: #252629;
    color: var(--gray-900);
  }
.image-text-block .text .anim {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
    }
.image-text-block .text .arrow-btn:empty {
        display: none;
      }
.image-text-block.active .image {
    opacity: 1; transform: scale(1);
    }
.image-text-block.active .text .anim {
    opacity: 1; transform: translateY(0);
      }
.image-text-block.hero {
    padding-top: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
.image-text-block.hero .container {
      align-items: stretch;
    }
.image-text-block.hero .image {
      width: 50%;
      min-height: 45vh;
      position: relative;
      flex: 1 1 50%;
      overflow: visible
    }
@media (min-width: 50rem) {
    .image-text-block.hero .image {
        min-height: 34.375rem;
        height: 45vh;
        width: 65%;
        flex: 1 1 65%
    }
      }
.image-text-block.hero .text {
      width: calc(50% - 1rem);
      flex: 1 1 calc(50% - 1rem);
      padding-left: 1rem;
      z-index: 1;
      text-align: left;
    }
.image-text-block.hero .text h1 {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
      }
@media (min-width: 50rem) {
    .image-text-block.hero .text {
        width: calc(35% - 2rem);
        flex: 1 1 calc(35% - 2em);
        padding-left: 2rem
    }
      }
.image-text-block.hero .box-3 {
      width: 100%;
      height: 60%;
      top: 20%;
      left: 40%;
      z-index: 0;
      position: absolute
    }
@media (min-width: 50rem) {
    .image-text-block.hero .box-3 {
        left: 30%
    }
      }
.image-text-block.large {
    flex-wrap: wrap;
  }
.image-text-block.large .image {
      width: 100%;
      flex: 1 1 100%;
      overflow: visible;
    }
.image-text-block.large .image img {
        z-index: 1;
        position: relative;
      }
@media (min-width: 50rem) {
    .image-text-block.large .image {
        min-height: 31.25rem;
        height: 45vh;
        width: 65%;
        flex: 1 1 65%
    }
      }
.image-text-block.large .text {
      display: inline-flex;
      align-items: center;
      width: 100%;
      flex: 1 1 100%;
      z-index: 1
    }
@media (min-width: 50rem) {
    .image-text-block.large .text {
        width: calc(35% - 2rem);
        flex: 1 1 calc(35% - 2em);
        padding-left: 2rem
    }
      }
.image-text-block.large .box-3 {
      width: 80%;
      height: 100%;
      top: 30%;
      left: 0%;
      z-index: 0;
      position: absolute
    }
@media (min-width: 50rem) {
    .image-text-block.large .box-3 {
        left: 20%;
        width: 100%;
        height: 60%;
        top: 20%
    }
      }
@media (min-width: 50rem) {
        .image-text-block.large.text-left .text {
          order: 1;
          padding-right: 2rem;
          padding-left: 0;
        }
        .image-text-block.large.text-left .image {
          order: 2;
        }
        .image-text-block.large.text-left .box-3 {
          left: inherit;
          right: 40%;
        }
      }
.image-text-block.two-column {
    flex-wrap: wrap;
  }
.image-text-block.two-column .image,
    .image-text-block.two-column .text {
      width: 100%;
      flex: 1 1 100%;
    }
.image-text-block.two-column h2 {
   font-size: 2rem;
    }
@media (max-width: 799px) {
.image-text-block.two-column h2 {
      font-size: 1.625rem;
    }
   }
.image-text-block.two-column .image {
      height: 21.25rem;
    }
.image-text-block.two-column .inner {
      width: calc(100% - 2rem);
      padding: 1rem;
    }
.image-text-block.two-column .box-3 {
      display: none;
    }
@media (min-width: 50rem) {
.image-text-block.two-column {
      margin-right: 3rem;
      width: calc(50% - 3rem);
      flex: 1 1 calc(50% - 3rem);
  }
      .image-text-block.two-column .image {
        height: 25rem;
      }
      .image-text-block.two-column .image {
    opacity: 0; transform: scale(1.025); transition-property: all; transition-duration: 1.5s; transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
      }
      .image-text-block.two-column .anim {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1.5s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
      }
      .image-text-block.two-column.last-in-row {
        margin-right: 0;
      }
  .image-text-block.two-column.last-in-row .anim-stage-1 {
    transition-delay: calc(0s + 0.6s);
  }
  .image-text-block.two-column.last-in-row .anim-stage-2 {
    transition-delay: calc(.2s + 0.6s);
  }
  .image-text-block.two-column.last-in-row .anim-stage-3 {
    transition-delay: calc(.4s + 0.6s);
  }
  .image-text-block.two-column.last-in-row .anim-stage-4 {
    transition-delay: calc(.6s + 0.6s);
  }
        .image-text-block.two-column.active .image {
    opacity: 1; transform: scale(1);
        }
        .image-text-block.two-column.active .anim {
    opacity: 1; transform: translateY(0);
        }
    }
.image-text-block.solid-background {
    flex-wrap: wrap;
    width: 100%;
    box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22);
    background-color: #293A47;
    background-color: var(--inverse-page-bg);
  }
.image-text-block.solid-background .box-3 {
      display: none;
    }
.image-text-block.solid-background .image {
      width: 100%;
      flex: 1 1 100%;
      height: 25rem;
      box-shadow: 0 0 0 0;
    }
.image-text-block.solid-background .image img {
        z-index: 1;
        position: relative;
      }
@media (min-width: 50rem) {
    .image-text-block.solid-background .image {
        min-height: 31.25rem;
        height: 45vh;
        width: 50%;
        flex: 1 1 50%
    }
      }
.image-text-block.solid-background .text {
      width: calc(100% - 4rem);
      flex: 1 1 calc(100% - 4rem);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem;
    }
.image-text-block.solid-background .text h2,
      .image-text-block.solid-background .text p,
      .image-text-block.solid-background .text a {
        color: #F8F8FA;
        color: var(--inverse-page-bg-text);
      }
.image-text-block.solid-background .text .arrow-btn {
  color: #F8F8FA;
  color: var(--gray-100);
      }
.image-text-block.solid-background .text .arrow-btn:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 14 7'%3E%3Cpath fill='%23F8F8FA' d='M12.3 3.1 9.3.6C9.2.5 9 .5 8.8.5c-.2.1-.3.3-.3.5v2h-8v1h8v2c0 .2.1.4.3.5H9c.1 0 .2 0 .3-.1l3-2.5c.1-.1.2-.2.2-.4s-.1-.3-.2-.4z'/%3E%3C/svg%3E");
  }
.image-text-block.solid-background .text .arrow-btn:after {
    background-color: #F8F8FA;
    background-color: var(--gray-100);
  }
@media (min-width: 50rem) {
    .image-text-block.solid-background .text {
        width: calc(50% - 4rem);
        flex: 1 1 calc(50% - 4rem)
    }
      }
@media (min-width: 50rem) {
        .image-text-block.solid-background.text-left .image {
          order: 2;
        }
        .image-text-block.solid-background.text-left .text {
          order: 1;
        }
      }
.image-text-block.three-column {
    flex-wrap: wrap;
  }
.image-text-block.three-column h2 {
   font-size: 2rem;
    }
@media (max-width: 799px) {
.image-text-block.three-column h2 {
      font-size: 1.625rem;
    }
   }
.image-text-block.three-column p {
      display: none;
    }
.image-text-block.three-column .image,
    .image-text-block.three-column .text {
      width: 100%;
      flex: 1 1 100%;
    }
.image-text-block.three-column h2 {
   font-size: 2rem;
    }
@media (max-width: 799px) {
.image-text-block.three-column h2 {
      font-size: 1.625rem;
    }
   }
.image-text-block.three-column .image {
      height: 28.75rem;
    }
.image-text-block.three-column .inner {
      width: calc(100% - 2rem);
      padding: 1rem;
      text-align: center;
    }
.image-text-block.three-column .box-3 {
      display: none;
    }
@media (min-width: 50rem) {
.image-text-block.three-column {
      margin-right: 3rem;
      width: calc(33% - 2rem);
      flex: 1 1 calc(33% - 2rem);
  }
      .image-text-block.three-column .image {
        height: 28.125rem;
      }
      .image-text-block.three-column.last-in-row {
        margin-right: 0;
      }
  .image-text-block.three-column.last-in-row .anim-stage-1 {
    transition-delay: calc(0s + 0.8s);
  }
  .image-text-block.three-column.last-in-row .anim-stage-2 {
    transition-delay: calc(.2s + 0.8s);
  }
  .image-text-block.three-column.last-in-row .anim-stage-3 {
    transition-delay: calc(.4s + 0.8s);
  }
  .image-text-block.three-column.last-in-row .anim-stage-4 {
    transition-delay: calc(.6s + 0.8s);
  }
  .image-text-block.three-column.middle .anim-stage-1 {
    transition-delay: calc(0s + 0.4s);
  }
  .image-text-block.three-column.middle .anim-stage-2 {
    transition-delay: calc(.2s + 0.4s);
  }
  .image-text-block.three-column.middle .anim-stage-3 {
    transition-delay: calc(.4s + 0.4s);
  }
  .image-text-block.three-column.middle .anim-stage-4 {
    transition-delay: calc(.6s + 0.4s);
  }
        .image-text-block.three-column.middle .text {
          order: 1;
        }
        .image-text-block.three-column.middle .image {
          order: 2;
        }
    }
.image-text-block.hover-active img {
      transform: scale(1.03);
    }
.image-text-block.hover-active h2 {
      color: #033963;
      color: var(--links);
    }
.image-text-block.overlay-break {
    margin-top: 4rem
  }
@media (max-width: 49.9375rem) {
.image-text-block.overlay-break {
      margin-top: 4rem;
      width: 100%;
      flex: 1 1 100%
  }
    }
.image-text-block.overlay-break .image {
      width: 100%;
      aspect-ratio: 8/5
    }
@media (max-width: 49.9375rem) {
    .image-text-block.overlay-break .image {
        aspect-ratio: 5/8
    }
      }
.image-text-block.overlay-break h2 {
      margin-top: 0;
    }
.image-text-block.overlay-break .text {
      position: absolute;
      text-align: center;
      background-color: rgba(248,248,250,0.7);
      padding: 2rem;
      width: 90%;
      max-width: 26.5625rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
.large-promos {
  background-color: #F8F8FA;
  background-color: var(--page-bg);
  height: 80vh;
  width: 100%
}
.large-promos.right .box-3 {
      left: 1rem
    }
@media (min-width: 50rem) {
    .large-promos.right .box-3 {
        right: inherit;
        left: 0
    }
      }
.large-promos.right .text {
      align-items: flex-end;
    }
@media (max-width: 49.9375rem) {
      .large-promos.right .text {
        order: 2;
        align-items: flex-start;
      }
      .large-promos.right .image {
        order: 1;
      }
      .large-promos.right .box-1 {
        left: 1rem;
        right: inherit;
      }
      .large-promos.right .box-2 {
        right: 2rem;
        left: inherit;
      }
    }
.large-promos .flex-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center
  }
@media (max-width: 49.9375rem) {
  .large-promos .flex-link {
      overflow-x: hidden
  }
    }
.large-promos .flex-link.hover-active .shadow-1 {
        box-shadow: 0rem 0.5rem 0.875rem rgba(62,63,69,.25);
      }
.large-promos .flex-link.hover-active .shadow-2 {
        box-shadow: 0rem 1rem 1.5rem rgba(62,63,69,.32);
      }
.large-promos .flex-link.hover-active h2 {
        color: #033963;
        color: var(--highlight-color);
      }
.large-promos .box {
    position: absolute;
    display: flex;
    overflow: hidden;
  }
.large-promos .box img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
    }
.large-promos .box-1 {
    background-color: #999;
    width: 70%;
    height: 62vh;
    top: calc(50% - 30vh);
    z-index: 2;
    left: 18%
  }
@media (max-width: 59.375rem) and (min-width: 50rem) {
  .large-promos .box-1 {
      height: 45vh;
      top: calc(50% - 20vh)
  }
    }
@media (max-width: 49.9375rem) {
  .large-promos .box-1 {
      width: 80%;
      height: 18.75rem;
      top: 1.5rem;
      left: inherit;
      right: 1rem
  }
    }
.large-promos .box-2 {
    background-color: #ccc;
    width: 25%;
    height: 28vh;
    top: calc(50% + 10vh);
    left: 6.25rem;
    z-index: 3
  }
@media (max-width: 59.375rem) and (min-width: 50rem) {
  .large-promos .box-2 {
      width: 30%;
      height: 25vh
  }
    }
@media (min-width: 50rem) {
  .large-promos .box-2 {
      min-width: 13.125rem
  }
    }
@media (max-width: 49.9375rem) {
  .large-promos .box-2 {
      width: 38%;
      height: 10.625rem;
      left: 1rem;
      top: 40%
  }
    }
.large-promos .image {
    width: 50%;
    flex: 1 1 50%;
    position: relative
  }
@media (max-width: 49.9375rem) {
  .large-promos .image {
      width: calc(100% - 4rem);
      padding: 2rem;
      flex: 1 1 calc(100% - 4rem);
      height: 21.875rem
  }
    }
.large-promos .box-3 {
    height: 45vh;
    width: 50%;
    top: calc(50% - 25vh);
    right: 0;
    z-index: 1
  }
@media (max-width: 49.9375rem) {
  .large-promos .box-3 {
      width: 50%;
      height: 18.75rem;
      top: 10%;
      right: 1rem
  }
    }
@media (max-width: 49.9375rem) {
.large-promos {
    height: auto
}
  }
.large-promos .text {
    width: 50%;
    flex: 1 1 50%;
    opacity: 1;
    position: relative;
    z-index: 4;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
.large-promos .text .inner {
      width: 100%;
      max-width: 28.125rem;
    }
@media (max-width: 49.9375rem) {
  .large-promos .text {
      width: calc(100% - 4rem);
      padding: 2rem;
      flex: 1 1 calc(100% - 4rem)
  }
    }
.large-promos .text h2, .large-promos .text p {
      width: 100%;
    }
.plp-hero .box {
  }
.hero-down-arrow {
    position: absolute;
    z-index: 50;
    left: calc(50% - 0.625rem);
    bottom: 2rem;
    width: 1.25rem;
    height: 0.75rem;
    display: block;
    -webkit-animation: bounce 1.75s ease-in-out infinite;
            animation: bounce 1.75s ease-in-out infinite;
}
@-webkit-keyframes bounce {
    0%{
        transform: translateY(0);
    }
    50% {
        transform: translateY(1rem);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes bounce {
    0%{
        transform: translateY(0);
    }
    50% {
        transform: translateY(1rem);
    }
    100% {
        transform: translateY(0);
    }
}
.clp .container {
        box-sizing: content-box;
    }
.clp .left-navigation {
        display: none
    }
@media (min-width: 50rem) {
    .clp .left-navigation {
            padding-right: 2rem;
            width: calc(25% - 2rem);
            flex: 1 1 calc(25% - 2rem);
            display: block
    }
        }
.clp .left-navigation h3 {
            font-size: 1rem;
            margin: 0;
        }
.clp .left-navigation h3 a{
                color: #738087;
                color: var(--gray-600);
            }
.clp .left-navigation li {
            list-style: none;
            padding: 0;
            margin: 0;
        }
.clp .left-navigation a {
            padding: .5rem 0;
            margin: .25rem 0;
            display: inline-block;
        }
.clp .left-navigation ul {
            margin: 0;
            padding: 0;
        }
.clp .left-navigation h3, .clp .left-navigation a {
            font-size: 0.9375rem;
            font-weight: 600;
        }
.clp .left-navigation .group {
            margin-top: 3rem;
        }
.clp .content-column {
        width: 100%;
        flex: 1 1 100%
    }
@media (min-width: 50rem) {
    .clp .content-column {
            width: 75%;
            flex: 1 1 75%
    }
        }
.clp .content-column h1 {
            margin-bottom: 0;
            margin-top: 2rem;
        }
.club-landing {
    background-color: #F8F8FA;
    background-color: var(--gray-100);
}
.club-landing p a {
        font-weight: 700;
    }
.club-global-text {
    padding: 3rem 0;
    margin: 3rem 0;
    background-color: #F2F2F7;
    background-color: var(--gray-200);
}
.club-selection-module {
    position: relative;
    display: inline-block;
    background-color: #F8F8FA;
    background-color: var(--gray-100);
    z-index: 10

}
@media (min-width: 50rem) {
.club-selection-module {
        margin: 2rem auto;
        background-color: transparent

}
    }
@media (max-width: 49.9375rem) {
.club-selection-module {
        width: 100%

}
    }
.club-selection-module.active .club-selector {
            transform: scaleY(1);
        }
.club-selection-module.active .club-title:after {
            transform: rotate(180deg);
        }
.club-selector {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0rem 0.1875rem 0.1875rem rgba(0,0,0,0.1);
    transform-origin: top;
    transition: 600ms ease-in-out;
    transform: scaleY(0);
}
.club-selector ul {
        margin: 0;
        padding: .5rem 0;
    }
.club-selector li {
        list-style: none;
    }
.club-selector a {
        width: calc(100% - 2rem);
        display: block;
        padding: 1rem;
        transition: 300ms ease-in-out
    }
.club-selector a:hover {
            background-color: #F2F2F7;
            background-color: var(--gray-200);
            color: #033963;
            color: var(--highlight-color);
        }
.club-title {
    background-color: transparent;
    outline: none;
    border-radius: 0;
    border: none;
    padding: .5rem 2rem .5rem 1rem;
    border-bottom: 0.0625rem solid #C2C8CC;
    border-bottom: 0.0625rem solid var(--gray-500);
    position: relative
}
.club-title:after {
        position: absolute;
        content: '';
        border-top: 0.375rem solid #3E3F45;
        border-top: 0.375rem solid var(--gray-700);;
        border-left: 0.375rem solid transparent;
        border-right: 0.375rem solid transparent;
        right: 0.25rem;
        top: calc(50%);
        transition: 500ms ease-in-out;
    }
@media (max-width: 49.9375rem) {
.club-title {
        width: 100%;
        padding: 1rem 1.5rem
}
    }
.club-title h1 {
        margin: 0;
        line-height: 1;
    }
.club-icon {
    flex: 1 1 calc(50% - 1.5rem);
    padding: .75rem;
    width: calc(50% - 1.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem
}
@media (min-width: 50rem) {
.club-icon {
        flex: 1 1 calc(33% - 2rem);
        padding: 1rem;
        width: calc(33% - 2rem);
        margin-bottom: 2rem
}
    }
.club-icon .icon {
        text-align: center;
        height: 3.75rem;
        width: 3.75rem;
    }
.club-icon svg {
        width: 100%;
        height: auto;
    }
.club-icon h3 {
        font-size: 1.125rem;
    }
.club-icon path, .club-icon circle, .club-icon line {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        opacity: .4;
        pointer-events: none;
    }
.club-icon.active path, .club-icon.active circle, .club-icon.active line {
            -webkit-animation: firstAnimation 2s ease-in-out forwards;
                    animation: firstAnimation 2s ease-in-out forwards;
        }
.club-icon.active path {
            -webkit-animation-delay:.3s;
                    animation-delay:.3s
        }
.club-icon.active line {
            -webkit-animation-delay:.6s;
                    animation-delay:.6s
        }
.tab-top h3.large {
        font-size: 2rem;
        text-align: left;
        color: #033963;
        color: var(--highlight-color)
    }
@media (min-width: 50rem) {
    .tab-top h3.large {
            font-size: 2.5rem
    }
        }
.tab-top .icons {
        display: flex;
        text-align: center;
    }
.tab-top .icons .bottle {
            width: 1.5rem;
            margin: .25rem .25rem 0 .25rem;
            transition: 500ms ease-in-out;
            opacity: 0
        }
.tab-top .icons .bottle:nth-child(1){
                transition-delay: 150ms;
            }
.tab-top .icons .bottle:nth-child(2){
                transition-delay: 300ms;
            }
.tab-top .icons .bottle:nth-child(3){
                transition-delay: 450ms;
            }
.tab-top .icons .bottle:nth-child(4){
                transition-delay: 600ms;
            }
.tab-top .icons .bottle:nth-child(5){
                transition-delay: 750ms;
            }
.tab-top .icons .bottle:nth-child(6){
                transition-delay: 900ms;
            }
.tab-top .icons.active .bottle {
                opacity: 1;
            }
.tab-top .bottle-count {
        margin-top: 2rem;
    }
.tab-top .bottle-count p{
            text-align: center;
        }
.tab-top .bottle-count .large-btn {
            display: inline-block;
        }
.tab-title {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.0625rem solid #E9E9EB;
    border-top: 0.0625rem solid var(--gray-400);
}
.club-accordion {
    width: calc(100%);
    background-color: #ffffff;
    margin-bottom: 2rem;
    transition: 400ms ease-in-out;
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15);
}
.club-accordion h3 {
        margin: 0;
    }
.club-accordion .club-schedule-accordion__header  {
        background-color: transparent;
        border: none;
        outline: none;
        width: 100%;
        padding: 1.5rem;
        text-align: left;
        position: relative;

    }
.club-accordion .club-schedule-accordion__header span {
            pointer-events: none;
            display: block;
        }
.club-accordion .club-schedule-accordion__header .date {
            color: #09304F;
            color: var(--primary-accent);
            font-weight: 700;
            margin-bottom: .25rem;
        }
.club-accordion .club-schedule-accordion__header .price {
            font-size: 1rem;
            color: #738087;
            color: var(--gray-600);
            margin-bottom: .125rem;
        }
.club-accordion .club-schedule-accordion__header .bottles {
            color: #738087;
            color: var(--gray-600);
            font-size: .8375rem;
            font-style: italic;
        }
.club-accordion .club-schedule-accordion__header .expander {
            right: 1.5rem;
            top: 50%;
            position: absolute;
            transition: 400ms ease-in-out;
            transform: translateY(-50%);
        }
.club-accordion .club-schedule-accordion__header .plus {
            transition: 400ms ease-in-out;

        }
.club-accordion .club-schedule-accordion__header[aria-expanded="true"] .expander {
                transform: translateY(-50%) rotate(-90deg);
            }
.club-accordion .club-schedule-accordion__header[aria-expanded="true"] .expander .plus {
                    opacity: 0;
                }
.club-accordion .club-schedule-accordion__panel {
        padding: 0 1.5rem 1.5rem 1.5rem;
        transition: 300ms ease-in-out;
        transform-origin: top center; 
        transform: scaleY(1);
        max-height: 62.5rem;
        overflow: visible;
        opacity: 1;
        text-align: left;
    }
.club-accordion .club-schedule-accordion__panel p {
            margin-top: 0;
            font-weight: 700;
            font-size: .8375rem;
            color: #3E3F45;
            color: var(--gray-700);

        }
.club-accordion .club-schedule-accordion__panel[aria-hidden=true] {
        transform: scaleY(0);
        transition: 300ms ease-in-out;
        max-height: 0;
        position: absolute;
        opacity: 0;
    }
.club-accordion ul {
        margin: 0;
        padding-left: 1rem;
    }
.club-accordion li {
        font-size: .8375rem;
        margin-bottom: 1rem;
        color: #738087;
        color: var(--gray-600);
    }
.js-accordion {
    width: 100%;
}
.js-tablist {
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 50rem;
}
.js-tablist li {
        list-style: none;
        margin: 1rem;
        width: calc(33% - 2rem);
        flex: 1 1 calc(33% - 2rem);
        display: flex;
    }
.js-tablist a {
        color: #033963;
        color: var(--highlight-color);
        width: calc(100% - 2rem);
        flex: 1 1 calc(100% - 2rem);
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #F2F2F7;
        background-color: var(--gray-200);
        border: 0.0625rem solid #E9E9EB;
        border: 0.0625rem solid var(--gray-400);
        font-weight:bold;
        padding: 1.5rem 1rem;
        transition: 500ms ease-in-out;
    box-shadow: 0rem 0.375rem 0.625rem rgba(62,63,69,.15)
    }
.js-tablist a[aria-selected="true"] {
            color: #F8F8FA;
            color: var(--gray-100);
            background-color: #033963;
            background-color: var(--highlight-color);
            border: 0.0625rem solid #033963;
            border: 0.0625rem solid var(--highlight-color);
    box-shadow: 0rem 0.75rem 1.125rem rgba(62,63,69,.22);
        }
.tabs__content {
    opacity: 1;
    transform: translateY(0);
    transform-origin: top center;
    transition: 700ms ease-in-out;
    width: 100%;
    grid-row-start: 1;
    grid-column-start: 1
}
.tabs__content[aria-hidden="true"] {
        opacity: 0;
        transform: translateY(2rem);
        pointer-events: none;
    }
.tab-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    transition: 700ms ease-in-out;
    padding-bottom: 2rem;
}
@-webkit-keyframes firstAnimation {
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@keyframes firstAnimation {
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}