/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

body,
.cf {
  *zoom: 1; }

body:before,
.cf:before,
body:after,
.cf:after {
  content: '';
  display: table; }

body:after,
.cf:after {
  clear: both; }

*,
*:before,
*:after {
  *behavior: url("js/vendor/boxsizing.htc");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

h1, figure, fieldset {
  margin: 0; }

html, body {
  height: 100%; }

body {
  width: 100%; }

img,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%; }

.browsehappy {
  width: 100%;
  padding: 15px;
  background: #333;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  cursor: pointer;
  text-align: center; }

.browsehappy a {
  color: #fff;
  font-weight: bold; }

.browsehappy a:hover {
  text-decoration: none; }

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.2.1
* Docs at http://davidtheclark.github.io/scut
*/
/* Breakpoints */
/* Lost */
/* Z-Index */
/* Type */
a {
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.arrow-btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  padding-right: calc(14px + .5rem);
  color: #033963;
  position: relative; }
  .arrow-btn:hover {
    letter-spacing: 2px; }
  .arrow-btn:before {
    position: absolute;
    width: 14px;
    height: 7px;
    top: calc(50% - 3px);
    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: 2px;
    background-color: #033963;
    content: '';
    bottom: 0;
    -webkit-transform: translateY(0.75rem);
        -ms-transform: translateY(0.75rem);
            transform: translateY(0.75rem);
    opacity: 0;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out; }
  .arrow-btn .icon {
    width: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: .5rem; }
  .arrow-btn svg {
    width: 100%;
    height: auto; }
  .arrow-btn path {
    fill: #033963;
    stroke: #033963; }
  .arrow-btn.white path {
    fill: #F8F8FA;
    stroke: #F8F8FA; }
  .arrow-btn.white: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"); }
  .arrow-btn.white:after {
    background-color: #F8F8FA; }

.scale-in {
  opacity: 0;
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transition: 1s cubic-bezier(0.22, 0.61, 0.35, 1);
  -o-transition: 1s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: 1s cubic-bezier(0.22, 0.61, 0.35, 1); }
  .scale-in.active {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.fade-in-btm {
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  -webkit-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
  -o-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
  transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88); }
  .fade-in-btm.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.fade-in {
  opacity: 0;
  -webkit-transition: 0.7s cubic-bezier(0.5, 0.76, 0.6, 0.88);
  -o-transition: 0.7s cubic-bezier(0.5, 0.76, 0.6, 0.88);
  transition: 0.7s cubic-bezier(0.5, 0.76, 0.6, 0.88); }
  .fade-in.active {
    opacity: 1; }

.no-svg .logo-svg {
  width: 18.875em;
  height: 3.625em;
  background-image: url(img/jux-logo.png); }

.CheckoutBase2 section {
  opacity: 1; }

section:not(.io) {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  section:not(.io) .text {
    opacity: 0; }
    section:not(.io) .text .inner {
      -webkit-transition: all 1.1s ease-in-out;
      -o-transition: all 1.1s ease-in-out;
      transition: all 1.1s ease-in-out; }
  section:not(.io) .text-slide .text {
    position: relative;
    overflow: hidden;
    top: 0;
    bottom: 0; }
    section:not(.io) .text-slide .text:before {
      content: "";
      height: 100%;
      display: inline-block;
      vertical-align: middle;
      margin-right: -0.25em; }
    section:not(.io) .text-slide .text > .inner {
      display: inline-block;
      vertical-align: middle; }
    section:not(.io) .text-slide .text .inner {
      -webkit-transition: all 1.1s ease-in-out;
      -o-transition: all 1.1s ease-in-out;
      transition: all 1.1s ease-in-out; }
  section:not(.io).text-left-anim .text .inner, section:not(.io).text_anim_left .text .inner {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  section:not(.io).text-right-anim .text .inner, section:not(.io).text_anim_right .text .inner {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  section:not(.io).text-top-anim .text .inner, section:not(.io).text_anim_top .text .inner {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  section:not(.io).text-bottom-anim .text .inner, section:not(.io).text_anim_bottom .text .inner {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }

.come-in, .already-visible, section:not(.io).already-visible, section:not(.io).come-in {
  opacity: 1; }
  .come-in img, .already-visible img, section:not(.io).already-visible img, section:not(.io).come-in img {
    opacity: 1; }
  .come-in .text, .already-visible .text, section:not(.io).already-visible .text, section:not(.io).come-in .text {
    opacity: 1; }
    .come-in .text .inner, .already-visible .text .inner, section:not(.io).already-visible .text .inner, section:not(.io).come-in .text .inner {
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }
  .come-in .text-slide .text .inner, .already-visible .text-slide .text .inner, section:not(.io).already-visible .text-slide .text .inner, section:not(.io).come-in .text-slide .text .inner {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }
  .come-in.sequential-load .load-in, .already-visible.sequential-load .load-in, section:not(.io).already-visible.sequential-load .load-in, section:not(.io).come-in.sequential-load .load-in {
    opacity: 1; }

.sequential-load .load-in {
  opacity: 0; }

.sequential-load .wrap .load-in:nth-child(1) {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.sequential-load .wrap .load-in:nth-child(2) {
  -webkit-transition: opacity 1s ease-in-out .3s;
  -o-transition: opacity 1s ease-in-out .3s;
  transition: opacity 1s ease-in-out .3s; }
  .sequential-load .wrap .load-in:nth-child(2) .text .inner {
    -webkit-transition: all 1.1s ease-in-out .3s;
    -o-transition: all 1.1s ease-in-out .3s;
    transition: all 1.1s ease-in-out .3s; }

.sequential-load .wrap .load-in:nth-child(3) {
  -webkit-transition: opacity 1s ease-in-out .6s;
  -o-transition: opacity 1s ease-in-out .6s;
  transition: opacity 1s ease-in-out .6s; }
  .sequential-load .wrap .load-in:nth-child(3) .text .inner {
    -webkit-transition: all 1.1s ease-in-out .6s;
    -o-transition: all 1.1s ease-in-out .6s;
    transition: all 1.1s ease-in-out .6s; }

.sequential-load .wrap .load-in:nth-child(4) {
  -webkit-transition: opacity 1s ease-in-out .9s;
  -o-transition: opacity 1s ease-in-out .9s;
  transition: opacity 1s ease-in-out .9s; }
  .sequential-load .wrap .load-in:nth-child(4) .text .inner {
    -webkit-transition: all 1.1s ease-in-out .9s;
    -o-transition: all 1.1s ease-in-out .9s;
    transition: all 1.1s ease-in-out .9s; }

.sequential-load .wrap .load-in:nth-child(5) {
  -webkit-transition: opacity 1s ease-in-out 1.2s;
  -o-transition: opacity 1s ease-in-out 1.2s;
  transition: opacity 1s ease-in-out 1.2s; }
  .sequential-load .wrap .load-in:nth-child(5) .text .inner {
    -webkit-transition: all 1.1s ease-in-out 1.2s;
    -o-transition: all 1.1s ease-in-out 1.2s;
    transition: all 1.1s ease-in-out 1.2s; }

.sequential-load .wrap .load-in:nth-child(6) {
  -webkit-transition: opacity 1s ease-in-out 1.5s;
  -o-transition: opacity 1s ease-in-out 1.5s;
  transition: opacity 1s ease-in-out 1.5s; }
  .sequential-load .wrap .load-in:nth-child(6) .text .inner {
    -webkit-transition: all 1.1s ease-in-out 1.5s;
    -o-transition: all 1.1s ease-in-out 1.5s;
    transition: all 1.1s ease-in-out 1.5s; }

.sequential-load .wrap .load-in:nth-child(7) {
  -webkit-transition: opacity 1s ease-in-out 1.8s;
  -o-transition: opacity 1s ease-in-out 1.8s;
  transition: opacity 1s ease-in-out 1.8s; }
  .sequential-load .wrap .load-in:nth-child(7) .text .inner {
    -webkit-transition: all 1.1s ease-in-out 1.8s;
    -o-transition: all 1.1s ease-in-out 1.8s;
    transition: all 1.1s ease-in-out 1.8s; }

.sequential-load .wrap .load-in:nth-child(8) {
  -webkit-transition: opacity 1s ease-in-out 2.1s;
  -o-transition: opacity 1s ease-in-out 2.1s;
  transition: opacity 1s ease-in-out 2.1s; }
  .sequential-load .wrap .load-in:nth-child(8) .text .inner {
    -webkit-transition: all 1.1s ease-in-out 2.1s;
    -o-transition: all 1.1s ease-in-out 2.1s;
    transition: all 1.1s ease-in-out 2.1s; }

.already-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.hidden_select_container {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important; }

.simpleselect,
.simpleselect * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.simpleselect {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 12.5rem;
  height: auto;
  color: #666;
  padding: 0.3125rem;
  font-size: 1.0625rem;
  overflow: visible !important;
  margin-right: 0.3125rem !important; }
  .simpleselect div {
    overflow: visible; }
  @media (max-width: 47.9375rem) {
    .simpleselect {
      max-width: 100%;
      margin-right: 0; } }

.simpleselect .options {
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .simpleselect .options {
      max-width: 100%; } }

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 0.625rem !important;
  line-height: 1.125rem;
  min-height: 1.125rem;
  cursor: pointer;
  height: auto; }

.simpleselect .options .option {
  display: block; }

.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold; }

.simpleselect .options .optgroup .option {
  padding-left: 20px; }

.simpleselect .placeholder,
.simpleselect .options {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 1rem; }

.simpleselect .option {
  overflow: hidden !important; }

.simpleselect .placeholder {
  position: relative; }

.simpleselect .placeholder:after {
  top: 50%;
  right: 0.9375rem;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #3E3F45;
  border-width: 5px;
  margin-top: -2px;
  z-index: 48; }

.simpleselect .placeholder:hover {
  background: #fafafa; }

.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 49;
  height: auto; }

.simpleselect .options .option.active {
  background: #666;
  color: #fff; }

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default; }

.simpleselect.disabled .placeholder:after {
  opacity: .5; }

ul {
  margin-bottom: inherit; }

p {
  line-height: inherit; }

li {
  padding-bottom: inherit; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, .v65-productWrapper .v65-product-rightCol .v65-productSubTitle, h6, p, ul, ol {
  margin-bottom: inherit; }

@media screen and (min-width: 23em) {
  footer {
    padding-top: 0; } }

.v65-search {
  max-width: inherit;
  margin-bottom: inherit; }
  .v65-search input {
    max-width: inherit;
    margin-bottom: inherit; }

form {
  margin-bottom: 0; }

.button, button {
  border-radius: 0; }

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=username] {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 64.0625rem) {
    input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=username] {
      line-height: 2.5rem;
      height: 2.5rem; } }

section {
  padding: inherit;
  margin: inherit;
  max-width: inherit; }

.promo {
  font-weight: normal; }

fieldset, .v65-form fieldset, #v65-LoginFormWrapper fieldset {
  border: none;
  padding: 0; }
  fieldset#v65-fieldset-billingInfo legend, .v65-form fieldset#v65-fieldset-billingInfo legend, #v65-LoginFormWrapper fieldset#v65-fieldset-billingInfo legend {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #e6e6e6; }
  fieldset div, .v65-form fieldset div, #v65-LoginFormWrapper fieldset div {
    overflow: initial;
    padding: inherit; }
  fieldset legend, .v65-form fieldset legend, #v65-LoginFormWrapper fieldset legend {
    padding: 0 0 .5rem 0;
    letter-spacing: 0;
    color: #09304F;
    text-transform: uppercase;
    font-size: 1rem; }
  fieldset input[type=radio], .v65-form fieldset input[type=radio], #v65-LoginFormWrapper fieldset input[type=radio] {
    width: auto;
    margin: .35rem; }
  fieldset input, fieldset input[type=text], .v65-form fieldset input, .v65-form fieldset input[type=text], #v65-LoginFormWrapper fieldset input, #v65-LoginFormWrapper fieldset input[type=text] {
    width: 100%;
    max-width: 31.25rem; }
    @media (max-width: 47.9375rem) {
      fieldset input, fieldset input[type=text], .v65-form fieldset input, .v65-form fieldset input[type=text], #v65-LoginFormWrapper fieldset input, #v65-LoginFormWrapper fieldset input[type=text] {
        max-width: 100%; } }
  fieldset label, .v65-form fieldset label, #v65-LoginFormWrapper fieldset label {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-size: .875rem;
    text-transform: uppercase;
    color: #3E3F45; }

a.largeLinkBtn, a.linkBtn, a.modalLinkBtn {
  background-color: #09304F; }
  a.largeLinkBtn:hover, a.largeLinkBtn:focus, a.largeLinkBtn:active, a.linkBtn:hover, a.linkBtn:focus, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:focus, a.modalLinkBtn:active {
    background-color: #033963; }

.red {
  color: #033963; }

body {
  font-size: 16px;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400; }

a {
  text-decoration: none; }

h1 {
  font-size: 3.25rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: normal; }
  @media (max-width: 47.9375rem) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 2.5rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: normal; }
  @media (max-width: 47.9375rem) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.25rem;
  font-weight: 600; }
  @media (max-width: 47.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;
  color: #3E3F45; }

h1, h2, h3, h4, p, small, li, ul, #site-header .links, .linebtn {
  -webkit-transition: 120ms opacity ease-in-out;
  -o-transition: 120ms opacity ease-in-out;
  transition: 120ms opacity ease-in-out; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading p, .wf-loading small, .wf-loading li, .wf-loading #site-header .links, .wf-loading .linebtn {
  opacity: 0; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active p, .wf-active small, .wf-active li, .wf-active #site-header .links, .wf-active .linebtn, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive p, .wf-inactive small, .wf-inactive li, .wf-inactive #site-header .links, .wf-inactive .linebtn {
  opacity: 1; }

li {
  list-style: disc outside;
  margin-left: 1rem; }

#site-header {
  -webkit-transition: 1s ease-in-out top;
  -o-transition: 1s ease-in-out top;
  transition: 1s ease-in-out top;
  z-index: 50; }

#site-header:before {
  content: '';
  display: table; }

#site-header:after {
  content: '';
  display: table;
  clear: both; }
  @media (max-width: 64.0625rem) {
    #site-header {
      position: fixed;
      top: 0;
      width: 100%; } }
  #site-header .utility-nav {
    background-color: #cbc6b9;
    width: 100%;
    padding-top: .5rem;
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: 100%;
    position: relative;
    font-family: adobe-garamond-pro, serif; }
  #site-header .utility-nav:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  #site-header .utility-nav:last-child {
    margin-right: 0; }
  #site-header .utility-nav:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #site-header .utility-nav:nth-child(1n + 1) {
    clear: both; }
  #site-header .utility-nav:before {
    content: '';
    display: table; }
  #site-header .utility-nav:after {
    content: '';
    display: table;
    clear: both; }
    #site-header .utility-nav:after {
      position: absolute;
      width: 100%;
      height: 6px;
      bottom: 0;
      -webkit-box-shadow: inset 0px -4px 3px rgba(0, 0, 0, 0.25);
              box-shadow: inset 0px -4px 3px rgba(0, 0, 0, 0.25); }
    @media (max-width: 64.0625rem) {
      #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: #eae6db;
      border-left: 1px solid;
      border-right: 1px solid;
      border-top: 1px solid;
      border-color: #b9b5aa;
      display: inline-block;
      height: 3rem;
      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;
        width: 100%;
        height: 100%;
        padding: .65rem .5rem;
        display: block;
        cursor: pointer;
        -webkit-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        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;
        z-index: 1;
        position: relative; }
        #site-header .utility-nav .tab.active .icon {
          fill: #eae6db; }
        #site-header .utility-nav .tab.active:hover, #site-header .utility-nav .tab.active:focus, #site-header .utility-nav .tab.active:active {
          background-color: #252629; }
          #site-header .utility-nav .tab.active:hover .icon, #site-header .utility-nav .tab.active:focus .icon, #site-header .utility-nav .tab.active:active .icon {
            fill: #eae6db; }
      #site-header .utility-nav .tab:hover, #site-header .utility-nav .tab:focus, #site-header .utility-nav .tab:active {
        background-color: #F8F8FA; }
        #site-header .utility-nav .tab:hover .icon, #site-header .utility-nav .tab:focus .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; }
      #site-header .utility-nav .links a {
        color: #3E3F45;
        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:focus, #site-header .utility-nav .links a:active {
          color: #09304F; }
      @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; }
        #site-header .utility-nav .links .account:before {
          content: "";
          height: 100%;
          display: inline-block;
          vertical-align: middle;
          margin-right: -0.25em; }
        #site-header .utility-nav .links .account > a {
          display: inline-block;
          vertical-align: middle; }
        #site-header .utility-nav .links .account a {
          display: inline-block; }
          #site-header .utility-nav .links .account a:last-child {
            border-right: 1px 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;
          position: relative; }
          #site-header .utility-nav .links .cart #v65-modalCart:before {
            content: "";
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            margin-right: -0.25em; }
          #site-header .utility-nav .links .cart #v65-modalCart > #v65-toggleModalCart {
            display: inline-block;
            vertical-align: middle; }
          #site-header .utility-nav .links .cart #v65-modalCart #v65-toggleModalCart {
            white-space: nowrap; }
  @media (min-width: 64.0625rem) {
    #site-header .mobile-search {
      display: none; } }
  @media (max-width: 64.0625rem) {
    #site-header .mobile-search {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      position: absolute;
      top: -6rem;
      -webkit-transition: top 300ms ease-in-out;
      -o-transition: top 300ms ease-in-out;
      transition: top 300ms ease-in-out;
      padding: 1rem;
      background-color: #F8F8FA;
      z-index: 1; }
    #site-header .mobile-search:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #site-header .mobile-search:last-child {
      margin-right: 0; }
    #site-header .mobile-search:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #site-header .mobile-search:nth-child(1n + 1) {
      clear: both; }
      #site-header .mobile-search input[type="text"] {
        outline: 0;
        border: 0;
        background-color: transparent;
        color: #09304F;
        font-size: 1.375rem;
        float: left;
        width: 55%; }
      #site-header .mobile-search button[type="submit"] {
        outline: none;
        border: 1px solid #09304F;
        background-color: transparent;
        color: #09304F;
        font-size: 0.75rem;
        -webkit-transition: 150ms all ease-in-out;
        -o-transition: 150ms all ease-in-out;
        transition: 150ms all ease-in-out;
        text-transform: uppercase;
        padding: 0.3125rem 1.25rem;
        float: right; }
        #site-header .mobile-search button[type="submit"] span {
          color: #09304F;
          height: auto;
          line-height: 100%; }
        #site-header .mobile-search button[type="submit"]:hover, #site-header .mobile-search button[type="submit"]:focus, #site-header .mobile-search button[type="submit"]:active {
          background-color: #09304F;
          color: #F8F8FA; } }
  @media (max-width: 47.9375rem) {
    #site-header .mobile-search input[type="text"] {
      font-size: 1.25rem;
      width: 65%; }
    #site-header .mobile-search button[type="submit"] {
      font-size: 0.6875rem;
      padding: 0.25rem 0.625rem; } }
  #site-header .logo-bar {
    position: relative;
    text-align: center;
    float: left;
    width: 99.99%;
    clear: both;
    -webkit-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out; }
  #site-header .logo-bar:before {
    content: '';
    display: table; }
  #site-header .logo-bar:after {
    content: '';
    display: table;
    clear: both; }
    #site-header .logo-bar .logo-icon {
      z-index: 1;
      display: inline-block;
      margin: 0 auto;
      position: relative;
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
      #site-header .logo-bar .logo-icon .main-logo {
        width: 100%;
        -webkit-transition: 300ms all ease-in-out;
        -o-transition: 300ms all ease-in-out;
        transition: 300ms all ease-in-out; }
      #site-header .logo-bar .logo-icon .duckhorn-portfolio-logo {
        fill: #F8F8FA;
        -webkit-transition: 300ms all ease-in-out;
        -o-transition: 300ms all ease-in-out;
        transition: 300ms all ease-in-out; }
    #site-header .logo-bar .mobile-menu-toggle {
      text-align: left; }
      #site-header .logo-bar .mobile-menu-toggle:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em; }
      #site-header .logo-bar .mobile-menu-toggle > #menu-icon {
        display: inline-block;
        vertical-align: middle; }
    @media (min-width: 64.0625rem) {
      #site-header .logo-bar:before {
        border-bottom: 1px solid #3E3F45;
        position: absolute;
        width: 100%;
        top: 50%;
        display: block;
        z-index: 0; }
      #site-header .logo-bar .logo-icon {
        padding: 0.3125rem 1.875rem 0 1.875rem;
        background-color: #252629;
        max-width: 17.1875rem; }
        #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: 64.0625rem) {
      #site-header .logo-bar {
        background-color: #252629;
        z-index: 5; }
        #site-header .logo-bar .mobile-menu-toggle {
          display: inherit;
          float: left;
          width: 35%; }
        #site-header .logo-bar .mobile-right-icons {
          display: inherit;
          float: right;
          width: 35%; }
        #site-header .logo-bar .logo-icon {
          width: 30%;
          float: left; }
        #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; }
          #site-header .logo-bar .mobile-right-icons a {
            display: inline-block;
            padding: 0.6875rem 1.25rem;
            cursor: pointer; }
            #site-header .logo-bar .mobile-right-icons a:before {
              content: "";
              height: 100%;
              display: inline-block;
              vertical-align: middle;
              margin-right: -0.25em; }
            #site-header .logo-bar .mobile-right-icons a > .icon {
              display: inline-block;
              vertical-align: middle; }
            #site-header .logo-bar .mobile-right-icons a:hover .icon, #site-header .logo-bar .mobile-right-icons a:focus .icon, #site-header .logo-bar .mobile-right-icons a:active .icon {
              fill: #09304F; }
            html.touch #site-header .logo-bar .mobile-right-icons a:hover .icon, html.touch #site-header .logo-bar .mobile-right-icons a:focus .icon, html.touch #site-header .logo-bar .mobile-right-icons a:active .icon {
              fill: #F8F8FA; }
            #site-header .logo-bar .mobile-right-icons a.active .icon {
              fill: #09304F !important; }
        #site-header .logo-bar #menu-icon {
          width: 1.5rem;
          height: 1.25rem;
          position: relative;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
          -webkit-transition: .5s ease-in-out;
          -o-transition: .5s ease-in-out;
          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:focus span, #site-header .logo-bar #menu-icon:active span {
            background: #09304F; }
          #site-header .logo-bar #menu-icon span {
            display: block;
            position: absolute;
            height: 0.1875rem;
            width: 100%;
            background: #F8F8FA;
            border-radius: 0.1875rem;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out; }
          #site-header .logo-bar #menu-icon span:nth-child(1) {
            top: 0px; }
          #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) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
          #site-header .logo-bar #menu-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
          #site-header .logo-bar #menu-icon.open span:nth-child(4) {
            top: 1rem;
            width: 0%;
            left: 50%; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      #site-header .logo-bar .main-logo {
        max-height: 5rem;
        max-width: 9.375rem; }
      #site-header .logo-bar .mobile-menu-toggle, #site-header .logo-bar .mobile-right-icons a {
        height: 5.3125rem; } }
    @media (max-width: 47.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: 3.75rem; }
      #site-header .logo-bar .mobile-right-icons a {
        display: inline-block;
        padding: 0.625rem 0.9375rem; }
        #site-header .logo-bar .mobile-right-icons a:before {
          content: "";
          height: 100%;
          display: inline-block;
          vertical-align: middle;
          margin-right: -0.25em; }
        #site-header .logo-bar .mobile-right-icons a > .icon {
          display: inline-block;
          vertical-align: middle; } }
  #site-header .main-nav {
    background-color: #252629;
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    width: 100%;
    text-align: center;
    position: relative; }
  #site-header .main-nav:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  #site-header .main-nav:last-child {
    margin-right: 0; }
  #site-header .main-nav:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #site-header .main-nav:nth-child(1n + 1) {
    clear: both; }
  #site-header .main-nav:before {
    content: '';
    display: table; }
  #site-header .main-nav:after {
    content: '';
    display: table;
    clear: both; }
    #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;
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
      #site-header .main-nav .scroll-logo-icon .main-logo {
        max-height: 2rem;
        fill: #F8F8FA;
        width: 100%;
        -webkit-transition: 300ms all ease-in-out;
        -o-transition: 300ms all ease-in-out;
        transition: 300ms all ease-in-out; }
    #site-header .main-nav nav.desktop {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      position: relative;
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
    #site-header .main-nav nav.desktop:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #site-header .main-nav nav.desktop:last-child {
      margin-right: 0; }
    #site-header .main-nav nav.desktop:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #site-header .main-nav nav.desktop:nth-child(1n + 1) {
      clear: both; }
      @media (max-width: 64.0625rem) {
        #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;
        color: #F8F8FA;
        padding: 1.125rem 1.875rem;
        display: block;
        -webkit-transition: 300ms all ease-in-out;
        -o-transition: 300ms all ease-in-out;
        transition: 300ms all ease-in-out;
        cursor: pointer; }
      #site-header .main-nav nav.desktop ul {
        display: inline-block;
        float: none; }
      #site-header .main-nav nav.desktop li {
        display: inline-block;
        margin: 0;
        /* &.gifts {
					img {
						width: scut-rem(24);
						height: auto;
						    position: absolute;
							margin-left: -27px;
							top: 13px;
							transition: opacity 300ms ease-in-out;
					}

					span {
						color: #d44b4b;
						position: relative;
					}

					@include scut-selected(true) {

						img {
						}

						span {
							color: #cea6a6;
						}
					}

					margin-left: scut-rem(24);
				} */ }
        #site-header .main-nav nav.desktop li.search {
          position: relative; }
          #site-header .main-nav nav.desktop li.search a {
            width: 1rem;
            height: 1rem;
            padding: 1.125rem 1.5625rem; }
            #site-header .main-nav nav.desktop li.search a .icon {
              width: 1rem;
              height: 1rem;
              fill: #F8F8FA; }
            #site-header .main-nav nav.desktop li.search a .close-icon {
              display: none; }
        #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:focus a, #site-header .main-nav nav.desktop li:focus 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:focus ul, #site-header .main-nav nav.desktop li:active ul {
          opacity: 1;
          visibility: visible;
          left: 0;
          top: 100%;
          z-index: 50;
          pointer-events: auto; }
          #site-header .main-nav nav.desktop li:hover ul li a, #site-header .main-nav nav.desktop li:focus ul li a, #site-header .main-nav nav.desktop li:active ul li a {
            color: #F8F8FA; }
          #site-header .main-nav nav.desktop li:hover ul li:hover a, #site-header .main-nav nav.desktop li:hover ul li:focus a, #site-header .main-nav nav.desktop li:hover ul li:active a, #site-header .main-nav nav.desktop li:focus ul li:hover a, #site-header .main-nav nav.desktop li:focus ul li:focus a, #site-header .main-nav nav.desktop li:focus 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:focus 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;
        width: 100%;
        left: 0;
        -webkit-transition: 500ms ease-in-out all;
        -o-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-transition-delay: 150ms;
             -o-transition-delay: 150ms;
                transition-delay: 150ms;
        z-index: 50;
        visibility: hidden; }
        html.scroll #site-header .main-nav nav.desktop li > ul {
          -webkit-transition-delay: 400ms;
               -o-transition-delay: 400ms;
                  transition-delay: 400ms; }
      #site-header .main-nav nav.desktop .v65-search {
        visibility: hidden;
        position: absolute;
        opacity: 0; }
      #site-header .main-nav nav.desktop.searchActive {
        background-color: #09304F; }
        #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;
            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: 1px solid #F8F8FA;
            background-color: transparent;
            color: #F8F8FA;
            font-size: 0.75rem;
            -webkit-transition: 150ms all ease-in-out;
            -o-transition: 150ms all ease-in-out;
            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"]:focus, #site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"]:active {
              background-color: #F8F8FA;
              color: #09304F !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"]:focus span, #site-header .main-nav nav.desktop.searchActive .v65-search button[type="submit"]:active span {
                color: #09304F; }
    #site-header .main-nav nav.mobile {
      position: fixed;
      width: 50%;
      background-color: #F8F8FA;
      z-index: 1;
      left: -120vw;
      -webkit-transition: left 600ms ease-in-out;
      -o-transition: left 600ms ease-in-out;
      transition: left 600ms ease-in-out;
      text-align: left;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      @media (min-width: 64.0625rem) {
        #site-header .main-nav nav.mobile {
          display: none; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        #site-header .main-nav nav.mobile {
          top: 5.4375rem; } }
      @media (max-width: 47.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;
        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: 1px solid #efe7de;
        border-bottom: 1px 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;
        font-size: .9rem; }
        #site-header .main-nav nav.mobile .expand a:hover {
          background-color: #09304F;
          color: #F8F8FA; }
        html.touch #site-header .main-nav nav.mobile .expand a:hover {
          background-color: #F8F8FA;
          color: #09304F; }
        #site-header .main-nav nav.mobile .expand a.v65-leftSelected {
          color: #033963; }
      #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;
          opacity: 0.5;
          font-family: 'arial', sans-serif;
          font-size: 0.8125rem; }
      #site-header .main-nav nav.mobile .expand .parent.active {
        background-color: #09304F;
        color: #F8F8FA; }
        #site-header .main-nav nav.mobile .expand .parent.active:after {
          content: "-";
          color: #F8F8FA; }
        html.touch #site-header .main-nav nav.mobile .expand .parent.active {
          background-color: #09304F;
          color: #F8F8FA; }
      #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;
          text-transform: uppercase; }
          #site-header .main-nav nav.mobile li a:hover, #site-header .main-nav nav.mobile li a:focus {
            background-color: #09304F;
            color: #F8F8FA; }
      #site-header .main-nav nav.mobile .break {
        border-bottom: 1px 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: 64.0625rem) {
  body:before {
    position: fixed;
    top: 0;
    right: 0;
    left: -120vw;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    background-color: #252629;
    -webkit-transition: 600ms ease-in-out opacity;
    -o-transition: 600ms ease-in-out opacity;
    transition: 600ms ease-in-out opacity; } }

@media (max-width: 64.0625rem) {
  .deviceMenuOpen, .searchOpen {
    overflow: hidden; }
    .deviceMenuOpen:before, .searchOpen:before {
      opacity: 0.3;
      left: 0;
      z-index: 4; } }

@media (max-width: 64.0625rem) {
  .deviceMenuOpen #site-header .main-nav nav.mobile {
    left: 0; } }

@media (max-width: 64.0625rem) {
  .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;
  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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      #v65-modalCartDropdown #v65-modalCartBody {
        width: 70%;
        left: 15%; } }
    @media (max-width: 47.9375rem) {
      #v65-modalCartDropdown #v65-modalCartBody {
        width: 90%;
        top: 5%;
        left: 5%; } }
    #v65-modalCartDropdown #v65-modalCartBody th {
      background-color: #738087;
      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;
      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: 47.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;
      color: #09304F;
      text-transform: uppercase;
      font-size: 0.8125rem;
      height: inherit;
      line-height: normal;
      vertical-align: top;
      border-radius: 0;
      border: 1px solid #f2f2f7;
      padding: .75rem 1rem;
      outline: none;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      #v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn:hover, #v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn:focus, #v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn:active {
        background-color: #E9E9EB; }
      #v65-modalCartDropdown #v65-modalCartBody .modalLinkAltBtn span {
        height: auto;
        line-height: 100%;
        color: #09304F; }
    #v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn {
      background-color: #033963;
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      border: 1px solid #033963;
      border-radius: 0;
      height: inherit;
      line-height: normal;
      vertical-align: top;
      padding: .75rem 1rem;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      #v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn:hover, #v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn:focus, #v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn:active {
        background-color: #09304F; }
      #v65-modalCartDropdown #v65-modalCartBody .modalLinkBtn span {
        height: auto;
        line-height: 100%; }
    #v65-modalCartDropdown #v65-modalCartBody #v65-modalCartTableSubtotal td {
      font-weight: normal;
      border-top: #E9E9EB;
      color: #09304F;
      font-size: 1.375rem;
      background-color: #E9E9EB; }
      @media (max-width: 47.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;
      font-size: 1.65rem;
      text-align: center;
      font-style: italic; }
  #v65-modalCartDropdown .right {
    text-align: center; }

@media (min-width: 64.0625rem) {
  .scroll #site-header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0.375rem 0.375rem rgba(0, 0, 0, 0.3);
            box-shadow: 0px 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: 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;
        color: #F8F8FA;
        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; }

a, div, li, h1, h2, h3, h4, p {
  -webkit-transition: color 100ms ease-in-out, opacity 100ms ease-in-out, background-color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out, opacity 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: color 100ms ease-in-out, opacity 100ms ease-in-out, background-color 100ms ease-in-out;
  color: #252629; }

p {
  color: #3E3F45;
  line-height: 1.7; }

html.dropdown {
  position: fixed;
  overflow: hidden; }

body {
  color: #252629; }
  body.lock {
    overflow: hidden; }

.wrap {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.wrap:before {
  content: '';
  display: table; }

.wrap:after {
  content: '';
  display: table;
  clear: both; }

.wrap:before {
  content: '';
  display: table; }

.wrap:after {
  content: '';
  display: table;
  clear: both; }
  @media (max-width: 90rem) {
    .wrap {
      width: 100%; }
    .wrap:before {
      content: '';
      display: table; }
    .wrap:after {
      content: '';
      display: table;
      clear: both; } }
  @media (max-width: 64.0625rem) {
    .wrap.edge {
      padding-left: 0rem;
      padding-right: 0rem; } }
  .wrap.cms {
    max-width: 50rem; }
    .wrap.cms .v65-form {
      width: 100%; }
      .wrap.cms .v65-form input[type=checkbox] {
        margin: .4rem 0; }

@media (max-width: 64.0625rem) and (min-width: 48rem) {
  main {
    margin-top: 5.4375rem; } }

@media (max-width: 47.9375rem) {
  main {
    margin-top: 4.1875rem; } }

main.error {
  padding: 3rem 0; }
  main.error h1, main.error p {
    text-align: center; }
  main.error p {
    font-size: 1.125rem;
    padding: 0 3rem; }

section {
  padding: 0.9375rem 0;
  margin-top: 0; }

section:before {
  content: '';
  display: table; }

section:after {
  content: '';
  display: table;
  clear: both; }
  @media (max-width: 64.0625rem) {
    section {
      padding: 0.4375rem 0; } }
  section.noBottomPadding {
    padding-bottom: 0; }

a {
  cursor: pointer;
  color: #09304F; }

.v65-mainContent {
  padding: 2rem 0; }

button {
  height: 2.5rem;
  vertical-align: top; }

.lineBtn {
  font-size: 0.875rem;
  border: 1px solid #09304F;
  color: #09304F;
  padding: 0.5625rem 1.875rem;
  font-size: 800;
  border-radius: 2rem;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .lineBtn:hover, .lineBtn:focus, .lineBtn:active {
    background-color: #09304F;
    color: white; }
    .lineBtn:hover span, .lineBtn:focus span, .lineBtn:active span {
      color: white; }

button.largeBtn, button.defaultBtn, button.modalBtn {
  background-color: #033963;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 0.875rem;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #ffffff;
  border-radius: 2rem !important;
  letter-spacing: .04rem; }
  button.largeBtn:hover, button.largeBtn:focus, button.largeBtn:active, button.defaultBtn:hover, button.defaultBtn:focus, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:focus, button.modalBtn:active {
    background-color: #09304F; }
  @media (max-width: 64.0625rem) {
    button.largeBtn, button.defaultBtn, button.modalBtn {
      height: 3rem; }
      button.largeBtn span, button.defaultBtn span, button.modalBtn span {
        height: 3rem;
        line-height: 3rem; } }

.alertYellow {
  background-color: #09304F;
  color: white;
  font-size: 1.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.25rem;
  text-align: center; }
  .alertYellow p {
    color: white; }

textarea {
  border: 1px solid #ddd;
  border-radius: 0; }

input {
  padding: .5rem .25rem;
  font-size: 1.0625rem; }

input[type="checkbox"] {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: .9rem 0; }
  input[type="checkbox"] + label {
    display: inline-block;
    width: auto;
    margin: .8rem 0 0 .5rem;
    line-height: 100%; }

.mainCms {
  padding: 2rem 0; }
  .mainCms h2 {
    color: #09304F;
    font-size: 1.5rem;
    margin-bottom: .5rem;
    margin-top: 1.25rem; }
  .mainCms h3 {
    text-transform: uppercase;
    color: #09304F;
    font-size: 1.125rem;
    margin-bottom: .75rem;
    margin-top: .25rem; }
  .mainCms h4 {
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: .75rem;
    text-transform: normal;
    color: #09304F; }
  .mainCms ul {
    margin-bottom: .75;
    display: block; }
  .mainCms li {
    list-style: disc inside;
    margin-left: .75rem;
    font-size: 1.125rem;
    margin-bottom: .5rem; }
  .mainCms ol li {
    list-style-type: decimal; }
  .mainCms .defaultBtn {
    background-color: #09304F;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 0.875rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 2rem;
    padding: .75rem 3rem;
    letter-spacing: .04rem; }
    .mainCms .defaultBtn:hover, .mainCms .defaultBtn:focus, .mainCms .defaultBtn:active {
      background-color: #033963; }
    @media (max-width: 64.0625rem) {
      .mainCms .defaultBtn span {
        height: 3rem;
        line-height: 3rem; } }
  .mainCms .row {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    padding: 1.5rem 0; }
  .mainCms .row:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .mainCms .row:last-child {
    margin-right: 0; }
  .mainCms .row:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .mainCms .row:nth-child(1n + 1) {
    clear: both; }
    .mainCms .row.center {
      margin-top: 1.5rem;
      border-top: 1px solid #e6e6e6; }
  .mainCms .block {
    width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
    text-align: center; }
  .mainCms .block:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .mainCms .block:last-child {
    margin-right: 0; }
  .mainCms .block:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .mainCms .block:nth-child(2n + 1) {
    clear: both; }

select {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 100% !important;
  border-radius: 0;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  max-width: 12.5rem;
  height: auto;
  color: #3E3F45;
  padding-left: .5rem !important;
  line-height: 2.25rem !important;
  cursor: pointer;
  height: auto;
  font-size: 0.9375rem;
  background: #fff;
  border: 1px solid #ddd;
  min-height: 1rem;
  background-color: white;
  background: url(/dist/images/svg/dropdown.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 47.9375rem) {
    select {
      max-width: 100%; } }
  select::after {
    top: 50%;
    right: 0.9375rem;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #3E3F45;
    border-width: 5px;
    margin-top: -2px;
    z-index: 48; }

.splash {
  background-color: #252629;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .splash .splashContain {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 25%;
    text-align: center; }
    @media (max-width: 64.0625rem) {
      .splash .splashContain {
        width: 75%;
        left: 12%;
        top: 12%; } }
  .splash svg {
    fill: #F8F8FA; }
  .splash p {
    text-align: center;
    color: #F8F8FA;
    font-size: 1.35rem; }

#mailingList {
  width: 100% !important; }
  #mailingList.v65-form input[type=text], #mailingList.v65-form input[type=password], #mailingList.v65-form input[type='username'] {
    width: 100%; }

.siteWidthHero .mainImage {
  height: 31.25rem;
  float: left;
  margin-top: 1.5rem;
  width: 100%; }
  .siteWidthHero .mainImage picture, .siteWidthHero .mainImage img {
    height: 31.25rem; }
  @media (min-width: 64.0625rem) {
    .siteWidthHero .mainImage {
      height: 31.25rem; }
      .siteWidthHero .mainImage .text {
        position: absolute;
        left: 3rem;
        width: 50%;
        bottom: 2rem; }
        .siteWidthHero .mainImage .text h2 {
          font-size: 3rem;
          color: white;
          text-transform: none; }
        .siteWidthHero .mainImage .text p {
          font-size: 1.625rem; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .siteWidthHero .mainImage {
      height: auto; }
      .siteWidthHero .mainImage picture, .siteWidthHero .mainImage img {
        height: 28.125rem; }
      .siteWidthHero .mainImage .text {
        position: relative;
        display: block;
        padding: 1rem 0 0 0; }
        .siteWidthHero .mainImage .text h2 {
          color: #09304F; }
        .siteWidthHero .mainImage .text p {
          color: #252629; } }
  @media (max-width: 47.9375rem) {
    .siteWidthHero .mainImage {
      height: auto; }
      .siteWidthHero .mainImage picture, .siteWidthHero .mainImage img {
        height: 21.875rem; }
      .siteWidthHero .mainImage .text {
        position: relative;
        display: block;
        padding: 1rem 0 0 0; }
        .siteWidthHero .mainImage .text h2 {
          color: #09304F; }
        .siteWidthHero .mainImage .text p {
          color: #252629; } }

.contentSection li {
  font-size: 1.125rem;
  margin-bottom: .5rem; }

.contentSection h2 {
  margin-top: 1.5rem; }

.contentSection ol li {
  list-style-type: decimal; }

.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);
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 8px 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;
      opacity: .5;
      max-width: 12.5rem;
      height: 3rem;
      width: auto; }
  .overlayContent .buttons {
    margin-top: 1rem; }
  .overlayContent .no {
    color: #09304F;
    border: 1px solid #09304F;
    background-color: transparent; }
    .overlayContent .no:hover, .overlayContent .no:focus {
      background-color: #033963;
      color: white;
      border: 1px solid #033963; }
  .overlayContent .yes {
    color: white;
    border: 1px solid #09304F;
    background-color: #09304F; }
    .overlayContent .yes:hover, .overlayContent .yes:focus {
      background-color: #033963;
      border: 1px solid #033963; }
  .overlayContent a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .8375rem 2rem;
    margin: .5rem;
    line-height: 100%; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .overlayContent {
      width: 50%;
      left: 25%; } }
  @media (max-width: 47.9375rem) {
    .overlayContent {
      width: 80%;
      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;
  text-align: center;
  color: white; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .notAgeVerified main {
      margin-top: 0; } }
  @media (max-width: 47.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;
    text-decoration: underline; }
  .notAgeVerified .content a:hover {
    color: #033963; }

#mailingList input[type="checkbox"] {
  margin: .375rem 0; }

#mailingList button.defaultBtn span {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: .875rem; }

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

ol li {
  list-style: decimal; }

.osano-cm-dialog__content span, .osano-cm-content__message {
  color: white; }

.snow-container {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none; }

.snow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-animation: snow linear infinite;
  animation: snow linear infinite; }

.snow.foreground {
  background-image: url(../images/snowForeground.png);
  -webkit-animation-duration: 20s;
  animation-duration: 20s; }

.snow.foreground.layered {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s; }

.snow.middleground {
  background-image: url(../images/snowMiddleground.png);
  -webkit-animation-duration: 24s;
  animation-duration: 24s; }

.snow.middleground.layered {
  -webkit-animation-delay: 13s;
  animation-delay: 13s; }

.snow.background {
  background-image: url(../images/snowBackground.png);
  -webkit-animation-duration: 35s;
  animation-duration: 35s; }

.snow.background.layered {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

@-webkit-keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0); } }

@keyframes snow {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0); } }

.topPromos.secondaryTop {
  padding-top: 0; }

.topPromos.mainTop {
  padding-bottom: 0; }

.topPromos .mainPromo {
  position: relative;
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }

.topPromos .mainPromo:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.topPromos .mainPromo:last-child {
  margin-right: 0; }

.topPromos .mainPromo:nth-child(1n) {
  margin-right: 0;
  float: right; }

.topPromos .mainPromo:nth-child(1n + 1) {
  clear: both; }
  .topPromos .mainPromo a {
    display: block;
    width: 100%;
    position: relative; }
  .topPromos .mainPromo h2 {
    font-size: 4.5rem;
    line-height: 100%; }
  .topPromos .mainPromo .text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 64.0625rem) {
    .topPromos .mainPromo picture, .topPromos .mainPromo img, .topPromos .mainPromo .videoWrapper {
      height: 42.1875rem; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .topPromos .mainPromo picture, .topPromos .mainPromo img, .topPromos .mainPromo .videoWrapper {
      height: 34.375rem; }
    .topPromos .mainPromo h2 {
      font-size: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .topPromos .mainPromo picture, .topPromos .mainPromo img, .topPromos .mainPromo .videoWrapper {
      height: 75vh; }
    .topPromos .mainPromo h2 {
      font-size: 3rem; } }
  @media (max-width: 64.0625rem) {
    .topPromos .mainPromo {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .topPromos .mainPromo:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .topPromos .mainPromo:last-child {
      margin-right: 0; }
    .topPromos .mainPromo:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .topPromos .mainPromo:nth-child(1n + 1) {
      clear: both; } }
  .topPromos .mainPromo .videoWrapper {
    position: relative;
    overflow: hidden; }
  .topPromos .mainPromo .bgVideo {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (min-width: 64.0625rem) {
    .topPromos .mainPromo.threePalms .text {
      left: 60%;
      width: 30%; } }

.secondaryPromos {
  width: 100%;
  clear: both;
  float: left; }
  .secondaryPromos .promo {
    position: relative; }
  .secondaryPromos .text {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 64.0625rem) {
    .secondaryPromos .promo {
      margin-top: 0.9375rem;
      height: 23.75rem;
      width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2)); }
    .secondaryPromos .promo:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .secondaryPromos .promo:last-child {
      margin-right: 0; }
    .secondaryPromos .promo:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .secondaryPromos .promo:nth-child(2n + 1) {
      clear: both; }
      .secondaryPromos .promo .text {
        text-align: center; }
        .secondaryPromos .promo .text h2 {
          font-size: 3rem; }
    .secondaryPromos picture, .secondaryPromos img {
      height: 23.75rem; }
    .secondaryPromos .text {
      position: absolute;
      top: 50%;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .secondaryPromos .main-title, .secondaryPromos .hoverText {
      padding: 0 1rem;
      width: 100%; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .secondaryPromos .promo {
      width: calc(49.99% - .1875rem);
      float: left;
      height: 20rem;
      margin-top: 0.4375rem;
      margin-right: 0; }
      .secondaryPromos .promo:nth-of-type(1n) {
        margin-right: 0.375rem; }
      .secondaryPromos .promo:nth-of-type(2n) {
        margin-right: 0;
        float: right; }
      .secondaryPromos .promo .text {
        text-align: center; }
        .secondaryPromos .promo .text h2 {
          font-size: 2rem; }
      .secondaryPromos .promo picture, .secondaryPromos .promo img {
        height: 20rem; } }
  @media (max-width: 47.9375rem) {
    .secondaryPromos {
      width: 100%; }
      .secondaryPromos .promo {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        margin: 0.4375rem 0;
        height: 20rem; }
      .secondaryPromos .promo:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .secondaryPromos .promo:last-child {
        margin-right: 0; }
      .secondaryPromos .promo:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .secondaryPromos .promo:nth-child(1n + 1) {
        clear: both; }
        .secondaryPromos .promo .text {
          text-align: center; }
          .secondaryPromos .promo .text h2 {
            font-size: 2rem; }
        .secondaryPromos .promo picture, .secondaryPromos .promo img {
          height: 20rem; } }

.contentPromos {
  margin-top: 0; }
  .contentPromos .promo {
    width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2)); }
  .contentPromos .promo:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .contentPromos .promo:last-child {
    margin-right: 0; }
  .contentPromos .promo:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .contentPromos .promo:nth-child(2n + 1) {
    clear: both; }
    .contentPromos .promo picture {
      height: 25rem; }
    .contentPromos .promo .text {
      position: absolute;
      top: 50%;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center; }
      .contentPromos .promo .text p {
        text-transform: uppercase; }
      .contentPromos .promo .text h2 {
        font-size: 3rem; }
        @media (max-width: 64.0625rem) {
          .contentPromos .promo .text h2 {
            font-size: 2rem; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .contentPromos .promo {
      width: calc(99.9% * 1/2 - (7px - 7px * 1/2)); }
    .contentPromos .promo:nth-child(1n) {
      float: left;
      margin-right: 7px;
      clear: none; }
    .contentPromos .promo:last-child {
      margin-right: 0; }
    .contentPromos .promo:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .contentPromos .promo:nth-child(2n + 1) {
      clear: both; }
      .contentPromos .promo picture, .contentPromos .promo img {
        height: 15.625rem; } }
  @media (max-width: 47.9375rem) {
    .contentPromos .promo {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      margin-bottom: .5rem;
      height: 20rem;
      overflow: hidden; }
    .contentPromos .promo:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .contentPromos .promo:last-child {
      margin-right: 0; }
    .contentPromos .promo:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .contentPromos .promo:nth-child(1n + 1) {
      clear: both; }
    .contentPromos picture, .contentPromos img {
      height: 20rem; } }

.hoverPromo:before {
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-color: #252629;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  -webkit-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  z-index: 1; }

.hoverPromo .text {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  z-index: 5; }

.hoverPromo .hoverText {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  width: 100%; }

.hoverPromo:hover:before, .hoverPromo:focus:before, .hoverPromo:active:before {
  visibility: visible;
  opacity: .3; }

@media (min-width: 64.0625rem) {
  .hoverPromo:hover .text, .hoverPromo:focus .text, .hoverPromo:active .text {
    top: 40%; }
  .hoverPromo:hover .hoverText, .hoverPromo:focus .hoverText, .hoverPromo:active .hoverText {
    visibility: visible;
    opacity: 1; } }

@media (max-width: 64.0625rem) {
  .hoverPromo .hoverText {
    visibility: visible;
    opacity: 1; } }

.promo {
  position: relative; }
  .promo .btn {
    background-color: #09304F;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 0.875rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 2rem;
    padding: .75rem 3rem;
    letter-spacing: .04rem;
    display: inline-block; }
    .promo .btn:hover, .promo .btn:focus, .promo .btn:active {
      background-color: #033963; }
    @media (max-width: 64.0625rem) {
      .promo .btn span {
        height: 3rem;
        line-height: 3rem; } }
  .promo p {
    color: white;
    font-size: 1.25rem; }
  .promo h2 {
    color: white; }
  .promo picture {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0; }
    .promo picture img {
      min-height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      font-family: 'object-fit: cover; object-position: 50% 50%;';
      max-width: none; }

.mainHomepage .secondaryTop .hoverPromo:before, .mainHomepage .contentPromos .hoverPromo:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(25%, rgba(0, 0, 0, 0.4)), color-stop(35%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 100%);
  visibility: visible;
  opacity: 1; }

.mainHomepage .secondaryTop .hoverPromo:hover .text, .mainHomepage .contentPromos .hoverPromo:hover .text {
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%); }

.mainHomepage .secondaryTop .promo .text, .mainHomepage .contentPromos .promo .text {
  bottom: 3rem;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.fullwidthBanner {
  background-color: #293A47;
  padding: 2rem 0;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out; }
  .fullwidthBanner .wrap {
    text-align: center; }
  .fullwidthBanner .text {
    max-width: 37.5rem;
    margin: 0 auto;
    text-align: center; }
    .fullwidthBanner .text h1 {
      text-transform: uppercase;
      color: #F8F8FA;
      font-size: 1.5rem;
      margin-bottom: .5rem; }
    .fullwidthBanner .text p {
      color: #F8F8FA; }
    .fullwidthBanner .text .linebtn {
      font-size: 0.875rem;
      border: 1px solid #F8F8FA;
      color: #F8F8FA;
      padding: 0.5625rem 1.875rem;
      font-size: 800;
      border-radius: 2rem;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      display: inline-block;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      .fullwidthBanner .text .linebtn:hover, .fullwidthBanner .text .linebtn:focus, .fullwidthBanner .text .linebtn:active {
        background-color: #F8F8FA;
        color: #09304F; }
        .fullwidthBanner .text .linebtn:hover span, .fullwidthBanner .text .linebtn:focus span, .fullwidthBanner .text .linebtn:active span {
          color: #09304F; }
  .fullwidthBanner:hover, .fullwidthBanner:focus, .fullwidthBanner:active {
    background-color: #738087; }
    .fullwidthBanner:hover .text .linebtn, .fullwidthBanner:focus .text .linebtn, .fullwidthBanner:active .text .linebtn {
      background-color: #F8F8FA;
      color: #738087; }
  .fullwidthBanner.cycleBanner {
    background-image: url("/dist/images/cycle_bg_texture.jpg");
    background-size: cover;
    background-position: center center;
    padding: 3rem 0;
    cursor: pointer; }
    .fullwidthBanner.cycleBanner .text {
      text-align: left;
      max-width: 53.125rem;
      position: relative; }
      .fullwidthBanner.cycleBanner .text p {
        font-size: 1.85rem;
        padding: 0;
        margin: 0; }
      .fullwidthBanner.cycleBanner .text h2 {
        font-size: 4rem;
        color: white; }
    .fullwidthBanner.cycleBanner .linebtn {
      position: absolute;
      top: 42%;
      right: 0; }
    @media (max-width: 64.0625rem) {
      .fullwidthBanner.cycleBanner .text {
        padding: 0 2rem; } }
    @media (max-width: 47.9375rem) {
      .fullwidthBanner.cycleBanner .text {
        text-align: center; }
        .fullwidthBanner.cycleBanner .text h2 {
          font-size: 2.75rem; }
        .fullwidthBanner.cycleBanner .text P {
          font-size: 1.5rem; }
      .fullwidthBanner.cycleBanner .linebtn {
        position: relative;
        margin-top: 1rem;
        right: inherit; } }

.featuredProduct .v65-productGroup, .v65-suggestedProducts .v65-productGroup {
  margin-bottom: 0;
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }

.featuredProduct .v65-productGroup:nth-child(1n), .v65-suggestedProducts .v65-productGroup:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.featuredProduct .v65-productGroup:last-child, .v65-suggestedProducts .v65-productGroup:last-child {
  margin-right: 0; }

.featuredProduct .v65-productGroup:nth-child(1n), .v65-suggestedProducts .v65-productGroup:nth-child(1n) {
  margin-right: 0;
  float: right; }

.featuredProduct .v65-productGroup:nth-child(1n + 1), .v65-suggestedProducts .v65-productGroup:nth-child(1n + 1) {
  clear: both; }

.featuredProduct .v65-productGroup-products, .v65-suggestedProducts .v65-productGroup-products {
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }

.featuredProduct .v65-productGroup-products:nth-child(1n), .v65-suggestedProducts .v65-productGroup-products:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.featuredProduct .v65-productGroup-products:last-child, .v65-suggestedProducts .v65-productGroup-products:last-child {
  margin-right: 0; }

.featuredProduct .v65-productGroup-products:nth-child(1n), .v65-suggestedProducts .v65-productGroup-products:nth-child(1n) {
  margin-right: 0;
  float: right; }

.featuredProduct .v65-productGroup-products:nth-child(1n + 1), .v65-suggestedProducts .v65-productGroup-products:nth-child(1n + 1) {
  clear: both; }

.featuredProduct .v65-productGroup-product, .featuredProduct .v65-suggestedProducts-product, .v65-suggestedProducts .v65-productGroup-product, .v65-suggestedProducts .v65-suggestedProducts-product {
  margin: inherit;
  width: calc(99.9% * 1/5 - (1rem - 1rem * 1/5)); }

.featuredProduct .v65-productGroup-product:nth-child(1n), .featuredProduct .v65-suggestedProducts-product:nth-child(1n), .v65-suggestedProducts .v65-productGroup-product:nth-child(1n), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.featuredProduct .v65-productGroup-product:last-child, .featuredProduct .v65-suggestedProducts-product:last-child, .v65-suggestedProducts .v65-productGroup-product:last-child, .v65-suggestedProducts .v65-suggestedProducts-product:last-child {
  margin-right: 0; }

.featuredProduct .v65-productGroup-product:nth-child(5n), .featuredProduct .v65-suggestedProducts-product:nth-child(5n), .v65-suggestedProducts .v65-productGroup-product:nth-child(5n), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(5n) {
  margin-right: 0;
  float: right; }

.featuredProduct .v65-productGroup-product:nth-child(5n + 1), .featuredProduct .v65-suggestedProducts-product:nth-child(5n + 1), .v65-suggestedProducts .v65-productGroup-product:nth-child(5n + 1), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(5n + 1) {
  clear: both; }
  .featuredProduct .v65-productGroup-product:hover .v65-product-photo img, .featuredProduct .v65-productGroup-product:focus .v65-product-photo img, .featuredProduct .v65-productGroup-product:active .v65-product-photo img, .featuredProduct .v65-suggestedProducts-product:hover .v65-product-photo img, .featuredProduct .v65-suggestedProducts-product:focus .v65-product-photo img, .featuredProduct .v65-suggestedProducts-product:active .v65-product-photo img, .v65-suggestedProducts .v65-productGroup-product:hover .v65-product-photo img, .v65-suggestedProducts .v65-productGroup-product:focus .v65-product-photo img, .v65-suggestedProducts .v65-productGroup-product:active .v65-product-photo img, .v65-suggestedProducts .v65-suggestedProducts-product:hover .v65-product-photo img, .v65-suggestedProducts .v65-suggestedProducts-product:focus .v65-product-photo img, .v65-suggestedProducts .v65-suggestedProducts-product:active .v65-product-photo img {
    opacity: 0.8; }
  .featuredProduct .v65-productGroup-product:hover .v65-product-title, .featuredProduct .v65-productGroup-product:focus .v65-product-title, .featuredProduct .v65-productGroup-product:active .v65-product-title, .featuredProduct .v65-suggestedProducts-product:hover .v65-product-title, .featuredProduct .v65-suggestedProducts-product:focus .v65-product-title, .featuredProduct .v65-suggestedProducts-product:active .v65-product-title, .v65-suggestedProducts .v65-productGroup-product:hover .v65-product-title, .v65-suggestedProducts .v65-productGroup-product:focus .v65-product-title, .v65-suggestedProducts .v65-productGroup-product:active .v65-product-title, .v65-suggestedProducts .v65-suggestedProducts-product:hover .v65-product-title, .v65-suggestedProducts .v65-suggestedProducts-product:focus .v65-product-title, .v65-suggestedProducts .v65-suggestedProducts-product:active .v65-product-title {
    color: #3E3F45; }
    .featuredProduct .v65-productGroup-product:hover .v65-product-title a, .featuredProduct .v65-productGroup-product:focus .v65-product-title a, .featuredProduct .v65-productGroup-product:active .v65-product-title a, .featuredProduct .v65-suggestedProducts-product:hover .v65-product-title a, .featuredProduct .v65-suggestedProducts-product:focus .v65-product-title a, .featuredProduct .v65-suggestedProducts-product:active .v65-product-title a, .v65-suggestedProducts .v65-productGroup-product:hover .v65-product-title a, .v65-suggestedProducts .v65-productGroup-product:focus .v65-product-title a, .v65-suggestedProducts .v65-productGroup-product:active .v65-product-title a, .v65-suggestedProducts .v65-suggestedProducts-product:hover .v65-product-title a, .v65-suggestedProducts .v65-suggestedProducts-product:focus .v65-product-title a, .v65-suggestedProducts .v65-suggestedProducts-product:active .v65-product-title a {
      color: #3E3F45; }
  @media (min-width: 64.0625rem) {
    .featuredProduct .v65-productGroup-product:hover .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-productGroup-product:focus .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-productGroup-product:active .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-suggestedProducts-product:hover .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-suggestedProducts-product:focus .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-suggestedProducts-product:active .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-productGroup-product:hover .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-productGroup-product:focus .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-productGroup-product:active .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-suggestedProducts-product:hover .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-suggestedProducts-product:focus .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-suggestedProducts-product:active .v65-addToCartBottle .v65-product-addToCart-button {
      visibility: visible;
      opacity: 1; }
    .featuredProduct .v65-productGroup-product.hover .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-suggestedProducts-product.hover .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-productGroup-product.hover .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-suggestedProducts-product.hover .v65-addToCartBottle .v65-product-addToCart-button {
      visibility: visible;
      opacity: 1; } }
  @media (max-width: 64.0625rem) {
    .featuredProduct .v65-productGroup-product .v65-addToCartBottle .v65-product-addToCart-button, .featuredProduct .v65-suggestedProducts-product .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-productGroup-product .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-suggestedProducts-product .v65-addToCartBottle .v65-product-addToCart-button {
      display: none; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .featuredProduct .v65-productGroup-product, .featuredProduct .v65-suggestedProducts-product, .v65-suggestedProducts .v65-productGroup-product, .v65-suggestedProducts .v65-suggestedProducts-product {
      width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3)); }
    .featuredProduct .v65-productGroup-product:nth-child(1n), .featuredProduct .v65-suggestedProducts-product:nth-child(1n), .v65-suggestedProducts .v65-productGroup-product:nth-child(1n), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .featuredProduct .v65-productGroup-product:last-child, .featuredProduct .v65-suggestedProducts-product:last-child, .v65-suggestedProducts .v65-productGroup-product:last-child, .v65-suggestedProducts .v65-suggestedProducts-product:last-child {
      margin-right: 0; }
    .featuredProduct .v65-productGroup-product:nth-child(3n), .featuredProduct .v65-suggestedProducts-product:nth-child(3n), .v65-suggestedProducts .v65-productGroup-product:nth-child(3n), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .featuredProduct .v65-productGroup-product:nth-child(3n + 1), .featuredProduct .v65-suggestedProducts-product:nth-child(3n + 1), .v65-suggestedProducts .v65-productGroup-product:nth-child(3n + 1), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(3n + 1) {
      clear: both; }
      .featuredProduct .v65-productGroup-product:nth-of-type(n+4), .featuredProduct .v65-suggestedProducts-product:nth-of-type(n+4), .v65-suggestedProducts .v65-productGroup-product:nth-of-type(n+4), .v65-suggestedProducts .v65-suggestedProducts-product:nth-of-type(n+4) {
        display: none; } }
  @media (max-width: 47.9375rem) {
    .featuredProduct .v65-productGroup-product, .featuredProduct .v65-suggestedProducts-product, .v65-suggestedProducts .v65-productGroup-product, .v65-suggestedProducts .v65-suggestedProducts-product {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .featuredProduct .v65-productGroup-product:nth-child(1n), .featuredProduct .v65-suggestedProducts-product:nth-child(1n), .v65-suggestedProducts .v65-productGroup-product:nth-child(1n), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .featuredProduct .v65-productGroup-product:last-child, .featuredProduct .v65-suggestedProducts-product:last-child, .v65-suggestedProducts .v65-productGroup-product:last-child, .v65-suggestedProducts .v65-suggestedProducts-product:last-child {
      margin-right: 0; }
    .featuredProduct .v65-productGroup-product:nth-child(1n), .featuredProduct .v65-suggestedProducts-product:nth-child(1n), .v65-suggestedProducts .v65-productGroup-product:nth-child(1n), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .featuredProduct .v65-productGroup-product:nth-child(1n + 1), .featuredProduct .v65-suggestedProducts-product:nth-child(1n + 1), .v65-suggestedProducts .v65-productGroup-product:nth-child(1n + 1), .v65-suggestedProducts .v65-suggestedProducts-product:nth-child(1n + 1) {
      clear: both; } }

.featuredProduct .v65-product-photo img, .v65-suggestedProducts .v65-product-photo img {
  max-height: 18.75rem;
  width: auto;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }

.featuredProduct .v65-product-photo img.v65-productBadge, .v65-suggestedProducts .v65-product-photo img.v65-productBadge {
  display: none; }

.featuredProduct .v65-product-title, .v65-suggestedProducts .v65-product-title {
  font-size: 1rem;
  line-height: 145%;
  text-align: center;
  margin-bottom: .5rem; }

.featuredProduct .v65-product-addToCart-priceWrapper, .featuredProduct .v65-product-addToCart-price, .v65-suggestedProducts .v65-product-addToCart-priceWrapper, .v65-suggestedProducts .v65-product-addToCart-price {
  display: block;
  font-size: 1rem;
  line-height: 145%;
  text-align: center;
  color: #738087;
  margin-right: 0; }

.featuredProduct .v65-product-addToCart-quantity, .v65-suggestedProducts .v65-product-addToCart-quantity {
  display: none; }

.featuredProduct .v65-product-actionMessage, .v65-suggestedProducts .v65-product-actionMessage {
  margin-bottom: .5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #033963;
  text-align: center;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.featuredProduct .v65-addToCartCase, .featuredProduct .v65-product-addToCart-unitDescription, .v65-suggestedProducts .v65-addToCartCase, .v65-suggestedProducts .v65-product-addToCart-unitDescription {
  display: none; }

.featuredProduct .v65-addToCartBottle, .v65-suggestedProducts .v65-addToCartBottle {
  text-align: center; }
  .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-top: .5rem;
    display: block; }
    .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn {
      border: 1px solid #033963;
      background-color: transparent; }
      .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn span, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn span {
        color: #033963;
        padding: 0 1rem;
        font-size: .65rem; }
      .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover, .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus, .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active {
        background-color: #033963;
        color: white; }
        .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover span, .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus span, .featuredProduct .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active span, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover span, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus span, .v65-suggestedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active span {
          color: white; }

.featuredProduct .v65-product-subtitle, .featuredProduct .v65-product-reviewStats, .featuredProduct .v65-productGroup-title, .featuredProduct .v65-productGroup-teaser, .v65-suggestedProducts .v65-product-subtitle, .v65-suggestedProducts .v65-product-reviewStats, .v65-suggestedProducts .v65-productGroup-title, .v65-suggestedProducts .v65-productGroup-teaser {
  display: none; }

.CheckoutBase2 {
  padding-bottom: 1.5rem; }
  .CheckoutBase2 textarea {
    width: 50% !important; }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 textarea {
        width: 100% !important; } }
  .CheckoutBase2 #v65-checkoutFormWrapper fieldset input#CVV2 {
    width: 150px; }
  .CheckoutBase2 .alertYellow {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    margin-bottom: 1.75rem; }
  .CheckoutBase2 .alertYellow:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 .alertYellow:last-child {
    margin-right: 0; }
  .CheckoutBase2 .alertYellow:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 .alertYellow:nth-child(1n + 1) {
    clear: both; }
  .CheckoutBase2 .alert {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    background-color: #F8F8FA;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    margin-top: -1.5rem;
    border-bottom: 1px solid #e6e6e6; }
  .CheckoutBase2 .alert:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 .alert:last-child {
    margin-right: 0; }
  .CheckoutBase2 .alert:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 .alert:nth-child(1n + 1) {
    clear: both; }
    .CheckoutBase2 .alert ul {
      padding-left: .75rem; }
    .CheckoutBase2 .alert li {
      font-size: 1rem;
      padding: .5rem 0;
      text-align: left;
      color: #033963; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .CheckoutBase2 .alert {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
      .CheckoutBase2 .alert:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .CheckoutBase2 .alert:last-child {
        margin-right: 0; }
      .CheckoutBase2 .alert:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .CheckoutBase2 .alert:nth-child(1n + 1) {
        clear: both; } }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 .alert {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
      .CheckoutBase2 .alert:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .CheckoutBase2 .alert:last-child {
        margin-right: 0; }
      .CheckoutBase2 .alert:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .CheckoutBase2 .alert:nth-child(1n + 1) {
        clear: both; } }
  .CheckoutBase2 .v65-carrot {
    text-align: center;
    background-color: #F8F8FA; }
    .CheckoutBase2 .v65-carrot p {
      font-size: 1.15rem;
      color: #09304F;
      text-transform: uppercase;
      font-style: normal;
      letter-spacing: .15rem;
      padding: .25rem; }
  .CheckoutBase2 #simpleselect_v65-cartStateCode {
    width: 50%;
    margin-left: .375rem; }
    .CheckoutBase2 #simpleselect_v65-cartStateCode .placeholder, .CheckoutBase2 #simpleselect_v65-cartStateCode .options .option {
      padding: .375rem !important; }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 #simpleselect_v65-cartStateCode {
        width: 100%;
        margin-left: 0; } }
  .CheckoutBase2 .floatRight {
    padding: 1.5rem 0; }
    .CheckoutBase2 .floatRight + p {
      padding-top: 1.5rem; }
  .CheckoutBase2 .cart-header {
    margin: 1.5rem 0;
    text-align: center; }
    .CheckoutBase2 .cart-header p, .CheckoutBase2 .cart-header h4 {
      text-align: center; }
  .CheckoutBase2 p.shippingNotice, .CheckoutBase2 p.bpaWarning {
    text-align: center;
    color: #3E3F45;
    padding-bottom: .75rem; }
  .CheckoutBase2 p.bpaWarning {
    font-style: italic;
    font-size: 1rem; }
  .CheckoutBase2 .button, .CheckoutBase2 button, .CheckoutBase2 .largeLinkBtn {
    background-color: #033963;
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
    border: 1px solid #033963;
    border-radius: 0;
    height: inherit;
    line-height: normal;
    vertical-align: top;
    padding: .75rem 1rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .CheckoutBase2 .button:hover, .CheckoutBase2 .button:focus, .CheckoutBase2 .button:active, .CheckoutBase2 button:hover, .CheckoutBase2 button:focus, .CheckoutBase2 button:active, .CheckoutBase2 .largeLinkBtn:hover, .CheckoutBase2 .largeLinkBtn:focus, .CheckoutBase2 .largeLinkBtn:active {
      background-color: #09304F; }
    .CheckoutBase2 .button span, .CheckoutBase2 button span, .CheckoutBase2 .largeLinkBtn span {
      height: auto;
      line-height: 100%; }
  .CheckoutBase2 .buttonAlt, .CheckoutBase2 .linkAltBtn {
    background-color: #E9E9EB;
    color: #252629;
    text-transform: uppercase;
    font-size: 0.875rem;
    height: inherit;
    line-height: normal;
    vertical-align: top;
    border-radius: 0;
    border: 1px solid #f2f2f7;
    padding: .75rem 1rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transition: 300ms ease-in color;
    -o-transition: 300ms ease-in color;
    transition: 300ms ease-in color; }
    .CheckoutBase2 .buttonAlt span, .CheckoutBase2 .linkAltBtn span {
      -webkit-transition: 300ms ease-in color;
      -o-transition: 300ms ease-in color;
      transition: 300ms ease-in color; }
    .CheckoutBase2 .buttonAlt:hover, .CheckoutBase2 .buttonAlt:focus, .CheckoutBase2 .buttonAlt:active, .CheckoutBase2 .linkAltBtn:hover, .CheckoutBase2 .linkAltBtn:focus, .CheckoutBase2 .linkAltBtn:active {
      background-color: #E9E9EB;
      color: #09304F; }
      .CheckoutBase2 .buttonAlt:hover span, .CheckoutBase2 .buttonAlt:focus span, .CheckoutBase2 .buttonAlt:active span, .CheckoutBase2 .linkAltBtn:hover span, .CheckoutBase2 .linkAltBtn:focus span, .CheckoutBase2 .linkAltBtn:active span {
        color: #09304F; }
    .CheckoutBase2 .buttonAlt span, .CheckoutBase2 .linkAltBtn span {
      height: auto;
      line-height: 100%; }
  .CheckoutBase2 .buttonAltSmall, .CheckoutBase2 a.buttonAltSmall {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.875rem;
    border-radius: 0;
    border: 1px solid #f2f2f7;
    padding: .25rem .75rem;
    color: #E9E9EB !important; }
    .CheckoutBase2 .buttonAltSmall:hover, .CheckoutBase2 .buttonAltSmall:focus, .CheckoutBase2 .buttonAltSmall:active, .CheckoutBase2 a.buttonAltSmall:hover, .CheckoutBase2 a.buttonAltSmall:focus, .CheckoutBase2 a.buttonAltSmall:active {
      background-color: #f2f2f7; }
  .CheckoutBase2 .buttonLarge {
    background: transparent;
    border: 1px solid #09304F;
    color: #09304F;
    font-size: 1.25rem;
    border-radius: 1px;
    padding: .5rem 1rem; }
    .CheckoutBase2 .buttonLarge:hover, .CheckoutBase2 .buttonLarge:focus, .CheckoutBase2 .buttonLarge:active {
      background-color: #09304F;
      color: white; }
  .CheckoutBase2 #v65-orderSummaryWrapper h4, .CheckoutBase2 #v65-orderSummaryWrapper strong {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #09304F;
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 1.25rem;
    font-weight: normal; }
  @media (min-width: 64.0625rem) {
    .CheckoutBase2 #v65-orderSummaryWrapper #v65-billingSummary {
      width: 50%; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .CheckoutBase2 #v65-orderSummaryWrapper #v65-billingSummary {
      width: 50%; } }
  @media (max-width: 47.9375rem) {
    .CheckoutBase2 #v65-orderSummaryWrapper #v65-billingSummary {
      width: 100%; } }
  .CheckoutBase2 .v65-checkoutLogin, .CheckoutBase2 .v65-checkoutCart {
    max-width: 56.25rem;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 2rem;
    color: #252629; }
  .CheckoutBase2 .v65-checkoutLogin:before, .CheckoutBase2 .v65-checkoutCart:before {
    content: '';
    display: table; }
  .CheckoutBase2 .v65-checkoutLogin:after, .CheckoutBase2 .v65-checkoutCart:after {
    content: '';
    display: table;
    clear: both; }
  .CheckoutBase2 .v65-checkoutLogin:before, .CheckoutBase2 .v65-checkoutCart:before {
    content: '';
    display: table; }
  .CheckoutBase2 .v65-checkoutLogin:after, .CheckoutBase2 .v65-checkoutCart:after {
    content: '';
    display: table;
    clear: both; }
  .CheckoutBase2 .v65-checkoutSteps {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    text-align: center;
    border: none;
    margin-top: inherit;
    margin-bottom: .5rem;
    padding-bottom: .5rem; }
  .CheckoutBase2 .v65-checkoutSteps:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 .v65-checkoutSteps:last-child {
    margin-right: 0; }
  .CheckoutBase2 .v65-checkoutSteps:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 .v65-checkoutSteps:nth-child(1n + 1) {
    clear: both; }
    .CheckoutBase2 .v65-checkoutSteps span, .CheckoutBase2 .v65-checkoutSteps > a {
      background: #3498db;
      text-align: center;
      position: relative;
      text-decoration: none;
      display: inline-block;
      background-color: #E9E9EB;
      padding: .5rem 1rem;
      margin: 0 .05rem;
      font-size: 1.25rem;
      font-weight: 200;
      color: #09304F;
      padding-left: 2.75rem; }
      .CheckoutBase2 .v65-checkoutSteps span:after, .CheckoutBase2 .v65-checkoutSteps > a:after {
        content: "";
        border-top: 1.25rem solid transparent;
        border-bottom: 1.25rem solid transparent;
        border-left: 1.25rem solid #E9E9EB;
        position: absolute;
        right: -1.25rem;
        top: 0;
        z-index: 1; }
      .CheckoutBase2 .v65-checkoutSteps span:before, .CheckoutBase2 .v65-checkoutSteps > a:before {
        content: "";
        border-top: 1.25rem solid transparent;
        border-bottom: 1.25rem solid transparent;
        border-left: 1.25rem solid white;
        position: absolute;
        left: 0;
        top: 0; }
      .CheckoutBase2 .v65-checkoutSteps span:first-child, .CheckoutBase2 .v65-checkoutSteps > a:first-child {
        padding-right: 2.75rem; }
        .CheckoutBase2 .v65-checkoutSteps span:first-child:before, .CheckoutBase2 .v65-checkoutSteps > a:first-child:before {
          display: none; }
      .CheckoutBase2 .v65-checkoutSteps span:last-child, .CheckoutBase2 .v65-checkoutSteps > a:last-child {
        padding-right: 2.75rem; }
        .CheckoutBase2 .v65-checkoutSteps span:last-child:after, .CheckoutBase2 .v65-checkoutSteps > a:last-child:after {
          display: none; }
      .CheckoutBase2 .v65-checkoutSteps span.v65-active, .CheckoutBase2 .v65-checkoutSteps > a.v65-active {
        background-color: #09304F;
        color: white; }
        .CheckoutBase2 .v65-checkoutSteps span.v65-active:after, .CheckoutBase2 .v65-checkoutSteps > a.v65-active:after {
          border-left: 1.25rem solid #09304F; }
      .CheckoutBase2 .v65-checkoutSteps span a, .CheckoutBase2 .v65-checkoutSteps > a a {
        color: #09304F; }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 .v65-checkoutSteps {
        font-size: 1rem; }
        .CheckoutBase2 .v65-checkoutSteps span, .CheckoutBase2 .v65-checkoutSteps > a {
          padding: .25rem .5rem;
          margin: 0 .05rem;
          font-size: 1rem;
          padding-left: 2rem; }
          .CheckoutBase2 .v65-checkoutSteps span:after, .CheckoutBase2 .v65-checkoutSteps > a:after {
            content: "";
            border-top: 0.9375rem solid transparent;
            border-bottom: 0.9375rem solid transparent;
            border-left: 0.9375rem solid #E9E9EB;
            right: -0.9375rem; }
          .CheckoutBase2 .v65-checkoutSteps span:before, .CheckoutBase2 .v65-checkoutSteps > a:before {
            content: "";
            border-top: 0.9375rem solid transparent;
            border-bottom: 0.9375rem solid transparent;
            border-left: 0.9375rem solid white; }
          .CheckoutBase2 .v65-checkoutSteps span:first-child, .CheckoutBase2 .v65-checkoutSteps > a:first-child {
            padding-right: 2rem; }
          .CheckoutBase2 .v65-checkoutSteps span:last-child, .CheckoutBase2 .v65-checkoutSteps > a:last-child {
            padding-right: 2rem; }
            .CheckoutBase2 .v65-checkoutSteps span:last-child:after, .CheckoutBase2 .v65-checkoutSteps > a:last-child:after {
              display: none; }
          .CheckoutBase2 .v65-checkoutSteps span.v65-active:after, .CheckoutBase2 .v65-checkoutSteps > a.v65-active:after {
            border-left: 0.9375rem solid #09304F; } }
  .CheckoutBase2 h1 {
    width: 100%;
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    text-align: center;
    display: block;
    margin-bottom: 1rem; }
  .CheckoutBase2 h1:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 h1:last-child {
    margin-right: 0; }
  .CheckoutBase2 h1:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 h1:nth-child(1n + 1) {
    clear: both; }
  .CheckoutBase2 h1:before {
    content: '';
    display: table; }
  .CheckoutBase2 h1:after {
    content: '';
    display: table;
    clear: both; }
  .CheckoutBase2 h4 {
    color: #3E3F45;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem; }
  .CheckoutBase2 .v65-cartHeader, .CheckoutBase2 #v65-cartFooter {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    text-align: center;
    margin: 0;
    margin-bottom: 2rem; }
  .CheckoutBase2 .v65-cartHeader:nth-child(1n), .CheckoutBase2 #v65-cartFooter:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 .v65-cartHeader:last-child, .CheckoutBase2 #v65-cartFooter:last-child {
    margin-right: 0; }
  .CheckoutBase2 .v65-cartHeader:nth-child(1n), .CheckoutBase2 #v65-cartFooter:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 .v65-cartHeader:nth-child(1n + 1), .CheckoutBase2 #v65-cartFooter:nth-child(1n + 1) {
    clear: both; }
  .CheckoutBase2 .v65-cartHeader:before, .CheckoutBase2 #v65-cartFooter:before {
    content: '';
    display: table; }
  .CheckoutBase2 .v65-cartHeader:after, .CheckoutBase2 #v65-cartFooter:after {
    content: '';
    display: table;
    clear: both; }
    .CheckoutBase2 .v65-cartHeader a, .CheckoutBase2 #v65-cartFooter a {
      margin-left: 0; }
  .CheckoutBase2 .v65-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #252629;
    font-style: normal; }
  .CheckoutBase2 .v65-checkoutCart .v65-cartItem {
    padding: 2rem 0;
    margin-bottom: 0;
    border-top: 1px solid #e6e6e6; }
    .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-totalPrice, .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-skuPrice, .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-action {
      width: 100%;
      display: block;
      text-align: right; }
    .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-totalPrice {
      font-size: 1.5rem; }
    .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-skuPrice .v65-price {
      font-size: 0.875rem;
      text-transform: uppercase; }
    .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-meta {
      font-size: 1.5rem;
      color: #252629; }
      .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-meta .v65-sku {
        font-size: 0.875rem;
        text-transform: uppercase; }
      .CheckoutBase2 .v65-checkoutCart .v65-cartItem .v65-meta a {
        color: #09304F; }
  .CheckoutBase2 .v65-checkoutCart .v65-action {
    margin-top: .5rem; }
  .CheckoutBase2 .v65-checkoutCart .v65-total .v65-label {
    margin-top: .5rem; }
  .CheckoutBase2 .v65-checkoutTools {
    background-color: #f8f4eb;
    padding: 1rem;
    width: 30%;
    margin-left: 5%; }
    @media (max-width: 50rem) {
      .CheckoutBase2 .v65-checkoutTools {
        width: 100%;
        margin-left: 0; } }
    .CheckoutBase2 .v65-checkoutTools .v65-applyCoupon {
      padding: 1rem 0;
      border-bottom: 1px solid #e3dfd6; }
    .CheckoutBase2 .v65-checkoutTools .v65-errorNotifications {
      margin-bottom: 0; }
    .CheckoutBase2 .v65-checkoutTools .v65-cartItem {
      margin-bottom: 0rem;
      border-bottom: 1px solid #e3dfd6;
      padding: 2rem 0; }
      .CheckoutBase2 .v65-checkoutTools .v65-cartItem .v65-image {
        background-color: white;
        border: 1px solid #f0f0f0; }
      .CheckoutBase2 .v65-checkoutTools .v65-cartItem .v65-info {
        padding-left: 1rem; }
        .CheckoutBase2 .v65-checkoutTools .v65-cartItem .v65-info a {
          color: #09304F; }
        .CheckoutBase2 .v65-checkoutTools .v65-cartItem .v65-info .v65-meta {
          margin-bottom: 0; }
        .CheckoutBase2 .v65-checkoutTools .v65-cartItem .v65-info .v65-skuPrice > span {
          font-size: 1rem; }
    .CheckoutBase2 .v65-checkoutTools .v65-cartSummary {
      padding: 2rem 0 1rem 0; }
  .CheckoutBase2 .v65-checkout input {
    margin-bottom: .5rem;
    padding: .5rem; }
  .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay {
    border: none;
    border-radius: 0px;
    display: inline-block;
    width: 49%;
    height: inherit;
    overflow: hidden;
    margin-bottom: 1rem; }
    .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay .v65-shipContactInfo, .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay .v65-creditCardInfo, .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay .v65-billContactInfo, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay .v65-shipContactInfo, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay .v65-creditCardInfo, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay .v65-billContactInfo, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay .v65-shipContactInfo, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay .v65-creditCardInfo, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay .v65-billContactInfo {
      padding: 0; }
    .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay .v65-shipContactTitle, .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay .v65-creditCardTitle, .CheckoutBase2 .v65-checkout .v65-shipAddressDisplay .v65-billContactTitle, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay .v65-shipContactTitle, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay .v65-creditCardTitle, .CheckoutBase2 .v65-checkout .v65-creditCardDisplay .v65-billContactTitle, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay .v65-shipContactTitle, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay .v65-creditCardTitle, .CheckoutBase2 .v65-checkout .v65-billAddressDisplay .v65-billContactTitle {
      background-color: transparent;
      padding: 1rem 0 0 0; }
  .CheckoutBase2 .v65-checkout .v65-billingInformation .v65-paymentInformation .v65-paymentBlock {
    border-right: none;
    border-left: none;
    padding-left: 0;
    margin-bottom: 1rem; }
  .CheckoutBase2 .v65-checkout .v65-paymentBlockHeading {
    background-color: transparent !important;
    border: none !important;
    padding: .5rem 0  !important;
    color: #3E3F45;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem; }
  .CheckoutBase2 .v65-checkout .v65-selectWrapper {
    border-radius: 0;
    padding: .5rem;
    font-size: 0.875rem; }
    .CheckoutBase2 .v65-checkout .v65-selectWrapper select {
      padding: 0; }
  .CheckoutBase2 #v65-cartHeader {
    margin: 1.5rem 0; }
    .CheckoutBase2 #v65-cartHeader .v65-cartCheckOutButtons {
      margin-top: 0; }
  .CheckoutBase2 #v65-cartCheckOutCoupons {
    width: 50%; }
    .CheckoutBase2 #v65-cartCheckOutCoupons .v65-form, .CheckoutBase2 #v65-cartCheckOutCoupons fieldset {
      width: 100%; }
    .CheckoutBase2 #v65-cartCheckOutCoupons legend, .CheckoutBase2 #v65-cartCheckOutCoupons div {
      display: inline-block; }
    .CheckoutBase2 #v65-cartCheckOutCoupons input {
      font-size: 1rem; }
    .CheckoutBase2 #v65-cartCheckOutCoupons button {
      background-color: #E9E9EB;
      border: 1px solid #E9E9EB;
      -webkit-transition: color 300ms ease-in;
      -o-transition: color 300ms ease-in;
      transition: color 300ms ease-in;
      margin-top: 0; }
      .CheckoutBase2 #v65-cartCheckOutCoupons button span {
        -webkit-transition: color 300ms ease-in;
        -o-transition: color 300ms ease-in;
        transition: color 300ms ease-in; }
      .CheckoutBase2 #v65-cartCheckOutCoupons button:hover, .CheckoutBase2 #v65-cartCheckOutCoupons button:focus, .CheckoutBase2 #v65-cartCheckOutCoupons button:active {
        background-color: #E9E9EB;
        color: #09304F; }
        .CheckoutBase2 #v65-cartCheckOutCoupons button:hover span, .CheckoutBase2 #v65-cartCheckOutCoupons button:focus span, .CheckoutBase2 #v65-cartCheckOutCoupons button:active span {
          color: #09304F; }
    @media (max-width: 64.0625rem) {
      .CheckoutBase2 #v65-cartCheckOutCoupons {
        width: 100%; } }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 #v65-cartCheckOutCoupons {
        display: none; } }
  .CheckoutBase2 #v65-cartTable {
    /* Mobile Cart Override */ }
    .CheckoutBase2 #v65-cartTable th {
      background-color: #E9E9EB;
      border-top: none;
      border-bottom: none;
      font-weight: normal;
      text-transform: uppercase;
      color: white;
      font-size: 0.875rem; }
    .CheckoutBase2 #v65-cartTable td.alert {
      display: table-cell;
      float: none;
      /* width: 100%; */
      text-align: center;
      background-color: #09304F;
      color: white;
      font-size: 1.125rem;
      padding: .5rem; }
    .CheckoutBase2 #v65-cartTable .v65-cartItem td, .CheckoutBase2 #v65-cartTable td.v65-cartItem {
      padding: 1.5rem 0;
      font-size: 1rem; }
      @media (max-width: 47.9375rem) {
        .CheckoutBase2 #v65-cartTable .v65-cartItem td, .CheckoutBase2 #v65-cartTable td.v65-cartItem {
          font-size: 0.9375rem; } }
    .CheckoutBase2 #v65-cartTable .v65-cartItemDescription strong {
      font-size: 1.125rem;
      font-weight: normal; }
    .CheckoutBase2 #v65-cartTable button.modalBtn, .CheckoutBase2 #v65-cartTable .modalLinkAltBtn.v65-cartRemoveButton {
      background-color: #e6e6ed;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      border: none;
      text-transform: uppercase;
      font-size: 0.625rem;
      color: #09304F;
      padding: .25rem;
      border-radius: 4px;
      font-weight: normal;
      outline: none; }
      .CheckoutBase2 #v65-cartTable button.modalBtn span, .CheckoutBase2 #v65-cartTable .modalLinkAltBtn.v65-cartRemoveButton span {
        color: #09304F;
        font-weight: normal;
        line-height: 100%; }
    .CheckoutBase2 #v65-cartTable #v65-cartSubtotal .simpleselect, .CheckoutBase2 #v65-cartTable #v65-cartShippingStates .simpleselect, .CheckoutBase2 #v65-cartTable .v65-cartTax .simpleselect {
      text-align: left; }
    .CheckoutBase2 #v65-cartTable #v65-cartSubtotal td, .CheckoutBase2 #v65-cartTable #v65-cartShippingStates td, .CheckoutBase2 #v65-cartTable .v65-cartTax td {
      padding: .75rem;
      font-weight: normal;
      background-color: #F8F8FA; }
    .CheckoutBase2 #v65-cartTable #v65-cartTotal td {
      padding: .75rem;
      font-weight: normal;
      font-size: 1.5rem;
      color: #033963;
      background-color: #F8F8FA; }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 #v65-cartTable {
        display: block;
        width: 100%; }
        .CheckoutBase2 #v65-cartTable tbody, .CheckoutBase2 #v65-cartTable tr {
          display: block;
          width: 100%;
          position: relative; }
        .CheckoutBase2 #v65-cartTable th, .CheckoutBase2 #v65-cartTable .v65-cartItemImage {
          display: none; }
        .CheckoutBase2 #v65-cartTable .v65-cartItem {
          position: relative;
          border-top: 1px solid #e6e6e6; }
        .CheckoutBase2 #v65-cartTable td.v65-cartItemDescription, .CheckoutBase2 #v65-cartTable .cartItemDescription {
          display: block;
          padding-left: 22%;
          padding-bottom: 0; }
        .CheckoutBase2 #v65-cartTable td.v65-cartItemPrice, .CheckoutBase2 #v65-cartTable .cartItemPrice {
          display: block;
          padding-left: 22%;
          text-align: left;
          padding-top: .35rem;
          padding-bottom: 0; }
          .CheckoutBase2 #v65-cartTable td.v65-cartItemPrice br, .CheckoutBase2 #v65-cartTable .cartItemPrice br {
            display: none; }
          .CheckoutBase2 #v65-cartTable td.v65-cartItemPrice span, .CheckoutBase2 #v65-cartTable .cartItemPrice span {
            display: inline-block;
            margin-right: .5rem; }
          .CheckoutBase2 #v65-cartTable td.v65-cartItemPrice:before, .CheckoutBase2 #v65-cartTable .cartItemPrice:before {
            content: 'Subtotal:';
            display: inline-block;
            font-style: italic;
            color: #E9E9EB;
            margin-right: .15rem; }
        .CheckoutBase2 #v65-cartTable td.v65-cartItemTotal, .CheckoutBase2 #v65-cartTable .cartItemTotal {
          display: block;
          padding-left: 22%;
          text-align: left;
          padding-top: .35rem; }
          .CheckoutBase2 #v65-cartTable td.v65-cartItemTotal:before, .CheckoutBase2 #v65-cartTable .cartItemTotal:before {
            content: 'Total:';
            display: inline-block;
            font-style: italic;
            margin-right: .15rem;
            color: #E9E9EB; }
        .CheckoutBase2 #v65-cartTable td {
          border-top: none; }
        .CheckoutBase2 #v65-cartTable .v65-cartItemAmount, .CheckoutBase2 #v65-cartTable td.v65-cartItem.center {
          position: absolute;
          left: 0;
          top: 0;
          width: 18%;
          text-align: center;
          border-top: none;
          text-align: left; }
          .CheckoutBase2 #v65-cartTable .v65-cartItemAmount span, .CheckoutBase2 #v65-cartTable td.v65-cartItem.center span {
            padding: 0; }
          .CheckoutBase2 #v65-cartTable .v65-cartItemAmount button, .CheckoutBase2 #v65-cartTable td.v65-cartItem.center button {
            background-color: #E9E9EB;
            padding: .25rem;
            font-size: 0.75rem;
            color: #252629; }
        .CheckoutBase2 #v65-cartTable #v65-cartSubtotal {
          background-color: #F8F8FA; }
          .CheckoutBase2 #v65-cartTable #v65-cartSubtotal td {
            display: none; }
          .CheckoutBase2 #v65-cartTable #v65-cartSubtotal .v65-cartSubtotal-5, .CheckoutBase2 #v65-cartTable #v65-cartSubtotal .v65-cartSubtotal-6, .CheckoutBase2 #v65-cartTable #v65-cartSubtotal .v65-cartSubtotal-4.right {
            width: 49%;
            display: inline-block; }
          .CheckoutBase2 #v65-cartTable #v65-cartSubtotal .v65-cartSubtotal-5 {
            text-align: right;
            padding-right: 0.625rem; }
          .CheckoutBase2 #v65-cartTable #v65-cartSubtotal .v65-cartSubtotal-6 {
            text-align: left;
            padding-left: 0.625rem; }
        .CheckoutBase2 #v65-cartTable #v65-cartShippingStates, .CheckoutBase2 #v65-cartTable .v65-cartTax {
          background-color: #F8F8FA; }
          .CheckoutBase2 #v65-cartTable #v65-cartShippingStates td, .CheckoutBase2 #v65-cartTable .v65-cartTax td {
            display: none; }
          .CheckoutBase2 #v65-cartTable #v65-cartShippingStates .v65-cartTax-5, .CheckoutBase2 #v65-cartTable #v65-cartShippingStates .v65-cartTax-6, .CheckoutBase2 #v65-cartTable #v65-cartShippingStates .v65-cartTax-4.right, .CheckoutBase2 #v65-cartTable .v65-cartTax .v65-cartTax-5, .CheckoutBase2 #v65-cartTable .v65-cartTax .v65-cartTax-6, .CheckoutBase2 #v65-cartTable .v65-cartTax .v65-cartTax-4.right {
            width: 49%;
            display: inline-block; }
          .CheckoutBase2 #v65-cartTable #v65-cartShippingStates .v65-cartTax-5, .CheckoutBase2 #v65-cartTable .v65-cartTax .v65-cartTax-5 {
            text-align: right;
            padding-right: 0.625rem; }
          .CheckoutBase2 #v65-cartTable #v65-cartShippingStates .v65-cartTax-6, .CheckoutBase2 #v65-cartTable .v65-cartTax .v65-cartTax-6 {
            text-align: left;
            padding-left: 0.625rem; }
        .CheckoutBase2 #v65-cartTable #v65-cartTotal {
          background-color: #F8F8FA; }
          .CheckoutBase2 #v65-cartTable #v65-cartTotal td {
            display: none; }
          .CheckoutBase2 #v65-cartTable #v65-cartTotal .v65-cartTotal-5, .CheckoutBase2 #v65-cartTable #v65-cartTotal .v65-cartTotal-6, .CheckoutBase2 #v65-cartTable #v65-cartTotal .v65-cartTotal-4.right {
            width: 49%;
            display: inline-block; }
          .CheckoutBase2 #v65-cartTable #v65-cartTotal .v65-cartTotal-5 {
            text-align: right;
            padding-right: 0.625rem; }
          .CheckoutBase2 #v65-cartTable #v65-cartTotal .v65-cartTotal-6 {
            text-align: left;
            padding-left: 0.625rem; } }
  @media (max-width: 47.9375rem) {
    .CheckoutBase2 #v65-cartPaymentOptions {
      width: 100%;
      margin-bottom: .25rem; } }
  .CheckoutBase2 hr.dotted {
    color: #e6e6e6;
    border: 1px solid #e6e6e6; }
  .CheckoutBase2 .modalLinkAltBtn {
    background-color: transparent;
    color: #09304F;
    text-transform: uppercase;
    outline: none; }
    .CheckoutBase2 .modalLinkAltBtn span {
      background-color: transparent;
      color: #09304F;
      padding: 0; }
    .CheckoutBase2 .modalLinkAltBtn:hover, .CheckoutBase2 .modalLinkAltBtn:focus, .CheckoutBase2 .modalLinkAltBtn:active {
      color: #033963; }
      .CheckoutBase2 .modalLinkAltBtn:hover span, .CheckoutBase2 .modalLinkAltBtn:focus span, .CheckoutBase2 .modalLinkAltBtn:active span {
        color: #033963; }
  .CheckoutBase2 #billingTop {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    margin-bottom: 1.5rem;
    margin-top: .75rem; }
  .CheckoutBase2 #billingTop:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 #billingTop:last-child {
    margin-right: 0; }
  .CheckoutBase2 #billingTop:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 #billingTop:nth-child(1n + 1) {
    clear: both; }
    @media (max-width: 47.9375rem) {
      .CheckoutBase2 #billingTop {
        margin-bottom: 0; } }
    .CheckoutBase2 #billingTop .optionBlock {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      border-bottom: 1px solid #f2f2f7;
      padding-bottom: 1.5rem; }
    .CheckoutBase2 #billingTop .optionBlock:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .CheckoutBase2 #billingTop .optionBlock:last-child {
      margin-right: 0; }
    .CheckoutBase2 #billingTop .optionBlock:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .CheckoutBase2 #billingTop .optionBlock:nth-child(1n + 1) {
      clear: both; }
      .CheckoutBase2 #billingTop .optionBlock.inactive {
        display: none; }
      @media (max-width: 47.9375rem) {
        .CheckoutBase2 #billingTop .optionBlock {
          display: none; } }
    .CheckoutBase2 #billingTop .option {
      width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
      text-align: center; }
    .CheckoutBase2 #billingTop .option:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .CheckoutBase2 #billingTop .option:last-child {
      margin-right: 0; }
    .CheckoutBase2 #billingTop .option:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .CheckoutBase2 #billingTop .option:nth-child(2n + 1) {
      clear: both; }
      @media (max-width: 47.9375rem) {
        .CheckoutBase2 #billingTop .option {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
        .CheckoutBase2 #billingTop .option:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .CheckoutBase2 #billingTop .option:last-child {
          margin-right: 0; }
        .CheckoutBase2 #billingTop .option:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .CheckoutBase2 #billingTop .option:nth-child(1n + 1) {
          clear: both; } }
      .CheckoutBase2 #billingTop .option .linkAltBtn {
        background-color: #09304F;
        color: white;
        font-size: 0.75rem;
        min-width: 9.375rem;
        margin-top: .375rem; }
        .CheckoutBase2 #billingTop .option .linkAltBtn:hover, .CheckoutBase2 #billingTop .option .linkAltBtn:focus, .CheckoutBase2 #billingTop .option .linkAltBtn:active {
          background-color: #033963; }
    .CheckoutBase2 #billingTop h3 {
      color: #09304F;
      font-size: 1.5rem;
      margin-top: .75rem;
      margin-bottom: .375rem; }
    .CheckoutBase2 #billingTop p {
      margin: .375rem 0;
      padding: 0; }
  .CheckoutBase2 #v65-checkoutFormWrapper {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
  .CheckoutBase2 #v65-checkoutFormWrapper:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .CheckoutBase2 #v65-checkoutFormWrapper:last-child {
    margin-right: 0; }
  .CheckoutBase2 #v65-checkoutFormWrapper:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .CheckoutBase2 #v65-checkoutFormWrapper:nth-child(1n + 1) {
    clear: both; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper {
      width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
      padding: 1.5rem;
      background-color: #f8f6f1;
      margin-right: 0 !important; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:last-child {
      margin-right: 0; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(3n + 1) {
      clear: both; }
      @media (min-width: 64.0625rem) {
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper {
          top: -5.3125rem; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper {
          top: -5.3125rem;
          width: calc(99.9% * 2/5 - (1rem - 1rem * 2/5));
          position: absolute; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:last-child {
          margin-right: 0; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(5n) {
          margin-right: 0;
          float: right; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(5n + 1) {
          clear: both; } }
      @media (max-width: 47.9375rem) {
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          display: none; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:last-child {
          margin-right: 0; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper:nth-child(1n + 1) {
          clear: both; }
          .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper h4 {
            display: none; } }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper #v65-checkoutCartSummaryMini {
        width: 100%;
        font-size: 1rem; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper #v65-checkoutCartSummaryMini td {
          font-size: 1rem; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper #v65-checkCartSummaryMoreOptions {
        float: left;
        width: 100%;
        font-style: italic;
        padding-bottom: .75rem;
        border-bottom: 1px solid #e8e5de;
        margin-bottom: 1.5rem; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper #v65-checkCartSummaryMoreOptions br {
          display: none; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper #v65-checkCartSummaryMoreOptions a {
          display: inline-block;
          margin: 0 .25rem; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper h4, .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper legend {
        color: #09304F;
        text-transform: uppercase;
        font-size: 1.125rem; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper td {
        padding: .75rem 0; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper .v65-rowOverline td {
        border-top: 1px solid #e8e5de; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper h4 {
        margin: 0; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper input[type="text"] {
        width: 73.99%;
        padding: .75rem 1rem;
        font-size: 1rem; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper #v65-giftCardFormWrapper fieldset {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper button {
        background-color: #E9E9EB;
        border: 1px solid #E9E9EB;
        width: 24.99%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper button span {
          padding: 0; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper button:hover, .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper button:focus, .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper button:active {
          background-color: #09304F; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling {
      width: calc(99.9% * 2/3 - (1rem - 1rem * 2/3)); }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:last-child {
      margin-right: 0; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(3n + 1) {
      clear: both; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling {
          width: calc(99.9% * 3/5 - (1rem - 1rem * 3/5)); }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:last-child {
          margin-right: 0; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(5n) {
          margin-right: 0;
          float: right; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(5n + 1) {
          clear: both; } }
      @media (max-width: 47.9375rem) {
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:last-child {
          margin-right: 0; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkBilling:nth-child(1n + 1) {
          clear: both; } }
    .CheckoutBase2 #v65-checkoutFormWrapper #v65-checkoutFooter {
      padding-bottom: 3rem; }
    .CheckoutBase2 #v65-checkoutFormWrapper fieldset {
      padding: 0 0 2rem;
      margin: 0 0 2rem;
      border-bottom: 1px solid #e6e6e6;
      width: 100%; }
      .CheckoutBase2 #v65-checkoutFormWrapper fieldset#v65-fieldset-billingInfo legend {
        width: 100%;
        padding-top: 1.5rem;
        border-top: none; }
      .CheckoutBase2 #v65-checkoutFormWrapper fieldset div {
        overflow: visible;
        padding: inherit;
        padding-bottom: 0; }
      .CheckoutBase2 #v65-checkoutFormWrapper fieldset legend {
        padding: 0 0 .5rem 0;
        letter-spacing: 0;
        color: #09304F;
        text-transform: uppercase;
        color: #09304F;
        text-transform: uppercase;
        font-size: 1.125rem; }
      .CheckoutBase2 #v65-checkoutFormWrapper fieldset input, .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillFirstName], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillLastName], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillCompany], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillCity], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillMainPhone], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillEmail] {
        width: 100%;
        max-width: 25rem; }
        @media (max-width: 47.9375rem) {
          .CheckoutBase2 #v65-checkoutFormWrapper fieldset input, .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillFirstName], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillLastName], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillCompany], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillCity], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillMainPhone], .CheckoutBase2 #v65-checkoutFormWrapper fieldset #v65-checkBilling input[name=BillEmail] {
            max-width: 100%; } }
      .CheckoutBase2 #v65-checkoutFormWrapper fieldset label {
        margin-top: 1.5rem; }
  .CheckoutBase2 fieldset #v65-shippingOptions {
    margin-top: .75rem; }
    .CheckoutBase2 fieldset #v65-shippingOptions div {
      display: block;
      clear: both;
      width: 100%;
      float: left;
      margin: .25rem 0; }
    .CheckoutBase2 fieldset #v65-shippingOptions input[type="radio"] {
      width: auto;
      max-width: none; }
    .CheckoutBase2 fieldset #v65-shippingOptions label {
      font-weight: normal;
      font-size: 1rem;
      text-transform: none;
      margin-top: 0;
      margin-left: 0.3125rem; }
  .CheckoutBase2 #v65-couponSummaryTable {
    margin: 0 auto 2rem auto; }
    .CheckoutBase2 #v65-couponSummaryTable th {
      text-transform: uppercase;
      color: #09304F;
      border-bottom: 1px solid #e6e6e6;
      font-size: 0.875rem;
      font-weight: normal;
      text-align: center; }
    .CheckoutBase2 #v65-couponSummaryTable td {
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
    .CheckoutBase2 #v65-couponSummaryTable #v65-couponSummaryTotal td {
      font-weight: normal;
      color: #033963;
      background-color: #F8F8FA; }
  .CheckoutBase2 #v65-fieldset-paymentMethod .simpleselect {
    max-width: 18rem; }
  .CheckoutBase2 .toggleSummary {
    font-size: 0.75rem;
    color: white;
    width: 100%;
    margin: .5rem 0;
    display: block;
    text-align: center; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .CheckoutBase2 .toggleSummary {
        display: none; } }
    @media (min-width: 64.0625rem) {
      .CheckoutBase2 .toggleSummary {
        display: none; } }

#v65-modalContainer #v65-modalViel {
  background-color: #252629; }

#v65-modalContainer #v65-modalContentHeader {
  background-color: white;
  height: auto;
  text-align: center;
  padding: .375rem 0; }

#v65-modalContainer #v65-modalContentWrapper {
  top: 10vh; }
  @media (max-width: 47.9375rem) {
    #v65-modalContainer #v65-modalContentWrapper {
      width: 90%;
      left: 5%; } }

#v65-modalContainer #v65-modalContent {
  text-align: center;
  max-height: 70vh !important; }
  #v65-modalContainer #v65-modalContent .v65-productZoomed {
    height: 65vh; }
    #v65-modalContainer #v65-modalContent .v65-productZoomed img {
      height: 100%;
      width: auto;
      max-width: 100%; }

#v65-modalContainer legend {
  width: 100%;
  text-align: center; }

#v65-modalContainer .v65-form {
  width: 100%; }

#v65-modalContainer input[type="text"], #v65-modalContainer input[type="password"] {
  width: 100% !important; }

#v65-modalContainer .modalLinkBtn {
  background-color: #f2f2f7;
  color: #09304F;
  text-transform: uppercase;
  font-size: 0.8125rem;
  height: inherit;
  line-height: normal;
  vertical-align: top;
  border-radius: 0;
  border: 1px solid #f2f2f7;
  padding: .75rem 1rem;
  min-width: 12.5rem;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #v65-modalContainer .modalLinkBtn:hover, #v65-modalContainer .modalLinkBtn:focus, #v65-modalContainer .modalLinkBtn:active {
    background-color: #E9E9EB; }
  #v65-modalContainer .modalLinkBtn span {
    height: auto;
    line-height: 100%;
    color: #09304F; }

#v65-modalContainer .defaultBtn {
  min-width: 12.5rem; }

#v65-modalContainer input[type="checkbox"] {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: .9rem 0; }
  #v65-modalContainer input[type="checkbox"] + label {
    display: inline-block;
    width: auto;
    margin: .8rem 0;
    line-height: 100%; }

.v65-suggestedProducts {
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  margin: 1rem 0; }

.v65-suggestedProducts:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.v65-suggestedProducts:last-child {
  margin-right: 0; }

.v65-suggestedProducts:nth-child(1n) {
  margin-right: 0;
  float: right; }

.v65-suggestedProducts:nth-child(1n + 1) {
  clear: both; }
  .v65-suggestedProducts .v65-suggestedProducts-title {
    width: 100%;
    text-align: center;
    color: #09304F; }
  @media (max-width: 47.9375rem) {
    .v65-suggestedProducts .v65-suggestedProducts-product:nth-of-type(n+3) {
      display: none; } }

#v65-LoginFormWrapper form {
  text-align: center; }

#v65-LoginFormWrapper legend {
  display: none; }

#v65-LoginFormWrapper .v65-form {
  width: 100%; }

#v65-LoginFormWrapper input {
  width: 100% !important; }

#v65-LoginFormWrapper #rememberMe {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: .9rem 0; }
  #v65-LoginFormWrapper #rememberMe + label {
    display: inline-block;
    width: auto;
    margin: .8rem 0;
    line-height: 100%; }

.productPage {
  padding-bottom: 2rem; }
  .productPage .image, .productPage .centerColumn, .productPage .cartColumn {
    margin-top: 2.5rem; }
    @media (max-width: 47.9375rem) {
      .productPage .image, .productPage .centerColumn, .productPage .cartColumn {
        margin-top: 1rem; } }
  .productPage .v65-product-description p, .productPage .v65-product-description {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 180%;
    color: #252629; }
  .productPage .gift-video {
    width: 100%;
    text-align: center;
    margin-top: -1rem; }
  .productPage .video-thumbnail {
    height: 3rem;
    width: 5.5rem;
    background-size: cover;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .productPage .video-thumbnail svg {
      width: 2.25rem;
      height: 2.25rem;
      opacity: .88; }
  .productPage .video-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
    .productPage .video-overlay.active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
    .productPage .video-overlay .close-video {
      width: 2.25rem;
      height: 2.25rem;
      position: fixed;
      top: 1rem;
      right: 1rem; }
    .productPage .video-overlay .inner {
      width: calc(100% - 2rem);
      padding: 1rem;
      max-width: 50rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      position: absolute; }
  .productPage .actionItem {
    z-index: -1; }
    .productPage .actionItem .v65-product-actionMessage {
      background-color: #f2f2f7;
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      text-align: center;
      color: #252629;
      font-size: 1.375rem;
      padding: .75rem 0;
      margin-top: -60px;
      -webkit-transition: all 500ms ease-in;
      -o-transition: all 500ms ease-in;
      transition: all 500ms ease-in; }
    .productPage .actionItem .v65-product-actionMessage:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .productPage .actionItem .v65-product-actionMessage:last-child {
      margin-right: 0; }
    .productPage .actionItem .v65-product-actionMessage:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .productPage .actionItem .v65-product-actionMessage:nth-child(1n + 1) {
      clear: both; }
      .productPage .actionItem .v65-product-actionMessage.active {
        margin-top: 0; }
  .productPage .image .v65-product-photo {
    position: relative; }
    .productPage .image .v65-product-photo .v65-productBadge {
      width: 3.125rem;
      height: auto;
      left: 0.625rem;
      position: absolute;
      top: 0.625rem; }
  .productPage .image .v65-product-photos {
    text-align: center;
    width: 100%; }
    .productPage .image .v65-product-photos .v65-product-photos-photo {
      width: 3rem;
      height: 3rem;
      display: inline-block;
      overflow: hidden;
      margin: .25rem;
      float: inherit;
      position: relative; }
      .productPage .image .v65-product-photos .v65-product-photos-photo img {
        width: 100%;
        height: auto; }
      .productPage .image .v65-product-photos .v65-product-photos-photo a {
        display: block; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .productPage .image .v65-product-photos .v65-product-photos-photo {
          width: calc(33.33% - 1rem);
          padding-top: calc(33.33% - 1rem);
          height: 0;
          position: relative; } }
  @media (min-width: 64.0625rem) {
    .productPage .image {
      width: calc(99.9% * 1/5 - (1rem - 1rem * 1/5));
      font-style: italic; }
    .productPage .image:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .productPage .image:last-child {
      margin-right: 0; }
    .productPage .image:nth-child(5n) {
      margin-right: 0;
      float: right; }
    .productPage .image:nth-child(5n + 1) {
      clear: both; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .productPage .image {
      width: calc(99.9% * 1/5 - (1rem - 1rem * 1/5));
      font-style: italic; }
    .productPage .image:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .productPage .image:last-child {
      margin-right: 0; }
    .productPage .image:nth-child(5n) {
      margin-right: 0;
      float: right; }
    .productPage .image:nth-child(5n + 1) {
      clear: both; } }
  @media (max-width: 47.9375rem) {
    .productPage .image {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      font-style: normal; }
    .productPage .image:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .productPage .image:last-child {
      margin-right: 0; }
    .productPage .image:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .productPage .image:nth-child(1n + 1) {
      clear: both; }
      .productPage .image img {
        height: 23.4375rem;
        width: auto; } }
  .productPage .centerColumn {
    font-size: 1rem;
    line-height: 1.875rem; }
    .productPage .centerColumn header h1 {
      color: #252629;
      font-size: 2.5rem;
      line-height: 1.1;
      margin-bottom: .5rem; }
      @media (max-width: 47.9375rem) {
        .productPage .centerColumn header h1 {
          font-size: 1.75rem;
          line-height: 2.125rem; } }
    .productPage .centerColumn header .subLine {
      display: block;
      color: #3E3F45; }
      .productPage .centerColumn header .subLine a, .productPage .centerColumn header .subLine div, .productPage .centerColumn header .subLine p {
        color: #3E3F45; }
      .productPage .centerColumn header .subLine .v65-product-availability {
        display: inline-block; }
      .productPage .centerColumn header .subLine .v65-product-subtitle {
        display: inline-block;
        margin-right: 0.625rem;
        font-size: 1.125rem; }
    .productPage .centerColumn section {
      padding: 1.5rem 0 .75rem 0; }
    .productPage .centerColumn .v65-product-description li {
      list-style: inside disc;
      font-style: italic; }
    .productPage .centerColumn .utilities {
      border-bottom: 1px solid #f2f2f7;
      border-top: 1px solid #f2f2f7;
      padding: 2rem 0; }
      .productPage .centerColumn .utilities h2 {
        font-size: 1rem;
        color: #738087;
        line-height: 150%; }
      @media (min-width: 64.0625rem) {
        .productPage .centerColumn .utilities .column {
          width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2)); }
        .productPage .centerColumn .utilities .column:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .productPage .centerColumn .utilities .column:last-child {
          margin-right: 0; }
        .productPage .centerColumn .utilities .column:nth-child(2n) {
          margin-right: 0;
          float: right; }
        .productPage .centerColumn .utilities .column:nth-child(2n + 1) {
          clear: both; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .productPage .centerColumn .utilities .column {
          width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2)); }
        .productPage .centerColumn .utilities .column:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .productPage .centerColumn .utilities .column:last-child {
          margin-right: 0; }
        .productPage .centerColumn .utilities .column:nth-child(2n) {
          margin-right: 0;
          float: right; }
        .productPage .centerColumn .utilities .column:nth-child(2n + 1) {
          clear: both; } }
      @media (max-width: 47.9375rem) {
        .productPage .centerColumn .utilities .column {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
        .productPage .centerColumn .utilities .column:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .productPage .centerColumn .utilities .column:last-child {
          margin-right: 0; }
        .productPage .centerColumn .utilities .column:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .productPage .centerColumn .utilities .column:nth-child(1n + 1) {
          clear: both; } }
      .productPage .centerColumn .utilities .column .social {
        display: inline-block;
        border: 1px solid #09304F;
        width: 2.1875rem;
        height: 2.1875rem;
        border-radius: 100%;
        position: relative;
        background-color: transparent;
        margin-right: 0.3125rem;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .productPage .centerColumn .utilities .column .social:hover, .productPage .centerColumn .utilities .column .social:focus, .productPage .centerColumn .utilities .column .social:active {
          background-color: #09304F; }
          .productPage .centerColumn .utilities .column .social:hover .icon, .productPage .centerColumn .utilities .column .social:focus .icon, .productPage .centerColumn .utilities .column .social:active .icon {
            fill: white; }
      .productPage .centerColumn .utilities .column .icon {
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 25%;
        top: 0;
        left: 0;
        fill: #09304F;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .productPage .centerColumn .utilities .v65-product-reviewStats {
        line-height: 1.4rem;
        margin-top: .4rem; }
      .productPage .centerColumn .utilities .v65-professionalReview .v65-product-attributeLabel {
        font-weight: normal;
        display: inline-block;
        color: #3E3F45; }
        .productPage .centerColumn .utilities .v65-professionalReview .v65-product-attributeLabel:after {
          display: inline-block;
          content: ':';
          margin-right: .5rem; }
      .productPage .centerColumn .utilities .v65-professionalReview .v65-product-attributeValue {
        display: inline-block; }
    .productPage .centerColumn .wineProfile h1, .productPage .centerColumn .specs h1, .productPage .centerColumn .reviews h1 {
      color: #3E3F45;
      font-size: 1.75rem;
      margin-bottom: 1rem; }
    .productPage .centerColumn .wineProfile {
      margin-top: .5rem; }
    .productPage .centerColumn .v65-product-attributeLabel {
      color: #738087;
      margin-bottom: 0; }
    .productPage .centerColumn .v65-wine-specs-title {
      display: none; }
    .productPage .centerColumn .v65-wine-specs .v65-product-attributeLabel {
      float: left;
      text-align: left;
      font-weight: normal;
      font-style: italic; }
      @media (min-width: 64.0625rem) {
        .productPage .centerColumn .v65-wine-specs .v65-product-attributeLabel {
          width: 30%; } }
      @media (max-width: 47.9375rem) {
        .productPage .centerColumn .v65-wine-specs .v65-product-attributeLabel {
          width: 47%; } }
    .productPage .centerColumn .v65-wine-specs .v65-professionalReview {
      display: none; }
    .productPage .centerColumn .v65-product-media {
      float: left;
      width: 100%;
      margin-top: .5rem; }
    .productPage .centerColumn .v65-product-media-item:before {
      content: 'Fact Sheet';
      display: inline-block;
      font-weight: normal;
      color: #738087;
      margin-bottom: 0;
      font-size: 1rem;
      margin-right: 0.625rem; }
    .productPage .centerColumn .v65-product-media-thumbnail, .productPage .centerColumn .v65-product-media-title {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.375rem;
      font-size: 1rem; }
    .productPage .centerColumn .addReviewShow {
      display: inline-block;
      border: 1px solid #09304F;
      text-transform: uppercase;
      color: #09304F;
      font-size: 0.875rem;
      padding: .25rem 1rem;
      margin-bottom: 1rem; }
    .productPage .centerColumn .v65-product-reviews .addReviewShow {
      display: inline-block;
      border: 1px solid #09304F;
      text-transform: uppercase;
      color: #09304F;
      font-size: 0.875rem;
      padding: .5rem 1rem; }
    .productPage .centerColumn .v65-product-reviews .v65-product-reviews-title {
      text-transform: uppercase;
      color: #09304F;
      font-size: 1.125rem;
      margin-bottom: 1rem;
      display: none; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-avatar {
      display: none; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper {
      margin-left: inherit;
      width: 100%;
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      margin-bottom: 1rem; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper:last-child {
      margin-right: 0; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper:nth-child(1n + 1) {
      clear: both; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper:before {
      content: '';
      display: table; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment-wrapper:after {
      content: '';
      display: table;
      clear: both; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-reviewerName {
      margin-bottom: .25rem; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-reviewerName, .productPage .centerColumn .v65-product-reviews .v65-product-review-stars, .productPage .centerColumn .v65-product-reviews .v65-product-review-date {
      float: left;
      width: 28%;
      clear: both;
      font-style: italic;
      font-size: 1rem;
      line-height: 130%;
      color: #3E3F45; }
      @media (max-width: 47.9375rem) {
        .productPage .centerColumn .v65-product-reviews .v65-product-review-reviewerName, .productPage .centerColumn .v65-product-reviews .v65-product-review-stars, .productPage .centerColumn .v65-product-reviews .v65-product-review-date {
          width: 100%; } }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-wrapper {
      border-bottom: none; }
    .productPage .centerColumn .v65-product-reviews .v65-product-review-comment {
      float: right;
      width: 67%;
      right: 0;
      padding: 0;
      margin-top: -3.5rem;
      font-size: 1rem; }
      @media (max-width: 47.9375rem) {
        .productPage .centerColumn .v65-product-reviews .v65-product-review-comment {
          width: 100%;
          float: left;
          position: relative;
          margin: 1rem 0;
          border-bottom: 1px solid #e6e6e6;
          padding-bottom: 1rem; } }
    .productPage .centerColumn .v65-ProductRating {
      display: none; }
      .productPage .centerColumn .v65-ProductRating .v65-form {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        padding-top: 2rem; }
      .productPage .centerColumn .v65-ProductRating fieldset {
        border: none;
        margin: 0;
        padding: 0; }
        .productPage .centerColumn .v65-ProductRating fieldset legend {
          color: #738087;
          margin-bottom: 0.5rem;
          font-weight: bold;
          font-size: 1.125rem;
          padding: 0; }
        .productPage .centerColumn .v65-ProductRating fieldset div {
          padding: 0; }
        .productPage .centerColumn .v65-ProductRating fieldset label {
          color: #3E3F45;
          text-transform: uppercase;
          font-size: 0.75rem; }
        .productPage .centerColumn .v65-ProductRating fieldset input[type=text], .productPage .centerColumn .v65-ProductRating fieldset input[type=password], .productPage .centerColumn .v65-ProductRating fieldset input[type='username'], .productPage .centerColumn .v65-ProductRating fieldset input[type='email'], .productPage .centerColumn .v65-ProductRating fieldset select, .productPage .centerColumn .v65-ProductRating fieldset textarea {
          width: 50%;
          height: 2em;
          line-height: 2em;
          margin-bottom: .75rem; }
          @media (max-width: 47.9375rem) {
            .productPage .centerColumn .v65-ProductRating fieldset input[type=text], .productPage .centerColumn .v65-ProductRating fieldset input[type=password], .productPage .centerColumn .v65-ProductRating fieldset input[type='username'], .productPage .centerColumn .v65-ProductRating fieldset input[type='email'], .productPage .centerColumn .v65-ProductRating fieldset select, .productPage .centerColumn .v65-ProductRating fieldset textarea {
              width: 100%; } }
        .productPage .centerColumn .v65-ProductRating fieldset textarea {
          height: 9.375rem; }
        .productPage .centerColumn .v65-ProductRating fieldset .v65-ProductRating-right {
          font-size: 0.875rem;
          color: #3E3F45; }
          .productPage .centerColumn .v65-ProductRating fieldset .v65-ProductRating-right input[type='checkbox'] {
            vertical-align: middle; }
      .productPage .centerColumn .v65-ProductRating button.defaultBtn {
        background-color: #09304F; }
    @media (min-width: 64.0625rem) {
      .productPage .centerColumn {
        width: calc(99.9% * 3/5 - (1rem - 1rem * 3/5)); }
      .productPage .centerColumn:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .productPage .centerColumn:last-child {
        margin-right: 0; }
      .productPage .centerColumn:nth-child(5n) {
        margin-right: 0;
        float: right; }
      .productPage .centerColumn:nth-child(5n + 1) {
        clear: both; }
        .productPage .centerColumn .v65-product-addToCart {
          display: none; } }
    @media (min-width: 64.0625rem) {
      .productPage .centerColumn .similarWines .v65-product-addToCart {
        display: block; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .productPage .centerColumn {
        width: calc(99.9% * 3/4 - (1rem - 1rem * 3/4)); }
      .productPage .centerColumn:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .productPage .centerColumn:last-child {
        margin-right: 0; }
      .productPage .centerColumn:nth-child(7n) {
        margin-right: 0;
        float: right; }
      .productPage .centerColumn:nth-child(7n + 1) {
        clear: both; }
        .productPage .centerColumn .v65-product-addToCart {
          display: block; } }
    @media (max-width: 47.9375rem) {
      .productPage .centerColumn {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        margin-top: 1rem; }
      .productPage .centerColumn:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .productPage .centerColumn:last-child {
        margin-right: 0; }
      .productPage .centerColumn:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .productPage .centerColumn:nth-child(1n + 1) {
        clear: both; }
        .productPage .centerColumn .wrap {
          margin-top: 4.1875rem; }
        .productPage .centerColumn .v65-product-addToCart {
          display: block; } }
    @media (max-width: 64.0625rem) {
      .productPage .centerColumn .v65-product-addToCart-quantity input {
        height: 3rem;
        line-height: 3rem; } }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-relatedProducts-product {
      width: calc(33.33% - 2rem);
      margin: 0 2rem 0 0; }
      @media (max-width: 47.9375rem) {
        .productPage .centerColumn .v65-product-relatedProducts .v65-product-relatedProducts-product {
          width: calc(99.99% - 2rem);
          margin-left: 1rem; }
          .productPage .centerColumn .v65-product-relatedProducts .v65-product-relatedProducts-product img {
            max-height: 15.625rem;
            width: auto; }
          .productPage .centerColumn .v65-product-relatedProducts .v65-product-relatedProducts-product:nth-child(n+4) {
            display: none; } }
    .productPage .centerColumn .v65-product-relatedProducts .v65-productBadge {
      position: absolute;
      top: 0.625rem;
      left: 1.875rem;
      width: 3.125rem;
      height: auto; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-title {
      text-transform: uppercase;
      color: #09304F;
      font-size: 1.125rem;
      margin-bottom: 1rem; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-title {
      margin-bottom: 0; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-photo a {
      display: block; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-title a {
      font-size: 0.875rem;
      line-height: 145%;
      display: block;
      color: #3E3F45;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: .25rem; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-addToCart-priceWrapper, .productPage .centerColumn .v65-product-relatedProducts .v65-product-addToCart-price {
      display: block;
      font-size: 1.0625rem;
      line-height: 145%;
      text-transform: uppercase;
      text-align: center;
      color: #09304F;
      margin-right: 0;
      font-style: italic; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-addToCart-quantity {
      display: none; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-product-actionMessage {
      margin-bottom: .5rem;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #033963;
      line-height: 130%;
      text-align: center;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartCase, .productPage .centerColumn .v65-product-relatedProducts .v65-product-addToCart-unitDescription {
      display: none; }
    .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle {
      text-align: center; }
      .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin-top: .5rem;
        display: block; }
        .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn {
          border: 1px solid #033963;
          background-color: transparent; }
          .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn span {
            color: #033963;
            padding: 0 1rem;
            font-size: .65rem; }
          .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover, .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus, .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active {
            background-color: #033963;
            color: white; }
            .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover span, .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus span, .productPage .centerColumn .v65-product-relatedProducts .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active span {
              color: white; }
  .productPage .v65-ProductRating-right div {
    overflow: visible; }
  .productPage .v65-ProductRating-right img {
    max-width: none !important; }
  .productPage .cartColumn .v65-product-addToCart {
    text-align: right; }
  .productPage .cartColumn .v65-quantity-label {
    display: none; }
  .productPage .cartColumn .v65-addToCartCase {
    margin-top: 2rem; }
  @media (min-width: 64.0625rem) {
    .productPage .cartColumn {
      width: calc(99% * 1/5 - (1rem - 1rem * 1/5));
      margin-right: 0;
      float: right;
      clear: right; } }
  @media (max-width: 64.0625rem) {
    .productPage .cartColumn {
      display: none; } }
  .productPage .cartColumn .sizeChart {
    text-align: right;
    margin-top: 1rem;
    cursor: pointer;
    -webkit-transition: 150ms ease-in all;
    -o-transition: 150ms ease-in all;
    transition: 150ms ease-in all; }
    .productPage .cartColumn .sizeChart span {
      color: #09304F;
      -webkit-transition: 150ms ease-in all;
      -o-transition: 150ms ease-in all;
      transition: 150ms ease-in all; }
    .productPage .cartColumn .sizeChart:hover, .productPage .cartColumn .sizeChart:focus, .productPage .cartColumn .sizeChart:active {
      color: #033963; }
      .productPage .cartColumn .sizeChart:hover span, .productPage .cartColumn .sizeChart:focus span, .productPage .cartColumn .sizeChart:active span {
        color: #033963; }
  .productPage .v65-product-addToCart-price {
    color: #033963;
    font-size: 1.625rem;
    font-weight: normal; }
    @media (max-width: 64.0625rem) {
      .productPage .v65-product-addToCart-price {
        font-weight: normal; } }
  .productPage .v65-product-addToCart-priceWrapper, .productPage .v65-product-addToCart {
    display: block;
    margin-right: 0;
    margin-bottom: .5rem; }
    .productPage .v65-product-addToCart-priceWrapper .v65-product-addToCart-unitDescription, .productPage .v65-product-addToCart .v65-product-addToCart-unitDescription {
      bottom: inherit;
      vertical-align: inherit;
      font-size: inherit; }
    .productPage .v65-product-addToCart-priceWrapper .v65-product-addToCart-outOfStockMessage, .productPage .v65-product-addToCart .v65-product-addToCart-outOfStockMessage {
      font-size: 1.125rem; }
  .productPage .v65-product-addToCart-price {
    display: inline-block; }
  .productPage .add-to-cart {
    font-size: 0.75rem; }
    .productPage .add-to-cart span {
      min-width: 9.375rem;
      padding: 0 1rem; }
  .productPage .v65-product-addToCart-outOfStockMessage {
    color: #09304F;
    font-style: italic; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .productPage {
      margin-top: 5.4375rem; } }
  @media (max-width: 47.9375rem) {
    .productPage .wrap {
      margin-top: 4.1875rem; } }
  .productPage .centerColumn section.videoContainer {
    padding: 2rem;
    background-color: white;
    margin-bottom: 1rem;
    margin-top: -1px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
    @media (max-width: 47.9375rem) {
      .productPage .centerColumn section.videoContainer {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        padding: 1rem; } }
  .productPage .videoEmbed {
    width: 100%;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 47.9375rem) {
      .productPage .videoEmbed {
        width: 100%;
        display: block; } }
  .productPage .videoText {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1rem; }
    @media (max-width: 47.9375rem) {
      .productPage .videoText {
        width: 100%;
        display: block;
        padding-top: .5rem; }
        .productPage .videoText h2, .productPage .videoText p {
          text-align: center; } }
    .productPage .videoText h2, .productPage .videoText p {
      margin-left: 1rem;
      color: #252629; }
    .productPage .videoText h2 {
      font-style: italic; }
    .productPage .videoText p {
      font-size: 1rem;
      margin-bottom: 0;
      padding-bottom: 0; }

.topLink {
  background-color: #738087;
  background-image: url("../images/topArrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3.1rem;
  border-radius: 2rem;
  font-size: .875rem;
  color: white;
  position: fixed;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  right: .9rem;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  bottom: -10rem;
  z-index: 999; }
  .topLink.active {
    bottom: 1.1rem; }

#modalOverlay {
  position: fixed;
  top: -999rem;
  left: 25%;
  width: 50%;
  z-index: 1000;
  background-color: white;
  max-height: 80vh;
  overflow-y: scroll;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    #modalOverlay {
      width: 70%;
      left: 15%; } }
  @media (max-width: 47.9375rem) {
    #modalOverlay {
      width: 80%;
      left: 10%; } }
  #modalOverlay.active {
    top: 10%; }
    #modalOverlay.active .close {
      display: block; }
  #modalOverlay .bottleTable {
    margin: 0; }
  #modalOverlay .bottleRow {
    -webkit-transition: 300ms ease-in all;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
    -webkit-box-shadow: none;
            box-shadow: none; }
    #modalOverlay .bottleRow p {
      -webkit-transition: 300ms ease-in all;
      -o-transition: 300ms ease-in all;
      transition: 300ms ease-in all; }
    #modalOverlay .bottleRow.active {
      -webkit-box-shadow: inset 0px 0px 12px #033963;
              box-shadow: inset 0px 0px 12px #033963;
      background-color: white; }
      #modalOverlay .bottleRow.active .bottleName p.name {
        color: #033963; }
      #modalOverlay .bottleRow.active .bottleName p.size {
        color: #033963; }
      #modalOverlay .bottleRow.active p {
        color: #033963; }
  #modalOverlay .close {
    top: 8.5%;
    width: 30px;
    height: 30px;
    background-color: white;
    left: 74%;
    font-size: 0.75rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 5px;
    position: fixed;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: 150ms ease-in all;
    -o-transition: 150ms ease-in all;
    transition: 150ms ease-in all;
    display: none; }
    #modalOverlay .close:hover, #modalOverlay .close:focus, #modalOverlay .close:active {
      background-color: #09304F;
      color: white; }

.productAccolades {
  padding-top: .5rem !important; }

.accoladeBox {
  width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
  padding-bottom: 1rem; }

.accoladeBox:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.accoladeBox:last-child {
  margin-right: 0; }

.accoladeBox:nth-child(2n) {
  margin-right: 0;
  float: right; }

.accoladeBox:nth-child(2n + 1) {
  clear: both; }
  @media (max-width: 64.0625rem) {
    .accoladeBox {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .accoladeBox:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .accoladeBox:last-child {
      margin-right: 0; }
    .accoladeBox:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .accoladeBox:nth-child(1n + 1) {
      clear: both; } }
  .accoladeBox .accoladeTop {
    height: 6.25rem; }
  .accoladeBox .score {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    background-color: #F8F8FA;
    color: #293A47;
    font-size: 0rem;
    opacity: 0;
    -webkit-transition: 500ms ease-in-out all;
    -o-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    line-height: 6.25rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    text-align: center; }
  .accoladeBox .publication {
    line-height: 6.25rem;
    font-size: 1.375rem;
    color: #293A47;
    margin-left: 1.5625rem;
    opacity: 0;
    -webkit-transition: 450ms ease-in-out all;
    -o-transition: 450ms ease-in-out all;
    transition: 450ms ease-in-out all;
    -webkit-transition-delay: 1.45s;
         -o-transition-delay: 1.45s;
            transition-delay: 1.45s;
    display: inline-block; }
  .accoladeBox .quote {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #3E3F45;
    padding: .25rem .675rem;
    opacity: 0;
    -webkit-transition: 450ms ease-in-out all;
    -o-transition: 450ms ease-in-out all;
    transition: 450ms ease-in-out all;
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
    position: relative; }
    .accoladeBox .quote:before, .accoladeBox .quote:after {
      content: '"';
      color: #715A5A; }

.staffPicksBox {
  width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
  padding-bottom: 1rem; }

.staffPicksBox:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.staffPicksBox:last-child {
  margin-right: 0; }

.staffPicksBox:nth-child(2n) {
  margin-right: 0;
  float: right; }

.staffPicksBox:nth-child(2n + 1) {
  clear: both; }
  @media (max-width: 64.0625rem) {
    .staffPicksBox {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .staffPicksBox:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .staffPicksBox:last-child {
      margin-right: 0; }
    .staffPicksBox:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .staffPicksBox:nth-child(1n + 1) {
      clear: both; } }
  .staffPicksBox .staffPickTop {
    height: 6.25rem; }
  .staffPicksBox .staffImage {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    background-color: #F7F6F2;
    opacity: 0;
    -webkit-transition: 500ms ease-in-out all;
    -o-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    background-size: cover;
    display: inline-block;
    vertical-align: middle; }
    .staffPicksBox .staffImage.Jeff {
      background-image: url("../images/staffPhotos/jeff2.jpg"); }
    .staffPicksBox .staffImage.Miguel {
      background-image: url("../images/staffPhotos/miguel.jpg"); }
    .staffPicksBox .staffImage.JoshH {
      background-image: url("../images/staffPhotos/josh.jpg"); }
    .staffPicksBox .staffImage.Amanda {
      background-image: url("../images/staffPhotos/manders.jpg"); }
    .staffPicksBox .staffImage.Brady {
      background-image: url("../images/staffPhotos/brady.jpg"); }
    .staffPicksBox .staffImage.Eric {
      background-image: url("../images/staffPhotos/eric.jpg"); }
    .staffPicksBox .staffImage.Oscar {
      background-image: url("../images/staffPhotos/oscar2.jpg"); }
    .staffPicksBox .staffImage.Doug {
      background-image: url("../images/staffPhotos/doug.jpg"); }
    .staffPicksBox .staffImage.Alexis {
      background-image: url("../images/staffPhotos/alexis.jpg"); }
    .staffPicksBox .staffImage.Monica {
      background-image: url("../images/staffPhotos/monica.jpg"); }
    .staffPicksBox .staffImage.Geordy {
      background-image: url("../images/staffPhotos/geordy.jpg"); }
  .staffPicksBox .staffText {
    margin-left: 3.125rem;
    opacity: 0;
    -webkit-transition: 450ms ease-in-out all;
    -o-transition: 450ms ease-in-out all;
    transition: 450ms ease-in-out all;
    -webkit-transition-delay: 1.45s;
         -o-transition-delay: 1.45s;
            transition-delay: 1.45s;
    display: inline-block;
    vertical-align: middle; }
  .staffPicksBox .pickText {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #715A5A;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .staffPicksBox .nameText {
    font-size: 1.5rem;
    font-style: italic;
    color: #715A5A; }
  .staffPicksBox .quote {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #5A5858;
    padding: .25rem 0rem;
    opacity: 0;
    -webkit-transition: 450ms ease-in-out all;
    -o-transition: 450ms ease-in-out all;
    transition: 450ms ease-in-out all;
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
    position: relative; }

.caseQtyBox {
  width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2)); }

.caseQtyBox:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.caseQtyBox:last-child {
  margin-right: 0; }

.caseQtyBox:nth-child(2n) {
  margin-right: 0;
  float: right; }

.caseQtyBox:nth-child(2n + 1) {
  clear: both; }
  @media (max-width: 64.0625rem) {
    .caseQtyBox {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .caseQtyBox:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .caseQtyBox:last-child {
      margin-right: 0; }
    .caseQtyBox:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .caseQtyBox:nth-child(1n + 1) {
      clear: both; } }
  .caseQtyBox .caseImage, .caseQtyBox .qtyText {
    display: inline-block; }
  .caseQtyBox .caseImage {
    padding-top: 0.5rem;
    opacity: 0;
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition: 450ms ease-in all;
    -o-transition: 450ms ease-in all;
    transition: 450ms ease-in all; }
    .caseQtyBox .caseImage #Wine {
      -webkit-transition: 450ms ease-in all;
      -o-transition: 450ms ease-in all;
      transition: 450ms ease-in all; }
  .caseQtyBox .qtyText {
    line-height: 6.25rem;
    vertical-align: top;
    opacity: 0;
    margin-left: 1.5rem;
    -webkit-transition-delay: 1.75s;
         -o-transition-delay: 1.75s;
            transition-delay: 1.75s;
    -webkit-transition: 450ms ease-in all;
    -o-transition: 450ms ease-in all;
    transition: 450ms ease-in all; }
    .caseQtyBox .qtyText .score {
      color: #715A5A;
      font-size: 1.5rem;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      margin-left: .25rem;
      margin-right: .25rem; }
    .caseQtyBox .qtyText .description {
      font-size: 1.5rem;
      font-style: italic;
      color: #715A5A; }
  .caseQtyBox.active .caseImage {
    opacity: 1; }
  .caseQtyBox.active .qtyText {
    opacity: 1;
    margin-left: 0; }

.productAccolades.already-visible .score, .productAccolades.come-in .score {
  font-size: 1.5rem;
  opacity: 1; }

.productAccolades.already-visible .publication, .productAccolades.come-in .publication {
  opacity: 1;
  margin-left: -1.5625rem; }

.productAccolades.already-visible .quote, .productAccolades.come-in .quote {
  opacity: 1; }

.productAccolades.already-visible .staffText, .productAccolades.come-in .staffText {
  margin-left: 10px;
  opacity: 1; }

.productAccolades.already-visible .staffImage, .productAccolades.come-in .staffImage {
  opacity: 1; }

body:after {
  -webkit-transition: 300ms ease-in opacity;
  -o-transition: 300ms ease-in opacity;
  transition: 300ms ease-in opacity;
  opacity: 0; }

body.modalOverlay {
  position: fixed;
  overflow: hidden; }
  body.modalOverlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #252629;
    z-index: 999;
    opacity: .5; }

.nutrition-info {
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in; }
  .nutrition-info .nutrition-bg {
    background: rgba(37, 38, 41, 0.65);
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .4s opacity ease-out;
    -o-transition: .4s opacity ease-out;
    transition: .4s opacity ease-out;
    width: 100%;
    height: 100vh;
    z-index: 999;
    min-height: calc(var(--vh) * 100); }
  .nutrition-info .nutrition-image {
    height: 70vh;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
    z-index: 1000;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    min-height: calc(var(--vh) * 70); }
    .nutrition-info .nutrition-image img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .nutrition-info .nutrition-toggle {
    color: #033963;
    font-weight: bold; }
  .nutrition-info.active .nutrition-bg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: .4s opacity ease-out;
    -o-transition: .4s opacity ease-out;
    transition: .4s opacity ease-out; }
  .nutrition-info.active .nutrition-image {
    opacity: 1;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transition: .4s opacity ease-out;
    -o-transition: .4s opacity ease-out;
    transition: .4s opacity ease-out; }

.media {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.recipe-promo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  height: 375px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .recipe-promo picture {
    width: 60%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    overflow: hidden; }
    .recipe-promo picture img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .recipe-promo .text {
    padding-left: 1.5rem;
    width: calc(40% - 1.5rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(40% - 1.5rem);
            flex: 1 1 calc(40% - 1.5rem); }
    .recipe-promo .text p {
      font-size: 1rem !important;
      line-height: 1.8 !important; }
  .recipe-promo h2, .recipe-promo p, .recipe-promo img, .recipe-promo .arrow-btn {
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out; }
  @media (max-width: 47.9375rem) {
    .recipe-promo {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto;
      margin-bottom: 1.5rem; }
      .recipe-promo .text {
        padding: 2rem;
        width: calc(100% - 4rem);
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 4rem);
                flex: 1 1 calc(100% - 4rem); }
      .recipe-promo picture {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        height: 300px; } }
  .recipe-promo:hover h2 {
    color: #09304F; }
  .recipe-promo:hover .arrow-btn {
    letter-spacing: 2.5px !important; }
  .recipe-promo:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.v65-recipe-drilldown {
  padding: 2rem 0; }

.v65-recipe-drilldown-left {
  float: left;
  width: 50%; }
  @media (max-width: 47.9375rem) {
    .v65-recipe-drilldown-left {
      float: none;
      width: 100%;
      padding: 0; } }

.v65-recipe-drilldown-description {
  font-size: 1.125rem;
  padding: 1rem 0; }

.v65-recipe-drilldown-ingredients {
  margin-bottom: 2rem; }

.v65-recipe-drilldown-right {
  float: right;
  padding-left: 3%;
  margin: 0;
  text-align: center;
  width: 50%;
  max-width: 520px; }
  @media (max-width: 47.9375rem) {
    .v65-recipe-drilldown-right {
      float: none;
      padding: 0;
      margin: 0 auto 2rem;
      text-align: center;
      width: 100%; } }

.v65-recipe-drilldown-attributes {
  display: none; }

.v65-recipe-drilldown-related-products .v65-product-relatedProducts-title {
  display: none; }

.v65-recipe-drilldown-related-products .v65-title {
  margin-bottom: 0; }

.v65-recipe-drilldown-related-products .v65-product-relatedProducts-product {
  width: calc(33.33% - 2rem);
  margin: 0 2rem 0 0; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product {
      width: calc(49.99% - 2rem); } }
  @media (max-width: 47.9375rem) {
    .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product {
      width: calc(99.99%); } }
  @media (min-width: 64.0625rem) {
    .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product:hover .v65-addToCartBottle .v65-product-addToCart-button, .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product:hover .v65-addToCartBottle .v65-product-addToCart-quantity, .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product:focus .v65-addToCartBottle .v65-product-addToCart-button, .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product:focus .v65-addToCartBottle .v65-product-addToCart-quantity, .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product:active .v65-addToCartBottle .v65-product-addToCart-button, .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product:active .v65-addToCartBottle .v65-product-addToCart-quantity {
      visibility: visible;
      opacity: 1; } }
  @media (max-width: 64.0625rem) {
    .v65-recipe-drilldown-related-products .v65-product-relatedProducts-product .v65-addToCartBottle .v65-product-addToCart-button {
      display: inline-block; } }

.v65-recipe-drilldown-related-products .v65-product-photo img {
  max-height: 18.75rem;
  width: auto; }
  .v65-recipe-drilldown-related-products .v65-product-photo img.v65-productBadge {
    position: absolute;
    left: 15%;
    top: 10px;
    max-width: 4rem;
    width: 4rem; }

.v65-recipe-drilldown-related-products .v65-product-title a {
  font-size: 1rem;
  line-height: 145%;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .25rem; }

.v65-recipe-drilldown-related-products .v65-product-addToCart .v65-addToCartCase {
  display: none; }

@media (max-width: 47.9375rem) {
  .v65-recipe-drilldown-related-products .v65-product-addToCart {
    display: block; } }

.v65-recipe-drilldown-related-products .v65-product-addToCart-priceWrapper, .v65-recipe-drilldown-related-products .v65-product-addToCart-price {
  font-size: 1.0625rem;
  line-height: 145%;
  text-transform: uppercase;
  text-align: center;
  color: #09304F;
  margin-right: 0;
  font-style: italic; }

.v65-recipe-drilldown-related-products .v65-product-addToCart-priceWrapper {
  display: block; }

.v65-recipe-drilldown-related-products .v65-product-addToCart-price {
  display: inline-block; }

.v65-recipe-drilldown-related-products .v65-product-addToCart-unitDescription {
  display: inline-block;
  bottom: 0; }

.v65-recipe-drilldown-related-products .v65-product-actionMessage {
  margin-bottom: .5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #033963;
  text-align: center;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.v65-recipe-drilldown-related-products .v65-product-addToCart-quantity {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: .5rem; }
  @media (min-width: 64.0625rem) {
    .v65-recipe-drilldown-related-products .v65-product-addToCart-quantity {
      display: inline-block;
      width: 19%;
      visibility: hidden;
      opacity: 0;
      vertical-align: top; }
      .v65-recipe-drilldown-related-products .v65-product-addToCart-quantity input[type='text'] {
        height: 2.4em; } }
  @media (max-width: 64.0625rem) {
    .v65-recipe-drilldown-related-products .v65-product-addToCart-quantity {
      visibility: visible;
      opacity: 1; } }

.v65-recipe-drilldown-related-products .v65-product-addToCart-button {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: .5rem; }
  @media (min-width: 64.0625rem) {
    .v65-recipe-drilldown-related-products .v65-product-addToCart-button {
      display: inline-block;
      vertical-align: top; } }
  @media (max-width: 64.0625rem) {
    .v65-recipe-drilldown-related-products .v65-product-addToCart-button {
      margin-top: 0;
      visibility: visible;
      opacity: 1;
      vertical-align: top; }
      .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn {
        height: 2.5rem;
        width: auto; }
        .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn span {
          height: 2.5rem;
          line-height: 2.5rem; } }
  .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn {
    border: 1px solid #033963;
    background-color: transparent; }
    .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn span {
      color: #033963;
      padding: 0 1rem;
      font-size: .65rem; }
    .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn:hover, .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn:focus, .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn:active {
      background-color: #033963;
      color: white; }
      .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn:hover span, .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn:focus span, .v65-recipe-drilldown-related-products .v65-product-addToCart-button button.defaultBtn:active span {
        color: white; }

.editorialMain .twoColumnEditorial {
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }

.editorialMain .twoColumnEditorial:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.editorialMain .twoColumnEditorial:last-child {
  margin-right: 0; }

.editorialMain .twoColumnEditorial:nth-child(1n) {
  margin-right: 0;
  float: right; }

.editorialMain .twoColumnEditorial:nth-child(1n + 1) {
  clear: both; }
  .editorialMain .twoColumnEditorial .text, .editorialMain .twoColumnEditorial .videoCol {
    width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
    position: relative; }
  .editorialMain .twoColumnEditorial .text:nth-child(1n), .editorialMain .twoColumnEditorial .videoCol:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .editorialMain .twoColumnEditorial .text:last-child, .editorialMain .twoColumnEditorial .videoCol:last-child {
    margin-right: 0; }
  .editorialMain .twoColumnEditorial .text:nth-child(2n), .editorialMain .twoColumnEditorial .videoCol:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .editorialMain .twoColumnEditorial .text:nth-child(2n + 1), .editorialMain .twoColumnEditorial .videoCol:nth-child(2n + 1) {
    clear: both; }
    @media (max-width: 47.9375rem) {
      .editorialMain .twoColumnEditorial .text, .editorialMain .twoColumnEditorial .videoCol {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
      .editorialMain .twoColumnEditorial .text:nth-child(1n), .editorialMain .twoColumnEditorial .videoCol:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .editorialMain .twoColumnEditorial .text:last-child, .editorialMain .twoColumnEditorial .videoCol:last-child {
        margin-right: 0; }
      .editorialMain .twoColumnEditorial .text:nth-child(1n), .editorialMain .twoColumnEditorial .videoCol:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .editorialMain .twoColumnEditorial .text:nth-child(1n + 1), .editorialMain .twoColumnEditorial .videoCol:nth-child(1n + 1) {
        clear: both; } }
  @media (max-width: 47.9375rem) {
    .editorialMain .twoColumnEditorial .textPointer {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .editorialMain .twoColumnEditorial .textPointer:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .editorialMain .twoColumnEditorial .textPointer:last-child {
      margin-right: 0; }
    .editorialMain .twoColumnEditorial .textPointer:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .editorialMain .twoColumnEditorial .textPointer:nth-child(1n + 1) {
      clear: both; }
      .editorialMain .twoColumnEditorial .textPointer h3 {
        font-style: normal;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin-top: 1rem;
        text-transform: uppercase;
        font-size: .875rem; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .editorialMain .twoColumnEditorial .textPointer {
      top: 5%; }
      .editorialMain .twoColumnEditorial .textPointer:after, .editorialMain .twoColumnEditorial .textPointer:before {
        top: 20%; } }
  @media (min-width: 64.0625rem) {
    .editorialMain .twoColumnEditorial .textPointer {
      top: 22%; }
      .editorialMain .twoColumnEditorial .textPointer:after, .editorialMain .twoColumnEditorial .textPointer:before {
        right: 100%;
        top: 45%; } }
  @media (min-width: 48rem) {
    .editorialMain .twoColumnEditorial .textPointer {
      position: absolute;
      left: calc(100% + 25px);
      border-radius: 3px;
      background-color: #F8F8FA;
      color: white;
      width: 80%;
      padding: 1rem 1rem 0 1rem;
      border: 1px solid #e8e4d8; }
      .editorialMain .twoColumnEditorial .textPointer h3 {
        font-style: normal;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: .875rem; }
      .editorialMain .twoColumnEditorial .textPointer:after, .editorialMain .twoColumnEditorial .textPointer:before {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .editorialMain .twoColumnEditorial .textPointer:after {
        border-color: rgba(232, 228, 216, 0);
        border-right-color: #f9f5e8;
        border-width: 15px;
        margin-top: -15px; }
      .editorialMain .twoColumnEditorial .textPointer:before {
        border-color: rgba(232, 228, 216, 0);
        border-right-color: #d4d0c5;
        border-width: 16px;
        margin-top: -16px; } }

.editorialMain .break {
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  padding: 1rem 0 2rem 0;
  margin: .5rem 0 0 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }

.editorialMain .break:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.editorialMain .break:last-child {
  margin-right: 0; }

.editorialMain .break:nth-child(1n) {
  margin-right: 0;
  float: right; }

.editorialMain .break:nth-child(1n + 1) {
  clear: both; }

.editorialMain .editorialContent {
  padding-top: 1.5rem; }
  .editorialMain .editorialContent h3 {
    color: #09304F;
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    font-size: 1.35rem;
    margin-bottom: .5rem; }
  .editorialMain .editorialContent h3:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .editorialMain .editorialContent h3:last-child {
    margin-right: 0; }
  .editorialMain .editorialContent h3:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .editorialMain .editorialContent h3:nth-child(1n + 1) {
    clear: both; }
  .editorialMain .editorialContent h3:before {
    content: '';
    display: table; }
  .editorialMain .editorialContent h3:after {
    content: '';
    display: table;
    clear: both; }
    .editorialMain .editorialContent h3.margin {
      margin-top: 1.5rem;
      margin-bottom: .25rem; }
  .editorialMain .editorialContent li {
    font-size: 1.125rem;
    margin-bottom: .5rem; }
  .editorialMain .editorialContent .contentPromos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .editorialMain .editorialContent .contentPromos.list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .editorialMain .editorialContent .contentPromos .list-promo {
      margin: 2rem;
      width: calc(50% - 4rem); }
      .editorialMain .editorialContent .contentPromos .list-promo picture {
        height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }
        .editorialMain .editorialContent .contentPromos .list-promo picture img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          -webkit-transition: .4s ease-out;
          -o-transition: .4s ease-out;
          transition: .4s ease-out; }
      .editorialMain .editorialContent .contentPromos .list-promo .text {
        width: 100%; }
      .editorialMain .editorialContent .contentPromos .list-promo h2 {
        -webkit-transition: .4s ease-out;
        -o-transition: .4s ease-out;
        transition: .4s ease-out; }
      .editorialMain .editorialContent .contentPromos .list-promo .main-title {
        width: calc(100% - 3rem);
        padding: 1.5rem; }
      .editorialMain .editorialContent .contentPromos .list-promo:hover img {
        -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
                transform: scale(1.03); }
      .editorialMain .editorialContent .contentPromos .list-promo:hover h2 {
        color: #033963; }
      .editorialMain .editorialContent .contentPromos .list-promo:hover .arrow-btn:after {
        opacity: 1;
        -webkit-transform: translateY(0.25rem);
            -ms-transform: translateY(0.25rem);
                transform: translateY(0.25rem); }
    .editorialMain .editorialContent .contentPromos .promo {
      margin-bottom: 3rem; }
      @media (max-width: 64.0625rem) {
        .editorialMain .editorialContent .contentPromos .promo {
          height: 25rem; } }
    .editorialMain .editorialContent .contentPromos h2 {
      font-size: 1.8rem;
      line-height: 2.7rem;
      margin-bottom: .25rem; }
    .editorialMain .editorialContent .contentPromos p {
      font-size: 1.25rem;
      line-height: 1;
      text-transform: none; }
    .editorialMain .editorialContent .contentPromos .text {
      padding: 0 1.5rem;
      width: 40%;
      position: relative; }
      @media (max-width: 64.0625rem) {
        .editorialMain .editorialContent .contentPromos .text {
          width: 100%;
          left: 0; } }
    @media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
      .editorialMain .editorialContent .contentPromos.full .promo {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        margin-bottom: 1.5rem; }
      .editorialMain .editorialContent .contentPromos.full .promo:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .editorialMain .editorialContent .contentPromos.full .promo:last-child {
        margin-right: 0; }
      .editorialMain .editorialContent .contentPromos.full .promo:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .editorialMain .editorialContent .contentPromos.full .promo:nth-child(1n + 1) {
        clear: both; }
        .editorialMain .editorialContent .contentPromos.full .promo picture, .editorialMain .editorialContent .contentPromos.full .promo img {
          height: 25rem;
          width: 50%; } }
    @media (min-width: 121.25rem) {
      .editorialMain .editorialContent .contentPromos.full .promo {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
      .editorialMain .editorialContent .contentPromos.full .promo:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .editorialMain .editorialContent .contentPromos.full .promo:last-child {
        margin-right: 0; }
      .editorialMain .editorialContent .contentPromos.full .promo:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .editorialMain .editorialContent .contentPromos.full .promo:nth-child(1n + 1) {
        clear: both; }
        .editorialMain .editorialContent .contentPromos.full .promo picture, .editorialMain .editorialContent .contentPromos.full .promo img {
          height: 35rem; } }
  @media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
    .editorialMain .editorialContent {
      width: calc(99.9% * 3/4 - (1rem - 1rem * 3/4)); }
    .editorialMain .editorialContent:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .editorialMain .editorialContent:last-child {
      margin-right: 0; }
    .editorialMain .editorialContent:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .editorialMain .editorialContent:nth-child(4n + 1) {
      clear: both; } }
  @media (min-width: 64.0625rem) {
    .editorialMain .editorialContent .promo {
      width: calc(99.9% * 1/2 - (3rem - 3rem * 1/2)); }
    .editorialMain .editorialContent .promo:nth-child(1n) {
      float: left;
      margin-right: 3rem;
      clear: none; }
    .editorialMain .editorialContent .promo:last-child {
      margin-right: 0; }
    .editorialMain .editorialContent .promo:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .editorialMain .editorialContent .promo:nth-child(2n + 1) {
      clear: both; } }
  @media (max-width: 64.0625rem) {
    .editorialMain .editorialContent {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .editorialMain .editorialContent:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .editorialMain .editorialContent:last-child {
      margin-right: 0; }
    .editorialMain .editorialContent:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .editorialMain .editorialContent:nth-child(1n + 1) {
      clear: both; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .editorialMain .editorialContent .contentPromos .promo {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      margin-bottom: 2rem; }
    .editorialMain .editorialContent .contentPromos .promo:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .editorialMain .editorialContent .contentPromos .promo:last-child {
      margin-right: 0; }
    .editorialMain .editorialContent .contentPromos .promo:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .editorialMain .editorialContent .contentPromos .promo:nth-child(1n + 1) {
      clear: both; }
      .editorialMain .editorialContent .contentPromos .promo picture, .editorialMain .editorialContent .contentPromos .promo img {
        height: 25rem; } }
  @media (max-width: 47.9375rem) {
    .editorialMain .editorialContent {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .editorialMain .editorialContent:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .editorialMain .editorialContent:last-child {
      margin-right: 0; }
    .editorialMain .editorialContent:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .editorialMain .editorialContent:nth-child(1n + 1) {
      clear: both; }
      .editorialMain .editorialContent .contentPromos {
        display: block; }
        .editorialMain .editorialContent .contentPromos .promo {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          margin-bottom: 2rem; }
        .editorialMain .editorialContent .contentPromos .promo:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .editorialMain .editorialContent .contentPromos .promo:last-child {
          margin-right: 0; }
        .editorialMain .editorialContent .contentPromos .promo:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .editorialMain .editorialContent .contentPromos .promo:nth-child(1n + 1) {
          clear: both; } }

.bottleTable {
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  border-top: 1px solid #e6e6e6;
  margin: 1.5rem 0; }

.bottleTable:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.bottleTable:last-child {
  margin-right: 0; }

.bottleTable:nth-child(1n) {
  margin-right: 0;
  float: right; }

.bottleTable:nth-child(1n + 1) {
  clear: both; }
  .bottleTable .bottleRow {
    text-align: center;
    width: 100%;
    padding: 1rem 0;
    display: table;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 47.9375rem) {
      .bottleTable .bottleRow {
        display: block;
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
      .bottleTable .bottleRow:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .bottleTable .bottleRow:last-child {
        margin-right: 0; }
      .bottleTable .bottleRow:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .bottleTable .bottleRow:nth-child(1n + 1) {
        clear: both; } }
    .bottleTable .bottleRow p {
      margin-bottom: .25rem; }
    .bottleTable .bottleRow:nth-child(even) {
      background-color: #cacbcf; }
    .bottleTable .bottleRow:nth-child(odd) {
      background-color: #e5e6e8; }
    .bottleTable .bottleRow .bottleName, .bottleTable .bottleRow .bottleEquiv, .bottleTable .bottleRow .bottleServes {
      display: table-cell;
      vertical-align: middle;
      width: 28%;
      padding: 0 2%; }
      @media (max-width: 47.9375rem) {
        .bottleTable .bottleRow .bottleName, .bottleTable .bottleRow .bottleEquiv, .bottleTable .bottleRow .bottleServes {
          display: block; } }
    .bottleTable .bottleRow .bottleName {
      border-right: 1px solid #e6e6e6; }
      .bottleTable .bottleRow .bottleName p.name {
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #09304F;
        text-transform: uppercase;
        font-size: .875rem; }
      .bottleTable .bottleRow .bottleName p.size {
        color: #09304F;
        font-style: italic; }
      .bottleTable .bottleRow .bottleName img {
        max-width: 3.25rem !important;
        height: auto; }
      @media (max-width: 47.9375rem) {
        .bottleTable .bottleRow .bottleName {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          padding-bottom: .75rem;
          border-bottom: 1px solid #e6e6e6;
          margin-bottom: .75rem;
          border-right: none; }
        .bottleTable .bottleRow .bottleName:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .bottleTable .bottleRow .bottleName:last-child {
          margin-right: 0; }
        .bottleTable .bottleRow .bottleName:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .bottleTable .bottleRow .bottleName:nth-child(1n + 1) {
          clear: both; } }
    .bottleTable .bottleRow .bottleEquiv {
      border-right: 1px solid #e6e6e6; }
      .bottleTable .bottleRow .bottleEquiv img {
        max-width: 8.75rem !important;
        height: auto;
        opacity: .8; }
      @media (max-width: 47.9375rem) {
        .bottleTable .bottleRow .bottleEquiv {
          width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
          border-right: none; }
        .bottleTable .bottleRow .bottleEquiv:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .bottleTable .bottleRow .bottleEquiv:last-child {
          margin-right: 0; }
        .bottleTable .bottleRow .bottleEquiv:nth-child(2n) {
          margin-right: 0;
          float: right; }
        .bottleTable .bottleRow .bottleEquiv:nth-child(2n + 1) {
          clear: both; } }
    .bottleTable .bottleRow .bottleServes img {
      max-width: 8.75rem !important;
      height: auto;
      opacity: .7; }
    @media (max-width: 47.9375rem) {
      .bottleTable .bottleRow .bottleServes {
        width: calc(99.9% * 1/2 - (1rem - 1rem * 1/2));
        border-right: 1px solid #e6e6e6; }
      .bottleTable .bottleRow .bottleServes:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .bottleTable .bottleRow .bottleServes:last-child {
        margin-right: 0; }
      .bottleTable .bottleRow .bottleServes:nth-child(2n) {
        margin-right: 0;
        float: right; }
      .bottleTable .bottleRow .bottleServes:nth-child(2n + 1) {
        clear: both; } }

.recipe-drilldown-layout h1 {
  position: relative;
  margin-bottom: 1rem; }

@media print {
  .recipe-drilldown-layout h1 {
    margin-bottom: 0; }
  .recipe-drilldown-layout #site-header .logo-bar .logo-icon .main-logo {
    fill: #000; }
  .recipe-drilldown-layout #site-header .logo-bar:before {
    display: none; }
  .recipe-drilldown-layout #site-header .main-nav, .recipe-drilldown-layout #site-header .logo-bar .logo-icon {
    background-color: #fff; }
  .recipe-drilldown-layout .utility-nav, .recipe-drilldown-layout .brand-logos, .recipe-drilldown-layout .links, .recipe-drilldown-layout nav, .recipe-drilldown-layout .mobile-right-icons {
    display: none !important; }
  .recipe-drilldown-layout #site-footer, .recipe-drilldown-layout #cookieFooter, .recipe-drilldown-layout .v65-recipe-drilldown-photo, .recipe-drilldown-layout .heroSection {
    display: none; }
  .recipe-drilldown-layout .contentSection {
    padding: 0; }
  .recipe-drilldown-layout .v65-recipe-drilldown {
    padding: 0; }
  .recipe-drilldown-layout .v65-recipe-drilldown-right {
    float: none;
    padding-left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 100%; }
  .recipe-drilldown-layout .v65-recipe-attributeValue, .recipe-drilldown-layout .v65-recipe-attributeLabel {
    width: auto;
    float: none;
    display: inline-block; }
  .recipe-drilldown-layout .v65-recipe-drilldown h1 {
    text-align: center; }
  .recipe-drilldown-layout .v65-recipe-drilldown-left {
    float: none;
    width: 100%; }
  .recipe-drilldown-layout .v65-recipe-drilldown-related-products {
    display: none; }
  .recipe-drilldown-layout .recipe-print {
    display: none !important; } }

.recipe-drilldown-layout .recipe-print {
  position: absolute;
  top: 0;
  right: 0; }
  .recipe-drilldown-layout .recipe-print span {
    padding: 0 2rem; }
  @media (max-width: 47.9375rem) {
    .recipe-drilldown-layout .recipe-print {
      position: relative;
      top: auto;
      right: auto;
      display: block; } }

.categoryPage {
  /*Vin CSS*/ }
  .categoryPage .heroSection {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
  .categoryPage .heroSection:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .categoryPage .heroSection:last-child {
    margin-right: 0; }
  .categoryPage .heroSection:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .categoryPage .heroSection:nth-child(1n + 1) {
    clear: both; }
    .categoryPage .heroSection picture, .categoryPage .heroSection img {
      height: 31.25rem; }
    .categoryPage .heroSection h2 {
      font-size: 3.75rem; }
    .categoryPage .heroSection .mainImage {
      width: calc(99.9% * 2/4 - (0.3125rem - 0.3125rem * 2/4));
      position: relative; }
    .categoryPage .heroSection .mainImage:nth-child(1n) {
      float: left;
      margin-right: 0.3125rem;
      clear: none; }
    .categoryPage .heroSection .mainImage:last-child {
      margin-right: 0; }
    .categoryPage .heroSection .mainImage:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .categoryPage .heroSection .mainImage:nth-child(4n + 1) {
      clear: both; }
      .categoryPage .heroSection .mainImage.black-friday {
        width: 100%;
        position: relative; }
        .categoryPage .heroSection .mainImage.black-friday .overlay-text {
          font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          letter-spacing: .6rem;
          font-size: 2.5rem;
          font-weight: bold;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
              -ms-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%);
          color: white;
          z-index: 10;
          text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
          text-align: center; }
          @media (max-width: 47.9375rem) {
            .categoryPage .heroSection .mainImage.black-friday .overlay-text {
              font-size: 2rem;
              letter-spacing: .4rem; } }
      .categoryPage .heroSection .mainImage.cyber-monday .overlay-text {
        -webkit-animation: flicker 1.5s infinite alternate;
                animation: flicker 1.5s infinite alternate; }

@-webkit-keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: -0.2rem -0.2rem 1rem rgba(255, 255, 255, 0.5), 0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.5), 0 0 2rem rgba(255, 255, 255, 0.5), 0 0 4rem rgba(255, 255, 255, 0.5), 0 0 6rem rgba(255, 255, 255, 0.5), 0 0 8rem rgba(255, 255, 255, 0.5), 0 0 10rem rgba(255, 255, 255, 0.5); }
  20%, 24%, 55% {
    text-shadow: -0.2rem -0.2rem 1rem rgba(255, 255, 255, 0.4), 0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.4), 0 0 2rem rgba(255, 255, 255, 0.4), 0 0 4rem rgba(255, 255, 255, 0.4), 0 0 6rem rgba(255, 255, 255, 0.4), 0 0 8rem rgba(255, 255, 255, 0.4), 0 0 10rem rgba(255, 255, 255, 0.4);
    opacity: .92; } }

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: -0.2rem -0.2rem 1rem rgba(255, 255, 255, 0.5), 0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.5), 0 0 2rem rgba(255, 255, 255, 0.5), 0 0 4rem rgba(255, 255, 255, 0.5), 0 0 6rem rgba(255, 255, 255, 0.5), 0 0 8rem rgba(255, 255, 255, 0.5), 0 0 10rem rgba(255, 255, 255, 0.5); }
  20%, 24%, 55% {
    text-shadow: -0.2rem -0.2rem 1rem rgba(255, 255, 255, 0.4), 0.2rem 0.2rem 1rem rgba(255, 255, 255, 0.4), 0 0 2rem rgba(255, 255, 255, 0.4), 0 0 4rem rgba(255, 255, 255, 0.4), 0 0 6rem rgba(255, 255, 255, 0.4), 0 0 8rem rgba(255, 255, 255, 0.4), 0 0 10rem rgba(255, 255, 255, 0.4);
    opacity: .92; } }
      .categoryPage .heroSection .mainImage.cyberMonday {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
        width: 100%;
        background-color: #f4e3cd; }
      .categoryPage .heroSection .mainImage.cyberMonday:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .categoryPage .heroSection .mainImage.cyberMonday:last-child {
        margin-right: 0; }
      .categoryPage .heroSection .mainImage.cyberMonday:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .categoryPage .heroSection .mainImage.cyberMonday:nth-child(1n + 1) {
        clear: both; }
        .categoryPage .heroSection .mainImage.cyberMonday .imageBg {
          width: 100%;
          max-width: 90rem;
          margin: 0 auto;
          height: 31.25rem;
          background-repeat: no-repeat;
          background-image: url(/../assets/images/cm_categoryHero_desktop.jpg);
          background-size: contain;
          background-position: center bottom; }
        .categoryPage .heroSection .mainImage.cyberMonday.calera {
          background-color: #e5e3df; }
          .categoryPage .heroSection .mainImage.cyberMonday.calera .imageBg {
            background-image: url(/../assets/images/cmc_categoryHero_desktop.jpg); }
      .categoryPage .heroSection .mainImage .text {
        position: absolute;
        top: 45%;
        left: 2rem; }
    .categoryPage .heroSection .secondaryImage, .categoryPage .heroSection .thirdImage {
      width: calc(99.9% * 1/4 - (0.3125rem - 0.3125rem * 1/4)); }
    .categoryPage .heroSection .secondaryImage:nth-child(1n), .categoryPage .heroSection .thirdImage:nth-child(1n) {
      float: left;
      margin-right: 0.3125rem;
      clear: none; }
    .categoryPage .heroSection .secondaryImage:last-child, .categoryPage .heroSection .thirdImage:last-child {
      margin-right: 0; }
    .categoryPage .heroSection .secondaryImage:nth-child(4n), .categoryPage .heroSection .thirdImage:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .categoryPage .heroSection .secondaryImage:nth-child(4n + 1), .categoryPage .heroSection .thirdImage:nth-child(4n + 1) {
      clear: both; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .categoryPage .heroSection picture, .categoryPage .heroSection img {
      height: 25rem; }
    .categoryPage .heroSection .mainImage {
      width: calc(99.9% * 2/3 - (0.3125rem - 0.3125rem * 2/3)); }
    .categoryPage .heroSection .mainImage:nth-child(1n) {
      float: left;
      margin-right: 0.3125rem;
      clear: none; }
    .categoryPage .heroSection .mainImage:last-child {
      margin-right: 0; }
    .categoryPage .heroSection .mainImage:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .categoryPage .heroSection .mainImage:nth-child(3n + 1) {
      clear: both; }
      .categoryPage .heroSection .mainImage.cyberMonday .imageBg {
        height: 25rem;
        background-repeat: no-repeat;
        background-image: url(/../assets/images/cm_categoryHero_tablet.jpg); }
      .categoryPage .heroSection .mainImage.cyberMonday.calera .imageBg {
        background-image: url(/../assets/images/cmc_categoryHero_tablet.jpg); }
    .categoryPage .heroSection h2 {
      font-size: 3rem; }
    .categoryPage .heroSection .thirdImage {
      display: none; }
    .categoryPage .heroSection .secondaryImage {
      width: calc(99.9% * 1/3 - (0.3125rem - 0.3125rem * 1/3));
      margin-right: 0 !important; }
    .categoryPage .heroSection .secondaryImage:nth-child(1n) {
      float: left;
      margin-right: 0.3125rem;
      clear: none; }
    .categoryPage .heroSection .secondaryImage:last-child {
      margin-right: 0; }
    .categoryPage .heroSection .secondaryImage:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .categoryPage .heroSection .secondaryImage:nth-child(3n + 1) {
      clear: both; }
    .categoryPage .heroSection picture {
      height: 25rem; } }
  @media (max-width: 47.9375rem) {
    .categoryPage .heroSection picture, .categoryPage .heroSection img {
      height: 21.875rem; }
    .categoryPage .heroSection .mainImage {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      width: 100%; }
    .categoryPage .heroSection .mainImage:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .categoryPage .heroSection .mainImage:last-child {
      margin-right: 0; }
    .categoryPage .heroSection .mainImage:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .categoryPage .heroSection .mainImage:nth-child(1n + 1) {
      clear: both; }
      .categoryPage .heroSection .mainImage.cyberMonday .imageBg {
        height: 31.25rem;
        background-repeat: no-repeat;
        background-image: url(/../assets/images/cm_categoryHero_mobile.jpg);
        background-position: center center; }
      .categoryPage .heroSection .mainImage.cyberMonday.calera .imageBg {
        background-image: url(/../assets/images/cmc_categoryHero_mobile.jpg); }
      .categoryPage .heroSection .mainImage .text {
        width: 100%;
        text-align: center;
        left: 0; }
    .categoryPage .heroSection h2 {
      font-size: 2.625rem; }
    .categoryPage .heroSection .thirdImage {
      display: none; }
    .categoryPage .heroSection .secondaryImage {
      display: none; } }
  .categoryPage .productList {
    padding-top: 1rem; }
    .categoryPage .productList.cyberMonday .v65-paging {
      border-bottom: none;
      text-align: center; }
      .categoryPage .productList.cyberMonday .v65-paging .v65-product-sortBy span {
        text-align: center; }
    .categoryPage .productList .v65-paging {
      border-bottom: none;
      text-align: left; }
      .categoryPage .productList .v65-paging .v65-product-sortBy {
        padding: 0 0 1.5rem 0;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        margin-top: 0;
        font-size: 0.8125rem;
        text-transform: uppercase;
        color: #09304F;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      .categoryPage .productList .v65-paging span {
        text-align: left;
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        line-height: 100%;
        margin-top: .25rem; }
      .categoryPage .productList .v65-paging .simpleselect {
        display: block;
        font-size: 0.875rem;
        color: #252629;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: none;
        max-width: 19.99%; }
        @media (max-width: 64.0625rem) and (min-width: 48rem) {
          .categoryPage .productList .v65-paging .simpleselect {
            max-width: 33.33%; } }
        @media (max-width: 47.9375rem) {
          .categoryPage .productList .v65-paging .simpleselect {
            max-width: 100%; } }
    .categoryPage .productList .v65-pagingBottom {
      border-top: none; }
    @media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
      .categoryPage .productList {
        width: calc(99.9% * 3/4 - (1rem - 1rem * 3/4)); }
      .categoryPage .productList:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .categoryPage .productList:last-child {
        margin-right: 0; }
      .categoryPage .productList:nth-child(4n) {
        margin-right: 0;
        float: right; }
      .categoryPage .productList:nth-child(4n + 1) {
        clear: both; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .categoryPage .productList {
        width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
      .categoryPage .productList:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      .categoryPage .productList:last-child {
        margin-right: 0; }
      .categoryPage .productList:nth-child(1n) {
        margin-right: 0;
        float: right; }
      .categoryPage .productList:nth-child(1n + 1) {
        clear: both; } }
  .categoryPage .productListing {
    float: left;
    margin: 0 0.9375rem;
    clear: none;
    margin-bottom: 1.875rem;
    position: relative; }
    .categoryPage .productListing .v65-product-addToCart-unitDescription {
      color: #738087; }
    .categoryPage .productListing .v65-quantity-label {
      display: none; }
    .categoryPage .productListing .v65-product-title {
      font-size: 1rem;
      color: #252629;
      line-height: 145%;
      text-align: center;
      margin-bottom: .5rem; }
      .categoryPage .productListing .v65-product-title a {
        color: #252629; }
      @media (min-width: 64.0625rem) {
        .categoryPage .productListing .v65-product-title {
          padding: 0 1.5rem; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .categoryPage .productListing .v65-product-title {
          padding: 0 .75rem; } }
      @media (max-width: 47.9375rem) {
        .categoryPage .productListing .v65-product-title {
          max-width: 28.125rem;
          margin: 0 auto .5rem auto; } }
    .categoryPage .productListing .image {
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out; }
      .categoryPage .productListing .image .v65-product-photo img {
        max-height: 18.75rem;
        width: auto; }
      .categoryPage .productListing .image img.v65-productBadge {
        width: 3.125rem;
        max-height: inherit;
        height: auto;
        position: absolute;
        bottom: 0.625rem;
        right: 1.25rem; }
    .categoryPage .productListing .text {
      z-index: 5;
      -webkit-transition: -webkit-transform 300ms ease-in-out;
      transition: -webkit-transform 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
    .categoryPage .productListing .v65-product-addToCart-priceWrapper, .categoryPage .productListing .v65-product-addToCart-price {
      font-size: 1rem;
      line-height: 145%;
      text-align: center;
      color: #738087;
      margin-right: 0; }
    .categoryPage .productListing .v65-product-addToCart-priceWrapper {
      display: block; }
    .categoryPage .productListing .v65-product-addToCart-price {
      display: inline-block; }
    .categoryPage .productListing .v65-product-addToCart-unitDescription {
      display: inline-block;
      bottom: 0;
      font-size: .8375rem; }
    .categoryPage .productListing .v65-product-actionMessage {
      margin-bottom: .5rem;
      font-size: 0.8125rem;
      font-weight: 700;
      letter-spacing: .09rem;
      text-transform: uppercase;
      color: #09304F;
      text-align: center;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .categoryPage .productListing .v65-addToCartCase {
      display: none; }
    .categoryPage .productListing .v65-addToCartBottle {
      text-align: center; }
      .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-quantity {
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin-top: .5rem; }
        @media (min-width: 64.0625rem) {
          .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-quantity {
            display: inline-block;
            width: 19%;
            visibility: hidden;
            opacity: 0;
            vertical-align: top; }
            .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-quantity input[type='text'] {
              height: 2.4em; } }
        @media (max-width: 64.0625rem) {
          .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-quantity {
            visibility: visible;
            opacity: 1; } }
      .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin-top: .5rem; }
        @media (min-width: 64.0625rem) {
          .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button {
            display: inline-block;
            vertical-align: top; } }
        @media (max-width: 64.0625rem) {
          .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button {
            margin-top: 0;
            visibility: visible;
            opacity: 1;
            vertical-align: top; }
            .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn {
              height: 2.5rem;
              width: auto; }
              .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn span {
                height: 2.5rem;
                line-height: 2.5rem; } }
        .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn {
          border: 1px solid #033963;
          background-color: transparent; }
          .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn span {
            color: #033963;
            padding: 0 .5rem;
            font-size: .75rem; }
          .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover, .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus, .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active {
            background-color: #033963;
            color: white; }
            .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:hover span, .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:focus span, .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button button.defaultBtn:active span {
              color: white; }
    .categoryPage .productListing .v65-product-addToCart-outOfStockMessage {
      margin-bottom: .5rem;
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: #09304F;
      text-align: center;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .categoryPage .productListing:hover .image, .categoryPage .productListing:focus .image, .categoryPage .productListing:active .image {
      opacity: 0.8; }
    .categoryPage .productListing:hover .text, .categoryPage .productListing:focus .text, .categoryPage .productListing:active .text {
      color: #033963; }
      .categoryPage .productListing:hover .text a, .categoryPage .productListing:focus .text a, .categoryPage .productListing:active .text a {
        color: #033963; }
    @media (min-width: 64.0625rem) {
      .categoryPage .productListing:hover .v65-addToCartBottle .v65-product-addToCart-button, .categoryPage .productListing:hover .v65-addToCartBottle .v65-product-addToCart-quantity, .categoryPage .productListing:focus .v65-addToCartBottle .v65-product-addToCart-button, .categoryPage .productListing:focus .v65-addToCartBottle .v65-product-addToCart-quantity, .categoryPage .productListing:active .v65-addToCartBottle .v65-product-addToCart-button, .categoryPage .productListing:active .v65-addToCartBottle .v65-product-addToCart-quantity {
        visibility: visible;
        opacity: 1; }
      .categoryPage .productListing.hover .v65-addToCartBottle .v65-product-addToCart-button, .categoryPage .productListing.hover .v65-addToCartBottle .v65-product-addToCart-quantity {
        visibility: visible;
        opacity: 1; } }
    @media (max-width: 64.0625rem) {
      .categoryPage .productListing .v65-addToCartBottle .v65-product-addToCart-button {
        display: inline-block; } }
    @media (min-width: 121.25rem) {
      .categoryPage .productListing {
        width: calc(99.9% * 1/4 - (2 * 0.9375rem)); }
        .categoryPage .productListing:nth-of-type(4n + 3) {
          clear: both; } }
    @media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
      .categoryPage .productListing {
        width: calc(99.9% * 1/3 - (2 * 0.9375rem)); }
        .categoryPage .productListing:nth-of-type(3n + 3) {
          clear: both; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .categoryPage .productListing {
        width: calc(99.9% * 1/3 - (2 * 0.9375rem)); }
        .categoryPage .productListing:nth-of-type(3n + 3) {
          clear: both; } }
    @media (max-width: 47.9375rem) {
      .categoryPage .productListing {
        width: calc(99.9% * 1/1 - (2 * 0.9375rem)); } }
  .categoryPage .heatWarning .heat {
    display: inherit; }
  .categoryPage .heat {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer; }
    .categoryPage .heat .icon {
      height: 32px;
      width: 100%; }
      .categoryPage .heat .icon svg {
        width: 32px;
        height: 32px;
        margin: 0 auto;
        display: block; }
    .categoryPage .heat .heatText {
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #FF9700;
      font-weight: bold;
      font-size: 12px;
      line-height: 100%;
      position: relative; }
      .categoryPage .heat .heatText svg {
        padding-top: 2px;
        display: inline-block;
        height: 10px;
        width: 9px; }
    .categoryPage .heat .heatHover {
      position: absolute;
      width: 200px;
      right: 9999rem;
      opacity: 0;
      background-color: #F8F6F1;
      font-size: 12px;
      padding: .5rem;
      top: 100%;
      margin-top: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
      line-height: 130%;
      -webkit-transition: 300ms opacity ease-out;
      -o-transition: 300ms opacity ease-out;
      transition: 300ms opacity ease-out; }
    .categoryPage .heat:hover .heatHover, .categoryPage .heat:active .heatHover {
      opacity: 1;
      right: 0; }
  .categoryPage .leadIn {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5rem; }
    .categoryPage .leadIn.empty {
      border-bottom: none;
      margin-bottom: 0; }
    .categoryPage .leadIn.cyberMonday h1 {
      display: none; }
    .categoryPage .leadIn.cyberMonday .emphasis {
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #8e201d; }
    .categoryPage .leadIn.cyberMonday .CMcallOut {
      text-align: center;
      margin: .5rem 0; }
    .categoryPage .leadIn.cyberMonday .callOutinner {
      background-color: #f4e3cd;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      display: inline-block;
      text-transform: uppercase;
      color: #8e201d;
      padding: .2rem; }
      .categoryPage .leadIn.cyberMonday .callOutinner.secondary {
        text-transform: none;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background-color: white; }
  .categoryPage .v65-productFilterV2Select {
    margin-bottom: 1rem; }
  .categoryPage .v65-productFilterV2Heading {
    margin-bottom: .75rem;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #09304F;
    text-transform: uppercase;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .categoryPage .v65-selectFilterV2SelectWrapper {
    border: none;
    border-radius: 0;
    overflow: inherit;
    background-color: #fff;
    margin-bottom: 0.5em;
    padding: 0.2em 0;
    position: relative;
    display: inline-block;
    max-width: inherit;
    width: 19.5%;
    width: calc(19.99% - 3px); }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .categoryPage .v65-selectFilterV2SelectWrapper {
        width: 33%;
        width: calc(33.33% - 3px); } }
    @media (max-width: 47.9375rem) {
      .categoryPage .v65-selectFilterV2SelectWrapper {
        width: 49.99%;
        width: calc(49.99% - 3px); } }
  @media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .categoryPage .v65-selectFilterV2SelectWrapper {
      min-width: 48%; } }
  .categoryPage .v65-selectFilterV2SelectWrapper:before {
    right: 0;
    content: " ";
    position: absolute;
    background: white;
    width: 32px;
    top: 0;
    bottom: 0;
    pointer-events: none; }
  .categoryPage .v65-selectFilterV2SelectWrapper:after {
    top: 50%;
    right: 0.9375rem;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #252629;
    border-width: 0;
    margin-top: -2px;
    z-index: 48;
    display: none; }
  .categoryPage .v65-productFilterV2Bar {
    background: none;
    padding: 0;
    margin-bottom: 1em; }
    .categoryPage .v65-productFilterV2Bar .v65-productFilterV2Heading {
      margin-bottom: .75rem; }
  .categoryPage .v65-productFilterClearAll a {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.625rem;
    border: 1px solid #09304F;
    line-height: 100%;
    padding: .25rem .5rem;
    color: #09304F;
    margin: 0 0.4375rem; }
    .categoryPage .v65-productFilterClearAll a:hover, .categoryPage .v65-productFilterClearAll a:focus, .categoryPage .v65-productFilterClearAll a:active {
      background-color: #09304F;
      color: white; }
  .categoryPage .v65-productFilterClear a {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.5rem;
    background-color: #09304F;
    text-align: center;
    display: inline-block;
    line-height: 100%;
    padding: 0.4375rem;
    height: 1.375rem;
    width: 1.375rem;
    border-radius: 100%;
    color: white;
    margin: 0 0.4375rem 0 0;
    vertical-align: top; }
    .categoryPage .v65-productFilterClear a:hover, .categoryPage .v65-productFilterClear a:focus, .categoryPage .v65-productFilterClear a:active {
      background-color: #033963; }
  .categoryPage .simpleselect {
    padding: 0;
    font-size: 0.875rem;
    max-width: inherit; }
    .categoryPage .simpleselect .options {
      background-color: #e8e5de; }
    .categoryPage .simpleselect .placeholder {
      background-color: #f8f6f1;
      margin-right: 0.625rem; }
  .categoryPage .v65-productSet-header {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .categoryPage .v65-productSet-title, .categoryPage .v65-productSet-priceSummary {
    width: 100%;
    text-align: center; }
  .categoryPage .v65-productSet-title {
    font-size: 2.25rem;
    color: #252629;
    margin-bottom: .5rem; }
  .categoryPage .v65-productSet-item {
    float: none;
    display: inline-block;
    vertical-align: top; }
    .categoryPage .v65-productSet-item .v65-product-title {
      font-size: .9375rem;
      color: #3E3F45;
      line-height: 145%;
      margin-bottom: .5rem; }
    .categoryPage .v65-productSet-item .v65-product-priceWrapper div {
      font-size: 1.0625rem;
      line-height: 145%;
      text-transform: uppercase;
      text-align: center;
      color: #09304F;
      font-weight: normal;
      margin-right: 0;
      font-style: italic; }
      .categoryPage .v65-productSet-item .v65-product-priceWrapper div.v65-product-price-unitDescription {
        font-size: .75rem; }
    .categoryPage .v65-productSet-item .v65-product-priceWrapper {
      margin-bottom: .5rem; }
    .categoryPage .v65-productSet-item .v65-product-price-outOfStockMessage {
      margin-bottom: .5rem;
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: #09304F;
      text-align: center;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .categoryPage .v65-productSet {
    text-align: center; }
  .categoryPage .v65-productSet .v65-product-photo {
    border-bottom: none; }
  .categoryPage .v65-productSet-itemTitle {
    border-bottom: none; }
  .categoryPage .v65-productSet-priceSummary .linkBtn {
    display: block;
    max-width: 12.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: .04rem;
    height: 3em;
    line-height: 3em; }
    .categoryPage .v65-productSet-priceSummary .linkBtn span {
      line-height: 3em; }
  .categoryPage .step {
    background-color: #f2f2f7;
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 0 auto;
    clear: both;
    border-radius: 3rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #252629;
    line-height: 3rem;
    font-style: normal;
    font-size: 1rem; }
  .categoryPage .v65-productSet-header {
    height: auto; }
  .categoryPage .v65-productSet-itemTitle {
    font-style: italic;
    font-size: 1.25rem;
    color: #09304F; }
  .categoryPage .v65-productSet select {
    max-width: none;
    margin-bottom: .75rem;
    padding-right: 2rem; }
  .categoryPage .v65-productSet-footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 1rem; }

.v65-productFilterV2Select select, .v65-product-sortBy select {
  padding: inherit;
  min-width: inherit;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.catLandingGrid {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto; }
  .catLandingGrid .block-sizer {
    width: 5%; }
  .catLandingGrid .inner {
    background-color: #3B3328;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: relative; }
  .catLandingGrid picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 200ms opacity ease-in;
    -o-transition: 200ms opacity ease-in;
    transition: 200ms opacity ease-in; }
    .catLandingGrid picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%; }
  .catLandingGrid .img {
    position: absolute;
    width: 100%;
    width: calc(100% - 20px);
    height: 100%;
    top: 0px;
    left: 10px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    opacity: .9;
    -webkit-transition: 200ms opacity ease-in;
    -o-transition: 200ms opacity ease-in;
    transition: 200ms opacity ease-in;
    z-index: 1; }
  .catLandingGrid .overlay {
    text-align: center;
    padding: 0 2rem;
    z-index: 10;
    max-width: 37.5rem;
    margin: 0 auto; }

.block {
  float: left;
  margin-bottom: 1.25rem;
  height: 24.375rem; }
  .block h2 {
    font-size: 2.25rem;
    color: white;
    text-shadow: 2px 2px 4px black, 0px 0px 20px rgba(0, 0, 0, 0.5), 0px 0px 40px rgba(0, 0, 0, 0.2); }
  .block p {
    color: white; }
  .block .btn {
    background-color: #09304F;
    border: 1px solid #09304F;
    color: white;
    display: inline-block;
    padding: .5rem 2rem;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in; }
    .block .btn:hover, .block .btn:focus {
      background-color: transparent;
      color: white;
      border: 1px solid white; }
  .block.staffPicks .inner {
    background-color: white;
    border: 1px solid #EAE6DB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .block.staffPicks .inner p {
      color: #252629; }
    .block.staffPicks .inner .img, .block.staffPicks .inner picture {
      position: inherit;
      width: 100%;
      height: 11.25rem;
      max-width: 18.75rem;
      border-radius: 3px;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
      margin-bottom: .5rem; }
    .block.staffPicks .inner .onHover {
      opacity: 1;
      max-height: 300px; }
    .block.staffPicks .inner h2 {
      color: #09304F;
      text-shadow: none; }
    .block.staffPicks .inner .btn:hover, .block.staffPicks .inner .btn:focus {
      background-color: transparent;
      color: #09304F;
      border: 1px solid #09304F; }
  @media (max-width: 47.9375rem) {
    .block.staffPicks .inner {
      border: none; }
    .block.staffPicks .onHover {
      display: block; } }
  @media (min-width: 64.0625rem) {
    .block.clear {
      height: 0px !important;
      width: 100%;
      margin-bottom: 0; }
      .block.clear:after {
        content: '';
        display: block;
        clear: both; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .block {
      height: 18.125rem; }
      .block.clear {
        height: 0px !important;
        width: 100%;
        margin-bottom: 0; }
        .block.clear:after {
          content: '';
          display: block;
          clear: both; } }
  @media (max-width: 47.9375rem) {
    .block {
      height: 18.125rem;
      width: 100%;
      margin-bottom: 0.3125rem; }
      .block .onHover {
        display: none; }
      .block .inner {
        background-color: white;
        margin: 0; }
      .block .overlay {
        width: 100%; }
      .block .img {
        width: 100%;
        left: 0;
        opacity: 1; }
      .block.clear {
        height: 0px !important;
        width: 100%;
        margin-bottom: 0; }
        .block.clear:after {
          content: '';
          display: block;
          clear: both; }
      .block.mobileRight .img, .block.mobileRight picture {
        width: 66%; }
      .block.mobileRight h2 {
        text-align: center;
        background-color: rgba(234, 230, 219, 0.75);
        text-shadow: none;
        float: right;
        width: 50%;
        padding: 1rem;
        color: #09304F; }
      .block.mobileLeft .img, .block.mobileLeft picture {
        width: 66%;
        left: auto;
        right: 0; }
      .block.mobileLeft h2 {
        text-align: center;
        background-color: rgba(234, 230, 219, 0.75);
        text-shadow: none;
        float: left;
        min-width: 50%;
        padding: .5rem 1rem;
        color: #09304F; } }

@media (min-width: 64.0625rem) {
  .onHover {
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 600ms all ease-in-out;
    -o-transition: 600ms all ease-in-out;
    transition: 600ms all ease-in-out; }
  .block:hover .onHover {
    opacity: 1;
    visibility: visible;
    max-height: 210px; }
  .block:hover .img, .block:hover picture {
    opacity: 0.5; } }

@media (max-width: 64.0625rem) and (min-width: 48rem) {
  .onHover {
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 500ms all ease-out;
    -o-transition: 500ms all ease-out;
    transition: 500ms all ease-out; }
  .block:hover .onHover {
    opacity: 1;
    visibility: visible;
    max-height: 350px; }
  .block:hover .img, .block:hover picture {
    opacity: 0.5; } }

@media (min-width: 64.0625rem) {
  .catLanding.winery .block.duckhorn {
    width: 35%;
    height: 50rem; }
  .catLanding.winery .block.paraduxx {
    width: 65%; }
  .catLanding.winery .block.decoy {
    width: 30%; }
  .catLanding.winery .block.goldeneye {
    width: 35%;
    height: 50rem; }
  .catLanding.winery .block.migration {
    width: 65%; }
  .catLanding.winery .block.canvasback {
    width: 50%; }
  .catLanding.winery .block.calera {
    width: 50%; } }

@media (max-width: 64.0625rem) and (min-width: 48rem) {
  .catLanding.winery .block.duckhorn {
    width: 40%;
    height: 37.5rem; }
  .catLanding.winery .block.paraduxx {
    width: 60%; }
  .catLanding.winery .block.decoy {
    width: 25%; }
  .catLanding.winery .block.goldeneye {
    width: 35%;
    height: 37.5rem; }
  .catLanding.winery .block.migration {
    width: 65%; }
  .catLanding.winery .block.canvasback {
    width: 50%; }
  .catLanding.winery .block.calera {
    width: 50%; } }

.catLanding.varietal .block {
  height: 28.125rem; }
  @media (min-width: 64.0625rem) {
    .catLanding.varietal .block.cabSauv {
      width: 65%; }
    .catLanding.varietal .block.merlot {
      width: 35%; }
    .catLanding.varietal .block.pinot {
      width: 50%; }
    .catLanding.varietal .block.staffPicks {
      width: 50%; }
    .catLanding.varietal .block.redBlend {
      width: 35%; }
    .catLanding.varietal .block.chardonnay {
      width: 65%; }
    .catLanding.varietal .block.whiteRose {
      width: 100%; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .catLanding.varietal .block.cabSauv {
      width: 65%; }
    .catLanding.varietal .block.merlot {
      width: 35%; }
    .catLanding.varietal .block.pinot {
      width: 50%; }
    .catLanding.varietal .block.staffPicks {
      width: 50%; }
    .catLanding.varietal .block.redBlend {
      width: 35%; }
    .catLanding.varietal .block.chardonnay {
      width: 65%; }
    .catLanding.varietal .block.whiteRose {
      width: 100%; } }

@media (min-width: 64.0625rem) {
  .catLanding.gifts .block.allGifts {
    width: 50%;
    height: 50rem; }
  .catLanding.gifts .block.giftBoxes {
    width: 50%; }
  .catLanding.gifts .block.corpGifts {
    width: 50%; } }

@media (max-width: 64.0625rem) and (min-width: 48rem) {
  .catLanding.gifts .block.allGifts {
    width: 40%;
    height: 37.5rem; }
  .catLanding.gifts .block.giftBoxes {
    width: 60%; }
  .catLanding.gifts .block.corpGifts {
    width: 60%; } }

.catLanding .wineryNav {
  background-color: #F8F8FA;
  padding: 1rem 0;
  text-align: center; }
  .catLanding .wineryNav ul {
    display: none; }
  .catLanding .wineryNav h2 {
    color: #09304F; }
  @media (max-width: 47.9375rem) {
    .catLanding .wineryNav {
      display: none; } }

.catLanding ul {
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  margin: 1rem 0; }

.catLanding ul:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

.catLanding ul:last-child {
  margin-right: 0; }

.catLanding ul:nth-child(1n) {
  margin-right: 0;
  float: right; }

.catLanding ul:nth-child(1n + 1) {
  clear: both; }
  .catLanding ul li {
    margin: 0;
    width: calc(99.9% * 1/7 - (1rem - 1rem * 1/7));
    list-style: none; }
  .catLanding ul li:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .catLanding ul li:last-child {
    margin-right: 0; }
  .catLanding ul li:nth-child(7n) {
    margin-right: 0;
    float: right; }
  .catLanding ul li:nth-child(7n + 1) {
    clear: both; }
    .catLanding ul li a {
      background-color: #fbfaf3;
      border-radius: 20px;
      height: 45px;
      display: block;
      -webkit-transition: 300ms all ease-in;
      -o-transition: 300ms all ease-in;
      transition: 300ms all ease-in; }
    .catLanding ul li svg {
      max-height: 30px;
      margin: 7.5px 10px;
      width: 100%;
      max-width: 90px;
      fill: #252629;
      -webkit-transition: 150ms all ease-in;
      -o-transition: 150ms all ease-in;
      transition: 150ms all ease-in; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .catLanding ul li svg {
        max-width: 75px; } }
    .catLanding ul li:hover a, .catLanding ul li:focus a, .catLanding ul li:active a {
      background-color: #09304F; }
    .catLanding ul li:hover svg, .catLanding ul li:focus svg, .catLanding ul li:active svg {
      fill: #F8F8FA; }

.club {
  padding-top: 1.5rem; }
  .club section {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    margin: 0;
    opacity: 1;
    padding: .5rem 0; }
  .club section:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .club section:last-child {
    margin-right: 0; }
  .club section:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .club section:nth-child(1n + 1) {
    clear: both; }
  .club section:before {
    content: '';
    display: table; }
  .club section:after {
    content: '';
    display: table;
    clear: both; }
  .club h2 {
    font-size: 1.125rem;
    color: #09304F;
    text-transform: uppercase;
    margin-bottom: .35rem; }
  .club h3 {
    font-weight: bold;
    color: #252629;
    font-size: 1.125rem;
    margin-bottom: .35rem; }
  .club .club-nav {
    margin-bottom: 2rem;
    text-align: center; }
    .club .club-nav ul {
      text-align: center; }
    .club .club-nav li {
      display: inline-block;
      font-size: 1rem;
      list-style: none;
      padding: 0 1.1rem;
      margin: 0; }
      .club .club-nav li a {
        color: #252629;
        padding: .75rem 0;
        display: block; }
        .club .club-nav li a:hover, .club .club-nav li a:focus, .club .club-nav li a:active {
          color: #3E3F45; }
      .club .club-nav li.active a {
        color: #09304F;
        border-bottom: 2px solid #09304F; }
      @media (max-width: 47.9375rem) {
        .club .club-nav li {
          display: inline-block;
          font-size: 1rem; }
          .club .club-nav li a {
            padding: .5rem; }
          .club .club-nav li.active a {
            color: #09304F;
            border-bottom: none; } }
  .club .siteWidthHero .mainImage {
    margin-top: 0; }
    .club .siteWidthHero .mainImage:before {
      content: "";
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      top: 0;
      width: 100%;
      bottom: 0;
      right: 0;
      display: block;
      z-index: 1; }
    @media (max-width: 64.0625rem) {
      .club .siteWidthHero .mainImage:before {
        display: none; } }
    .club .siteWidthHero .mainImage .text {
      z-index: 2; }
  .club .clubLanding.siteWidthHero .mainImage {
    height: 21rem; }
    .club .clubLanding.siteWidthHero .mainImage picture {
      height: 21rem; }
  .club .clubType .wrap {
    text-align: center; }
  .club .clubType .tab {
    display: inline-table;
    width: calc(99.99% * 1/3 - (1rem));
    margin-right: 1rem;
    background-color: #f2f2f7;
    border: 1px solid #f2f2f7;
    vertical-align: top;
    cursor: pointer;
    height: 10.9375rem; }
    .club .clubType .tab .inner {
      display: table-cell;
      vertical-align: middle;
      padding: 0 2rem; }
    .club .clubType .tab:nth-child(1n + 3) {
      margin-right: 0; }
    .club .clubType .tab.active {
      background-color: #09304F;
      border: 1px solid #09304F;
      position: relative; }
      .club .clubType .tab.active h2, .club .clubType .tab.active p {
        color: white; }
      .club .clubType .tab.active:hover .lineBtn, .club .clubType .tab.active:focus .lineBtn, .club .clubType .tab.active:active .lineBtn {
        background-color: #F8F8FA;
        color: #09304F; }
      @media (min-width: 48rem) {
        .club .clubType .tab.active:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(0, 0, 0, 0);
          border-top-color: #09304F;
          border-width: 0.9375rem;
          margin-left: -0.9375rem; } }
      .club .clubType .tab.active:hover, .club .clubType .tab.active:focus, .club .clubType .tab.active:active {
        background-color: #09304F; }
    .club .clubType .tab .lineBtn {
      padding: 0.375 .5rem;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .05rem;
      background-color: #F8F8FA; }
      .club .clubType .tab .lineBtn:focus {
        background-color: #09304F; }
    .club .clubType .tab:hover, .club .clubType .tab:focus, .club .clubType .tab:active {
      background-color: #e6e6e6; }
      .club .clubType .tab:hover .lineBtn, .club .clubType .tab:focus .lineBtn, .club .clubType .tab:active .lineBtn {
        background-color: #09304F;
        color: #e6e6e6; }
  .club .clubType h2 {
    font-size: 1.125rem;
    color: #09304F;
    text-transform: uppercase; }
  .club .clubType p {
    font-size: 1rem;
    color: #252629; }
  @media (max-width: 64.0625rem) {
    .club .clubType h2, .club .clubType p {
      font-size: 1rem; } }
  @media (max-width: 47.9375rem) {
    .club .clubType .tab {
      width: 100%;
      margin-bottom: 1rem;
      height: auto; }
      .club .clubType .tab .inner {
        padding: 2rem; } }
  .club .memberBenefits {
    background-color: #f0f0f0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0; }
    @media (max-width: 64.0625rem) {
      .club .memberBenefits {
        padding-top: .75rem; } }
    .club .memberBenefits .image {
      width: 39.99%;
      display: inline-block; }
      .club .memberBenefits .image:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em; }
      .club .memberBenefits .image > .inner {
        display: inline-block;
        vertical-align: middle; }
      .club .memberBenefits .image .inner {
        width: 100%; }
      .club .memberBenefits .image img {
        width: 100%; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club .memberBenefits .image {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          margin-bottom: 1.5rem; }
        .club .memberBenefits .image:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .club .memberBenefits .image:last-child {
          margin-right: 0; }
        .club .memberBenefits .image:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .club .memberBenefits .image:nth-child(1n + 1) {
          clear: both; }
          .club .memberBenefits .image picture {
            display: block;
            overflow: hidden;
            position: relative;
            width: 100%;
            z-index: 0;
            height: 28.125rem; }
            .club .memberBenefits .image picture img {
              min-height: 100%;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: 50% 50%;
                 object-position: 50% 50%;
              font-family: 'object-fit: cover; object-position: 50% 50%;';
              max-width: none;
              height: 28.125rem; } }
      @media (max-width: 47.9375rem) {
        .club .memberBenefits .image {
          display: none; } }
    .club .memberBenefits .text {
      width: calc(59.99% - 2rem);
      display: inline-block;
      padding-left: 2rem; }
      .club .memberBenefits .text:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em; }
      .club .memberBenefits .text > .inner {
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club .memberBenefits .text {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
        .club .memberBenefits .text:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .club .memberBenefits .text:last-child {
          margin-right: 0; }
        .club .memberBenefits .text:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .club .memberBenefits .text:nth-child(1n + 1) {
          clear: both; } }
      @media (max-width: 47.9375rem) {
        .club .memberBenefits .text {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          padding-left: 0rem; }
        .club .memberBenefits .text:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .club .memberBenefits .text:last-child {
          margin-right: 0; }
        .club .memberBenefits .text:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .club .memberBenefits .text:nth-child(1n + 1) {
          clear: both; } }
    .club .memberBenefits li {
      margin-bottom: .375rem;
      font-size: 1rem; }
    .club .memberBenefits .lineBtn {
      margin-top: .75rem;
      font-size: 0.875rem;
      border: 1px solid #09304F;
      color: #09304F;
      padding: 0.5625rem 1.875rem;
      font-size: 800;
      border-radius: 2rem;
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      display: inline-block;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      .club .memberBenefits .lineBtn:hover, .club .memberBenefits .lineBtn:focus, .club .memberBenefits .lineBtn:active {
        background-color: #09304F;
        color: #f0f0f0; }
        .club .memberBenefits .lineBtn:hover span, .club .memberBenefits .lineBtn:focus span, .club .memberBenefits .lineBtn:active span {
          color: #f0f0f0; }
  .club .memberQuotes {
    background-color: #f0f0f0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0;
    display: none; }
    @media (max-width: 64.0625rem) {
      .club .memberQuotes {
        padding-top: .75rem; } }
    @media (max-width: 64.0625rem) {
      .club .memberQuotes {
        display: table; } }
    .club .memberQuotes .image {
      width: 39.99%;
      display: inline-block; }
      .club .memberQuotes .image:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em; }
      .club .memberQuotes .image > .inner {
        display: inline-block;
        vertical-align: middle; }
      .club .memberQuotes .image .inner {
        width: 100%; }
      .club .memberQuotes .image img {
        width: 100%; }
      @media (max-width: 64.0625rem) {
        .club .memberQuotes .image {
          display: none;
          width: 100%; }
          .club .memberQuotes .image picture {
            display: block;
            overflow: hidden;
            position: relative;
            width: 100%;
            z-index: 0;
            height: 25rem; }
            .club .memberQuotes .image picture img {
              min-height: 100%;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-position: 50% 50%;
                 object-position: 50% 50%;
              font-family: 'object-fit: cover; object-position: 50% 50%;';
              max-width: none;
              height: 25rem; }
          .club .memberQuotes .image .inner {
            padding-bottom: .75rem; } }
    .club .memberQuotes .text {
      width: calc(59.99% - 2rem);
      display: inline-block;
      padding-right: 4rem; }
      .club .memberQuotes .text:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: -0.25em; }
      .club .memberQuotes .text > .inner {
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 64.0625rem) {
        .club .memberQuotes .text {
          display: table-footer-group;
          width: 100%; }
          .club .memberQuotes .text .inner {
            margin-top: 1.5rem; } }
  .club .clubDetailsContainer {
    width: 100%;
    position: relative; }
  .club .clubDetails {
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: -120%;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    -o-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in; }
    .club .clubDetails.active {
      left: 0;
      visibility: visible;
      position: relative;
      opacity: 1; }
    .club .clubDetails .top {
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 64.0625rem) {
        .club .clubDetails .top {
          width: 66%; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club .clubDetails .top {
          width: 75%; } }
      @media (max-width: 47.9375rem) {
        .club .clubDetails .top {
          width: 100%; } }
    .club .clubDetails .bottleNumber {
      width: 21.875rem;
      margin: 2rem auto;
      padding: 2rem 0;
      border-bottom: 1px solid #E9E9EB;
      border-top: 1px solid #E9E9EB;
      color: #09304F; }
      .club .clubDetails .bottleNumber p {
        color: #09304F;
        margin-bottom: 0; }
      .club .clubDetails .bottleNumber .icon {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        height: 4.6875rem;
        margin-bottom: .5rem;
        width: 100%;
        display: block; }
        .club .clubDetails .bottleNumber .icon.Twelve {
          background-image: url(/dist/images/svg/twelvebottles.svg); }
        .club .clubDetails .bottleNumber .icon.Six {
          background-image: url(/dist/images/svg/sixbottles.svg); }
        .club .clubDetails .bottleNumber .icon.Five {
          background-image: url(/dist/images/svg/fivebottles.svg); }
        .club .clubDetails .bottleNumber .icon.Four {
          background-image: url(/dist/images/svg/fourbottles.svg); }
        .club .clubDetails .bottleNumber .icon.Three {
          background-image: url(/dist/images/svg/threebottles.svg); }
        .club .clubDetails .bottleNumber .icon.Three-Four {
          background-image: url(/dist/images/svg/threefourbottles.svg); }
        .club .clubDetails .bottleNumber .icon.Two {
          background-image: url(/dist/images/svg/twobottles.svg); }
  .club .shippingSchedule {
    padding: 2rem 0; }
  .club .schedule {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    text-align: left; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .club .schedule {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem; } }
    @media (max-width: 47.9375rem) {
      .club .schedule {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    .club .schedule ul {
      margin-bottom: .4rem; }
    .club .schedule li {
      list-style: disc inside;
      line-height: 135%;
      margin: .25rem 0;
      font-size: 1rem; }
  .club .bottom {
    text-align: center;
    margin-top: 2rem; }
  .club .clubBrands {
    margin-bottom: 1rem;
    text-align: center; }
    .club .clubBrands .clubLogo {
      width: 55%;
      max-width: 165px;
      height: auto;
      margin-bottom: .5rem; }
    .club .clubBrands p {
      padding: 0 .75rem; }
    .club .clubBrands .brand {
      text-align: center;
      height: 15.625rem;
      display: table;
      background-color: #e0dcd6;
      -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
              box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
      -webkit-transition: 100ms -webkit-box-shadow ease-in-out;
      transition: 100ms -webkit-box-shadow ease-in-out;
      -o-transition: 100ms box-shadow ease-in-out;
      transition: 100ms box-shadow ease-in-out;
      transition: 100ms box-shadow ease-in-out, 100ms -webkit-box-shadow ease-in-out;
      position: relative;
      overflow: hidden; }
      .club .clubBrands .brand .lineBtn {
        font-size: .6375rem; }
      @media (min-width: 64.0625rem) {
        .club .clubBrands .brand {
          float: left;
          margin-bottom: 3rem;
          margin-right: 3rem; }
          .club .clubBrands .brand:nth-child(-n+3) {
            width: calc(99.9% * 1/3 - (3rem - 3rem * 1/3)); }
          .club .clubBrands .brand:nth-child(3) {
            width: calc(99.9% * 1/3 - (3rem - 3rem * 1/3));
            margin-right: 0rem;
            float: right; }
          .club .clubBrands .brand:nth-child(n+4) {
            width: calc(99.9% * 1/4 - (3rem - 3rem * 1/4)); }
          .club .clubBrands .brand:nth-child(7) {
            margin-right: 0;
            clear: none; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club .clubBrands .brand {
          width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2));
          margin-bottom: 2rem; }
        .club .clubBrands .brand:nth-child(1n) {
          float: left;
          margin-right: 2rem;
          clear: none; }
        .club .clubBrands .brand:last-child {
          margin-right: 0; }
        .club .clubBrands .brand:nth-child(2n) {
          margin-right: 0;
          float: right; }
        .club .clubBrands .brand:nth-child(2n + 1) {
          clear: both; }
          .club .clubBrands .brand:nth-child(7) {
            float: none;
            margin: 0 auto; } }
      @media (max-width: 47.9375rem) {
        .club .clubBrands .brand {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          padding: 1rem;
          height: auto;
          margin-bottom: 1rem; }
        .club .clubBrands .brand:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .club .clubBrands .brand:last-child {
          margin-right: 0; }
        .club .clubBrands .brand:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .club .clubBrands .brand:nth-child(1n + 1) {
          clear: both; }
          .club .clubBrands .brand .clubLogo {
            width: 40%;
            max-width: 7.8125rem; } }
      .club .clubBrands .brand .inner {
        display: table-cell;
        vertical-align: middle; }
      .club .clubBrands .brand:hover, .club .clubBrands .brand:focus, .club .clubBrands .brand:active {
        background-color: #ebe8e5;
        -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35); }
        .club .clubBrands .brand:hover .bgHover, .club .clubBrands .brand:focus .bgHover, .club .clubBrands .brand:active .bgHover {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          opacity: 1; }
      .club .clubBrands .brand .bgHover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15);
        -webkit-transition: 450ms ease-in all;
        -o-transition: 450ms ease-in all;
        transition: 450ms ease-in all;
        background-size: cover;
        background-position: center center; }
        .club .clubBrands .brand .bgHover.portfolio {
          background-image: url("../images/clubLanding_portfolio.jpg"); }
        .club .clubBrands .brand .bgHover.dv {
          background-image: url("../images/clubLanding_dv.jpg"); }
        .club .clubBrands .brand .bgHover.pdx {
          background-image: url("../images/clubLanding_pdx.jpg"); }
        .club .clubBrands .brand .bgHover.ge {
          background-image: url("../images/clubLanding_ge.jpg"); }
        .club .clubBrands .brand .bgHover.mg {
          background-image: url("../images/clubLanding_mg.jpg"); }
        .club .clubBrands .brand .bgHover.cl {
          background-image: url("../images/clubLanding_cl.jpg"); }
        .club .clubBrands .brand .bgHover.cv {
          background-image: url("../images/clubLanding_cv.jpg"); }
  .club #v65-clubFormWrapper {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
  .club #v65-clubFormWrapper:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  .club #v65-clubFormWrapper:last-child {
    margin-right: 0; }
  .club #v65-clubFormWrapper:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .club #v65-clubFormWrapper:nth-child(1n + 1) {
    clear: both; }
    .club #v65-clubFormWrapper #v65-signUpClubSummaryWrapper {
      float: right;
      position: relative;
      width: calc(39.99% - 4rem);
      padding: 2rem;
      background-color: #f0f0f0;
      border: 1px solid #e6e6e6; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club #v65-clubFormWrapper #v65-signUpClubSummaryWrapper {
          width: calc(49.99% - 5rem); } }
      @media (max-width: 47.9375rem) {
        .club #v65-clubFormWrapper #v65-signUpClubSummaryWrapper {
          display: none; } }
    .club #v65-clubFormWrapper form {
      width: calc(59.99% - 2rem);
      float: left;
      margin: 0; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club #v65-clubFormWrapper form {
          width: 49.99%; } }
      @media (max-width: 47.9375rem) {
        .club #v65-clubFormWrapper form {
          width: 100%; } }
    .club #v65-clubFormWrapper #v65-fieldset-wholesalerInfo, .club #v65-clubFormWrapper #v65-fieldset-billingInfo, .club #v65-clubFormWrapper #v65-fieldset-shippingOptions, .club #v65-clubFormWrapper #v65-fieldset-shippingInfo, .club #v65-clubFormWrapper #v65-fieldset-paymentMethod, .club #v65-clubFormWrapper #v65-fieldset-sourceCode, .club #v65-clubFormWrapper #v65-fieldset-usernamePassword {
      width: 100%; }
    .club #v65-clubFormWrapper fieldset {
      padding: 0 0 2rem;
      margin: 0 0 2rem;
      border-bottom: 1px solid #e6e6e6; }
      .club #v65-clubFormWrapper fieldset#v65-fieldset-billingInfo legend {
        width: 100%;
        padding-top: 2rem;
        border-top: 1px solid #e6e6e6; }
      .club #v65-clubFormWrapper fieldset div {
        overflow: initial;
        padding: 0; }
      .club #v65-clubFormWrapper fieldset legend {
        padding: 0 0 .5rem 0;
        letter-spacing: 0;
        color: #09304F;
        text-transform: uppercase;
        font-size: 1.25rem; }
      .club #v65-clubFormWrapper fieldset input {
        width: 100%;
        max-width: 31.25rem; }
        @media (max-width: 47.9375rem) {
          .club #v65-clubFormWrapper fieldset input {
            max-width: 100%; } }
      .club #v65-clubFormWrapper fieldset label {
        margin-top: 1.5rem; }
    .club #v65-clubFormWrapper #v65-checkoutFooter {
      margin-bottom: 2rem; }
      .club #v65-clubFormWrapper #v65-checkoutFooter #v65-checkoutSecure {
        width: 30%; }
        @media (max-width: 64.0625rem) {
          .club #v65-clubFormWrapper #v65-checkoutFooter #v65-checkoutSecure {
            width: 100%; } }
      .club #v65-clubFormWrapper #v65-checkoutFooter .floatRight {
        width: 50%; }
        @media (max-width: 64.0625rem) {
          .club #v65-clubFormWrapper #v65-checkoutFooter .floatRight {
            width: 100%;
            margin-top: 1rem; } }
        .club #v65-clubFormWrapper #v65-checkoutFooter .floatRight .largeBtn {
          width: 100%; }
  .club #v65-reviewClubSummaryWrapper {
    display: none; }
  .club #v65-checkoutFooter {
    padding: 1.5rem 0; }

fieldset#v65-fieldset-choices {
  background-color: #7F6950;
  padding: 1.5rem 1.5rem .5rem 1.5rem !important; }
  fieldset#v65-fieldset-choices legend {
    display: none; }
  fieldset#v65-fieldset-choices li {
    color: white;
    font-size: 1.125rem; }
  fieldset#v65-fieldset-choices ul {
    margin: 1rem 0;
    padding: 0; }
  fieldset#v65-fieldset-choices .v65-clubChoices-title {
    font-size: 1.5rem;
    color: white;
    margin-bottom: .5rem; }
  fieldset#v65-fieldset-choices .v65-clubChoices-teaser p {
    color: white;
    font-size: 1.125rem; }
    fieldset#v65-fieldset-choices .v65-clubChoices-teaser p a {
      color: white;
      text-decoration: underline; }
  fieldset#v65-fieldset-choices .v65-clubChoices-teaser a {
    color: white;
    text-decoration: underline; }
  fieldset#v65-fieldset-choices div.v65-clubChoices-description {
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #979797;
    margin-bottom: .875rem;
    padding-bottom: .875rem;
    font-size: 0.9375rem; }
  fieldset#v65-fieldset-choices .v65-clubChoice {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.125rem; }
  fieldset#v65-fieldset-choices select {
    max-width: 4.375rem;
    margin-right: 1rem;
    background-color: white; }
  fieldset#v65-fieldset-choices .v65-clubChoices {
    margin: 0;
    padding: 0; }
    fieldset#v65-fieldset-choices .v65-clubChoices .v65-clubChoices-title {
      padding: 0; }

.club.new {
  padding-top: 0;
  overflow: hidden; }
  @media (max-width: 47.9375rem) {
    .club.new .wrap {
      padding: 0; } }
  .club.new .lead-text {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center; }
  .club.new p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: .5rem 0 1rem 0; }
    .club.new p.helper {
      font-size: 18px;
      color: #033963;
      letter-spacing: 0;
      text-align: center;
      font-style: italic;
      margin-top: 2rem; }
  .club.new .jumpLinks {
    float: left;
    width: 100%;
    padding: 1.25rem 2rem 1rem 2rem;
    background-color: #F1EFED;
    text-align: center; }
    @media (min-width: 48rem) {
      .club.new .jumpLinks {
        display: none; } }
    .club.new .jumpLinks a {
      display: inline-block;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      color: #09304F;
      font-size: .8375rem;
      letter-spacing: 1px;
      padding: 1rem .9125rem;
      text-align: center;
      text-transform: uppercase; }
    .club.new .jumpLinks h2 {
      font-size: 1.25rem;
      font-style: italic;
      text-align: center;
      text-transform: none;
      letter-spacing: 0;
      color: #252629; }
  .club.new .clubs {
    float: left;
    padding: 2rem;
    width: 70%;
    background-color: #FAF9F7;
    position: relative; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .club.new .clubs {
        width: 60%; } }
    .club.new .clubs:before {
      content: '';
      position: absolute;
      top: 0;
      left: -70vw;
      width: 70vw;
      height: 200vh;
      z-index: -1;
      background-color: #FAF9F7; }
      @media (max-width: 47.9375rem) {
        .club.new .clubs:before {
          display: none; } }
    @media (min-width: 64.0625rem) {
      .club.new .clubs {
        -webkit-box-shadow: 6px 0 8px rgba(0, 0, 0, 0.1);
                box-shadow: 6px 0 8px rgba(0, 0, 0, 0.1); } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .club.new .clubs {
        -webkit-box-shadow: 6px 0 8px rgba(0, 0, 0, 0.1);
                box-shadow: 6px 0 8px rgba(0, 0, 0, 0.1); } }
    @media (max-width: 47.9375rem) {
      .club.new .clubs {
        float: left;
        width: 100%; } }
  .club.new .subscription {
    float: right;
    width: 30%;
    padding: 2rem;
    position: relative;
    text-align: left; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .club.new .subscription {
        width: 40%; } }
    .club.new .subscription .brand {
      background-color: #F0EEEC;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
      -webkit-transition: 300ms -webkit-box-shadow ease-in-out;
      transition: 300ms -webkit-box-shadow ease-in-out;
      -o-transition: 300ms box-shadow ease-in-out;
      transition: 300ms box-shadow ease-in-out;
      transition: 300ms box-shadow ease-in-out, 300ms -webkit-box-shadow ease-in-out;
      padding: 1rem;
      font-size: 1.25rem;
      line-height: 1.75rem;
      display: block;
      margin: 2rem 0;
      color: #252629; }
      .club.new .subscription .brand:hover {
        background-color: #ebe8e5;
        -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35); }
      .club.new .subscription .brand .underlineBtn {
        font-size: .6375rem;
        text-decoration: underline;
        margin-top: 1rem;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #09304F; }
    @media (max-width: 47.9375rem) {
      .club.new .subscription {
        float: left;
        width: 100%;
        text-align: center;
        padding-bottom: 3rem; }
        .club.new .subscription .checked-list {
          margin-bottom: 1.5rem; } }
    .club.new .subscription:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 40vw;
      height: 200vh;
      z-index: -1;
      background-color: #F0EEEC; }
      @media (max-width: 47.9375rem) {
        .club.new .subscription:before {
          display: none; } }
  .club.new .clubBrands {
    margin-bottom: 1rem;
    text-align: center; }
    .club.new .clubBrands .clubLogo {
      width: 55%;
      max-width: 165px;
      height: auto;
      margin-bottom: .5rem; }
    .club.new .clubBrands p {
      padding: 0 .75rem;
      font-size: 1rem; }
    .club.new .clubBrands .brand {
      text-align: center;
      height: 15.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
      -webkit-transition: 100ms -webkit-box-shadow ease-in-out;
      transition: 100ms -webkit-box-shadow ease-in-out;
      -o-transition: 100ms box-shadow ease-in-out;
      transition: 100ms box-shadow ease-in-out;
      transition: 100ms box-shadow ease-in-out, 100ms -webkit-box-shadow ease-in-out;
      position: relative;
      overflow: hidden;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .club.new .clubBrands .brand .logo, .club.new .clubBrands .brand .helper-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute; }
      .club.new .clubBrands .brand .logo {
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        top: 2rem;
        left: 0;
        width: 100%;
        height: calc(50% - 2rem);
        -webkit-transition: .6s ease-out;
        -o-transition: .6s ease-out;
        transition: .6s ease-out;
        z-index: 2;
        -webkit-filter: brightness(0.8) invert(0);
                filter: brightness(0.8) invert(0);
        -webkit-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d; }
      .club.new .clubBrands .brand .helper-text {
        height: calc(50% - 2rem);
        width: calc(100% - 2rem);
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        transition: .2s ease-out; }
        .club.new .clubBrands .brand .helper-text p {
          width: 100%; }
      .club.new .clubBrands .brand .arrow {
        width: 2.1875rem;
        height: 0.5rem;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        background-image: url("../images/club-arrow.png");
        background-size: cover;
        z-index: 1;
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
        -webkit-transition-delay: .3s;
             -o-transition-delay: .3s;
                transition-delay: .3s;
        -webkit-backface-visibility: hidden; }
      .club.new .clubBrands .brand .image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 0;
        opacity: 0;
        -webkit-transition: .4s ease-out;
        -o-transition: .4s ease-out;
        transition: .4s ease-out; }
        .club.new .clubBrands .brand .image img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: .4s ease-out;
          -o-transition: .4s ease-out;
          transition: .4s ease-out; }
      .club.new .clubBrands .brand:hover .logo {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      .club.new .clubBrands .brand:hover .image {
        opacity: 1; }
        .club.new .clubBrands .brand:hover .image img {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .club.new .clubBrands .brand:hover .helper-text {
        opacity: 0; }
      .club.new .clubBrands .brand:hover .arrow {
        right: .5rem;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
      .club.new .clubBrands .brand .underlineBtn {
        font-size: .6375rem;
        text-decoration: underline;
        font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #09304F; }
      @media (min-width: 64.0625rem) {
        .club.new .clubBrands .brand {
          float: left;
          margin-bottom: 1.5rem;
          margin-right: 1.5rem; }
          .club.new .clubBrands .brand:nth-child(-n+3) {
            width: calc(99.9% * 1/3 - (1.5rem - 1.5rem * 1/3)); }
          .club.new .clubBrands .brand:nth-child(3) {
            width: calc(99.9% * 1/3 - (1.5rem - 1.5rem * 1/3));
            margin-right: 0rem;
            float: right; }
          .club.new .clubBrands .brand:nth-child(n+4) {
            width: calc(99.9% * 1/4 - (1.5rem - 1.5rem * 1/4)); }
          .club.new .clubBrands .brand:nth-child(7) {
            margin-right: 0;
            clear: none; } }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .club.new .clubBrands .brand {
          width: calc(99.9% * 1/2 - (1.5rem - 1.5rem * 1/2));
          margin-bottom: 1rem; }
        .club.new .clubBrands .brand:nth-child(1n) {
          float: left;
          margin-right: 1.5rem;
          clear: none; }
        .club.new .clubBrands .brand:last-child {
          margin-right: 0; }
        .club.new .clubBrands .brand:nth-child(2n) {
          margin-right: 0;
          float: right; }
        .club.new .clubBrands .brand:nth-child(2n + 1) {
          clear: both; }
          .club.new .clubBrands .brand:nth-child(7) {
            float: none;
            margin: 0 auto; } }
      @media (max-width: 47.9375rem) {
        .club.new .clubBrands .brand {
          width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
          padding: 1rem;
          height: 200px;
          margin-bottom: 1rem; }
        .club.new .clubBrands .brand:nth-child(1n) {
          float: left;
          margin-right: 1rem;
          clear: none; }
        .club.new .clubBrands .brand:last-child {
          margin-right: 0; }
        .club.new .clubBrands .brand:nth-child(1n) {
          margin-right: 0;
          float: right; }
        .club.new .clubBrands .brand:nth-child(1n + 1) {
          clear: both; }
          .club.new .clubBrands .brand .clubLogo {
            width: 40%;
            max-width: 7.8125rem; } }
      .club.new .clubBrands .brand .inner {
        display: table-cell;
        vertical-align: middle; }
      .club.new .clubBrands .brand:hover, .club.new .clubBrands .brand:focus, .club.new .clubBrands .brand:active {
        background-color: #ebe8e5;
        -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
                box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35); }
        .club.new .clubBrands .brand:hover .bgHover, .club.new .clubBrands .brand:focus .bgHover, .club.new .clubBrands .brand:active .bgHover {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          opacity: 1; }
      .club.new .clubBrands .brand .bgHover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15);
        -webkit-transition: 450ms ease-in all;
        -o-transition: 450ms ease-in all;
        transition: 450ms ease-in all;
        background-size: cover;
        background-position: center center; }
        .club.new .clubBrands .brand .bgHover.portfolio {
          background-image: url("../images/clubLanding_portfolio.jpg"); }
        .club.new .clubBrands .brand .bgHover.dv {
          background-image: url("../images/clubLanding_dv.jpg"); }
        .club.new .clubBrands .brand .bgHover.pdx {
          background-image: url("../images/clubLanding_pdx.jpg"); }
        .club.new .clubBrands .brand .bgHover.ge {
          background-image: url("../images/clubLanding_ge.jpg"); }
        .club.new .clubBrands .brand .bgHover.mg {
          background-image: url("../images/clubLanding_mg.jpg"); }
        .club.new .clubBrands .brand .bgHover.cl {
          background-image: url("../images/clubLanding_cl.jpg"); }
        .club.new .clubBrands .brand .bgHover.cv {
          background-image: url("../images/clubLanding_cv.jpg"); }

.checked-list {
  display: block;
  padding: 0;
  margin: 1rem auto; }
  .checked-list.center {
    max-width: 280px; }
  @media (max-width: 47.9375rem) {
    .checked-list {
      max-width: 250px; } }
  .checked-list li {
    list-style: none;
    padding-left: 1.25rem;
    margin: 2rem 0;
    text-align: left;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #3F372D;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: url("../images/check-list.png");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center; }

@media (min-width: 48rem) {
  .arrow-link {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #033963;
    letter-spacing: 1px;
    padding-right: 50px;
    background-image: url("../images/club-arrow.png");
    background-size: 35px 8px;
    background-repeat: no-repeat;
    background-position: right 6px center;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    text-transform: uppercase; }
    .arrow-link:hover {
      background-position: right center; } }

@media (max-width: 47.9375rem) {
  .arrow-link {
    background-color: #033963;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 0.875rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 2rem;
    padding: .75rem 3rem;
    letter-spacing: .04rem;
    font-size: .8rem;
    padding: 1rem;
    background-image: none;
    margin: .25rem auto .25rem auto;
    display: inline-block; }
    .arrow-link:hover, .arrow-link:focus, .arrow-link:active {
      background-color: #09304F; } }
  @media (max-width: 47.9375rem) and (max-width: 64.0625rem) {
    .arrow-link span {
      height: 3rem;
      line-height: 3rem; } }

#memberPage section {
  opacity: 1; }

#memberPage .memberHide {
  display: none; }

#memberPage.noNav .subNavigation {
  display: none; }

@media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
  #memberPage.noNav .memberContent {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
  #memberPage.noNav .memberContent:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  #memberPage.noNav .memberContent:last-child {
    margin-right: 0; }
  #memberPage.noNav .memberContent:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #memberPage.noNav .memberContent:nth-child(1n + 1) {
    clear: both; } }

@media (max-width: 64.0625rem) and (min-width: 48rem) {
  #memberPage.noNav .memberContent {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
  #memberPage.noNav .memberContent:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  #memberPage.noNav .memberContent:last-child {
    margin-right: 0; }
  #memberPage.noNav .memberContent:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #memberPage.noNav .memberContent:nth-child(1n + 1) {
    clear: both; } }

#memberPage.noNav p {
  text-align: center; }

#memberPage li.error {
  color: #033963;
  list-style: none;
  padding: .5rem 0; }

#memberPage .memberContent {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: left; }
  #memberPage .memberContent h1, #memberPage .memberContent h3 {
    text-align: left; }
  #memberPage .memberContent h3 {
    color: #09304F;
    font-size: 1.5rem;
    margin-top: 1.5rem; }
  #memberPage .memberContent h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: .375rem 0; }
  #memberPage .memberContent li {
    margin-bottom: .375rem 0; }
  #memberPage .memberContent ul {
    padding: .5rem 1.5rem; }
  @media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
    #memberPage .memberContent {
      width: calc(99.9% * 3/4 - (1rem - 1rem * 3/4)); }
    #memberPage .memberContent:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #memberPage .memberContent:last-child {
      margin-right: 0; }
    #memberPage .memberContent:nth-child(4n) {
      margin-right: 0;
      float: right; }
    #memberPage .memberContent:nth-child(4n + 1) {
      clear: both; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    #memberPage .memberContent {
      width: calc(99.9% * 2/3 - (1rem - 1rem * 2/3)); }
    #memberPage .memberContent:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #memberPage .memberContent:last-child {
      margin-right: 0; }
    #memberPage .memberContent:nth-child(3n) {
      margin-right: 0;
      float: right; }
    #memberPage .memberContent:nth-child(3n + 1) {
      clear: both; } }
  #memberPage .memberContent th, #memberPage .memberContent #v65-memberAddressBook th, #memberPage .memberContent #v65-memberOrders th {
    background-color: #E9E9EB;
    border-top: none;
    border-bottom: none;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 0.875rem; }
  #memberPage .memberContent td {
    padding: .75rem 0 !important;
    font-size: 1.125rem;
    text-align: center; }
  #memberPage .memberContent #v65-cartTable .cartItemImage {
    display: table-cell; }
  #memberPage .memberContent #v65-cartTable .cartItemDescription {
    text-align: left; }
  #memberPage .memberContent #v65-cartTable td.right {
    text-align: center; }
  #memberPage .memberContent .simpleselect {
    max-width: 15rem; }
  #memberPage .memberContent hr {
    display: none; }
  #memberPage .memberContent fieldset legend {
    font-size: 1rem !important;
    letter-spacing: normal !important; }
  #memberPage .memberContent a.modalLinkBtn, #memberPage .memberContent a.modalLinkAltBtn {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: .25rem .5rem; }
    #memberPage .memberContent a.modalLinkBtn span, #memberPage .memberContent a.modalLinkAltBtn span {
      padding: 0;
      font-size: 0.75rem;
      line-height: 100%; }
    @media (max-width: 47.9375rem) {
      #memberPage .memberContent a.modalLinkBtn, #memberPage .memberContent a.modalLinkAltBtn {
        height: auto;
        line-height: 100%;
        padding: .75rem .5rem; } }

#memberPage p {
  text-align: left; }

#memberPage .subNavigation ul {
  padding: .75rem; }

@media (max-width: 64.0625rem) and (min-width: 48rem) {
  #memberPage .subNavigation {
    width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
    display: block; }
  #memberPage .subNavigation:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  #memberPage .subNavigation:last-child {
    margin-right: 0; }
  #memberPage .subNavigation:nth-child(3n) {
    margin-right: 0;
    float: right; }
  #memberPage .subNavigation:nth-child(3n + 1) {
    clear: both; } }

@media (max-width: 47.9375rem) {
  #memberPage .subNavigation {
    width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
    display: block;
    margin-bottom: 1rem; }
  #memberPage .subNavigation:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none; }
  #memberPage .subNavigation:last-child {
    margin-right: 0; }
  #memberPage .subNavigation:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #memberPage .subNavigation:nth-child(1n + 1) {
    clear: both; }
    #memberPage .subNavigation ul {
      padding: 1rem; }
    #memberPage .subNavigation li {
      text-align: center; } }

#memberPage #v65-memberFormWrapper {
  padding-bottom: 1.5rem; }
  #memberPage #v65-memberFormWrapper div {
    overflow: inherit;
    padding: inherit; }
  #memberPage #v65-memberFormWrapper fieldset {
    border: none;
    margin-bottom: 2rem; }
    #memberPage #v65-memberFormWrapper fieldset input[type=text], #memberPage #v65-memberFormWrapper fieldset input[type=password], #memberPage #v65-memberFormWrapper fieldset input[type=username], #memberPage #v65-memberFormWrapper fieldset input {
      width: 100%;
      max-width: 25rem; }
    #memberPage #v65-memberFormWrapper fieldset legend {
      display: block;
      width: 100%;
      font-size: 1.125rem;
      text-align: left;
      letter-spacing: normal;
      padding: .5rem 0 0rem 0; }
  #memberPage #v65-memberFormWrapper form {
    width: 100%;
    text-align: left; }
  #memberPage #v65-memberFormWrapper button {
    min-width: 12.5rem;
    margin-top: .75rem; }

#memberPage #v65-LoginFormWrapper legend, #memberPage #v65-memberFormWrapper legend {
  display: none; }

#memberPage #v65-LoginFormWrapper .v65-form, #memberPage #v65-memberFormWrapper .v65-form {
  width: 100%; }

#memberPage #v65-LoginFormWrapper input, #memberPage #v65-memberFormWrapper input {
  width: 100% !important; }

#memberPage #v65-LoginFormWrapper #rememberMe, #memberPage #v65-LoginFormWrapper input[type="checkbox"], #memberPage #v65-memberFormWrapper #rememberMe, #memberPage #v65-memberFormWrapper input[type="checkbox"] {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: 1rem 1rem 1rem 0; }
  #memberPage #v65-LoginFormWrapper #rememberMe + label, #memberPage #v65-LoginFormWrapper input[type="checkbox"] + label, #memberPage #v65-memberFormWrapper #rememberMe + label, #memberPage #v65-memberFormWrapper input[type="checkbox"] + label {
    display: inline-block;
    width: auto;
    margin: 1rem 0;
    line-height: 100%; }

#memberPage #v65-LoginFormWrapper button, #memberPage #v65-memberFormWrapper button {
  min-width: 12.5rem;
  margin-bottom: .75rem; }

#memberPage #v65-LoginFormWrapper form {
  text-align: center; }

#memberPage #v65-LoginFormWrapper p {
  text-align: center; }

#memberPage #v65-memberFormWrapper form {
  text-align: left; }

#memberPage .linkBtn {
  font-size: 0.875rem;
  border: 1px solid #09304F;
  color: #09304F;
  padding: 0.5625rem 1.875rem;
  font-size: 800;
  border-radius: 2rem;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: auto;
  display: inline-block;
  background-color: transparent; }
  #memberPage .linkBtn:hover, #memberPage .linkBtn:focus, #memberPage .linkBtn:active {
    background-color: #09304F;
    color: #FFFFFF; }
    #memberPage .linkBtn:hover span, #memberPage .linkBtn:focus span, #memberPage .linkBtn:active span {
      color: #FFFFFF; }
  #memberPage .linkBtn span {
    line-height: 100%;
    height: auto;
    color: #09304F; }

#memberPage .v65-memberClubDescription {
  padding-left: 0;
  margin-bottom: 2rem; }

.subNavActive .full:before {
  content: '';
  display: table; }

.subNavActive .full:after {
  content: '';
  display: table;
  clear: both; }
  @media (min-width: 121.25rem) {
    .subNavActive .full {
      position: relative;
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .subNavActive .full:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .subNavActive .full:last-child {
      margin-right: 0; }
    .subNavActive .full:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .subNavActive .full:nth-child(1n + 1) {
      clear: both; } }
  @media (max-width: 121.1875rem) {
    .subNavActive .full {
      position: inherit;
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1)); }
    .subNavActive .full:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .subNavActive .full:last-child {
      margin-right: 0; }
    .subNavActive .full:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .subNavActive .full:nth-child(1n + 1) {
      clear: both; } }

@media (max-width: 121.1875rem) {
  .subNavActive .wrap {
    position: relative; } }

.subNavigation {
  background-color: #F8F8FA; }
  .subNavigation .navBox {
    display: block;
    padding: 1.5rem;
    border-bottom: 1px solid #e8e5de; }
  .subNavigation h3 {
    margin-bottom: .5rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    color: #3d3f44;
    text-transform: uppercase; }
  .subNavigation li {
    list-style: none;
    padding-bottom: 0;
    margin-left: 0; }
    .subNavigation li a {
      padding: .5rem 0;
      display: block;
      color: #3E3F45;
      font-size: 15px; }
      .subNavigation li a.v65-leftSelected {
        color: #293A47;
        font-weight: 700;
        display: block; }
      .subNavigation li a:hover, .subNavigation li a:focus, .subNavigation li a:active {
        color: #033963; }
  @media (min-width: 121.25rem) {
    .subNavigation {
      position: absolute;
      width: 15.625rem;
      left: 0;
      top: 0; } }
  @media (max-width: 121.1875rem) and (min-width: 64.0625rem) {
    .subNavigation {
      width: calc(99.9% * 1/4 - (1rem - 1rem * 1/4));
      margin-left: -0.9375rem; }
    .subNavigation:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    .subNavigation:last-child {
      margin-right: 0; }
    .subNavigation:nth-child(4n) {
      margin-right: 0;
      float: right; }
    .subNavigation:nth-child(4n + 1) {
      clear: both; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .subNavigation {
      display: none; } }
  @media (max-width: 47.9375rem) {
    .subNavigation {
      display: none; } }

.corporate-gifting .large-body {
  font-size: 1.25rem;
  line-height: 1.7; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .corporate-gifting .large-body {
      font-size: 1.25rem; } }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .large-body {
      font-size: 1.1875rem; } }

.corporate-gifting .medium-body {
  font-size: 1.1875rem; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .corporate-gifting .medium-body {
      font-size: 1.125rem; } }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .medium-body {
      font-size: 1.0625rem; } }

.corporate-gifting h2 {
  font-size: 2.125rem; }
  .corporate-gifting h2.smaller {
    font-size: 1.75rem;
    color: #3E3F45; }

.corporate-gifting .cg-gradient-top {
  background: #F8F8FA;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8fa), to(#f2f2f7));
  background: -o-linear-gradient(top, #f8f8fa 0%, #f2f2f7 100%);
  background: linear-gradient(180deg, #f8f8fa 0%, #f2f2f7 100%); }

.corporate-gifting .cg-gradient-bottom {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f2f2f7));
  background: -o-linear-gradient(bottom, white 0%, #f2f2f7 100%);
  background: linear-gradient(0deg, white 0%, #f2f2f7 100%);
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .cg-gradient-bottom {
      padding-top: .5rem; } }

.corporate-gifting .top-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .top-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .corporate-gifting .top-section .top-image-col, .corporate-gifting .top-section .top-text-col {
    width: 50%;
    padding: 1rem; }
    @media (max-width: 47.9375rem) {
      .corporate-gifting .top-section .top-image-col, .corporate-gifting .top-section .top-text-col {
        width: 100%; } }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .top-section .top-text-col {
      padding-top: 0; } }
  .corporate-gifting .top-section .top-image-col picture {
    margin: 1rem;
    display: block;
    width: calc(100% - 2rem);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
    @media (max-width: 47.9375rem) {
      .corporate-gifting .top-section .top-image-col picture {
        margin: 0;
        width: 100%; } }
  .corporate-gifting .top-section .top-image-col img {
    display: block; }
  .corporate-gifting .top-section .links {
    width: 47%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 0;
    vertical-align: top;
    color: #252629; }
    @media (max-width: 47.9375rem) {
      .corporate-gifting .top-section .links {
        width: 100%; } }
    .corporate-gifting .top-section .links svg {
      margin-right: .75rem;
      -webkit-transition: 300ms ease-out;
      -o-transition: 300ms ease-out;
      transition: 300ms ease-out; }
  .corporate-gifting .top-section a.links:hover {
    color: #033963; }
    .corporate-gifting .top-section a.links:hover svg {
      fill: #033963; }
  .corporate-gifting .top-section h1 {
    font-size: 3rem; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .corporate-gifting .top-section h1 {
        font-size: 2.875rem; } }
    @media (max-width: 47.9375rem) {
      .corporate-gifting .top-section h1 {
        font-size: 2.625rem; } }
  .corporate-gifting .top-section h3 {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .3125rem;
    font-size: 1rem;
    margin-top: 2rem; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .corporate-gifting .top-section h3 {
        font-size: 1rem; } }
    @media (max-width: 47.9375rem) {
      .corporate-gifting .top-section h3 {
        font-size: 0.9375rem; } }

.corporate-gifting .text-section {
  text-align: center; }
  .corporate-gifting .text-section p {
    max-width: 43.75rem;
    margin: 0 auto; }

.corporate-gifting .icon-columns {
  max-width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .icon-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.corporate-gifting .icon-col {
  width: 33%;
  padding: 2rem;
  text-align: center; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .icon-col {
      width: 100%;
      max-width: 375px;
      margin: 0 auto; } }
  .corporate-gifting .icon-col .icon {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .corporate-gifting .icon-col .text h4 {
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #09304F;
    font-weight: bold;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .corporate-gifting .icon-col .text p {
    font-size: 1rem;
    margin-top: .5rem; }

.corporate-gifting .form.wrap {
  max-width: 550px;
  margin: 2rem auto 0 auto; }
  .corporate-gifting .form.wrap .v65-form {
    width: 100%; }
  .corporate-gifting .form.wrap .v65-form input[type=text], .corporate-gifting .form.wrap .v65-form input[type=password], .corporate-gifting .form.wrap .v65-form input[type=username], .corporate-gifting .form.wrap .v65-form textarea, .corporate-gifting .form.wrap .v65-form select {
    width: 100%;
    max-width: none;
    height: 2rem;
    line-height: 2rem; }
  .corporate-gifting .form.wrap .v65-form textarea {
    height: 4rem; }
  .corporate-gifting .form.wrap select {
    background-color: white; }
  .corporate-gifting .form.wrap legend {
    display: none; }
  .corporate-gifting .form.wrap label {
    margin-top: 1rem;
    margin-bottom: .25rem; }
  .corporate-gifting .form.wrap input[type="checkbox"] {
    margin: .45rem 0; }
  .corporate-gifting .form.wrap input[type="radio"] {
    width: auto;
    margin: .35rem 0; }

.corporate-gifting .bottom-form {
  margin-top: 4rem;
  background-color: #f2f2f7; }

.corporate-gifting .cg-two-col .wrap.small {
  max-width: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .cg-two-col .wrap.small {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.corporate-gifting .cg-two-col .col {
  width: 50%;
  margin: 1rem 2rem; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .cg-two-col .col {
      width: 100%;
      margin: 1rem 0; } }

.corporate-gifting .cg-two-col h3 {
  font-size: 1.1875rem;
  text-transform: uppercase;
  color: #09304F;
  font-weight: bold;
  margin-bottom: 1.25rem;
  font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  @media (max-width: 47.9375rem) {
    .corporate-gifting .cg-two-col h3 {
      font-size: 1.0625rem; } }

.corporate-gifting .cg-two-col ul {
  margin: 0; }

.corporate-gifting .cg-two-col li {
  list-style: none;
  padding-left: 2.25rem;
  padding-bottom: .75rem;
  padding-top: .75rem;
  margin-left: 0;
  background-image: url("../images/corporate-gifts/cg-check.svg");
  background-position: left center;
  background-repeat: no-repeat; }
  .corporate-gifting .cg-two-col li:first-child {
    padding-top: 0; }

@media (max-width: 47.9375rem) {
  .corporate-gifting .featuredProduct .v65-productGroup-products .v65-productGroup-product:nth-child(n+4) {
    display: none; } }

#site-footer {
  background-color: #252629;
  width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
  width: 100%;
  padding-bottom: 3rem;
  padding-top: 1rem; }

#site-footer:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none; }

#site-footer:last-child {
  margin-right: 0; }

#site-footer:nth-child(1n) {
  margin-right: 0;
  float: right; }

#site-footer:nth-child(1n + 1) {
  clear: both; }

#site-footer:before {
  content: '';
  display: table; }

#site-footer:after {
  content: '';
  display: table;
  clear: both; }
  #site-footer a, #site-footer p {
    color: #E9E9EB;
    padding: .25rem 0;
    display: block;
    margin-bottom: 0; }
  #site-footer a:hover, #site-footer a:focus, #site-footer a:active {
    color: white; }
  #site-footer h3 {
    color: #F8F8FA;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: .5rem; }
  #site-footer li, #site-footer p {
    font-size: 1rem;
    color: #E9E9EB;
    list-style: none;
    margin-left: 0; }
  #site-footer .social li {
    display: inline-block;
    width: 20%;
    max-width: 1.875rem;
    margin-right: 5%; }
    #site-footer .social li a .icon {
      max-width: 1.875rem;
      height: 2.5rem;
      fill: #F8F8FA; }
    #site-footer .social li a:hover .icon, #site-footer .social li a:focus .icon, #site-footer .social li a:active .icon {
      fill: #09304F; }
  #site-footer .btn {
    display: inline-block;
    background-color: #F8F8FA;
    padding: .7rem 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
    color: #252629;
    margin: 1.75rem 0 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #F8F8FA;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #site-footer .btn:hover, #site-footer .btn:focus, #site-footer .btn:active {
      background-color: transparent;
      color: #F8F8FA; }
  #site-footer .copyright {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 1.5rem; }
  @media (min-width: 64.0625rem) {
    #site-footer .utility {
      width: 35%;
      float: right; }
    #site-footer .links {
      width: 65%;
      float: left; }
      #site-footer .links .column {
        width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3)); }
      #site-footer .links .column:nth-child(1n) {
        float: left;
        margin-right: 1rem;
        clear: none; }
      #site-footer .links .column:last-child {
        margin-right: 0; }
      #site-footer .links .column:nth-child(3n) {
        margin-right: 0;
        float: right; }
      #site-footer .links .column:nth-child(3n + 1) {
        clear: both; } }
  @media (max-width: 64.0625rem) {
    #site-footer .wrap {
      padding: 0; }
    #site-footer .utility {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      background-color: #09304F;
      padding: 0 1rem 2rem 1rem;
      text-align: center; }
    #site-footer .utility:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #site-footer .utility:last-child {
      margin-right: 0; }
    #site-footer .utility:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #site-footer .utility:nth-child(1n + 1) {
      clear: both; }
    #site-footer .links {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      padding: 0  1rem; }
    #site-footer .links:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #site-footer .links:last-child {
      margin-right: 0; }
    #site-footer .links:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #site-footer .links:nth-child(1n + 1) {
      clear: both; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    #site-footer .links .column {
      width: calc(99.9% * 1/3 - (1rem - 1rem * 1/3));
      text-align: left; }
    #site-footer .links .column:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #site-footer .links .column:last-child {
      margin-right: 0; }
    #site-footer .links .column:nth-child(3n) {
      margin-right: 0;
      float: right; }
    #site-footer .links .column:nth-child(3n + 1) {
      clear: both; } }
  @media (max-width: 47.9375rem) {
    #site-footer .links .column {
      width: calc(99.9% * 1/1 - (1rem - 1rem * 1/1));
      text-align: center; }
    #site-footer .links .column:nth-child(1n) {
      float: left;
      margin-right: 1rem;
      clear: none; }
    #site-footer .links .column:last-child {
      margin-right: 0; }
    #site-footer .links .column:nth-child(1n) {
      margin-right: 0;
      float: right; }
    #site-footer .links .column:nth-child(1n + 1) {
      clear: both; } }

#cookieFooter {
  background-color: rgba(221, 217, 206, 0.94);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  color: #252629;
  z-index: 100;
  opacity: 1;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  #cookieFooter.accepted {
    opacity: 0;
    bottom: -10rem; }
  @media (max-width: 64.0625rem) {
    #cookieFooter {
      padding: .375rem 0; } }
  #cookieFooter .wrap {
    max-width: none;
    position: relative; }
    @media (max-width: 64.0625rem) {
      #cookieFooter .wrap {
        margin-top: 0; } }
  #cookieFooter .text {
    display: block;
    padding: .5rem;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 64.0625rem) {
      #cookieFooter .text {
        font-size: .8rem;
        padding: 0 .375rem 0 0;
        width: calc(100% - 30px);
        margin-right: 30px;
        text-align: left; }
        #cookieFooter .text br {
          display: inline;
          content: ' ';
          clear: none; }
          #cookieFooter .text br:after {
            content: ' '; } }
  #cookieFooter .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: .5rem;
    top: 0; }
    @media (max-width: 64.0625rem) {
      #cookieFooter .button {
        font-size: .875rem;
        padding: 0 0 0 .375rem; } }
    #cookieFooter .button a {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: inline-block;
      background-color: #000000;
      font-size: .6rem;
      font-weight: bold;
      border: 1px solid #000000;
      height: 26px;
      width: 25px;
      border-radius: 25px;
      border-radius: 25px;
      line-height: 25px;
      text-align: center;
      color: #f2f2f7;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      @media (max-width: 64.0625rem) {
        #cookieFooter .button a {
          font-size: .6rem; } }
      #cookieFooter .button a:hover {
        color: #000000;
        background-color: transparent; }

.subscription h2 {
  font-size: 2.25rem;
  color: #252629; }

#hero-video {
  height: 70vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: black; }
  #hero-video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.4); }
  #hero-video .video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #hero-video .image {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #hero-video .image img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  #hero-video video {
    position: absolute;
    z-index: 2;
    opacity: 1;
    top: 50%;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  #hero-video .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 4; }
    #hero-video .overlay h1 {
      font-size: 3rem;
      color: #F8F8FA; }
      @media (max-width: 64.0625rem) {
        #hero-video .overlay h1 {
          font-size: 2.625rem; } }
    #hero-video .overlay p {
      font-size: 1.5rem;
      color: #F8F8FA; }
      @media (max-width: 64.0625rem) {
        #hero-video .overlay p {
          font-size: 1.25rem; } }

#product-selector {
  min-height: 85vh;
  background-color: #f2f2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E6E1D9; }
  @media (max-width: 64.0625rem) {
    #product-selector {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #product-selector h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  #product-selector h3 {
    text-transform: uppercase;
    text-align: center;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #3E3F45;
    font-size: 1.125rem;
    padding: 1.5rem 0;
    display: block;
    margin-bottom: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
    @media (max-width: 64.0625rem) {
      #product-selector h3 {
        line-height: 1.1875rem;
        font-size: 1rem; } }
  #product-selector .image-block {
    position: relative;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    opacity: .5;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 64.0625rem) {
      #product-selector .image-block {
        min-height: 20vh; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      #product-selector .image-block {
        min-height: 20vh; } }
    @media (min-width: 64.0625rem) {
      #product-selector .image-block img {
        min-height: 20vh; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      #product-selector .image-block img {
        min-height: 20vh; } }
    #product-selector .image-block .image {
      width: 50%;
      position: absolute;
      top: 50%;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
    #product-selector .image-block .left-image, #product-selector .image-block .right-image {
      opacity: 0; }
    #product-selector .image-block .main-image {
      left: 50%; }
    #product-selector .image-block .left-image {
      left: -25%; }
    #product-selector .image-block .right-image {
      right: -75%; }
  #product-selector .button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 8rem);
            flex: 0 1 calc(100% - 8rem);
    width: 100%;
    padding: 4rem 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      #product-selector .button-row {
        height: 34.375rem; } }
    @media (max-width: 47.9375rem) {
      #product-selector .button-row {
        height: 29.6875rem; } }
  #product-selector button {
    -webkit-appearance: none;
    border: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(31% - 3rem);
            flex: 1 1 calc(31% - 3rem);
    margin: 2rem 1.5rem;
    max-width: 220px;
    -webkit-box-shadow: 0px 2px 6px rgba(30, 17, 45, 0.1);
            box-shadow: 0px 2px 6px rgba(30, 17, 45, 0.1);
    background-color: #FFFFFF;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    height: auto;
    outline: none; }
    @media (max-width: 64.0625rem) {
      #product-selector button {
        max-width: 15.625rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(31% - 1.5rem);
                flex: 1 1 calc(31% - 1.5rem);
        margin: 2rem .75rem; } }
    #product-selector button:hover {
      -webkit-box-shadow: 0px 2px 6px rgba(30, 17, 45, 0.18);
              box-shadow: 0px 2px 6px rgba(30, 17, 45, 0.18); }
      #product-selector button:hover .image-block {
        opacity: .65; }
    #product-selector button.active {
      -webkit-box-shadow: 0px 4px 10px rgba(30, 17, 45, 0.3);
              box-shadow: 0px 4px 10px rgba(30, 17, 45, 0.3);
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
      #product-selector button.active h3 {
        color: #09304F; }
      #product-selector button.active .image-block {
        opacity: 1; }
      #product-selector button.active .left-image, #product-selector button.active .right-image {
        opacity: 1; }
      #product-selector button.active .left-image {
        left: 0; }
      #product-selector button.active .right-image {
        right: -50%; }
  #product-selector #selector-tray {
    min-height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    padding: 4rem 1.5rem;
    background-color: #F8F8FA;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    -webkit-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.01);
            box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.01); }
    #product-selector #selector-tray.active {
      width: 60%;
      -webkit-box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.1); }
    @media (max-width: 64.0625rem) {
      #product-selector #selector-tray {
        width: 100%;
        display: block;
        height: auto;
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
                box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        z-index: 99; }
        #product-selector #selector-tray.active {
          width: 100%;
          -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
                  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } }

#selection-wrapper {
  width: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: .7s ease-out;
  -o-transition: .7s ease-out;
  transition: .7s ease-out;
  padding: 2rem 0; }
  #selection-wrapper.active {
    width: 40%; }
  @media (max-width: 64.0625rem) {
    #selection-wrapper {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      background-color: #FBFBF9;
      min-height: 37.5rem;
      padding-bottom: 6rem; }
      #selection-wrapper.active {
        width: 100%;
        -webkit-transform: translateY(-14rem);
            -ms-transform: translateY(-14rem);
                transform: translateY(-14rem);
        padding-top: 8rem;
        margin-bottom: -14rem; } }
  #selection-wrapper h3 {
    font-size: 1.5625rem;
    text-transform: none;
    color: #252629;
    margin-bottom: 1rem;
    padding: 0;
    line-height: 1.875rem;
    text-align: left; }
    @media (max-width: 47.9375rem) {
      #selection-wrapper h3 {
        font-size: 1.375rem;
        line-height: 1.75rem; } }
  #selection-wrapper .top p {
    font-size: 1.375rem;
    color: #3E3F45;
    line-height: 2rem;
    padding: 0;
    margin-bottom: 1rem; }
    @media (max-width: 47.9375rem) {
      #selection-wrapper .top p {
        font-size: 1.25rem;
        line-height: 1.875rem; } }
  #selection-wrapper .top ul li {
    color: #3E3F45;
    font-size: 1.125rem;
    padding: 0;
    margin-bottom: 1rem;
    line-height: 1.75rem; }
    @media (max-width: 47.9375rem) {
      #selection-wrapper .top ul li {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
  #selection-wrapper h4 {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    color: #252629;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  #selection-wrapper .perks {
    margin-top: 3rem; }
    #selection-wrapper .perks p {
      font-size: 1.25rem;
      color: #252629;
      line-height: 1.875rem;
      margin-bottom: 1rem; }
      @media (max-width: 47.9375rem) {
        #selection-wrapper .perks p {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
  #selection-wrapper .pricing {
    margin-top: 3rem; }
    #selection-wrapper .pricing p {
      color: #033963;
      font-size: 1.625rem;
      margin-bottom: 1rem;
      padding: 0; }
      @media (max-width: 47.9375rem) {
        #selection-wrapper .pricing p {
          font-size: 1.625rem; } }
  #selection-wrapper .mainBtn {
    background-color: #033963;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 0.875rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 2rem;
    padding: .75rem 3rem;
    letter-spacing: .04rem;
    font-size: .9375rem;
    padding: 1rem 3rem; }
    #selection-wrapper .mainBtn:hover, #selection-wrapper .mainBtn:focus, #selection-wrapper .mainBtn:active {
      background-color: #09304F; }
    @media (max-width: 64.0625rem) {
      #selection-wrapper .mainBtn span {
        height: 3rem;
        line-height: 3rem; } }
    @media (max-width: 47.9375rem) {
      #selection-wrapper .mainBtn {
        font-size: .8rem;
        padding: 1rem; } }
  #selection-wrapper .selection {
    position: absolute;
    left: 40vh;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 4rem);
    -webkit-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    opacity: 0; }
    #selection-wrapper .selection.active {
      left: 2rem;
      opacity: 1; }
    @media (min-width: 64.0625rem) {
      #selection-wrapper .selection {
        width: calc(100% - 6rem); }
        #selection-wrapper .selection.active {
          left: 3rem; } }
    @media (max-width: 64.0625rem) {
      #selection-wrapper .selection {
        padding: 2rem;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-animation: selectionout 1s forwards;
                animation: selectionout 1s forwards;
        display: none;
        position: relative; }
        #selection-wrapper .selection.active {
          display: block;
          -webkit-animation: selectionin 1s forwards;
                  animation: selectionin 1s forwards; } }
    @media (max-width: 47.9375rem) {
      #selection-wrapper .selection {
        width: 100%;
        padding: 1.5rem 2.5rem; }
        #selection-wrapper .selection.active {
          left: 0; } }

@-webkit-keyframes selectionin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes selectionin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes selectionout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block; }
  99% {
    display: none; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); } }

@keyframes selectionout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block; }
  99% {
    display: none; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); } }

#how-it-works {
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s; }
  #how-it-works.active {
    opacity: 1;
    -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
            transform: translateY(-2rem); }
  #how-it-works h2 {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%; }
  #how-it-works .bar {
    background-color: #E9E9EB;
    padding: 3rem 4rem;
    width: calc(100% - 8rem);
    margin: 0 auto;
    -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 62.5rem; }
    @media (max-width: 64.0625rem) {
      #how-it-works .bar {
        padding: 2rem 3rem;
        width: calc(100% - 6rem); } }
    @media (max-width: 47.9375rem) {
      #how-it-works .bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #how-it-works .step {
    text-align: center; }
    @media (max-width: 47.9375rem) {
      #how-it-works .step {
        margin: 2rem 0; } }
    @media (min-width: 48rem) {
      #how-it-works .step {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(33% - 2rem);
                flex: 1 1 calc(33% - 2rem);
        width: calc(33% - 2rem);
        margin: 3rem 1rem 1rem 1rem; } }
  #how-it-works .text {
    font-size: 1.125rem;
    margin-top: 1rem; }
  #how-it-works .number {
    text-align: center; }
    #how-it-works .number span {
      background: #738087;
      display: block;
      border-radius: 100%;
      color: white;
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 1.125rem;
      line-height: 2.5rem;
      width: 2.5rem;
      text-align: center;
      display: block;
      margin: 0 auto; }

#details {
  padding: 4rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 47.9375rem) {
    #details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      overflow: hidden; } }
  #details .text, #details .image {
    padding: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2rem);
            flex: 1 1 calc(50% - 2rem); }
    @media (max-width: 47.9375rem) {
      #details .text, #details .image {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 2rem);
                flex: 1 1 calc(100% - 2rem); } }
  #details .text {
    padding-top: 3rem; }
    @media (max-width: 47.9375rem) {
      #details .text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  #details .top {
    margin-bottom: 3rem;
    max-width: 600px; }
  #details h2 {
    margin: 0; }
  #details p {
    margin: 0; }
  #details img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-box-shadow: 0px 4px 10px rgba(33, 29, 25, 0.25);
            box-shadow: 0px 4px 10px rgba(33, 29, 25, 0.25); }
  #details h3 {
    font-size: 1.375rem;
    margin-bottom: 0rem;
    padding-bottom: 0; }
  #details .image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 47.9375rem) {
      #details .image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: 25rem; } }
  #details .perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #details .perks .blurb {
      padding-right: 0rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 2rem);
              flex: 1 1 calc(50% - 2rem);
      max-width: calc(50% - 2rem);
      margin-bottom: 3rem;
      margin-right: 2rem; }

#sub-bottom {
  background-color: #F8F8FA;
  border-top: 1px solid #E6E1D9;
  padding-top: 4rem;
  padding-bottom: 0; }

.why-direct {
  max-width: 90rem;
  margin: 0 auto; }
  .why-direct h2 {
    text-align: center; }
  .why-direct .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 47.9375rem) {
      .why-direct .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .why-direct .box {
    background-color: #ffffff;
    margin: 4rem 2rem;
    padding: 2rem;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 4rem);
            flex: 1 1 calc(33% - 4rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15); }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .why-direct .box {
        margin: 4rem 1rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(33% - 2rem);
                flex: 1 1 calc(33% - 2rem); } }
    @media (max-width: 47.9375rem) {
      .why-direct .box {
        margin: 1rem 1rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 2rem);
                flex: 1 1 calc(100% - 2rem); } }
  .why-direct p {
    font-size: 1.375rem;
    padding: 0;
    margin: 0; }
  .why-direct .orange {
    color: #033963;
    font-weight: 700; }

.faqs {
  max-width: 37.5rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative; }
  .faqs .collapsable {
    height: 37.5rem;
    overflow-y: hidden;
    -webkit-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out; }
  .faqs .collapse-expand {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    padding: 4rem 0 3rem 0;
    text-align: center;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #09304F;
    height: auto;
    width: 100%;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    letter-spacing: 3px;
    font-size: 0.875rem;
    background: #f3f2ee;
    background: -webkit-gradient(linear, left bottom, left top, from(#f8f8fa), color-stop(60%, #f8f8fa), to(rgba(248, 248, 250, 0)));
    background: -o-linear-gradient(bottom, #f8f8fa 0%, #f8f8fa 60%, rgba(248, 248, 250, 0) 100%);
    background: linear-gradient(0deg, #f8f8fa 0%, #f8f8fa 60%, rgba(248, 248, 250, 0) 100%); }
    .faqs .collapse-expand:hover {
      color: #033963; }
  .faqs h2 {
    margin: 2rem 0; }
  .faqs .question {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #252629;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700; }
  .faqs .answer {
    margin-bottom: 4rem; }

#form-bottom {
  height: 60vh;
  min-height: 400px;
  background-color: #F3F2EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #form-bottom .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  #form-bottom img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  #form-bottom h2, #form-bottom h3, #form-bottom p {
    color: white;
    margin: 0; }
  #form-bottom p {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold; }
  #form-bottom h3 {
    font-size: 1.875rem;
    margin: .5rem 0 0rem 0; }
  #form-bottom h2 {
    font-size: 2.75rem; }
  #form-bottom small a {
    font-size: 0.875rem;
    color: white;
    text-decoration: underline; }
  #form-bottom .form-overlay {
    margin: 2rem;
    width: 100%;
    max-width: 500px;
    text-align: center; }
  #form-bottom button.defaultBtn {
    background-color: #09304F;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 0.875rem;
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 2rem;
    padding: .75rem 3rem;
    letter-spacing: .04rem;
    padding: 0 3rem; }
    #form-bottom button.defaultBtn:hover, #form-bottom button.defaultBtn:focus, #form-bottom button.defaultBtn:active {
      background-color: #033963; }
    @media (max-width: 64.0625rem) {
      #form-bottom button.defaultBtn span {
        height: 3rem;
        line-height: 3rem; } }
  #form-bottom legend {
    display: none; }
  #form-bottom label {
    text-align: center;
    color: white; }
  #form-bottom .v65-form input[type=text], #form-bottom fieldset input, #form-bottom .v65-form fieldset input {
    width: 100%;
    max-width: none; }
  #form-bottom .v65-form {
    width: 100%; }
  #form-bottom fieldset > div {
    color: white; }
  #form-bottom input[type="text"] {
    color: #252629; }

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(2rem);
      -ms-transform: translateX(2rem);
          transform: translateX(2rem); }
  .fade-in-right.active {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
    -webkit-animation-delay: .1s;
            animation-delay: .1s; }

.fade-in-bottom {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
      -ms-transform: translateY(1.5rem);
          transform: translateY(1.5rem); }
  .fade-in-bottom.active {
    -webkit-animation-name: fadeInBottom;
            animation-name: fadeInBottom;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.memberContent fieldset#v65-fieldset-choices {
  background-color: #FAF9F7;
  padding: 2rem !important; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubSubtotalWrapper, .memberContent fieldset#v65-fieldset-choices .clubSubtotal, .memberContent fieldset#v65-fieldset-choices .v65-clubChoicesDescription, .memberContent fieldset#v65-fieldset-choices .v65-clubSelectedItemCountWrapper, .memberContent fieldset#v65-fieldset-choices .v65-clubChoicesProductTitle, .memberContent fieldset#v65-fieldset-choices .v65-price {
    color: #252629; }
  .memberContent fieldset#v65-fieldset-choices legend {
    display: none; }
  .memberContent fieldset#v65-fieldset-choices li {
    color: #252629;
    font-size: 1.125rem; }
  .memberContent fieldset#v65-fieldset-choices ul {
    margin: 1rem 0;
    padding: 0; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubChoices-title {
    font-size: 1.5rem;
    color: #252629;
    margin-bottom: .5rem; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubChoices-teaser p {
    color: #252629;
    font-size: 1.125rem; }
    .memberContent fieldset#v65-fieldset-choices .v65-clubChoices-teaser p a {
      color: white;
      text-decoration: underline; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubChoices-teaser a {
    color: #252629;
    text-decoration: underline; }
  .memberContent fieldset#v65-fieldset-choices div.v65-clubChoices-description {
    text-transform: uppercase;
    color: #252629;
    border-bottom: 1px solid #979797;
    margin-bottom: .875rem;
    padding-bottom: .875rem;
    font-size: 0.9375rem; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubChoice {
    color: #252629;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    padding: 1em;
    margin: 1rem;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center; }
    .memberContent fieldset#v65-fieldset-choices .v65-clubChoice div {
      padding: .5rem 0; }
  .memberContent fieldset#v65-fieldset-choices select {
    max-width: 4.375rem;
    margin-right: 1rem;
    background-color: white;
    background: url(/dist/images/svg/dropdown.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubProductImageWrapper {
    width: 100%;
    text-align: center;
    display: block; }
  .memberContent fieldset#v65-fieldset-choices .v65-clubChoices {
    margin: 0;
    padding: 0; }
    .memberContent fieldset#v65-fieldset-choices .v65-clubChoices .v65-clubChoices-title {
      padding: 0; }

.memberContent #v65-checkBilling fieldset#v65-fieldset-choices li {
  margin-bottom: 1rem;
  margin-left: 1rem; }

.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 {
  -webkit-transition: 1.65s cubic-bezier(0.21, 0.47, 0.24, 0.94);
  -o-transition: 1.65s cubic-bezier(0.21, 0.47, 0.24, 0.94);
  transition: 1.65s cubic-bezier(0.21, 0.47, 0.24, 0.94); }

.arrow-icon {
  width: 12px;
  height: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  margin-left: .25rem;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out; }

.background-texture {
  background-color: #f2f2f7; }

.shadow-1 {
  -webkit-box-shadow: 0px 6px 10px rgba(62, 63, 69, 0.15);
          box-shadow: 0px 6px 10px rgba(62, 63, 69, 0.15); }

.shadow-2 {
  -webkit-box-shadow: 0px 12px 18px rgba(62, 63, 69, 0.22);
          box-shadow: 0px 12px 18px rgba(62, 63, 69, 0.22); }

.moving-container {
  position: relative;
  opacity: 1; }

.wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0;
  position: relative; }
  @media (max-width: 47.9375rem) {
    .homepage .hero {
      height: calc(101vh - 4.1875rem);
      margin-bottom: 1.5rem; } }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .homepage .hero {
      height: calc(101vh - 5.4375rem); } }
  @media (min-width: 64.0625rem) {
    .homepage .hero {
      height: calc(101vh - 206px); } }
  @media (min-width: 48rem) {
    .homepage .hero {
      background-color: #293A47;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .homepage .hero #videoBG {
    position: absolute;
    height: 100%;
    max-width: none;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 1;
    -webkit-transition: .3s opacity ease-out;
    -o-transition: .3s opacity ease-out;
    transition: .3s opacity ease-out;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .homepage .hero #videoBG.active {
      opacity: 1; }
  .homepage .hero .videoImageBG {
    position: relative;
    z-index: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }
  .homepage .hero .image {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100%);
            flex: 1 1 calc(100%); }
    @media (max-width: 47.9375rem) {
      .homepage .hero .image {
        height: 60vh;
        width: 100%;
        padding: 0; } }
    @media (min-width: 48rem) {
      .homepage .hero .image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .homepage .hero .image img {
          -o-object-position: right center;
             object-position: right center; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .homepage .hero .image {
        width: 60%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(60%);
                flex: 1 1 calc(60%); } }
    @media (min-width: 64.0625rem) {
      .homepage .hero .image {
        width: 70%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(70%);
                flex: 1 1 calc(70%); } }
  .homepage .hero img {
    opacity: 0;
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
    -webkit-transition: 4s cubic-bezier(0.22, 0.61, 0.35, 1);
    -o-transition: 4s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: 4s cubic-bezier(0.22, 0.61, 0.35, 1);
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s; }
  .homepage .hero .text {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 47.9375rem) {
      .homepage .hero .text {
        background-color: #293A47;
        position: absolute;
        width: calc(100% - 4rem);
        padding: 1.25rem;
        top: 55%;
        left: 2rem;
        z-index: 2;
        -webkit-box-shadow: 0px 12px 18px rgba(62, 63, 69, 0.22);
                box-shadow: 0px 12px 18px rgba(62, 63, 69, 0.22); } }
    @media (min-width: 48rem) {
      .homepage .hero .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 2rem; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      .homepage .hero .text {
        width: calc(40% - 4rem);
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(40% - 4rem);
                flex: 1 1 calc(40% - 4rem); } }
    @media (min-width: 64.0625rem) {
      .homepage .hero .text {
        width: calc(30% - 4rem);
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(30% - 4rem);
                flex: 1 1 calc(30% - 4rem); } }
  .homepage .hero .arrow-btn {
    color: white;
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    -webkit-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    -o-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    -webkit-transition-delay: 1.7s;
         -o-transition-delay: 1.7s;
            transition-delay: 1.7s; }
  .homepage .hero p {
    color: #E9E9EB;
    margin-bottom: 1.5rem;
    font-size: 20px;
    line-height: 1.4;
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    -webkit-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    -o-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s; }
  .homepage .hero h1 {
    margin-bottom: 1.5rem;
    color: white;
    line-height: 1.1;
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    -webkit-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    -o-transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    transition: 1s cubic-bezier(0.5, 0.76, 0.6, 0.88);
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s; }
  .homepage .hero.active p, .homepage .hero.active h1, .homepage .hero.active .arrow-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .homepage .hero.active img {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .homepage .hero.hover-active .arrow-btn:after {
    opacity: 1;
    -webkit-transform: translateY(0.25rem);
        -ms-transform: translateY(0.25rem);
            transform: translateY(0.25rem); }
  .homepage .hero.hover-active img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01); }

.homepage .homepage-large-promos {
  background-color: #F8F8FA;
  height: 80vh;
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .homepage .homepage-large-promos {
      height: auto; } }
  .homepage .homepage-large-promos .text {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    opacity: 1;
    position: relative;
    z-index: 4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .homepage .homepage-large-promos .text .inner {
      width: 100%;
      max-width: 450px; }
    @media (max-width: 47.9375rem) {
      .homepage .homepage-large-promos .text {
        width: calc(100% - 4rem);
        padding: 2rem;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 4rem);
                flex: 1 1 calc(100% - 4rem); } }
    .homepage .homepage-large-promos .text h2, .homepage .homepage-large-promos .text p {
      width: 100%; }

.homepage .flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 47.9375rem) {
    .homepage .flex-link {
      overflow-x: hidden; } }
  .homepage .flex-link.hover-active .arrow-btn:after {
    opacity: 1;
    -webkit-transform: translateY(0.25rem);
        -ms-transform: translateY(0.25rem);
            transform: translateY(0.25rem); }
  .homepage .flex-link.hover-active .shadow-1 {
    -webkit-box-shadow: 0px 8px 14px rgba(62, 63, 69, 0.25);
            box-shadow: 0px 8px 14px rgba(62, 63, 69, 0.25); }
  .homepage .flex-link.hover-active .shadow-2 {
    -webkit-box-shadow: 0px 16px 24px rgba(62, 63, 69, 0.32);
            box-shadow: 0px 16px 24px rgba(62, 63, 69, 0.32); }
  .homepage .flex-link.hover-active h2 {
    color: #033963; }

.homepage .image {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative; }
  @media (max-width: 47.9375rem) {
    .homepage .image {
      width: calc(100% - 4rem);
      padding: 2rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 4rem);
              flex: 1 1 calc(100% - 4rem);
      height: 350px; } }

.homepage .box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 64.0625rem) and (min-width: 48rem) {
    .homepage .box-1 {
      height: 45vh;
      top: calc(50% - 20vh); } }
  @media (max-width: 47.9375rem) {
    .homepage .box-1 {
      width: 80%;
      height: 300px;
      top: 1.5rem;
      left: inherit;
      right: 1rem; } }

.homepage .box-2 {
  background-color: #ccc;
  width: 25%;
  height: 28vh;
  top: calc(50% + 10vh);
  left: 100px;
  z-index: 3; }
  @media (max-width: 64.0625rem) and (min-width: 48rem) {
    .homepage .box-2 {
      width: 30%;
      height: 25vh; } }
  @media (min-width: 48rem) {
    .homepage .box-2 {
      min-width: 210px; } }
  @media (max-width: 47.9375rem) {
    .homepage .box-2 {
      width: 38%;
      height: 170px;
      left: 1rem;
      top: 40%; } }

.homepage .box-3 {
  height: 45vh;
  width: 50%;
  top: calc(50% - 25vh);
  right: 0;
  z-index: 1; }
  @media (max-width: 47.9375rem) {
    .homepage .box-3 {
      width: 50%;
      height: 300px;
      top: 10%;
      right: 1rem; } }

.homepage .right .box-3 {
  left: 1rem; }
  @media (min-width: 48rem) {
    .homepage .right .box-3 {
      right: inherit;
      left: 0; } }

.homepage .right .text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (max-width: 47.9375rem) {
  .homepage .right .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .homepage .right .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            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: 47.9375rem) {
    .product-dropouts {
      padding: 3rem 0; } }
  .product-dropouts header {
    padding: 2rem;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    .product-dropouts header h2, .product-dropouts header p {
      max-width: 500px;
      margin: 0 auto; }
  .product-dropouts .product-info {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    position: relative;
    max-width: 380px; }
    .product-dropouts .product-info:before {
      content: '';
      height: 100%;
      width: 45%;
      background-color: #F8F8FA;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-transition: .7s ease-out;
      -o-transition: .7s ease-out;
      transition: .7s ease-out;
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s; }
  .product-dropouts .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem; }
    @media (min-width: 48rem) {
      .product-dropouts .product:nth-child(2) {
        -webkit-transform: translateY(40%);
            -ms-transform: translateY(40%);
                transform: translateY(40%); }
      .product-dropouts .product:nth-child(3) {
        -webkit-transform: translateY(20%) translateX(20%);
            -ms-transform: translateY(20%) translateX(20%);
                transform: translateY(20%) translateX(20%); } }
    @media (max-width: 47.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: 630px;
      width: auto;
      max-width: none; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .product-dropouts .product img {
          height: 450px; } }
      @media (max-width: 47.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, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 1.125rem;
      line-height: 25px;
      padding-bottom: 1.5rem; }
      .product-dropouts .product h2 .vintage {
        font-size: 1rem;
        color: #3E3F45; }
      .product-dropouts .product h2 .varietal {
        font-weight: 800; }
    .product-dropouts .product p {
      color: #3E3F45;
      padding-bottom: .125rem;
      margin-bottom: 0; }
      @media (max-width: 64.0625rem) and (min-width: 48rem) {
        .product-dropouts .product p {
          font-size: 14px; } }
    .product-dropouts .product p.price {
      color: #252629; }
    .product-dropouts .product .arrow-btn {
      margin-top: 1.5rem;
      -webkit-transition-delay: .8s;
           -o-transition-delay: .8s;
              transition-delay: .8s; }
    .product-dropouts .product.hover-active .arrow-btn:after {
      opacity: 1;
      -webkit-transform: translateY(0.25rem);
          -ms-transform: translateY(0.25rem);
              transform: translateY(0.25rem); }
    .product-dropouts .product.hover-active h2 div {
      color: #033963; }
    .product-dropouts .product.hover-active .product-info:before {
      width: 55%;
      background-color: #f2f2f7; }
  .product-dropouts .product-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

section.varietals {
  padding: 6rem 0 1rem 0; }
  @media (max-width: 47.9375rem) {
    section.varietals {
      padding: 3rem 0 1rem 0; } }
  section.varietals .varietal-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 47.9375rem) {
      section.varietals .varietal-grid {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  section.varietals h1 {
    margin-bottom: 3rem; }
    @media (max-width: 47.9375rem) {
      section.varietals h1 {
        text-align: center; } }
  section.varietals .varietal {
    width: calc(33%);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33%);
            flex: 0 1 calc(33%);
    max-width: 375px;
    padding-right: 2rem;
    margin-bottom: 6rem; }
    @media (min-width: 48rem) {
      section.varietals .varietal:nth-child(3n+1) {
        -webkit-transition-delay: .1s;
             -o-transition-delay: .1s;
                transition-delay: .1s; }
      section.varietals .varietal:nth-child(3n+2) {
        -webkit-transition-delay: .4s;
             -o-transition-delay: .4s;
                transition-delay: .4s; }
      section.varietals .varietal:nth-child(3n+3) {
        -webkit-transition-delay: .7s;
             -o-transition-delay: .7s;
                transition-delay: .7s; } }
    section.varietals .varietal .icon {
      width: 36px;
      margin-bottom: .75rem; }
    section.varietals .varietal h2 {
      font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 20px;
      color: #033963;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1rem; }
    section.varietals .varietal p {
      line-height: 28px;
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }
    @media (max-width: 47.9375rem) {
      section.varietals .varietal {
        width: calc(50%);
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50%);
                flex: 0 1 calc(50%);
        max-width: 375px;
        padding: 2rem;
        margin-bottom: 3rem;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        section.varietals .varietal p {
          display: none; }
        section.varietals .varietal h2 {
          font-size: 16px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        section.varietals .varietal .arrow-icon {
          display: none; }
        section.varietals .varietal .icon {
          width: 30px;
          margin: 0 auto .5rem auto; }
        section.varietals .varietal:nth-child(2n+1) {
          -webkit-transition-delay: .1s;
               -o-transition-delay: .1s;
                  transition-delay: .1s; }
        section.varietals .varietal:nth-child(2n+2) {
          -webkit-transition-delay: .4s;
               -o-transition-delay: .4s;
                  transition-delay: .4s; } }
    @media (max-width: 64.0625rem) and (min-width: 48rem) {
      section.varietals .varietal p {
        font-size: 14px; } }
    section.varietals .varietal:hover p, section.varietals .varietal:focus p, section.varietals .varietal:active p {
      color: #033963; }
    section.varietals .varietal:hover .arrow-icon, section.varietals .varietal:focus .arrow-icon, section.varietals .varietal:active .arrow-icon {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }

.image-promos {
  padding-bottom: 4rem; }
  @media (max-width: 47.9375rem) {
    .image-promos {
      padding-bottom: 2rem; } }
  .image-promos .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .image-promos .image-promo {
    margin: 1rem 0;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2rem);
            flex: 1 1 calc(50% - 2rem); }
    @media (min-width: 48rem) {
      .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: 47.9375rem) {
      .image-promos .image-promo {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 2rem);
                flex: 1 1 calc(100% - 2rem);
        margin-bottom: 2.5rem; }
        .image-promos .image-promo .image {
          padding: 0; } }
    .image-promos .image-promo:hover .arrow-btn:after, .image-promos .image-promo:focus .arrow-btn:after, .image-promos .image-promo:active .arrow-btn:after {
      opacity: 1;
      -webkit-transform: translateY(0.25rem);
          -ms-transform: translateY(0.25rem);
              transform: translateY(0.25rem); }
    .image-promos .image-promo:hover h2, .image-promos .image-promo:focus h2, .image-promos .image-promo:active h2 {
      color: #033963; }
    .image-promos .image-promo:hover .background-texture, .image-promos .image-promo:focus .background-texture, .image-promos .image-promo:active .background-texture {
      top: 5.25rem;
      background-color: #E9E9EB; }
  .image-promos .background-texture {
    position: absolute;
    z-index: 1;
    width: calc(100% - 4rem);
    left: 1rem;
    top: 3rem;
    height: 450px;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s; }
  .image-promos .image {
    position: relative;
    height: 425px;
    width: 100%; }
    @media (max-width: 47.9375rem) {
      .image-promos .image {
        height: 375px; } }
    .image-promos .image img {
      z-index: 2;
      position: relative; }
  .image-promos .text {
    margin: 1rem 3rem;
    position: relative;
    z-index: 3; }
    .image-promos .text h2 {
      -webkit-transition: .4s ease-out;
      -o-transition: .4s ease-out;
      transition: .4s ease-out; }

.homepage-wine-club {
  background-color: #F8F8FA;
  padding: 4rem 0; }
  @media (max-width: 47.9375rem) {
    .homepage-wine-club {
      padding: 4rem 0 2rem 0; } }
  .homepage-wine-club .wrap {
    max-width: 56.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .homepage-wine-club .image {
    width: 45%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    overflow: hidden; }
    .homepage-wine-club .image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .homepage-wine-club .image img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
  .homepage-wine-club .text {
    width: calc(55% - 3rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(55% - 3rem);
            flex: 1 1 calc(55% - 3rem);
    padding: 3rem;
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            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: 47.9375rem) {
    .homepage-wine-club .image, .homepage-wine-club .text {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
    .homepage-wine-club .image {
      padding: 0; } }
  .homepage-wine-club.hover-active h2 {
    color: #033963; }
  .homepage-wine-club.hover-active .arrow-btn:after {
    opacity: 1;
    -webkit-transform: translateY(0.25rem);
        -ms-transform: translateY(0.25rem);
            transform: translateY(0.25rem); }

.homepage-prefooter {
  background-color: #f2f2f7;
  padding: 4rem; }
  @media (max-width: 47.9375rem) {
    .homepage-prefooter {
      padding: 4rem 2rem; } }
  .homepage-prefooter .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .homepage-prefooter .text-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    width: 33%;
    padding-right: 2rem;
    max-width: 400px; }
    @media (max-width: 47.9375rem) {
      .homepage-prefooter .text-link {
        padding-right: 0rem; } }
    .homepage-prefooter .text-link:hover .arrow-btn:after, .homepage-prefooter .text-link:focus .arrow-btn:after, .homepage-prefooter .text-link:active .arrow-btn:after {
      opacity: 1;
      -webkit-transform: translateY(0.25rem);
          -ms-transform: translateY(0.25rem);
              transform: translateY(0.25rem); }
    .homepage-prefooter .text-link:hover h3, .homepage-prefooter .text-link:focus h3, .homepage-prefooter .text-link:active h3 {
      color: #033963; }
    @media (max-width: 47.9375rem) {
      .homepage-prefooter .text-link {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        width: 100%;
        max-width: none;
        margin-bottom: 4rem; } }
  .homepage-prefooter h3 {
    font-family: sofia-pro, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out; }
  .homepage-prefooter p {
    margin-bottom: 1.5rem; }

.object-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .object-cover img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

_:-ms-lang(x), _:-webkit-full-screen, .object-cover {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  _:-ms-lang(x) img, _:-webkit-full-screen img, .object-cover img {
    position: absolute;
    width: 150%;
    height: auto;
    top: 0%;
    left: 0%; }

.printBody {
  background-color: #FFF;
  background-image: none;
  margin: 0;
  padding: 0; }

.printWrapper {
  margin: 48px auto;
  width: 720px;
  text-align: left; }

.printHeader {
  width: 100%; }
  .printHeader p {
    text-align: center;
    text-transform: uppercase;
    color: #3E3F45;
    font-size: 12px;
    line-height: 145%;
    padding: 0;
    margin: 0; }
  .printHeader .address {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    float: left; }
  .printHeader .brand-logos {
    width: 100%;
    float: left; }
  .printHeader .tab {
    display: inline-block;
    height: 3rem;
    float: left;
    margin: 0 1.25%;
    width: 14%;
    cursor: pointer; }
    .printHeader .tab .icon {
      fill: #252629;
      width: 100%;
      height: 100%;
      padding: .65rem .5rem;
      display: block;
      cursor: pointer;
      -webkit-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      cursor: pointer; }

.printContent {
  text-align: left;
  width: 100%; }

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