/*!
 * Wesite Name: Gravity
 * Author: Vintools - http://vintools.co
*/
/*! 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.
 */
   /* NOTE FOR VIN 65 ON 3759! */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

h1, h2, .v65-title, .v65-product-title, .v65-productclearfix-title, .v65-productGroup-title, h3, .v65-subtitle, .v65-product-subtitle, .v65-memberAllcoationHistoryTitle, .v65-product-title, .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productclearfix-title, .v65-blogPostDate + .v65-productGroup-title, h4, form legend, .v65-product-tab .v65-title, .v65-product-relatedProducts .v65-product-title, #v65-checkoutFormWrapper legend, .v65-product-subtitle, h5, .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, h6 {
  color: #333;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1.feature-title, h2.feature-title, .feature-title.v65-title, .feature-title.v65-product-title, .feature-title.v65-productclearfix-title, .feature-title.v65-productGroup-title, h3.feature-title, .feature-title.v65-subtitle, .feature-title.v65-product-subtitle, .feature-title.v65-memberAllcoationHistoryTitle, .feature-title.v65-product-title, .v65-blogPostDate + h2.feature-title, .v65-blogPostDate + .feature-title.v65-title, .v65-blogPostDate + .feature-title.v65-productclearfix-title, .v65-blogPostDate + .feature-title.v65-productGroup-title, h4.feature-title, form legend.feature-title, .v65-product-tab .feature-title.v65-title, .v65-product-relatedProducts .feature-title.v65-product-title, #v65-checkoutFormWrapper legend.feature-title, .feature-title.v65-product-subtitle, h5.feature-title, .v65-productWrapper .v65-wine-profile .feature-title.v65-product-attributeLabel, h6.feature-title {
  text-align: center;
  margin-bottom: .9em;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: .5em;
}
@media only screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
}

h2, .v65-title, .v65-product-title, .v65-productclearfix-title, .v65-productGroup-title {
  font-size: 1.6875rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  h2, .v65-title, .v65-product-title, .v65-productclearfix-title, .v65-productGroup-title {
    font-size: 2.25rem;
  }
}

h3, .v65-subtitle, .v65-product-subtitle, .v65-memberAllcoationHistoryTitle, .v65-product-title, .v65-blogPostDate + h2, .v65-blogPostDate + .v65-title, .v65-blogPostDate + .v65-product-title, .v65-blogPostDate + .v65-productclearfix-title, .v65-blogPostDate + .v65-productGroup-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h3 em, .v65-subtitle em, .v65-product-subtitle em, .v65-memberAllcoationHistoryTitle em, .v65-product-title em, .v65-blogPostDate + h2 em, .v65-blogPostDate + .v65-title em, .v65-blogPostDate + .v65-productclearfix-title em, .v65-blogPostDate + .v65-productGroup-title em {
  color: #999;
  display: block;
  font-size: 0.9rem;
}

h4, form legend, .v65-product-tab .v65-title, .v65-product-relatedProducts .v65-product-title, #v65-checkoutFormWrapper legend, .v65-product-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

h5, .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

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

form {
  margin-bottom: 1.25rem;
}
form.v65-form {
  font-size: 0.875rem;
}
form p, form div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label {
  color: #787878;
  font-style: italic;
  font-size: .75rem;
}
form input {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  form input {
    padding: 0.563rem 0.2rem;
  }
}
form input[type="checkbox"], form input[type="radio"] {
  display: inline-block;
}
form textarea {
  border-color: #cccccc;
}
@media only screen and (min-width: 40em) {
  form.v65-customForm input[type='button'], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

ul, ol, dl {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

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

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

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

iframe {
  max-width: 100%;
}

hr {
  border: dotted #cccccc;
  border-width: 2px 0 0;
  clear: both;
  height: 0;
  margin: 2.5rem 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.strikethru {
  text-decoration: line-through;
}

.last, div.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.red {
  color: #CC0000;
}

.red a {
  color: #CC0000;
}

.red a:hover {
  color: #990000;
}

.promo {
  color: #CC0000;
  font-weight: bold;
}

.error {
  color: #CC0000;
}

.alert {
  padding: 7px 10px;
  background-color: #c53939;
  color: #fff;
  font-size: 0.95em;
  line-height: 1.6em;
}

.alert p {
  color: #fff;
}

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

.alert li {
  color: #fff;
}

.alertYellow {
  padding: 7px 10px;
  background-color: #FF9;
  color: #333;
  font-size: 0.95em;
  line-height: 1.6em;
  margin-bottom: 1.25rem;
}

.alertYellow p {
  padding: 0;
  color: #333;
  margin: 0;
}

@media only screen and (min-width: 40em) {
  .floatRight {
    float: right;
  }
}

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

.v65-clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.firstItem {
  margin-left: 0;
  padding-left: 0;
}

.lastItem {
  margin-right: 0;
  padding-right: 0;
}

.v65-last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.v65-carrot {
  margin-bottom: 1.25rem;
  padding: 0.5rem;
}
.v65-carrot p, .v65-carrot h1, .v65-carrot h2, .v65-carrot .v65-title, .v65-carrot .v65-product-title, .v65-carrot .v65-productclearfix-title, .v65-carrot .v65-productGroup-title, .v65-carrot h3, .v65-carrot .v65-subtitle, .v65-carrot .v65-product-subtitle, .v65-carrot .v65-memberAllcoationHistoryTitle, .v65-carrot .v65-product-title, .v65-carrot .v65-blogPostDate + h2, .v65-carrot .v65-blogPostDate + .v65-title, .v65-carrot .v65-blogPostDate + .v65-productclearfix-title, .v65-carrot .v65-blogPostDate + .v65-productGroup-title, .v65-carrot h4, .v65-carrot form legend, form .v65-carrot legend, .v65-carrot .v65-product-tab .v65-title, .v65-product-tab .v65-carrot .v65-title, .v65-carrot .v65-product-relatedProducts .v65-product-title, .v65-product-relatedProducts .v65-carrot .v65-product-title, .v65-carrot #v65-checkoutFormWrapper legend, #v65-checkoutFormWrapper .v65-carrot legend, .v65-carrot .v65-product-subtitle, .v65-carrot h5, .v65-carrot .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .v65-carrot .v65-product-attributeLabel, .v65-carrot h6 {
  margin-bottom: 0;
}
#v65-modalCartBody .v65-carrot {
  margin-bottom: 0;
}

.v65-carrot-color-white {
  background: #fff;
}

.v65-carrot-color-green {
  background: #cae0c5;
}

.v65-carrot-color-yellow {
  background: #e0dbc5;
}

.v65-carrot-color-blue {
  background: #c5dce0;
}

.v65-carrot-color-red {
  background: #e8c4c5;
}

.v65-product-sortBy {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .v65-product-sortBy {
    float: left;
    text-align: left;
    width: 50%;
  }
}
.v65-product-sortBy .form {
  display: inline-block;
}

.v65-product-pagination {
  margin-bottom: 1.25rem;
}
.v65-product-pagination:before, .v65-product-pagination:after {
  content: " ";
  display: table;
}
.v65-product-pagination:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .v65-product-pagination {
    float: right;
    width: 50%;
  }
}
.v65-product-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .v65-product-pagination ul {
    text-align: right;
  }
}
.v65-product-pagination ul li {
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
}
.v65-product-pagination ul li a {
  display: block;
  width: 2rem;
}

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

.v65-Paging {
  margin-bottom: 1.25rem;
}
.v65-Paging:before, .v65-Paging:after {
  content: " ";
  display: table;
}
.v65-Paging:after {
  clear: both;
}
.v65-Paging ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .v65-Paging ul {
    text-align: left;
  }
}
.v65-Paging ul li {
  display: inline-block;
  line-height: 2rem;
  width: 2rem;
}
.v65-Paging ul li a {
  display: block;
  width: 2rem;
}

/* a. Blog Right Custom Tags
-------------------------------------------------------------- */
#v65-blogRecentPosts {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
#v65-blogRecentPosts li {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
#v65-blogRecentPosts .v65-recentEntriesDate {
  font-size: 0.875em;
  font-style: italic;
}

#v65-blogSubscribeByRSS {
  list-style: none;
}

.v65-recentEntriesDate {
  list-style: none;
}

.v65-recentEntriesTitle {
  list-style: none;
}

/* b. Blog List Content
-------------------------------------------------------------- */
.v65-blogPostWrapper {
  margin-bottom: 1.25rem;
  padding-left: 58px;
  position: relative;
}
.v65-blogPostWrapper:before, .v65-blogPostWrapper:after {
  content: " ";
  display: table;
}
.v65-blogPostWrapper:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .v65-blogPostWrapper {
    margin-bottom: 2.5rem;
  }
}

.v65-blogPostDate {
  font-size: 0.875em;
}

.v65-blogFooter {
  font-size: 0.875em;
  margin-bottom: 1.25rem;
}
.v65-blogFooter:before, .v65-blogFooter:after {
  content: " ";
  display: table;
}
.v65-blogFooter:after {
  clear: both;
}

.v65-blogFooterDate {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  .v65-blogFooterDate {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.v65-blogFooterLink {
  display: none;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  .v65-blogFooterLink {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.v65-blogFooterComments {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 40em) {
  .v65-blogFooterComments {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.v65-blogFooterShareThis {
  display: inline-block;
}

/* a. Recipe List 
-------------------------------------------------------------- */
/* b. Recipe Drilldown
-------------------------------------------------------------- */
/* c. Recipe Related Products
-------------------------------------------------------------- */
.v65-recipe-drilldown-related-product {
  /* Product Add To Cart */
  /*Product Review Stats*/
}

.v65-commentWrapper, .v65-product-review-wrapper {
  margin-bottom: 1.25rem;
  padding-left: 58px;
  position: relative;
}
.v65-commentWrapper:before, .v65-commentWrapper:after, .v65-product-review-wrapper:before, .v65-product-review-wrapper:after {
  content: " ";
  display: table;
}
.v65-commentWrapper:after, .v65-product-review-wrapper:after {
  clear: both;
}

.v65-avatar, .v65-product-review-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

.v65-commentName, .v65-product-review-reviewerName {
  font-weight: bold;
}

.v65-product-review-stars {
  margin: 0.3125rem 0;
}

.v65-commentDate, .v65-product-review-date {
  font-style: italic;
  margin-bottom: 0.5em;
}

.v65-commentText, .v65-product-review-comment {
  margin-bottom: 1.25rem;
}

/* a. Drilldown Content Form Styling
-------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
  #v65-commentFormWrapper {
    margin-bottom: 1.25rem;
    padding-left: 58px;
    position: relative;
  }
}
#v65-commentFormWrapper input[name="Name"], #v65-commentFormWrapper input[name="Email"], #v65-commentFormWrapper input[name="Website"], #v65-commentFormWrapper input[name="captchaText"] {
  width: 200px;
}
#v65-commentFormWrapper #Comments {
  max-width: 400px;
}

/*List View*/
.v65-calendarList-Event {
  margin: 1.25rem 0 2.5rem 0;
}

/*Block View*/
#v65-CalendarWrapper {
  width: 100%;
}

#v65-CalendarNav {
  width: 100%;
}
#v65-CalendarNav td {
  width: 33.333333%;
}

#v65-CalendarTable {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  #v65-CalendarTable {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}
#v65-CalendarTable th {
  display: none;
  padding: 0.25em;
}
@media only screen and (min-width: 40em) {
  #v65-CalendarTable th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table-cell;
    width: 14.285714286%;
  }
}
#v65-CalendarTable td {
  padding: 0.25em;
}
@media only screen and (max-width: 39.9375em) {
  #v65-CalendarTable td {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    display: block;
    width: 100%;
  }
  #v65-CalendarTable td:before, #v65-CalendarTable td:after {
    content: " ";
    display: table;
  }
  #v65-CalendarTable td:after {
    clear: both;
  }
}
@media only screen and (min-width: 40em) {
  #v65-CalendarTable td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 14.285714286%;
    height: 70px;
  }
}

.v65-CalendarDay {
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 50%;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0 0.25em 0.25em 0;
  text-align: center;
  vertical-align: middle;
  width: 1.5em;
}
@media only screen and (min-width: 40em) {
  .v65-CalendarDay {
    float: right;
    color: #777;
    font-size: 0.75em;
    margin: 0 0 0.25em 0.25em;
  }
}

.v65-CalendarToDay .v65-CalendarDay {
  color: #000;
  font-weight: bold;
}

.v65-CalendarOffMonthDays {
  background: #f3f3f3;
}

@media only screen and (max-width: 39.9375em) {
  .v65-CalendarEvent {
    display: inline-block;
    margin: 0 0.25em 0.25em 0;
    vertical-align: middle;
  }
}

#v65-CalendarEventTable td {
  padding: 3px;
}

/* Widgets
-------------------------------------------------------------- */
/* -----Event Today----- */
.v65-event-today {
  text-align: center;
}

/* -----Event Today With Calendar----- */
/* -----Event Upcoming----- */
.v65-FAQ-Pair {
  margin-bottom: 1.25rem x 2;
}

#v65-SiteMap {
  list-style: none;
  margin: 0;
  padding: 0;
}
#v65-SiteMap li a {
  display: inline-block;
  padding: 0.3em 0;
}
#v65-SiteMap li ul {
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0;
}
#v65-SiteMap li ul li ul {
  list-style: none;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0;
}

#v65-businessLocator {
  position: relative;
  margin: 1.25rem;
}

#v65-businessLocatorSelectByCity {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  #v65-businessLocatorSelectByCity {
    width: 33%;
  }
}

#v65-businessLocatorSelectByZipCode {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  #v65-businessLocatorSelectByZipCode {
    width: 33%;
  }
}
#v65-businessLocatorSelectByZipCode input {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

#v65-BusinessList:before, #v65-BusinessList:after {
  content: " ";
  display: table;
}
#v65-BusinessList:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  #v65-BusinessList {
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0;
  }
}
#v65-BusinessList ol {
  margin: 0 0 1.25rem;
  padding: 0;
}
#v65-BusinessList li {
  margin: 0 0 1.25rem;
}
@media only screen and (min-width: 40em) {
  #v65-BusinessList li {
    float: left;
    position: relative;
    padding: 0 1.5em 0 0;
    width: 49%;
  }
  #v65-BusinessList li:nth-child(2n+1) {
    clear: left;
  }
}

#v65-map_canvas {
  padding: 0;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  #v65-map_canvas {
    width: 60%;
    height: 300px;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
  }
}
#v65-map_canvas img {
  max-width: initial;
}

#v65-TableOfContents {
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 39.9375em) {
  .mobile-nav-active .user-account-links {
    background: none;
    display: block;
    float: right;
    text-align: left;
  }
}
@media only screen and (max-width: 39.9375em) {
  .mobile-nav-active #v65-modalCart {
    display: none;
  }
}

.user-tools {
  background: #333;
  font-size: .75rem;
  font-family: "Lato", sans-serif;
  position: relative;
  z-index: 100;
  text-align: right;
}
.user-tools:before, .user-tools:after {
  content: " ";
  display: table;
}
.user-tools:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .user-tools {
    background: none;
    font-size: 1rem;
    margin: .5rem 0;
    padding: 0;
  }
}
.user-tools .phone {
  display: inline-block;
  float: left;
  height: auto;
  margin-left: .625rem;
  padding: 0;
  position: relative;
}
.user-tools .phone:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  left: .5rem;
  bottom: 0;
  background: url('../images/icon-phone-white.svg?1475723343') center left no-repeat;
  height: 1rem;
  width: 1rem;
}
@media only screen and (min-width: 40em) {
  .user-tools .phone {
    display: none;
  }
}
.user-tools .phone a {
  color: #333;
  display: block;
  line-height: 1;
  padding: 1rem 1rem 1rem 2rem;
}
.user-tools .account-name, .user-tools #v65-toggleModalCart, .user-tools .v65-modalLoginLink {
  color: #fff;
  display: block;
  font-size: .75rem;
  line-height: 1;
  padding: 1rem;
}
@media only screen and (min-width: 40em) {
  .user-tools .account-name, .user-tools #v65-toggleModalCart, .user-tools .v65-modalLoginLink {
    color: #333;
    padding: .5rem 0;
  }
}
.user-tools .account-name:hover, .user-tools .account-name:active, .user-tools .account-name:focus, .user-tools #v65-toggleModalCart:hover, .user-tools #v65-toggleModalCart:active, .user-tools #v65-toggleModalCart:focus, .user-tools .v65-modalLoginLink:hover, .user-tools .v65-modalLoginLink:active, .user-tools .v65-modalLoginLink:focus {
  color: #eee;
}
@media only screen and (min-width: 40em) {
  .user-tools .account-name:hover, .user-tools .account-name:active, .user-tools .account-name:focus, .user-tools #v65-toggleModalCart:hover, .user-tools #v65-toggleModalCart:active, .user-tools #v65-toggleModalCart:focus, .user-tools .v65-modalLoginLink:hover, .user-tools .v65-modalLoginLink:active, .user-tools .v65-modalLoginLink:focus {
    color: #333;
  }
}

#v65-modalCartDropdown .right {
  text-align: right;
}

#v65-modalCartTable, #v65-itemAddedText p, .v65-additionalItemsMessage {
  font-size: .75rem;
}

.user-account-links {
  background: #333;
  display: none;
  float: left;
}
@media only screen and (min-width: 40em) {
  .user-account-links {
    background: none;
    display: inline-block;
    float: none;
    position: relative;
  }
}
.user-account-links span {
  -webkit-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  cursor: pointer;
  display: block;
}
@media only screen and (min-width: 40em) {
  .user-account-links span {
    color: #333;
  }
}
.user-account-links span:hover, .user-account-links span:active, .user-account-links span:focus {
  color: #eee;
}
.user-account-links span:hover + ul, .user-account-links span:active + ul, .user-account-links span:focus + ul {
  opacity: 1;
  visibility: visible;
}
.user-account-links span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -4px;
}
@media only screen and (min-width: 40em) {
  .user-account-links span:after {
    border-top-color: #eee;
  }
}
.user-account-links ul {
  background: #333;
  border-bottom: 1px solid #000;
  font-size: .75rem;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0.5em;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.user-account-links ul:hover {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 40em) {
  .user-account-links ul {
    background: #fff;
    border: 1px solid #999;
    right: auto;
    left: 0;
    width: auto;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
  }
}
.user-account-links li {
  border-top: 1px solid #000;
  white-space: nowrap;
}
@media only screen and (min-width: 40em) {
  .user-account-links li {
    border: 0;
  }
}
.user-account-links li a {
  color: #fff;
  display: block;
  padding: .5rem 1rem;
}
@media only screen and (min-width: 40em) {
  .user-account-links li a {
    color: #333;
    padding: .3rem .5rem;
  }
}
.user-account-links li a:hover {
  color: #666;
}

#v65-modalCart {
  color: #333;
  float: right;
}
@media only screen and (min-width: 40em) {
  #v65-modalCart {
    display: inline-block;
    float: none;
    margin-left: 1rem;
    position: relative;
    right: auto;
    top: auto;
  }
}

.v65-login, .v65-logout, .v65-yourAccount, .v65-editProfile {
  display: none;
}

#v65-modalCartDropdown {
  background: #333;
  border-top: 1px solid #000;
  display: none;
  padding: 1em 0.5em;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
}
@media only screen and (max-width: 39.9375em) {
  #v65-modalCartDropdown {
    color: #fff;
    width: 100%;
  }
}
@media only screen and (min-width: 40em) {
  #v65-modalCartDropdown {
    background: #fff;
    border: 1px solid #ccc;
    width: 20em;
  }
}

/* b. Modal Cart Table
-------------------------------------------------------------- */
#v65-modalCartTable {
  width: 100%;
}
#v65-modalCartTable th {
  border-bottom: 1px solid #999;
  line-height: 1.2;
  padding: 0.15rem;
}
#v65-modalCartTable td {
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  padding: 0.15rem;
}
#v65-modalCartTable .right {
  text-align: right;
}
#v65-modalCartTable .center {
  text-align: center;
}
#v65-modalCartTable .left {
  text-align: left;
}

#v65-modalCartTableSubtotal td {
  font-weight: bold;
}

#v65-modalCartFooter {
  display: none;
}

.v65-product-addToCart legend {
  display: none;
}

.v65-product-addToCart-priceWrapper {
  margin-bottom: .5rem;
}
.v65-product-addToCart-priceWrapper:before, .v65-product-addToCart-priceWrapper:after {
  content: " ";
  display: table;
}
.v65-product-addToCart-priceWrapper:after {
  clear: both;
}

.v65-product-addToCart-price {
  display: inline;
}

.v65-product-addToCart-originalPrice {
  display: inline-block;
  text-decoration: line-through;
}

.v65-product-addToCart-salePrice {
  display: inline-block;
}

.v65-product-addToCart-unitDescription {
  display: inline;
}

.v65-product-addToCart-productSKU {
  display: none;
}

.v65-product-addToCart-quantity {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media only print {
  .v65-product-addToCart-quantity {
    display: none;
  }
}
.v65-product-addToCart-quantity input {
  width: 3em !important;
}

.v65-product-addToCart-button {
  display: inline-block;
  vertical-align: middle;
}
@media only print {
  .v65-product-addToCart-button {
    display: none;
  }
}

/* b. Add To Cart - Volume Based Pricing
-------------------------------------------------------------- */
.v65-productWrapper {
  /*Product Right Column Specs*/
}
@media only screen and (min-width: 40em), only print {
  .v65-productWrapper .product-header {
    float: right;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 66.666%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .v65-productWrapper .v65-product-photo, .v65-productWrapper .v65-productDrilldown-specs {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40em), only print {
  .v65-productWrapper .v65-product-photo, .v65-productWrapper .v65-productDrilldown-specs {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 33.333%;
  }
}
@media only screen and (min-width: 40em), only print {
  .v65-productWrapper .v65-productDrilldown-specs {
    clear: left;
  }
}
@media only screen and (min-width: 40em), only print {
  .v65-productWrapper .v65-productAddToCart-drilldown, .v65-productWrapper .v65-product-reviewStats,
  .v65-productWrapper .v65-product-socialBar, .v65-productWrapper .v65-product-description,
  .v65-productWrapper .v65-product-reviews, .v65-productWrapper .v65-ProductRating,
  .v65-productWrapper .v65-wine-profile {
    float: right;
    margin-bottom: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 66.666%;
  }
}
.v65-productWrapper .v65-ProductRating .v65-ProductRating {
  float: none;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 40em), only print {
  .v65-productWrapper .v65-wine-specs, .v65-productWrapper .v65-product-media {
    text-align: center;
  }
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute, .v65-productWrapper .v65-wine-specs .v65-product-media-item, .v65-productWrapper .v65-product-media .v65-product-attribute, .v65-productWrapper .v65-product-media .v65-product-media-item {
  margin-bottom: 0.625rem;
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute:before, .v65-productWrapper .v65-wine-specs .v65-product-attribute:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item:before, .v65-productWrapper .v65-wine-specs .v65-product-media-item:after, .v65-productWrapper .v65-product-media .v65-product-attribute:before, .v65-productWrapper .v65-product-media .v65-product-attribute:after, .v65-productWrapper .v65-product-media .v65-product-media-item:before, .v65-productWrapper .v65-product-media .v65-product-media-item:after {
  content: " ";
  display: table;
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item:after, .v65-productWrapper .v65-product-media .v65-product-attribute:after, .v65-productWrapper .v65-product-media .v65-product-media-item:after {
  clear: both;
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-thumbnail, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-title {
  float: left;
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-thumbnail, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeLabel, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-thumbnail {
  text-align: right;
  padding-right: 0.5em;
  width: 50%;
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeLabel:after, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-thumbnail:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeLabel:after, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-thumbnail:after, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeLabel:after, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-thumbnail:after, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeLabel:after, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-thumbnail:after {
  content: ":";
}
.v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-wine-specs .v65-product-media-item .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-attribute .v65-product-media-title, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-attributeValue, .v65-productWrapper .v65-product-media .v65-product-media-item .v65-product-media-title {
  font-weight: 700;
  text-align: left;
  width: 50%;
}
.v65-productWrapper .v65-wine-profile .v65-product-attribute:before, .v65-productWrapper .v65-wine-profile .v65-product-attribute:after {
  content: " ";
  display: table;
}
.v65-productWrapper .v65-wine-profile .v65-product-attribute:after {
  clear: both;
}
.v65-productWrapper .v65-wine-profile .v65-product-attributeValue {
  margin-bottom: 1.25rem;
}

/*Product Right - Product Reviews*/
.v65-product-photo {
  margin-bottom: 1.25rem;
  text-align: center;
}

.v65-product-drilldownLink {
  margin-bottom: 1.25rem;
}

.v65-product-actionMessage {
  margin-bottom: 1.25rem;
}

.v65-product-inCompliantStateMessage {
  margin-bottom: 1.25rem;
}

.v65-product-availability {
  margin-bottom: 1.25rem;
}

.v65-product-reviewStats {
  margin-bottom: 1.25rem;
}

.v65-product-inventoryMessage {
  margin-bottom: 1.25rem;
}

.v65-productclearfix:before, .v65-productclearfix:after {
  content: " ";
  display: table;
}
.v65-productclearfix:after {
  clear: both;
}
.v65-productclearfix-teaser {
  margin-bottom: 1.25rem;
}

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

.v65-productclearfix-product {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-productclearfix-product {
    float: left;
    width: 33%;
  }
}

.v65-product1UpStore {
  font-size: 0.875rem;
}
.v65-product1UpStore:before, .v65-product1UpStore:after {
  content: " ";
  display: table;
}
.v65-product1UpStore:after {
  clear: both;
}
.v65-product1UpStore .v65-product-photo {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product1UpStore .v65-product-photo {
    float: left;
    padding-right: 1rem;
    width: 20%;
  }
}
.v65-product1UpStore .v65-product-infoWrapper {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product1UpStore .v65-product-infoWrapper {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .v65-product1UpStore .v65-product-teaser {
    display: none;
  }
}
.v65-product1UpStore .v65-product-commerceWrapper {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product1UpStore .v65-product-commerceWrapper {
    float: left;
    width: 30%;
  }
}

.v65-productCharacteristics {
  margin-bottom: 1.25rem;
}
.v65-productCharacteristics:before, .v65-productCharacteristics:after {
  content: " ";
  display: table;
}
.v65-productCharacteristics:after {
  clear: both;
}
@media only screen and (max-width: 39.9375em) {
  .v65-productCharacteristics {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  .v65-productCharacteristics {
    display: block;
  }
}
.v65-productCharacteristics .v65-product-attributeLabel {
  display: inline-block;
}
.v65-productCharacteristics .v65-product-attributeValue {
  display: inline-block;
}

.v65-product1Up {
  font-size: 0.875rem;
}
.v65-product1Up:before, .v65-product1Up:after {
  content: " ";
  display: table;
}
.v65-product1Up:after {
  clear: both;
}
.v65-product1Up .v65-product-photo {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product1Up .v65-product-photo {
    float: left;
    padding-right: 1rem;
    width: 34%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .v65-product1Up .v65-product-photo {
    width: 20%;
  }
}
.v65-product1Up .v65-product-infoWrapper {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product1Up .v65-product-infoWrapper {
    float: left;
    width: 66%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .v65-product1Up .v65-product-infoWrapper {
    width: 80%;
  }
}

.v65-product2Up {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product2Up {
    float: left;
    padding: 0 2%;
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .v65-product2Up:nth-of-type(2n+1) {
    clear: left;
  }
}
.v65-product2Up .v65-product-photo {
  float: right;
  margin-left: 1rem;
  width: 30%;
}

.v65-product3Up {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product3Up {
    float: left;
    padding: 0 2%;
    text-align: center;
    width: 50%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .v65-product3Up + .v65-clear {
    display: none;
  }
  .v65-product3Up + .v65-clear + .v65-product3Up + .v65-product3Up {
    clear: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .v65-product3Up {
    float: left;
    padding: 0 2%;
    width: 33.3333%;
  }
}
@media only screen and (min-width: 40em) {
  .v65-product3Up:nth-of-type(3n+1) {
    clear: left;
  }
}
.v65-product3Up .v65-product-addToCart-quantity {
  display: inline-block;
  margin-right: 0;
}
.v65-product3Up .v65-product-addToCart-quantity {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v65-product3Up .v65-product-addToCart-button {
  float: none;
  display: inline-block;
}

.v65-product5Up {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .v65-product5Up {
    float: left;
    padding: 0 2%;
    text-align: center;
    width: 50%;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .v65-product5Up + .v65-clear {
    display: none;
  }
  .v65-product5Up + .v65-clear + .v65-product3Up + .v65-product3Up {
    clear: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .v65-product5Up {
    float: left;
    padding: 0 2%;
    width: 20%;
  }
}
@media only screen and (min-width: 40em) {
  .v65-product5Up:nth-of-type(2n+1) {
    clear: left;
  }
}
.v65-product5Up .v65-product-addToCart-quantity {
  display: inline-block;
  margin-right: 0;
}
.v65-product5Up .v65-product-addToCart-quantity {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.v65-product5Up .v65-product-addToCart-button {
  float: none;
  display: inline-block;
}

.v65-productList {
  font-size: 0.875rem;
}
.v65-productList form, .v65-productList fieldset {
  margin: 0;
}
.v65-productList th {
  text-align: left;
}
.v65-productList td {
  padding: 0.25rem 0;
}
.v65-productList .v65-product-addToCart-priceWrapper {
  display: inline-block;
}
.v65-productList .v65-product-addToCart-quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
  vertical-align: middle;
}
.v65-productList .v65-product-addToCart-button {
  display: inline-block;
  float: none;
}

.v65-product-relatedProducts:before, .v65-product-relatedProducts:after {
  content: " ";
  display: table;
}
.v65-product-relatedProducts:after {
  clear: both;
}
.v65-product-relatedProducts .v65-product-relatedProducts-product {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    float: left;
    margin-bottom: 1.25rem;
    padding: 0 1em;
    width: 33%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    width: 25%;
  }
}
.v65-product-relatedProducts .v65-product-relatedProducts-product:nth-child(4n+1) {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product:nth-child(4n+1) {
    display: block;
  }
}
.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-addToCart-quantity input {
  margin-bottom: .5rem;
}

.v65-product-reviewStats-stars {
  display: inline-block;
  margin-right: 0.5em;
}

.v65-product-reviewStats-count {
  display: inline-block;
}

.v65-productSet-header {
  padding: 0.5rem 0;
  height: auto;
  line-height: 1;
  border-top: 3px double #111;
  border-bottom: 3px double #111;
  margin-bottom: 2em;
}

@media only screen and (min-width: 40em) {
  .v65-productSet-title {
    float: left;
    margin: 0;
  }
}

.v65-productSet-priceSummary {
  font-size: .875rem;
  text-align: right;
}
@media only screen and (min-width: 40em) {
  .v65-productSet-priceSummary {
    float: right;
  }
}

.v65-productSet {
  margin-bottom: 1.5em;
}
.v65-productSet:before, .v65-productSet:after {
  content: " ";
  display: table;
}
.v65-productSet:after {
  clear: both;
}

@media only screen and (min-width: 40em) {
  .v65-productSet-item {
    float: left;
    margin: 0 2% 0 0;
    width: 31%;
  }
}
.v65-productSet-item .v65-product-photo {
  text-align: center;
  height: 300px;
}
.v65-productSet-item .v65-product-photo img {
  max-height: 100%;
}
.v65-productSet-item select {
  width: 100%;
  margin-bottom: 1.5em;
}
.v65-productSet-item p {
  font-size: 0.875rem;
}
.v65-productSet-item .v65-product-title {
  font-size: 1.125rem;
  text-transform: none;
}
.v65-productSet-item .v65-product-priceWrapper {
  padding: 1rem 0;
}
.v65-productSet-item .v65-product-priceWrapper .v65-product-price {
  display: inline-block;
  font-weight: bold;
}
.v65-productSet-item .v65-product-priceWrapper .v65-product-price-unitDescription {
  display: inline-block;
}

.v65-productSet-price {
  font-weight: bold;
  margin-right: 10px;
}

.v65-productSet-itemTitle {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1em;
}

.v65-productSet-footer {
  padding: 5px 0 1px;
  height: auto;
  line-height: normal;
  border-top: 3px double #111;
  margin-bottom: 1em;
  text-align: right;
}

.v65-socialMediaBar-Facebook, .v65-socialMediaBar-Twitter,
.v65-socialMediaBar-GooglePlusOne, .v65-socialMediaBar-FacebookLikeButton,
.v65-socialMediaBar-Pinterest, .v65-socialMediaBar-ShareThis,
.v65-socialMediaBar-Email {
  display: inline-block;
  line-height: 1;
  margin-right: .25em;
  vertical-align: top;
}

.v65-product-socialBar iframe {
  max-width: initial;
}

.v65-socialMediaBar-FacebookLike {
  margin-top: .25rem;
}

.v65-socialMediaBar-Facebook div:last-child, .v65-product-socialBar div:last-child {
  margin-bottom: 1rem;
}

.v65-suggestedProducts-product {
  /* Product Add To Cart */
}

/* e. Wine Specs - table format
-------------------------------------------------------------- */
/* f. Wine Specs - paragraph format
-------------------------------------------------------------- */
/* g. Wine Specs - Professional Reviews
-------------------------------------------------------------- */
/* Cart Header
-------------------------------------------------------------- */
#v65-cartHeader {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 40em) {
  #v65-cartCheckOutCoupons {
    float: left;
    width: 40%;
  }
}
#v65-cartCheckOutCoupons input {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
@media only screen and (max-width: 39.9375em) {
  #v65-cartCheckOutCoupons input {
    margin-right: 3%;
    width: 57%;
  }
}

#v65-couponSummaryTable td {
  padding: 0.25rem;
}

#v65-couponSummaryTotal {
  font-weight: bold;
}

@media only screen and (min-width: 40em) {
  .v65-cartCheckOutButtons {
    float: left;
    text-align: right;
    width: 60%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .v65-cartCheckOutButtons a {
    float: left;
    width: 54%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .v65-cartCheckOutButtons .linkAltBtn {
    margin-right: 2%;
    width: 44%;
  }
}

/* Cart Table
-------------------------------------------------------------- */
#v65-cartTable th {
  padding: 0.25rem;
}
#v65-cartTable td {
  padding: 0.25rem;
}
#v65-cartTable .right {
  text-align: right;
}
#v65-cartTable .center {
  text-align: center;
}
#v65-cartTable .left {
  text-align: left;
}
#v65-cartTable form, #v65-cartTable fieldset {
  margin-bottom: 0;
}

.v65-cartItemAmount {
  text-align: center;
}
.v65-cartItemAmount .v65-qtyField {
  display: inline-block;
  margin-bottom: 0.25em;
  text-align: center;
  width: 2rem;
}

.v65-cartItemImage, .cartItemImage {
  text-align: center;
}
@media screen and (max-width: 32.5em) {
  .v65-cartItemImage img, .cartItemImage img {
    display: none;
  }
}

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

@media only screen and (max-width: 39.9375em) {
  .v65-cartItemAvailability, .v65-cartItemInStock {
    display: none;
  }
}

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

@media only screen and (max-width: 39.9375em) {
  .v65-cartSubtotal-1, .v65-cartSubtotal-2 {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .v65-cartTax-1, .v65-cartTax-2 {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .v65-cartTotal-1, .v65-cartTotal-2 {
    display: none;
  }
}

#v65-cartTotal {
  font-weight: bold;
}

#v65-cartPaymentOptions {
  margin-bottom: 1.25rem;
}
#v65-cartPaymentOptions:before, #v65-cartPaymentOptions:after {
  content: " ";
  display: table;
}
#v65-cartPaymentOptions:after {
  clear: both;
}

/* Cart Footer
-------------------------------------------------------------- */
#v65-cartFooter {
  margin-bottom: 1.25rem;
}
#v65-cartFooter:before, #v65-cartFooter:after {
  content: " ";
  display: table;
}
#v65-cartFooter:after {
  clear: both;
}

@media only screen and (min-width: 40em) {
  #v65-cartPaymentOptions {
    float: left;
    text-align: left;
    width: 40%;
  }
}

#v65-checkoutFooter {
  padding: 1em 0;
  text-align: center;
}
#v65-checkoutFooter:before, #v65-checkoutFooter:after {
  content: " ";
  display: table;
}
#v65-checkoutFooter:after {
  clear: both;
}

#v65-checkoutSecure {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  #v65-checkoutSecure {
    float: left;
    text-align: left;
    padding-right: 1em;
    width: 50%;
  }
}

#v65-continueOrder {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  #v65-continueOrder {
    float: left;
    text-align: right;
    padding-left: 1em;
    width: 50%;
  }
}

#v65-signUpClubSummaryWrapper.checkout-summary.active, #v65-checkoutCartSummaryWrapper.checkout-summary.active {
  -webkit-transition: top 200ms ease-out;
  -o-transition: top 200ms ease-out;
  transition: top 200ms ease-out;
}
@media only screen and (min-width: 40em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.active, #v65-checkoutCartSummaryWrapper.checkout-summary.active {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 38.568%;
  }
}
@media only screen and (min-width: 40em) {
  #v65-signUpClubSummaryWrapper.checkout-summary.max-scroll, #v65-checkoutCartSummaryWrapper.checkout-summary.max-scroll {
    bottom: 7.125rem;
    position: absolute;
    left: auto !important;
    top: auto;
  }
}

/* a. Mini Cart Summary
-------------------------------------------------------------- */
#v65-checkoutCartSummaryWrapper {
  clear: both;
}
@media only screen and (min-width: 40em) {
  #v65-checkoutCartSummaryWrapper {
    float: right;
    width: 40%;
  }
}

#v65-checkoutCartSummaryMini table {
  width: 100%;
}
#v65-checkoutCartSummaryMini table td {
  padding: 0.25em;
}

@media only screen and (max-width: 39.9375em) {
  #v65-checkCartSummaryMoreOptions {
    display: none;
  }
}

#v65-CouponCode, #v65-GiftCode {
  display: inline-block;
  margin-right: 3%;
  width: 57%;
}

/* b. Main Form
-------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
  #v65-checkBilling fieldset {
    width: 55%;
  }
}
@media only screen and (min-width: 40em) {
  #v65-checkBilling input[name=BillFirstName], #v65-checkBilling input[name=BillLastName], #v65-checkBilling input[name=BillCompany], #v65-checkBilling input[name=BillCity], #v65-checkBilling input[name=BillMainPhone], #v65-checkBilling input[name=BillEmail], #v65-checkBilling input[name=NickName], #v65-checkBilling input[name=ShipFirstName], #v65-checkBilling input[name=ShipLastName], #v65-checkBilling input[name=ShipCompany], #v65-checkBilling input[name=ShipCity], #v65-checkBilling input[name=ShipMainPhone], #v65-checkBilling input[name=ShipEmail], #v65-checkBilling input[name=nameOnCard], #v65-checkBilling input[name=NameOnCard], #v65-checkBilling input[name=CardNumber], #v65-checkBilling input[name=cardNumber], #v65-checkBilling input[name=FirstName], #v65-checkBilling input[name=LastName], #v65-checkBilling input[name=Company], #v65-checkBilling input[name=City], #v65-checkBilling input[name=MainPhone], #v65-checkBilling input[name=smsNumber], #v65-checkBilling input[name=Email], #v65-checkBilling input[name=Username], #v65-checkBilling input[name=Password], #v65-checkBilling input[name=ConfirmPassword], #v65-checkBilling input[name=shipFirstName], #v65-checkBilling input[name=shipLastName], #v65-checkBilling input[name=shipCompany], #v65-checkBilling input[name=shipCity], #v65-checkBilling input[name=shipMainPhone], #v65-checkBilling input[name=shipEmail] {
    width: 200px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-checkBilling input[name=BillAddress], #v65-checkBilling input[name=BillAddress2], #v65-checkBilling input[name=ShipAddress], #v65-checkBilling input[name=ShipAddress2], #v65-checkBilling input[name=Address], #v65-checkBilling input[name=Address2], #v65-checkBilling input[name=shipAddress], #v65-checkBilling input[name=shipAddress2] {
    width: 320px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-checkBilling input[name=BillZipCode], #v65-checkBilling input[name=ShipZipCode], #v65-checkBilling input[name=ZipCode], #v65-checkBilling input[name=shipZipCode] {
    width: 100px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-checkBilling input[name=CVV2] {
    width: 50px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-checkBilling textarea[name=OrderNotes], #v65-checkBilling textarea[name=giftMessage], #v65-checkBilling textarea[name=Notes] {
    width: 320px;
  }
}

/* c. Review Screen
-------------------------------------------------------------- */
#v65-orderSummaryWrapper:before, #v65-orderSummaryWrapper:after {
  content: " ";
  display: table;
}
#v65-orderSummaryWrapper:after {
  clear: both;
}

#v65-billingSummary {
  margin-bottom: 1.25rem;
}
@media only print, only screen and (min-width: 40em) {
  #v65-billingSummary {
    float: right;
    width: 50%;
  }
}

#v65-shippingSummary {
  margin-bottom: 1.25rem;
}
@media only print, only screen and (min-width: 40em) {
  #v65-shippingSummary {
    float: right;
    width: 50%;
  }
}

#v65-reviewCartSummaryWrapper {
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 39.9375em) {
  #v65-orderSummaryWrapper + p + hr + #v65-cartTable .v65-cartSubtotal-2, #v65-orderSummaryWrapper + #v65-cartTable .v65-cartSubtotal-2 {
    display: table-cell;
  }
}
@media only screen and (max-width: 39.9375em) {
  #v65-orderSummaryWrapper + p + hr + #v65-cartTable .v65-cartTax-2, #v65-orderSummaryWrapper + #v65-cartTable .v65-cartTax-2 {
    display: table-cell;
  }
}
@media only screen and (max-width: 39.9375em) {
  #v65-orderSummaryWrapper + p + hr + #v65-cartTable .v65-cartTotal-2, #v65-orderSummaryWrapper + #v65-cartTable .v65-cartTotal-2 {
    display: table-cell;
  }
}

/* d. Print
-------------------------------------------------------------- */
@media screen {
  .print {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 39.9375em) {
  .print {
    padding: 1em;
  }
}

@media print {
  .print {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* a. Club List Component
-------------------------------------------------------------- */
.v65-club {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 40em) {
  .v65-club {
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .v65-club:nth-child(2n+1) {
    clear: left;
  }
}

/* b. Main Form 
-------------------------------------------------------------- */
/* c. Sign Up Screen
-------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
  #v65-signUpClubSummaryWrapper {
    float: right;
    width: 40%;
  }
}

/* d. Club Options
-------------------------------------------------------------- */
/* e. Review Screen
-------------------------------------------------------------- */
#v65-clubSummaryWrapper:before, #v65-clubSummaryWrapper:after {
  content: " ";
  display: table;
}
#v65-clubSummaryWrapper:after {
  clear: both;
}

#v65-clubBillingSummary {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  #v65-clubBillingSummary {
    float: left;
    padding-right: 2em;
    width: 33.33%;
  }
}

#v65-clubShippingSummary {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  #v65-clubShippingSummary {
    float: left;
    padding-right: 2em;
    width: 33.33%;
  }
}

#v65-reviewClubSummaryWrapper {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  #v65-reviewClubSummaryWrapper {
    float: left;
    width: 33.33%;
  }
}

.v65-memberAllocationWrapper {
  max-width: 40em;
}

.v65-memberAllocationDetails {
  margin-bottom: 1.25rem;
}
.v65-memberAllocationDetails:before, .v65-memberAllocationDetails:after {
  content: " ";
  display: table;
}
.v65-memberAllocationDetails:after {
  clear: both;
}

.v65-memberAllocationImage {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .v65-memberAllocationImage {
    float: left;
    width: 25%;
  }
}

@media only screen and (min-width: 40em) {
  .v65-memberAllocationTeaser {
    float: left;
    width: 75%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .v65-memberAllocationTeaser p {
    display: none;
  }
}

.v65-memberAllocationTable {
  width: 100%;
}
.v65-memberAllocationTable td {
  padding: 0.25em;
  text-align: center;
}
.v65-memberAllocationTable td.label {
  text-align: left;
}
.v65-memberAllocationTable input {
  display: inline;
  text-align: center;
}

/* g. Member Allocations History
-------------------------------------------------------------- */
.v65-memberAllocationHistoryWrapper {
  margin-bottom: 1.25rem;
}

.v65-memberAllcoationHistoryDates {
  margin-bottom: 1.25rem;
}
.v65-memberAllcoationHistoryDates:before, .v65-memberAllcoationHistoryDates:after {
  content: " ";
  display: table;
}
.v65-memberAllcoationHistoryDates:after {
  clear: both;
}

.v65-memberAllocationHistoryTable {
  max-width: 40em;
  width: 100%;
}
.v65-memberAllocationHistoryTable th {
  padding: 0.25em;
  text-align: center;
}
.v65-memberAllocationHistoryTable th:first-child {
  text-align: left;
}
@media only screen and (max-width: 39.9375em) {
  .v65-memberAllocationHistoryTable th:last-child {
    display: none;
  }
}
.v65-memberAllocationHistoryTable td {
  padding: 0.25em;
  text-align: center;
}
.v65-memberAllocationHistoryTable td:first-child {
  text-align: left;
}
@media only screen and (max-width: 39.9375em) {
  .v65-memberAllocationHistoryTable td:last-child {
    display: none;
  }
}

#v65-memberAddressBook th {
  padding: 0.5em;
  text-align: left;
}
#v65-memberAddressBook td {
  padding: 0.5em;
}

.v65-memberClubDescription {
  max-width: 40em;
}

/* a. Member Orders
-------------------------------------------------------------- */
#v65-memberOrders th {
  padding: 0.5em;
  text-align: left;
}
#v65-memberOrders td {
  padding: 0.5em;
}

/* b. Member Orders Drilldown
	-------------------------------------------------------------- */
#v65-memberOrderSummaryWrapper:before, #v65-memberOrderSummaryWrapper:after {
  content: " ";
  display: table;
}
#v65-memberOrderSummaryWrapper:after {
  clear: both;
}

#v65-memberbillingSummary {
  float: left;
  width: 50%;
}

#v65-memberShippingSummary {
  float: left;
  width: 50%;
}

#v65-memberFormWrapper {
  /* Member SignUp Form Elements */
}
@media only screen and (min-width: 40em) {
  #v65-memberFormWrapper input[name="FirstName"], #v65-memberFormWrapper input[name="LastName"], #v65-memberFormWrapper input[name="Company"], #v65-memberFormWrapper input[name="City"], #v65-memberFormWrapper input[name="MainPhone"], #v65-memberFormWrapper input[name="smsNumber"], #v65-memberFormWrapper input[name="Email"] {
    width: 200px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-memberFormWrapper input[name="Address"], #v65-memberFormWrapper input[name="Address2"] {
    width: 320px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-memberFormWrapper input[name="ZipCode"] {
    width: 100px;
  }
}
@media only screen and (min-width: 40em) {
  #v65-memberFormWrapper input[name="Username"], #v65-memberFormWrapper input[name="Password"], #v65-memberFormWrapper input[name="confirmPassword"] {
    width: 200px;
  }
}

#v65-modalContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#v65-modalViel {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 102;
}

#v65-modalContentWrapper, #v65-modalContentWrapperLarge {
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 103;
}
@media only screen and (min-width: 40em) {
  #v65-modalContentWrapper, #v65-modalContentWrapperLarge {
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0px #444;
    height: auto;
    left: 50%;
    max-width: 500px;
    overflow: initial;
    top: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#v65-modalContentWrapperLarge {
  max-width: 860px;
}

#v65-modalContentHeader {
  text-align: right;
  padding: 0.75em;
  background: #efefef;
}

#v65-modalContent {
  padding: 1.5em;
}

/*Modal Site Login*/
.v65-form div {
  margin-bottom: 1.25rem;
}
.v65-form input[type="text"], .v65-form textarea {
  width: 100%;
}
.v65-form textarea {
  min-height: 5em;
  width: 100%;
}
.v65-form[type="checkbox"], .v65-form[type="radio"] {
  display: inline-block;
}
.v65-form input[type="checkbox"] + label, .v65-form input[type="radio"] + label {
  display: inline;
}
@media only screen and (min-width: 40em) {
  .v65-form input[name="captchaText"] {
    width: 200px;
  }
}

.v65-customForm {
  line-height: 1.5;
  max-width: 400px;
}
.v65-customForm div:before, .v65-customForm div:after {
  content: " ";
  display: table;
}
.v65-customForm div:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .v65-customForm input[name="FirstName"], .v65-customForm input[name="LastName"], .v65-customForm input[name="Company"], .v65-customForm input[name="City"], .v65-customForm input[name="MainPhone"], .v65-customForm input[name="smsNumber"], .v65-customForm input[name="Email"], .v65-customForm input[name="UserName"] {
    width: 200px;
  }
}
@media only screen and (min-width: 40em) {
  .v65-customForm input[name="Password"], .v65-customForm input[name="ConfirmPassword"] {
    width: 200px;
  }
}
@media only screen and (min-width: 40em) {
  .v65-customForm input[name="Address"], .v65-customForm input[name="Address2"] {
    width: 320px;
  }
}
@media only screen and (min-width: 40em) {
  .v65-customForm input[name="ZipCode"] {
    width: 100px;
  }
}
.v65-customForm select + select {
  margin-left: 0.5em;
}
@media only screen and (max-width: 39.9375em) {
  .v65-customForm button {
    width: 100%;
  }
}

.ui-datepicker {
  padding: 0.5em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 0 5px 0 #666;
}
.ui-datepicker .ui-datepicker-title {
  clear: both;
  text-align: center;
  padding: 0.5em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  float: left;
  padding: 0.5em 0 0.1em;
  text-align: left;
  width: 33%;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker table th {
  padding: 0.25em;
}
.ui-datepicker table td {
  padding: 0.25em;
}

.v65-formLeft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.v65-formRight {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.v65-formCenter {
  margin: 0 auto 1.5em;
}

.v65-CalendarToDay {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #ffffff), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 49%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 49%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  /* IE6-8 */
}

#v65-cartTable {
  margin-bottom: 2.5rem;
}
#v65-cartTable th {
  border-bottom: 4px double #cccccc;
  padding: 5px;
}
#v65-cartTable td {
  padding: 5px;
}

#v65-cartSubtotal td {
  border-top: 4px double #cccccc;
}

#v65-cartTotal td {
  font-size: 1.2em;
}

.club-signup-wrapper .v65-clubSignUp-Teaser {
  display: none;
}

#v65-signUpClubSummaryWrapper, #v65-checkoutCartSummaryWrapper {
  background-color: #fefefe;
  border: 1px solid #cecece;
  border-radius: 0.5em;
  margin-bottom: 1rem;
  padding: 1em;
}
@media only screen and (min-width: 40em) {
  #v65-signUpClubSummaryWrapper, #v65-checkoutCartSummaryWrapper {
    padding: 1.25em;
  }
}

#v65-clubSummaryWrapper, #v65-orderSummaryWrapper {
  clear: both;
}

#v65-checkoutCartSummaryMini .v65-rowOverline {
  border-top: 1px solid #ccc;
}
#v65-checkoutCartSummaryMini .right {
  text-align: right;
}
#v65-checkoutCartSummaryMini .bold {
  font-weight: bold;
}

.v65-memberClubDescription {
  display: none;
}

.vt-feature-right {
  border: #ece5d8 solid 1px;
  margin-bottom: 2rem;
  padding: 0.375rem;
}
@media only screen and (min-width: 40em) {
  .vt-feature-right {
    float: right;
    margin-left: 2rem;
    width: auto;
  }
}
.vt-feature-left {
  border: #ece5d8 solid 1px;
  margin-bottom: 2rem;
  padding: 0.375rem;
}
@media only screen and (min-width: 40em) {
  .vt-feature-left {
    float: left;
    margin-right: 2rem;
    width: auto;
  }
}

.vt-right {
  display: block;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .vt-right {
    float: right;
    margin-left: 2rem;
  }
}

.vt-left {
  display: block;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .vt-left {
    float: left;
    margin-right: 2rem;
  }
}

.vt-border {
  border: 1px solid #ccc;
  padding: 3px;
}

.vt-small {
  font-size: 0.917em;
}

.vt-tiny {
  font-size: 0.834em;
}

.vt-row {
  position: relative;
}
.vt-row:before, .vt-row:after {
  content: " ";
  display: table;
}
.vt-row:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .vt-row .vt-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.vt-column, .vt-columns {
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .vt-column, .vt-columns {
    float: left;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.vt-row .vt-row .vt-column, .vt-row .vt-row .vt-columns {
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .vt-row .vt-row .vt-column, .vt-row .vt-row .vt-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 40em) {
  .vt-row .vt-column .vt-row, .vt-row .vt-columns .vt-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media only screen and (min-width: 40em) {
  .vt-col-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-2.vt-col-narrow {
    width: 33.333%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-2.vt-col-xnarrow {
    width: 25%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-2.vt-col-large {
    width: 66.666%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-2.vt-col-xlarge {
    width: 75%;
  }
}

@media only screen and (min-width: 40em) {
  .vt-col-3 {
    width: 33.333%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-3.vt-col-narrow {
    width: 25%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-3.vt-col-xnarrow {
    width: 20%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-3.vt-col-large {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .vt-col-3.vt-col-xlarge {
    width: 60%;
  }
}

@media only screen and (min-width: 40em) {
  .vt-col-4 {
    width: 25%;
  }
}

.vt-narrow-column, .vt-xnarrow-column {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 40em) {
  .vt-narrow-column {
    max-width: 90%;
  }
}

@media only screen and (min-width: 40em) {
  .vt-xnarrow-column {
    max-width: 75%;
  }
}

.vt-collapse {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3.625rem;
  line-height: 0;
  opacity: .75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}

.slick-prev {
  background-image: url('../images/icon-arrow-left.png?1475723343');
  left: -25px;
}

.slick-next {
  background-image: url('../images/icon-arrow-right.png?1475723343');
  right: -25px;
}

/* Dots */
.slick-slider {
  margin: 0 2rem 2rem;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: .7;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.social {
  text-align: right;

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

.social-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  margin-left: .625rem;
  width: 1rem;
}
.social-icon:first-child {
  margin-left: 0;
}

.facebook {
  background-image: url('../images/icon-facebook.svg?1475723343');
}

.twitter {
  background-image: url('../images/icon-twitter.svg?1475723343');
}

.instagram {
  background-image: url('../images/icon-instagram.png?1475723343');
}

.pinterest {
  background-image: url('../images/icon-pinterest.svg?1475723343');
}

.vimeo {
  background-image: url('../images/icon-vimeo.svg?1475723343');
}

.youtube {
  background-image: url('../images/icon-youtube.svg?1475723343');
}

.yelp {
  background-image: url('../images/icon-yelp.svg?1475723343');
  width: 1.81rem;
}

.tripadvisor {
  background-image: url('../images/icon-tripadvisor.svg?1475723343');
  width: 1.59rem;
}

header {
  margin-bottom: 2rem;
  position: relative;
  z-index: 15;
}
@media only screen and (min-width: 64.0625em) {
  .homepage header {
    height: 38.4375rem;
  }
}
header .content-wrapper {
  margin: 0 auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 39.9375em) {
  header .content-wrapper {
    padding: 0;
  }
}
.homepage header .content-wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .homepage header .content-wrapper {
    padding-bottom: 17%;
  }
}
@media only screen and (min-width: 40em) {
  .homepage header .content-wrapper {
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
  }
}
header .social {
  display: none;
}
@media only screen and (min-width: 40em) {
  header .social {
    display: block;
    float: left;
  }
}
header .social ul {
  font-size: .75rem;
}
header .social a {
  display: block;
  line-height: 1;
  padding-bottom: .5rem;
  padding-top: .5rem;
  background-color:transparent;
}
@media only screen and (min-width: 40em) {
  header .social a {
    color: #333;
  }
}

.social, .user-tools {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: "Lato", sans-serif;
}

@media only screen and (min-width: 40em) {
  .user-tools {
    float: right;
    margin: 0;
  }
}
.mobile-nav-active .user-tools {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.user-tools .phone a {
  color: #fff;
}

.mobile-only {
  text-align: center;
}
.mobile-nav-active .mobile-only .social {
  display: block;
  text-align: center;
}
.mobile-nav-active .mobile-only .social li {
  height: 1.5rem;
  width: 1.5rem;
}

.search {
  margin: .625rem 0;
  text-align: left;
}
.search fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.search #v65-contentSearchInput, .search #v65-contentSearchButton {
  display: inline-block;
  vertical-align: middle;
}
.search #v65-contentSearchInput {
  width: 85%;
}
.search #v65-contentSearchInput input {
  width: 100%;
}
.search #v65-contentSearchButton button {
  background: url('../images/icon-search.svg?1450409384') center right no-repeat;
  background-size: 26px 26px;
  padding: 0 0 0 .625rem;
  height: 2.25rem;
  width: 2.25rem;
}
.search #v65-contentSearchButton button:hover {
  background: url('../images/icon-search.svg?1450409384') center right no-repeat;
  background-size: 26px 26px;
}
.search #v65-contentSearchButton button span {
  display: none;
}

.mobile-contact-navigation {
  display: inline-block;
}
.mobile-contact-navigation ul {
  font-size: .875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo {
  display: block;
  margin: 2rem auto;
  max-width: 16.5rem;
  text-align: center;
  width: 100%;
  z-index: 11;
  background-color:transparent;
}
@media only screen and (min-width: 40em) {
  .logo {
    margin-top: 0;
  }
}
.logo img {
  max-width: 100%;
}

.primary-navigation-wrapper {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #f8f8f8;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
  }
}
@media only screen and (min-width: 40em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 39.9375em) {
  .primary-navigation-wrapper.mobile-nav-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow-y: scroll;
    padding-bottom: 5rem;
    padding-top: 3.25rem;
  }
}

@media only screen and (min-width: 40em) {
  nav {
    margin-bottom: 1em;
  }
}
nav ul {
  font-size: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul ul {
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  background: #fff;
  border: 1px solid #666;
  font-size: .875rem;
  list-style: none;
  min-width: 12.5rem;
  opacity: 0;
  padding: .5rem .875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
}
nav li {
  border-bottom: 1px solid #363636;
  position: relative;
}
@media only screen and (min-width: 40em) {
  nav li {
    border: 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 40em) {
  nav li.v65-home {
    display: none;
	background-color: transparent;
  }
}
@media only screen and (min-width: 40em) {
  nav li:hover ul, nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
nav li li {
  display: block;
  padding: 0;
  white-space: nowrap;
}
nav li li a {
  padding: 0.35em 0;
}
nav a {
  color: #222;
  display: block;
  padding: .75rem 1rem;
  background-color:rgba(255, 255, 255, 0.85);
  line-height: 0.8;
  /*Need to check with Vin 65 if I can associate classes to the homepage lists They are not defined. Once I do that I can separate the buttons and the list under the buttons line height*/
  /*border-radius: 25px;*/
}
@media only screen and (min-width: 64.0625em) {
  nav a {
    padding: 1rem;
  }
}
nav a:hover, nav a.hover {
  color: #666;
}
nav .v65-selected, nav .v65-pageAParent, nav .hover a {
  color: #666;
}

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

.footer-navigation {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .footer-navigation {
    text-align: right;
  }
}
.footer-navigation ul {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .footer-navigation li {
    display: inline-block;
  }
}
@media only screen and (min-width: 40em) {
  .footer-navigation li:last-child a {
    padding-right: 0;
  }
}
.footer-navigation a {
  display: block;
  padding: .25rem .75rem;
}
@media only screen and (min-width: 40em) {
  .footer-navigation a {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.breadcrumbs {
  color: #999;
  margin-bottom: 1em;
}
.product-drilldown .breadcrumbs {
  margin-bottom: 2em;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:before {
  content: "\00a0\00a0/\00a0\00a0";
}
.breadcrumbs li:first-child:before {
  content: "";
}
.breadcrumbs li a {
  color: #333333;
}
.breadcrumbs li a:hover {
  color: #000000;
}

.mobile-nav-toggle {
  background: #333 url('../images/icon-menu.svg?1475723343') 80% 50% no-repeat;
  border-radius: 0.5rem;
  bottom: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem 0 .75rem;
  position: fixed;
  right: 1rem;
  text-transform: uppercase;
  z-index: 20;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 40em) {
  .mobile-nav-toggle {
    display: none;
  }
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn,
.altLargeBtn {
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (min-width: 40em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn,
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn,
  .altLargeBtn {
    padding: 0.55em 1.5em 0.65em;
  }
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn,
.largeBtn, .largeLinkBtn {
  background: #363636;
  color: #fff;
  font-style: normal;
}
.modalBtn:hover, .modalBtn:active, .modalLinkBtn:hover, .modalLinkBtn:active,
.defaultBtn:hover,
.defaultBtn:active, .linkBtn:hover, .linkBtn:active,
.largeBtn:hover,
.largeBtn:active, .largeLinkBtn:hover, .largeLinkBtn:active {
  background: #505050;
  color: #fff;
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .altLargeBtn {
  background: #999;
  color: #fff;
  font-style: normal;
}
.altModalBtn:hover, .altModalBtn:active, .modalLinkAltBtn:hover, .modalLinkAltBtn:active,
.altBtn:hover,
.altBtn:active, .linkAltBtn:hover, .linkAltBtn:active, .altLargeBtn:hover, .altLargeBtn:active {
  background: #b3b3b3;
  color: #fff;
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: 0.75rem;
}

.defaultBtn, .linkBtn, .altBtn, .linkAltBtn {
  font-size: 0.875rem;
  font-style: normal;
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: 0.875rem;
}
@media only screen and (min-width: 40em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: 1.25rem;
  }
}

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

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

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

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

.content-wrapper {
  margin-bottom: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  max-width: 80rem;
}
.content-wrapper:before, .content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}

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

.cart-wrapper, .club-signup-wrapper, .checkout-wrapper, .wide-wrapper {
  max-width: 70rem;
}

.v65-productWrapper {
  font-size: 0.875rem;
  line-height: 1.4;
}

.v65-productGroup {
  border-top: 2px dotted #cccccc;
  padding-top: 2rem;
}
.v65-productGroup-teaser {
  margin-bottom: 2.75rem;
}

.v65-productGroup-product {
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
  text-align: left;
}
.v65-productGroup-product:before, .v65-productGroup-product:after {
  content: " ";
  display: table;
}
.v65-productGroup-product:after {
  clear: both;
}
.v65-productGroup-product .v65-product-photo {
  float: left;
  margin-bottom: 1.25rem;
  padding-right: 3%;
  width: 30%;
}
@media only screen and (min-width: 40em) {
  .v65-productGroup-product .v65-product-photo {
    width: 25%;
  }
}
.v65-productGroup-product .v65-product-infoWrapper {
  float: left;
  margin-bottom: 1.25rem;
  width: 70%;
}
@media only screen and (min-width: 40em) {
  .v65-productGroup-product .v65-product-infoWrapper {
    width: 75%;
  }
}

.v65-product-title span {
  display: block;
}
.v65-product-title span.product-vintage {
  font-size: 1.125rem;
  font-style: normal;
}
.v65-product-title a {
  color: #363636;
  display: block;
}

.v65-product-subtitle a {
  color: #363636;
  display: block;
}

.v65-product-addToCart-price {
  font-size: 1.125rem;
  font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 40em) {
  .v65-product-addToCart-price {
    font-size: 1.5rem;
  }
}

.v65-product-addToCart-unitDescription {
  font-size: .75rem;
  vertical-align: super;
}

.product-list .v65-productGroup-product {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .v65-product2Up:nth-of-type(2n) {
    margin-right: -2%;
  }
}
@media only screen and (min-width: 40em) {
  .v65-product2Up:nth-of-type(2n+1) {
    margin-left: -2%;
  }
}

.v65-product-wrapper h1 {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .v65-product-wrapper h1 {
    text-align: left;
  }
}

.checkout-step-wrapper {
  padding: 1em 0;
  text-align: center;
}
.checkout-step-wrapper:before, .checkout-step-wrapper:after {
  content: " ";
  display: table;
}
.checkout-step-wrapper:after {
  clear: both;
}
@media only screen and (max-width: 39.9375em) {
  .checkout-step-wrapper {
    display: none;
  }
}

.checkout-step {
  background: #fff;
  color: #000;
  margin: 0 auto;
  padding: .625rem 1.25rem .5625rem;
}
.checkout-step.active {
  background: #333;
  color: #fff;
}

.homepage .header-feature {
  height: 38.4375rem;
}
.homepage .v65-productGroup {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.homepage .v65-productGroup-title {
  font-size: 1.65rem;
  margin-bottom: 1.25em;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .homepage .v65-productGroup-title {
    font-size: 2.25rem;
  }
}
.homepage .v65-productGroup-teaser {
  display: none;
}
.homepage .v65-productGroup-product {
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .homepage .v65-productGroup-product {
    float: left;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 57.5rem) {
  .homepage .v65-productGroup-product {
    width: 33%;
  }
}
@media only screen and (min-width: 40em) {
  .homepage .v65-productGroup-product:last-of-type {
    display: none;
  }
}
@media only screen and (min-width: 57.5rem) {
  .homepage .v65-productGroup-product:last-of-type {
    display: block;
  }
}
.homepage .v65-productGroup-product .v65-product-photo img {
  max-height: 19rem;
}
.homepage .feature-link {
  font-size: 1.125rem;
  font-style: italic;
}
.homepage .feature-link:after {
  content: "\00a0\00a0\00BB";
}
.homepage .product-feature-link {
  clear: both;
  text-align: center;
}
.homepage .blog-feature-link {
  padding-left: 58px;
}

.newsletter-signup .v65-customForm {
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 40em) {
  .newsletter-signup .v65-customForm {
    margin-top: -1em;
  }
}
.newsletter-signup .v65-customForm fieldset {
  margin-bottom: 0;
}
.newsletter-signup .v65-customForm input {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .newsletter-signup .v65-customForm div {
    float: left;
    padding-right: 2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .newsletter-signup .v65-customForm div {
    padding-right: 4rem;
  }
}
.newsletter-signup .v65-customForm .error:first-of-type {
  float: none;
  font-size: 0.875rem;
  padding: 0;
  width: 100%;
}
.newsletter-signup legend {
  display: none;
}

@media only screen and (min-width: 40em) {
  .blog-content-wrapper {
    float: left;
    max-width: 58rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 68%;
  }
}

@media only screen and (min-width: 40em) {
  .blog-meta {
    float: right;
    padding: 4rem 2rem 0;
    width: 26%;
  }
}
.blog-meta a {
  color: #2e2e2e;
}
.blog-meta a:hover {
  color: #999;
}

.v65-blogPostDate {
  font-size: .75rem;
  margin-bottom: 0;
}

.v65-blogFooter {
  display: none;
}

.member-dashboard-link .icon {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  color: #2e2e2e;
  display: block;
  text-align: center;
  border: 1px solid #999;
  border-bottom: 0;
  background: #f8f8f8;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.member-dashboard-link .icon img {
  display: inline-block;
  max-width: 30%;
  opacity: 0.4;
}
@media only screen and (min-width: 40em) {
  .member-dashboard-link .icon img {
    max-width: 40%;
  }
}
.member-dashboard-link .title {
  background: white;
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  color: #2e2e2e;
  display: block;
  padding: 0.5em;
  border: 1px solid #999;
  border-top: 0;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.member-dashboard-link:hover .icon {
  background: #fdfdfd;
  color: #2e2e2e;
}
.member-dashboard-link:hover .title {
  background: white;
  color: #2e2e2e;
}
.member-dashboard-link:hover img {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.header-feature-image, .header-feature-slider {
  height: 100%;
  width: 100%;
  z-index: -1;
}
.header-feature-image:before, .header-feature-slider:before {
  background-image: url(../images/background-header-gradient.png);
  background-position: top center;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 40em) {
  .homepage .header-feature-image:before, .homepage .header-feature-slider:before {
    content: "";
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-feature-image:before, .header-feature-slider:before {
    bottom: 45%;
  }
}

.header-feature-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 350px;
  position: relative;
}
.header-feature-image + .header-feature-image {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .homepage .header-feature-image {
    padding-top: 615px;
  }
}

.header-feature-slider {
  margin: 0;
}
.header-feature-slider .header-feature-image {
  display: block;
}
.header-feature-slider .slick-prev {
  left: 25px;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .header-feature-slider .slick-prev {
    display: none !important;
  }
}
.header-feature-slider .slick-next {
  right: 25px;
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .header-feature-slider .slick-next {
    display: none !important;
  }
}

.intro-text {
  text-align: center;
}
.intro-text h3, .intro-text .v65-subtitle, .intro-text .v65-product-subtitle, .intro-text .v65-memberAllcoationHistoryTitle, .intro-text .v65-product-title, .intro-text .v65-blogPostDate + h2, .intro-text .v65-blogPostDate + .v65-title, .intro-text .v65-blogPostDate + .v65-productclearfix-title, .intro-text .v65-blogPostDate + .v65-productGroup-title {
  color: #666;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  margin: 2.75rem auto;
  max-width: 53rem;
  padding-bottom: 2.75rem;
  padding-top: 2.75rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .intro-text h3, .intro-text .v65-subtitle, .intro-text .v65-product-subtitle, .intro-text .v65-memberAllcoationHistoryTitle, .intro-text .v65-product-title, .intro-text .v65-blogPostDate + h2, .intro-text .v65-blogPostDate + .v65-title, .intro-text .v65-blogPostDate + .v65-productclearfix-title, .intro-text .v65-blogPostDate + .v65-productGroup-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.intro-text h3:before, .intro-text .v65-subtitle:before, .intro-text .v65-product-subtitle:before, .intro-text .v65-memberAllcoationHistoryTitle:before, .intro-text .v65-product-title:before, .intro-text .v65-blogPostDate + h2:before, .intro-text .v65-blogPostDate + .v65-title:before, .intro-text .v65-blogPostDate + .v65-productclearfix-title:before, .intro-text .v65-blogPostDate + .v65-productGroup-title:before, .intro-text h3:after, .intro-text .v65-subtitle:after, .intro-text .v65-product-subtitle:after, .intro-text .v65-memberAllcoationHistoryTitle:after, .intro-text .v65-product-title:after, .intro-text .v65-blogPostDate + h2:after, .intro-text .v65-blogPostDate + .v65-title:after, .intro-text .v65-blogPostDate + .v65-productclearfix-title:after, .intro-text .v65-blogPostDate + .v65-productGroup-title:after {
  background: #ccc;
  content: "";
  height: 1px;
  margin: 0 auto;
  max-width: 34.375rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 70%;
}
.intro-text h3:before, .intro-text .v65-subtitle:before, .intro-text .v65-product-subtitle:before, .intro-text .v65-memberAllcoationHistoryTitle:before, .intro-text .v65-product-title:before, .intro-text .v65-blogPostDate + h2:before, .intro-text .v65-blogPostDate + .v65-title:before, .intro-text .v65-blogPostDate + .v65-productclearfix-title:before, .intro-text .v65-blogPostDate + .v65-productGroup-title:before {
  top: 0;
}
.intro-text h3:after, .intro-text .v65-subtitle:after, .intro-text .v65-product-subtitle:after, .intro-text .v65-memberAllcoationHistoryTitle:after, .intro-text .v65-product-title:after, .intro-text .v65-blogPostDate + h2:after, .intro-text .v65-blogPostDate + .v65-title:after, .intro-text .v65-blogPostDate + .v65-productclearfix-title:after, .intro-text .v65-blogPostDate + .v65-productGroup-title:after {
  bottom: 0;
}

.image-with-text-overlay-wrapper {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .image-with-text-overlay-wrapper {
    margin-top: -4.5rem;
    z-index: 20;
  }
}

@media only screen and (min-width: 40em) and (max-width: 64em) {
  .image-text-overlay {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.image-text-overlay h3, .image-text-overlay .v65-subtitle, .image-text-overlay .v65-product-subtitle, .image-text-overlay .v65-memberAllcoationHistoryTitle, .image-text-overlay .v65-product-title, .image-text-overlay .v65-blogPostDate + h2, .image-text-overlay .v65-blogPostDate + .v65-title, .image-text-overlay .v65-blogPostDate + .v65-productclearfix-title, .image-text-overlay .v65-blogPostDate + .v65-productGroup-title, .image-text-overlay p {
  color: #fff;
}
.image-text-overlay a {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #999;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  display: block;
  height: 315px;
  overflow: hidden;
  position: relative;
}
.image-text-overlay a:hover .text-wrapper {
  bottom: 0 !important;
}
.image-text-overlay .text-wrapper {
  -webkit-transition: bottom 200ms ease-out;
  -o-transition: bottom 200ms ease-out;
  transition: bottom 200ms ease-out;
  background: rgba(0, 0, 0, 0.4);
  padding: 1.125rem 1.125rem 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.feature-image-text {
  text-align: center;
}
.feature-image-text img {
  margin-bottom: 1.5rem;
}

.footer-feature {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .footer-feature {
    height: 0;
    padding-top: 26.875rem;
  }
}
.footer-feature .footer-feature-image {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .footer-feature .footer-feature-image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.footer-feature .footer-feature-text {
  color: #333;
}
@media only screen and (min-width: 64.0625em) {
  .footer-feature .footer-feature-text {
    color: #fff;
    left: 12%;
    text-shadow: 0 .75rem 2.75rem #000;
    position: absolute;
    top: 50%;
    left: 6rem;
    right: 1rem;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.footer-feature h2, .footer-feature .v65-title, .footer-feature .v65-product-title, .footer-feature .v65-productclearfix-title, .footer-feature .v65-productGroup-title, .footer-feature h5, .footer-feature .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .footer-feature .v65-product-attributeLabel {
  color: #333;
}
@media only screen and (min-width: 64.0625em) {
  .footer-feature h2, .footer-feature .v65-title, .footer-feature .v65-product-title, .footer-feature .v65-productclearfix-title, .footer-feature .v65-productGroup-title, .footer-feature h5, .footer-feature .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .footer-feature .v65-product-attributeLabel {
    color: #fff;
  }
}
@media only screen and (min-width: 40em) {
  .footer-feature h5, .footer-feature .v65-productWrapper .v65-wine-profile .v65-product-attributeLabel, .v65-productWrapper .v65-wine-profile .footer-feature .v65-product-attributeLabel {
    margin-left: 3rem;
  }
}

footer {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  footer {
    padding-bottom: 2rem;
    text-align: left;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-col-left, footer .footer-col-right {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-col-left {
    float: left;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  footer .footer-col-right {
    float: right;
    padding-left: 1rem;
  }
}
footer ul {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: #333;
}
@media only screen and (min-width: 40em) {
  footer .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  footer .content-wrapper > .vt-row {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
footer .social {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  footer .social {
    margin-left: 2rem;
    text-align: left;
  }
}

.footer-contact-navigation {
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .footer-contact-navigation {
    display: block;
  }
}

.map {
  font-weight: 700;
  margin-bottom: .5rem;
}
.map a {
  font-weight: 400;
}

.phone {
  background-position: .375rem 50%;
  margin-left: 0;
  padding: 0 2rem;
}

.copyright, .accolade {
  clear: both;
  color: #8a8a8a;
  font-size: .75rem;
  margin: 0;
}
@media only screen and (min-width: 40em) {
  .copyright, .accolade {
    text-align: right;
  }
}

.copyright {
  padding-top: 1.25rem;
}

@media only print {
  html, body, .v65-productWrapper {
    font-size: 11px;
  }

  .user-tools, .primary-navigation-wrapper, .mobile-nav-toggle,
  .secondary-navigation, .v65-product-addToCart-quantity,
  .v65-product-addToCart-button, .v65-product-drilldownLink,
  .v65-product-reviewStats > a, #v65-addProductReview, .v65-product-reviews,
  .v65-product-socialBar, .footer-navigation, .accolade, .v65-product-availability, .social {
    display: none;
  }

  .v65-product-photo img {
    max-height: 250px;
  }
}
.vt-kiosk {
  padding: 1rem;
}
.vt-kiosk p, .vt-kiosk form, .vt-kiosk input, .vt-kiosk textarea {
  font-size: 1.25rem;
}
.vt-kiosk ul, .vt-kiosk label {
  font-size: 1rem;
}
.vt-kiosk form {
  max-width: 50rem;
}
@media only screen and (min-width: 40em) {
  .vt-kiosk form div {
    float: left;
    padding: 0 1rem;
    width: 50%;
  }
}
.vt-kiosk form div.error:first-of-type {
  float: none;
  width: 100%;
}
.vt-kiosk .v65-form > img {
  display: block;
  margin: 2rem auto;
}
.vt-kiosk .v65-customForm {
  margin-left: -1rem;
  margin-right: -1rem;
}
.vt-kiosk .v65-customForm input[name="FirstName"], .vt-kiosk .v65-customForm input[name="LastName"],
.vt-kiosk .v65-customForm input[name="Company"], .vt-kiosk .v65-customForm input[name="City"],
.vt-kiosk .v65-customForm input[name="MainPhone"], .vt-kiosk .v65-customForm input[name="smsNumber"],
.vt-kiosk .v65-customForm input[name="Email"], .vt-kiosk .v65-customForm input[name="UserName"] {
  width: 100%;
}
.vt-kiosk legend {
  display: none;
}
.vt-kiosk input, .vt-kiosk textarea {
  -webkit-appearance: none;
  outline: none;
  padding: 1rem;
  width: 100%;
}
.vt-kiosk input + br {
  display: none;
}
.vt-kiosk form.v65-customForm input[type='button'], .vt-kiosk form.v65-customForm button {
  display: block;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.3125rem 1.5rem;
  width: 16rem;
}
@media only screen and (min-width: 40em) {
  .vt-kiosk form.v65-customForm input[type='button'], .vt-kiosk form.v65-customForm button {
    margin: 0;
  }
}

.vt-kiosk-logo {
  display: block;
  margin: 2rem auto;
  max-width: 16.5rem;
  text-align: center;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 40em) {
  .vt-kiosk-logo {
    margin-top: 0;
  }
}
.vt-kiosk-logo img {
  max-width: 100%;
}

.vt-kiosk-content-wrapper {
  margin: 0 auto;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.vt-kiosk-content-wrapper:before, .vt-kiosk-content-wrapper:after {
  content: " ";
  display: table;
}
.vt-kiosk-content-wrapper:after {
  clear: both;
}
