@charset "utf-8";
/* CSS Document */

/* ====================================================================================================
	Table of Content

	Misc Inlcudes
	Variables
	1. Typography - Copy into admin.css
	2. Header
	3. Navigation
		a. Navigation
		b. Sub Navigation
	4. Content
		a. Homepage Styles
		b. Page Styles
	5. Blog
	6. Print
	7. Buttons
	8. Footer
*/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio, canvas, video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  outline:0
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
  outline: 0;
}

a:visited {
  color:black;
  outline: 0;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  color:black;
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Come.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Come.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Come.
 */

b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Come.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Come.
 */

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Come.
 */

button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

button, input {
  line-height: normal;
}

/**
 * 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 Come, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Come.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Come
 *    (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 5 and Come
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?jte8m6");
  src: url("../font/icomoon.eot?jte8m6#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?jte8m6") format("truetype"), url("../font/icomoon.woff?jte8m6") format("woff"), url("../font/icomoon.svg?jte8m6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\e900";
}

.icon-link:before {
  content: "\e005";
}

.icon-clock:before {
  content: "\e014";
}

.icon-comments:before {
  content: "\e076";
}

.icon-arrow-left:before {
  content: "\e094";
}

.icon-arrow-right:before {
  content: "\e095";
}

.icon-arrow-up:before {
  content: "\e096";
}

.icon-arrow-down:before {
  content: "\e097";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-menu:before {
  content: "\e120";
}

.icon-person:before {
  content: "\e7fd";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-google-plus:before {
  content: "\e901";
}

.icon-pinterest:before {
  content: "\e902";
}

.icon-yelp:before {
  content: "\e903";
}

.icon-delectable:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-linked-in:before {
  content: "\f0e1";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-trip-advisor:before {
  content: "\f262";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-snapchat:before {
  content: "\f2ac";
}

/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: white url(../nivo/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  cursor: hand;
  background-color: #fff;
  filter: alpha(opacity=0);
  /*non ie*/
  opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */

.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Come, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  display: block;
  width: 46px;
  height: 50px;
  background: url(../nivo/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

a.nivo-prevNav {
  left: 0;
}

a.nivo-nextNav {
  background-position: -46px 0px;
  right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../nivo/bullets.png) no-repeat;
  color: transparent;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.hideText {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hideText a {
  display: block;
  height: 100%;
}

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */

html {
  font-size: 100%;
}

body {
  background-color: white;
  color: #161616;
  font-family: "goudy-old-style", serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 2.5em;
  font-family: "goudy-old-style", serif;
  line-height: 1.3;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 2.3em;
  }
}

h2 {
  font-size: 2.2em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.75em;
  font-family: "goudy-old-style";
}

h4 {
  font-size: 1.7em;
  line-height: 1.1428571428571428;
  margin-bottom: 0.75em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.3333333333333333;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.v65-title {
  color: #333333;
  font-size: 3em;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.8em;
}

.v65-club .v65-clubTitle a, .v65-club .v65-clubTeaser {
  color:white
}

.v65-title a {
  color: #161616;
}

.v65-subtitle {
  color: #333333;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;width: 100%;
}

.v65-subtitle a {
  color: #161616;
}

.v65-subtitle a:hover, .v65-subtitle a:focus, .v65-subtitle a:active {
  color: #161616;
}

p, blockquote {
  line-height: 1.25;
}

blockquote {
  font-size: 1.2em;
  font-family: "goudy-old-style", serif;
  margin: 2em auto;
  max-width: 650px;
  text-align: center;
  width: 85%;
}

dl, ol, ul {
  margin: 0 0 1.5em;
}

dd, dt, li {
  line-height: 1.5;
  margin: 0;
}

a {

  text-decoration: none;
  -ms-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover, a:focus, a:active {
  text-decoration: underline;

}

a[href^="tel:"] {
  color: white;
  text-decoration: none;
}

.page-stockists a[href^="tel:"] {
  color: black;
  text-decoration: none;
}

img {
  border: none;
  height: auto !important;
  max-width: 100%;
}

form {
  margin-bottom: 1em;
}

legend {
  color: #161616;
}

 {
  background-color: #e2d04f;
  border: 0;
  color: #161616;
  height: 3px;
  margin-bottom: 3em;
  max-width: 150px;
  width: 75%;
}

a[name=footerNav] {
  display: none !important;
}

br {
  display:block
}

.articleSection ul, .articleSection li {
  font-size: 1.5rem;
  line-height: 1.25
}

.articleSection p {
margin-top:0;
}

.articleSection ul {
list-style:none;
}

.articleSection ul li {
	margin-left:-15px;
}

.articleSection ul li:before {
content:"—";
	padding-left:0px;
	padding-right:0px;
	margin-left:-24px;
	margin-right:10px;
}




/*   ===================================================================================================
     2. Header
======================================================================================================== */

header.primary {
  -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 951px) {
  header.primary {
    overflow: hidden;
  }
}

@media screen and (min-width: 651px) {
  header.primary {
    background-size: cover;
  }
}

header.primary.homepageHeader {
  height: calc(100vh - 60px);
top: 30px;
width: calc(100vw - 70px);
left: 30px;
margin-bottom: 60px;
background-size: cover;
min-height:800px
}

header.primary.homepageHeaderHalfHeight {
  height: calc(50vh - 60px);
  top: 30px;
  width: calc(100vw - 70px);
  left: 30px;
  margin-bottom: 60px;
  background-size: cover;
  min-height:420px
}

@media screen and (min-width: 900px) {
  header.primary.homepageHeader {
    height: calc(100vh - 60px);
    top: 30px;
    width: calc(100vw - 70px);
    left: 30px;
    margin-bottom: 60px;
    min-height:800px
  }

  header.primary.homepageHeaderHalfHeight {
    height: calc(50vh - 60px);
    min-height:420px
  }
}

@media screen and (max-width: 768px) {
  header.primary.homepageHeader {
    min-height: 600px;
    height: calc(100vh - 30px);
    top: 15px;
    width: calc(100vw - 30px);
    left: 15px;
    margin-bottom: 30px;
    background-size: cover;
  }

  header.primary.homepageHeaderHalfHeight {
    height: calc(50vh - 30px);
    top: 15px;
    width: calc(100vw - 30px);
    left: 15px;
    margin-bottom: 30px;
    background-size: cover;
    min-height:420px
  }

}

@media screen and (max-width: 580px) {
  header.primary.homepageHeader {
    min-height: 600px;
    height: calc(100vh - 30px);
    top: 15px;
    width: calc(100vw - 30px);
    left: 15px;
    margin-bottom: 30px;
    background-size: cover;
  }

  header.primary.homepageHeaderHalfHeight {
    height: calc(50vh - 30px);
    top: 15px;
    width: calc(100vw - 30px);
    left: 15px;
    margin-bottom: 30px;
    background-size: cover;
  }
}

header.primary #user-tools {
  font-size: 15px;
  font-style: italic;
  width: auto;
}

@media screen and (max-width: 580px) {
  header.primary #user-tools {
    background-color: white;
    border-bottom: 1px solid #f3f4f4;
    color: black;
  }
}

header.primary #user-tools a {
  color: white;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 580px) {
  header.primary #user-tools a {
    color: black;
  }
}

header.primary #user-tools .v65-yourAccount, header.primary #user-tools .v65-editProfile, header.primary #user-tools .v65-login, header.primary #user-tools .v65-logout {
  border-color: #f3f4f4;
}

@media screen and (min-width: 581px) {
  header.primary #user-tools .v65-yourAccount, header.primary #user-tools .v65-editProfile, header.primary #user-tools .v65-login, header.primary #user-tools .v65-logout {
    width: auto;
  }
}

header.primary #user-tools .v65-additionalItemsMessage a {
  color: #000;
}

header.primary #user-tools .v65-pointsBalance {
  display: inline-block;
  padding-right: 1em;
}

@media screen and (max-width: 580px) {
  header.primary #user-tools .v65-pointsBalance {
    display: none;
  }
}

header.primary #user-tools #v65-modalCart {
  position: static;
}

@media screen and (min-width: 581px) {
  header.primary #user-tools #v65-modalCart {
    display: inline-block;
    padding-left: 1em;
  }
}

header.primary .logo {
  background-image: url('../images/logo.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 0;
  position: absolute;
  width: 280px;
  left: 50%;
  margin-left: -142px;
  z-index:103;
}

header.primary .logo a {
  -ms-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

header.primary .logo.errorLogo {
  float: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  header.primary .logo {
    background-image: url('../images/logo@2x.png?1465851085');
  }

}



@media screen and (max-width: 580px) {
  header.primary .logo {
    display: block;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0;
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    z-index:103;
  }
}

header.primary.pageHeader {
  min-height: 475px;
}

@media screen and (max-width: 580px) {
  header.primary.pageHeader {
    min-height: 420px;
  }
}

header.primary.pageHeader .pageTitle {
  float: left;
  text-align: center;
  position: relative;
  padding: 0 2.5%;
  width: 95%;
}

header.primary.pageHeader .pageTitle h1 {
  color: #fff;
  font-size: 5em;
  line-height: 1.2;
  margin: 0.3em auto 1em;
  max-width: 1050px;
}

@media screen and (max-width: 1400px) {
  header.primary.pageHeader .pageTitle h1 {
    font-size: 4em;
    margin: 0.7em auto 1em;
  }
}

@media screen and (max-width: 580px) {
  header.primary.pageHeader .pageTitle h1 {
    font-size: 2.6em;
    margin: 0.7em auto 2em;
  }
}

@media screen and (max-width: 400px) {
  header.primary.pageHeader .pageTitle h1 {
    word-break: break-word;
  }
}

header.primary .headerSearch {
  background: url("../images/header-overlay.png");
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
}

header.primary .headerSearch .icon-cross {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.3em;
  position: absolute;
  top: 0.85em;
  right: 0;
}

@media screen and (min-width: 950px) {
  header.primary .headerSearch .icon-cross {
    display: block;
    top: 0.9em;
  }
}

header.primary .headerSearch form, header.primary .mobileSearch form {
  margin: 0.4em 0 0.2em;
}

header.primary .headerSearch form input[type='text'], header.primary .headerSearch form input[type='password'], header.primary .headerSearch form input[type='username'], header.primary .headerSearch form input[type='tel'], header.primary .headerSearch form input[type='email'], header.primary .mobileSearch form input[type='text'], header.primary .mobileSearch form input[type='password'], header.primary .mobileSearch form input[type='username'], header.primary .mobileSearch form input[type='tel'], header.primary .mobileSearch form input[type='email'] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "goudy-old-style", serif;
  margin-right: 10px;
  outline: none;
}

@media screen and (min-width: 951px) {
  header.primary .headerSearch form input[type='text'], header.primary .headerSearch form input[type='password'], header.primary .headerSearch form input[type='username'], header.primary .headerSearch form input[type='tel'], header.primary .headerSearch form input[type='email'], header.primary .mobileSearch form input[type='text'], header.primary .mobileSearch form input[type='password'], header.primary .mobileSearch form input[type='username'], header.primary .mobileSearch form input[type='tel'], header.primary .mobileSearch form input[type='email'] {
    width: 300px;
  }
}

@media screen and (min-width: 581px) {
  header.primary .headerSearch form input[type='text'], header.primary .headerSearch form input[type='password'], header.primary .headerSearch form input[type='username'], header.primary .headerSearch form input[type='tel'], header.primary .headerSearch form input[type='email'], header.primary .mobileSearch form input[type='text'], header.primary .mobileSearch form input[type='password'], header.primary .mobileSearch form input[type='username'], header.primary .mobileSearch form input[type='tel'], header.primary .mobileSearch form input[type='email'] {
    line-height: 2.4em;
    height: 2.4em;
  }
}

header.primary .headerSearch form fieldset, header.primary .mobileSearch form fieldset {
  border: 0;
  text-align: center;
}

@media screen and (min-width: 581px) {
  header.primary .headerSearch button.defaultBtn, header.primary .mobileSearch button.defaultBtn {
    height: 2.5em;
    line-height: 2.5em;
  }
}

header.primary .headerSearch #v65-contentSearchInput, header.primary .headerSearch #v65-contentSearchButton, header.primary .mobileSearch #v65-contentSearchInput, header.primary .mobileSearch #v65-contentSearchButton {
  display: inline-block;
}

header.primary .headerSearch button.searchFieldButton, header.primary .mobileSearch button.searchFieldButton {
  background: transparent;
  outline: none;
  padding: 0;
}

header.primary .headerSearch button.searchFieldButton .icon-search, header.primary .mobileSearch button.searchFieldButton .icon-search {
  font-size: 1.7em;
  padding: 0;
}

header.primary .mobileSearch {
  border-top: 1px solid #252525;
  margin: 1.5em 5% 0;
  padding: 0.6em 0 1em;
}

@media screen and (min-width: 951px) {
  header.primary .mobileSearch {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  header.primary .mobileSearch fieldset {
    padding: 0;
  }
}

header.primary .searchOpen {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

header.primary .searchButton {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
}

@media screen and (max-width: 950px) {
  header.primary .searchButton {
    display: none;
  }
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */

/* ----- a. Main Menu ----- */

.menuContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E6E7E8;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow:auto;
}

.mainMenu {
  position: relative;
  z-index: ;
}

.mainMenuLogo {
  background-image: url('../images/logo_menu.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
  position: absolute;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  z-index:103;
}

.mainMenuOpen {
  position: absolute;
  left: 60px;
  top: 60px;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: white;
  z-index: 102;
}

.mainMenuShop {
  position: absolute;
  left: 150px;
  top: 60px;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: white;
  z-index: 104;
}

.mainMenuBook {
  position: absolute;
  left: 240px;
  top: 60px;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: white;
  z-index: 104;
}


.mainMenuOpen a {
  color: white;
}

.mainMenuShop a {
  color: white;
}

.mainMenuBook a {
  color: white;
}

.mainMenuOpen a:hover {
  color: white;
  text-decoration: underline;
}

.mainMenuShop a:hover {
  color: white;
  text-decoration: underline;
}

.mainMenuBook a:hover {
  color: white;
  text-decoration: underline;
}

.mainMenuClose {
  position: absolute;
  left: 60px;
  top: 60px;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  z-index: 102
}

.mainMenuClose a:hover {
  text-decoration: underline
}

.v65-home {
  display: none !important;
}

@media screen and (min-width: 951px) {
  .mainMenu {
    min-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 250px;
    margin-top: -30px;
    margin-bottom:30px;
    box-sizing: border-box
  }
  .mainMenu hr {
    background-color: black;
    border: 0;
    color: black;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 60px;
    max-width: 300px;
    width: 100%;
  }
  .mainMenu ul {
    text-align: center;
    font-size: 60px;
  }
  .mainMenu .secondaryNav ul {
    text-align: center;
    font-size: 100%;
    font-family: sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
  }
  .mainMenu .secondaryNav a {
    height: 24px;
    line-height: 24px;
  }

}

@media screen and (max-width: 950px) {
  .mainMenu {
  min-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 250px;
  margin-top: -30px;
  margin-bottom:30px;
  box-sizing: border-box
  }

  .mainMenu hr {
    background-color: black;
    border: 0;
    color: black;
    height: 1px;
    margin-top: 45px;
    margin-bottom: 60px;
    max-width: 300px;
    width: 100%;
  }

  .mainMenu .secondaryNav {
    width:100%;
  }

  .mainMenu ul {
    text-align: center;
    font-size: 50px;
    width:100%;
  }
  .mainMenu .secondaryNav ul {
    text-align: center;
    font-size: 100%;
    font-family: sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
  }
  .mainMenu .secondaryNav a {
    height: 24px;
    line-height: 24px;
  }
}


@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {

  .mainMenuLogo {
    background-image: url('../images/logo_menu@2x.png');
  }
}

@media screen and (min-width: 581px) and (max-width: 768px) {
  .menuContainer {
    overflow: auto;
  }

  .mainMenu {
    min-height: 100%;
    height:auto;
    padding-top: 225px;
    margin-top: -30px;
    padding-bottom: 30px;
  }

  .mainMenuOpen {
    position: absolute;
    left: 30px;
    top: 30px;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: white;
    z-index: 102;
  }

  .mainMenuShop {
display:none
  }

  .mainMenuBook {
display:none
  }

  .mainMenuClose {
    position: absolute;
    left: 30px;
    top: 30px;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: .25em;
    z-index: 102
  }

  .mainMenuLogo {
    display: block;
    height: 100px;
    margin-top: 45px;
    margin-bottom: 0;
    position: absolute;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    z-index:103;
  }

  .mainMenu hr {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .mainMenu ul {
    text-align: center;
    font-size: 36px;
    width:100%;
  }

  .mainMenu .secondaryNav {
    width:100%;
  }

  .mainMenu .secondaryNav ul {
    text-align: center;
    font-size: 100%;
    font-family: sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
  }
  .mainMenu .secondaryNav a {
    height: 24px;
    line-height: 24px;
  }

}

@media screen and (max-width: 580px) {
  .menuContainer {
    overflow: auto;
  }

  .mainMenu {
    min-height: 100%;
    height:auto;
    padding-top: 175px;
    margin-top: -30px;
    padding-bottom: 30px;
  }

  .mainMenuOpen {
    position: absolute;
    left: 30px;
    top: 30px;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: white;
    z-index: 102;
  }

  .mainMenuClose {
    position: absolute;
    left: 30px;
    top: 30px;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: .25em;
    z-index: 102
  }

  .mainMenuShop {
display:none
  }

  .mainMenuBook {
display:none
  }

  .mainMenuLogo {
    display: block;
    height: 100px;
    margin-top: 45px;
    margin-bottom: 0;
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    z-index:103;
  }

  .mainMenu hr {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .mainMenu ul {
    text-align: center;
    font-size: 36px;
    width:100%;
  }

  .mainMenu .secondaryNav {
    width:100%;
  }

  .mainMenu .secondaryNav ul {
    text-align: center;
    font-size: 100%;
    font-family: sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
  }
  .mainMenu .secondaryNav a {
    height: 24px;
    line-height: 24px;
  }

}

.mainMenu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}


.mainMenu ul ul {
  font-size: 14px;
}

@media screen and (min-width: 951px) {
  .mainMenu ul ul {
    background: url("../images/header-overlay.png");
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 0;
    position: absolute;
    left: -10px;
    top: 32px;
    width: 200px;
    display: none;
  }
}

.mainMenu ul ul .v65-selected {
  text-decoration: underline;
}

.mainMenu li {

}

@media screen and (min-width: 951px) {
  .mainMenu li {
    margin: 0;
    line-height: 1.40;
  }
}

.mainMenu ul ul {
  background: none;
  display: none !important;
}

@media screen and (max-width: 950px) {
  .mainMenu li {
  }
}

.mainMenu li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 951px) {
  .mainMenu li:hover ul {
    display: block;
  }
}

.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 951px) {
  .mainMenu li li {
    width: 100%;
  }
}

.mainMenu li li a {
  color: white;
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.mainMenu li li a:hover {
  color: #cccccc;
}

@media screen and (max-width: 950px) {
  .mainMenu li li a {
    color: #999999;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 3%;
    width: 97%;
  }
  .mainMenu li li a:hover {
    color: #666666;
  }
}

.mainMenu a {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 951px) {
  .mainMenu a {
    height: 32px;
    line-height: 32px;
  }
}

@media screen and (max-width: 950px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    padding: 0 4%;
    width: 92%;
  }

  .mobileUserToolsWrapper a {
    height: 24px;
line-height: 24px;
    padding: 0 4%;
    width: 92%;
  }
}

.mainMenu a:hover {
  color: #44775A;
  text-decoration: underline;
}

@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: none;
  }
}

.mainMenu .v65-selected {
  color: #44775A;
  text-decoration: underline;
}

.mainMenu .footerMenuLink {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 450px) {
  .mainMenu .footerMenuLink {
    display: block;
  }
}

@media screen and (min-width: 451px) {
  .mainMenu .footerMenuLink {
    display: none;
  }
}

/* ----- b. Sub Menu ----- */

.subMenu {
  margin-bottom: 0;
  margin-top: 0;
}

.subMenu ul li {
  margin:0 !important;
}

.subMenu ul li:before {
  content: none;
  padding:0 !important;
  margin:0 !important
}

@media screen and (min-width: 768px) {
  .subMenu {
    margin-right: 0;
    padding-right: 0;
    width: 60%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    border-bottom: solid black 1px
  }
}


@media screen and (max-width: 767px) {
  .subMenu h3 {
    display: none;
  }

  .subMenu {
    border-bottom: solid black 1px
  }
}

.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

.subMenu li {
  line-height: 1.4;
  display: inline-block;
  padding-right: 15px
}

@media screen and (max-width: 767px) {
  .subMenu li {

    text-align: center;
  }
}

.subMenu li ul {
  margin-left: 10px;
}

.subMenu a {
  color: #161616;
  display: inline-block;
  line-height: 1.5;
  padding: 5px 0;
  width: 100%;
}

.subMenu .v65-leftSelected {
  font-weight: bold;
}

.icon-menu {
  color: white;
  clear: right;
  cursor: pointer;
  font-size: 2.2em;
  float: right;
  margin-top: 0.75em;
  position: relative;
  display: none
}

@media screen and (min-width: 951px) {
  .icon-menu {
    display: none
  }
}

@media screen and (min-width: 581px) and (max-width: 730px) {
  .icon-menu {
    margin-top: 2em;
  }
}

@media screen and (max-width: 580px) {
  .icon-menu {
    margin: 1.4em 0.2em 0 0.2em;
    z-index: 102;
  }
}

@media screen and (min-width: 581px) {
  .menuOpen {
    transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
  }
}

@media screen and (max-width: 580px) {
  .menuOpen {
    transform: translate(270px, 0);
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
  }
}

.mobileBody {
  position: fixed;
  width: 100%;
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */

#v65-modalContentHeader {
  background: #333333;
}

.wrapper {
  position: relative;

  margin: 0 auto;
  width: 100%;
}

.wideWrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  width: 95%;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .wideWrapper {
    position: static;
  }
}

.userToolsWrapper {}

  .userToolsLogo {
    background-image: url('../images/logo_menu.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 100px;
  margin-top: 60px;
  margin-bottom: 0;
  position: absolute;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  z-index: 103;
  }

  .mobileUserToolsWrapper {
    display:none
  }

@media screen and (min-width: 769px) {
  .userToolsWrapper {
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 102
  }

  .mobileUserToolsWrapper {
    position: static;
    z-index: 102;
    display:none
  }
}

@media screen and (max-width: 768px) {
  .userToolsWrapper {
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 102;
    display:none;
  }

  .mobileUserToolsWrapper {
    position: static;
    display:block;
    width: 100%;
  }

}

.contentWrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.overlay {
  background: url(../images/header-overlay.png);
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content {
  padding: 4em 0;
}

.pageContent {
  padding: 0;
}


@media screen and (min-width:1201px) {
  .articleSection h5 {
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
  width: 75%
  }

  .articleImage {
    -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
  min-height:auto;
  height: calc(100vh - 60px);
  top: 30px;
  width: calc(100vw - 70px);
  left: 30px;
  margin-bottom: 60px;
  margin-top: 120px;
  }

  .articleImageClub {
    -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
  min-height:auto;
  height: calc(50vh - 60px);
  top: 30px;
  width: calc(100vw - 70px);
  left: 30px;
  margin-bottom: 60px;
  margin-top: 120px;
  }

.clublist-wrapper {
  padding-top:120px;
overflow:auto
}

  }

@media screen and (max-width:1200px) {
  .articleSection h5 {
    font-size: 2.5rem;
    font-style: italic;
    line-height: 1;
    width: 100%
  }

  .articleImage {
    -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
  min-height:auto;
  height: calc(100vh - 60px);
  top: 30px;
  width: calc(100vw - 70px);
  left: 30px;
  margin-bottom: 60px;
  margin-top: 120px;
  }

  .articleImageClub {
    -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 10;
  min-height:auto;
  height: calc(50vh - 60px);
  top: 30px;
  width: calc(100vw - 70px);
  left: 30px;
  margin-bottom: 60px;
  margin-top: 120px;
  }

  .clublist-wrapper {
    padding-top:120px;
    overflow:auto
  }

}

@media screen and (max-width:768px) {
  .articleSection h5 {
    font-size: 2.5rem;
    font-style: italic;
    line-height: 1;
    width: 100%
  }

  .articleImage {
    -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
  position: relative;
  min-height: 600px;
  height: calc(100vh - 30px);
  top: 15px;
  width: calc(100vw - 30px);
  left: 15px;
  margin-bottom: 30px;
  background-size: cover;
  margin-top: 30px;
  }

  .articleImageClub {
    -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
  position: relative;
  min-height: 600px;
  height: calc(50vh - 30px);
  top: 15px;
  width: calc(100vw - 30px);
  left: 15px;
  margin-bottom: 30px;
  background-size: cover;
  margin-top: 30px;
  }

  .clublist-wrapper {
    padding-top:60px;
    padding-bottom:60px;
  }

}


.imagePreloader {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.imageVisible {
  opacity: 1;
}

.displayNo {
  display: none !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ----- a. Homepage Styles ----- */

.homepageContent {
  background-color: #243d50;
  padding: 7em 0;
}

.homepageContent h1, .homepageContent h2, .homepageContent h3, .homepageContent h4, .homepageContent h5, .homepageContent h6, .homepageContent p {
  color: #fff;
}

.homepageContent .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.headerContent {
  color: #fff;
  font-size: 120%;
  position: relative;
  text-align: center;
  width: 100%;
  height: calc(100% - 160px);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 10px;
  justify-content: space-evenly;
}

.headerContent a {
color:white
}

.headerPageTitle h4 {
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size:  1.5rem
}

.headerPageTitle hr {
  background-color: grey;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  max-width: 350px;
  width: 100%;
}


.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.vimeo-wrapper-fullscreen  {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -155;
  pointer-events: none;
  overflow: hidden;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.vimeo-wrapper-fullscreen iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.vimeo-wrapper-visit-us {
  overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
   height: 0;
   margin-bottom:50px;
}
.vimeo-wrapper-visit-us iframe {
  left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   position: absolute;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}

#vimeo-poster-image {
                background-size: cover;
                bottom: 0;
                left: 0;
                opacity: 1.0;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 10;
                height: 100%;
                width: 100%;
                cursor:pointer;
                transform: scale(1.01);
              }

              .vimeo-poster-image-visit {
                background: url('/assets/images/backgrounds/DelamereCoverPoster.png') center center;
              }

              .vimeo-poster-image-sparkling {
                background: url('/assets/images/backgrounds/DelamereCoverPoster-sparkling.jpg') center center;
              }

/*
              #vimeo-poster-image:hover {
              background: url('/assets/images/backgrounds/DelamereCoverPoster-hover.png') center center;
              background-size: cover;
              bottom: 0;
              left: 0;
              opacity: 1.0;
              position: absolute;
              right: 0;
              top: 0;
              z-index: 10;
              height: 100%;
              width: 100%;
              cursor:pointer;
              transform: scale(1.01);
                                } */

                                /* Landscape */
@media only screen  and (orientation: landscape) and (max-width: 768px) {
  .vimeo-wrapper {
     display:none;
  }
}

@media screen and (min-width: 769px) {
  .headerPageTitle {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
  }
}


@media screen and (max-width: 768px) {

  .headerPageTitle {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
  }

  .headerPageTitle h4 {
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size:  1rem
  }

  .headerPageTitle hr {
    background-color: grey;
    border: 0;
    height: 1px;
    margin-bottom: 30px;
    max-width: 350px;
    width: 50%;
  }

  .vimeo-wrapper iframe {
     width: 100vw;
     height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
     min-height: 100vh;
     min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) scale(1.1);

  }

}


@media screen and (max-width: 740px) {
  .headerContent {
    margin: 0 0;
  }
}

@media screen and (max-width: 580px) {
  .headerContent {
    font-size: 100%;
  }
}

.headerContent h2, .headerContent h3, .headerContent h4, .headerContent h5, .headerContent h6, .headerContent p {
  color: #fff;
}

.headerContent h1, .headerContent h2, .headerContent h3, .headerContent h4, .headerContent h5, .headerContent h6 {
  margin-bottom: 0;
}

.headerContent h1 {
  color: #fff;
  font-family: "goudy-old-style", serif;
  margin-bottom: 0;
}

@media screen and (min-width: 1001px) {
  .headerContent h1 {
    font-size: 5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .headerContent h1 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 767px) {
  .headerContent h1 {
    font-size: 2.7em;
  }
}

.headerContent h2 {
  font-family: "goudy-old-style", serif;
}

@media screen and (min-width: 1001px) {
  .headerContent h2 {
    font-size: 3.7em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .headerContent h2 {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .headerContent h2 {
    font-size: 2.3em;
  }
}

.headerContent h3 {
  font-size: 3.5em;
  max-width: 70%;
}

@media screen and (max-width: 1620px) {
  .headerContent h3 {
    font-size: 3em;
  max-width: 85%;
  }
}

@media screen and (max-width: 1200px) {
  .headerContent h3 {
    font-size: 2.5em;
    max-width: 85%;
  }
}

@media screen and (max-width: 960px) {
  .headerContent h3 {
    font-size: 2.1em;
        max-width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .headerContent h3 {
    font-size: 2em;
        max-width: 90%;
  }
}

@media screen and (max-width: 580px) {
  .headerContent h3 {
    font-size: 2em;
        max-width: 90%;
  }
}

@media screen and (max-width: 350px) {
  .headerContent h3 {
    font-size: 1.5em;
      max-width: 90%;
  }
}



a.linkBtn.headerBtn {
  margin-top: 3em;
}

.moveUp {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.subscribeSection h5 {
  color: #ffffff;
  min-height:52px;
}

@media screen and (max-width: 580px) {
  .subscribeSection h5 {
    padding-bottom: 5px
  }
}


#v65-subscribeWidget fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


#FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 legend {
  display: none !important
}

#FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 .v65-subscribeWidgetFormField:nth-child(4) {
width:calc(50% - 15px);
    float:left;
    margin-right:30px;
}

#FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 .v65-subscribeWidgetFormField:nth-child(5) {
width:calc(50% - 15px);
    float:left;
}

#FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 .v65-subscribeWidgetFormField {
padding-bottom:10px
}

#v65-subscribeWidget form {
  margin: 0
}

#v65-subscribeWidget input {
  width: 100%;
  height: 20px;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  padding: 0;
  font-size: 1.25em;
  line-height: 0em;
  outline: 0;
}
#v65-subscribeWidget form input:placeholder-shown {
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: inherit;
  height: 60px;
  opacity: .5
}

#v65-subscribeWidget button {
  display: block;
  background: none;
  padding: 0;
  border: 0;
  height: auto;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: .35em;
  line-height:1;
  padding-top:10px;
}


#v65-subscribeWidget button span {
  padding: 0;
  text-align: left;
}

#v65-subscribeWidget label {
    color:#97ac9b
}


@media screen and (max-width: 580px) {
  #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 div:nth-child(4) {
  width:100%;
      float:left;
      margin-right:30px;
  }

  #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 div:nth-child(5) {
  width:100%;
      float:left;
  }

}


/* ----- b. Page Styles ----- */

.backToTop {
  background: none;
  bottom: 1em;
  border-radius: 50%;
  color: white;
  display: none;
  height: 5em;
  line-height: 5em;
  opacity: 0.8;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 5em;
  z-index: 1000;
}

.backToTop .icon-up-bold {
  font-size: 4em;
  line-height: 1.2em;
}

a.backToTop {
color:black;
}

.backToTop i {
font-size:2.5rem
}

@media screen and (min-width: 768px) {
  .page {
    float: right;
    width: 75%;
  }
}

.colWrapper {
  margin-bottom: 2em;
  width: 100%;
}

.colWrapper:before, .colWrapper:after {
  content: "";
  display: table;
}

.colWrapper:after {
  clear: both;
}

.col2 {
  float: left;
  margin-left: 6%;
  width: 47%;
}

.col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%;
}

.col22 {
  float: left;
  margin-left: 6%;
  width: 29%;
}

.col22:first-child {
  margin-left: 0;
  width: 65%;
}

.col3 {
  float: left;
  margin-left: 5%;
  width: 30%;
}

.col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%;
}

.col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%;
}

.col4:first-child {
  margin-left: 0;
}

@media screen and (max-width: 850px) {
  .col4 {
    margin: 0 2% 3em;
    width: 46%;
  }
  .col4:first-child {
    margin-left: 2%;
  }
}

@media screen and (max-width: 580px) {
  .col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .col2:first-child {
    float: none;
    width: 100%;
  }
  .col22, .col22:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
  .col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .col3:first-child {
    float: none;
    width: 100%;
  }
  .col4, .col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
}

.v65-colWrapper {
  padding-bottom: 0;
padding-top: 120px;
width: 60%;
margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .v65-colWrapper {
  padding-bottom: 0;
  padding-top: 60px;
  width: calc(100vw - 30px);
  margin:0;
  left:15px;
  position:relative;
  }

}

article:last-child .v65-colWrapper {
	padding-bottom:150px;
}

.shop-page .v65-colWrapper {
display: flex;
flex-wrap:wrap
}

.v65-colWrapper:before, .v65-colWrapper:after {
  content: "";
  display: table;
}

.v65-colWrapper:after {
  clear: both;
}

.v65-col2 {
  float: left;
  margin-left: 6%;
  width: 47%;
}

.v65-col2:first-child {
  float: left;
  margin-left: 0%;
  width: 47%;
}

.v65-col2Right {
  float: left;
  margin-left: 6%;
  width: 29%;
}

.v65-col2Right:first-child {
  float: left;
  margin-left: 0;
  width: 65%;
}

.v65-col2Left {
  float: left;
  margin-right: 0;
  width: 65%;
}

.v65-col2Left:first-child {
  float: left;
  margin-right: 6%;
  width: 29%;
}

.v65-col3 {
  float: left;
  margin-left: 5%;
  width: 30%;
}

.v65-col3:first-child {
  float: left;
  margin-left: 0%;
  width: 30%;
}

.v65-col4 {
  float: left;
  margin-left: 3%;
  width: 22.7%;
}

.v65-col4:first-child {
  margin-left: 0;
}

@media screen and (max-width: 850px) {
  .v65-col4 {
    margin: 0 2% 3em;
    width: 46%;
  }
  .v65-col4:first-child {
    margin-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .v65-col2Right, .v65-col2Right:first-child, .v65-col2Left, .v65-col2Left:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
  .v65-col3 {
    float: none;
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .v65-col3:first-child {
    float: none;
    width: 100%;
  }

  article:last-child .v65-colWrapper {
  	padding-bottom:30px;
  }
}

@media screen and (max-width: 580px) {
  .v65-col2 {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .v65-col2:first-child {
    float: none;
    width: 100%;
  }
  .v65-col4, .v65-col4:first-child {
    float: none;
    margin: 0 0 2em;
    width: 100%;
  }
}

.v65-featureRight, .v65-right, .v65-featureLeft, .v65-left, .v65-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.backgroundContentSection {
  background-position: center;
  background-repeat: no-repeat;
  padding: 2em 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .backgroundContentSection {
    background-attachment: fixed;
  }
}

@media screen and (min-width: 581px) {
  .backgroundContentSection {
    background-size: cover;
    padding: 7em 0;
  }
}

.backgroundContentSection .overlay {
  background: url(../images/header-overlay.png);
  background: rgba(0, 0, 0, 0.4);
}

.backgroundContentSection h1, .backgroundContentSection h2, .backgroundContentSection h3, .backgroundContentSection h4, .backgroundContentSection h5, .backgroundContentSection h6, .backgroundContentSection p {
  color: #fff;
}

.backgroundContentSection h1 {
  font-size: 2.7em;
  margin-bottom: 0.75em;
}

.backgroundContentSection .contentSection {
  padding: 7em 5%;
  position: relative;
  margin: 0 3em;
  max-width: 500px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .backgroundContentSection .contentSection {
    margin: 0 auto;
    padding: 13% 5%;
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .backgroundContentSection .contentSection.contentLeft {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .backgroundContentSection .contentSection.contentRight {
    float: right;
  }
}

.topContentSection {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.topContentSection.width-one-third {
  border-left: 1px solid #edecec;
  border-bottom: 1px solid #edecec;
  padding: 4em 4% 3em;
  width: 33.33%;
}

@media screen and (max-width: 900px) {
  .topContentSection.width-one-third {
    padding: 5em 4%;
    width: 100%;
  }
}

.topContentSection.width-one-third:first-child+div, .topContentSection.width-one-third:first-child+div+div+div, .topContentSection.width-one-third:first-child+div+div+div+div+div {
  background-color: #f3f4f4;
}

.topContentSection.width-one-third:first-child {
  border-left: 0;
}

.topContentSection.width-one-third .contentSectionWrapper {
  margin: 0 auto;
}

@media screen and (min-width: 901px) {
  .topContentSection.width-one-third .contentSectionWrapper {
    max-width: 350px;
  }
}

@media screen and (max-width: 900px) {
  .topContentSection.width-one-third .contentSectionWrapper {
    max-width: 450px;
  }
}

.topContentSection.width-half {
  border-left: 1px solid #edecec;
  border-bottom: 1px solid #edecec;
  padding: 7em 5%;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .topContentSection.width-half {
    padding: 4em 5%;
    width: 100%;
  }
}

.topContentSection.width-half:first-child {
  border-left: 0;
}

.topContentSection.width-half .contentSectionWrapper {
  margin: 0 auto;
}

@media screen and (min-width: 901px) {
  .topContentSection.width-half .contentSectionWrapper {
    max-width: 450px;
  }
}

.topContentSection.width-full-width {
  background-color: #f3f4f4;
  border-bottom: 1px solid #edecec;
  padding: 7em 5%;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .topContentSection.width-full-width {
    padding: 4em 5%;
  }
}

.topContentSection.width-full-width .contentSectionWrapper {
  margin: 0 auto;
}

@media screen and (min-width: 901px) {
  .topContentSection.width-full-width .contentSectionWrapper {
    max-width: 700px;
  }
}

input[type='text'], input[type='password'], input[type='username'], input[type='tel'], input[type='email'], input[type='number'] {
  background: #f8f8f8;
  border: 1px solid #E7E7E7;
  min-width:0
}

input[type='number'] {
  height: 2.5em;
  line-height: 2.5em;
  min-width: 3em;
  padding: 0 0.5em;
}

@media screen and (max-width: 580px) {
  input[type='number'] {
    height: 4em;
    line-height: 4em;
    min-width: 3em;
  }
}

.v65-form {
  max-width: none;
width: 100%;
}

#v65-loginForm .v65-form {
  max-width: none;
width: 100%;
padding-bottom: 120px;
padding-top: 30px;
}

#v65-loginForm {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.v65-form fieldset {
  border: 0;
}

.v65-form legend {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  display:none
}

.v65-form input[type=text], .v65-form input[type=password], .v65-form input[type='username'], .v65-form textarea, .v65-form input[type='number'] {
  background: #ffffff;
  border: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.v65-product-addToCart-quantity input[type='text'], .v65-product-addToCart-quantity input[type='password'], .v65-product-addToCart-quantity input[type='username'], .v65-product-addToCart-quantity input[type='tel'], .v65-product-addToCart-quantity input[type='email'], .v65-product-addToCart-quantity input[type='number'], .subscribeSection input[type='text'], .subscribeSection input[type='password'], .subscribeSection input[type='username'], .subscribeSection input[type='tel'], .subscribeSection input[type='email'], .subscribeSection input[type='number'] {
  border-color: #e4e4e4;
}

.subscribeSection input[type='text'], .subscribeSection input[type='password'], .subscribeSection input[type='username'], .subscribeSection input[type='tel'], .subscribeSection input[type='email'], .subscribeSection input[type='number'] {}

@media screen and (min-width: 581px) {
  .v65-product-addToCart-quantity input[type='text'], .v65-product-addToCart-quantity input[type='password'], .v65-product-addToCart-quantity input[type='username'], .v65-product-addToCart-quantity input[type='tel'], .v65-product-addToCart-quantity input[type='email'], .v65-product-addToCart-quantity input[type='number'], .subscribeSection input[type='text'], .subscribeSection input[type='password'], .subscribeSection input[type='username'], .subscribeSection input[type='tel'], .subscribeSection input[type='email'], .subscribeSection input[type='number'] {
    height: 2.85em;
    line-height: 2.85em;
  }
  .subscribeSection input[type='text'], .subscribeSection input[type='password'], .subscribeSection input[type='username'], .subscribeSection input[type='tel'], .subscribeSection input[type='email'], .subscribeSection input[type='number'] {}
}



.v65-calendarList-Month {
  border: 0;
  font-family: sans-serif;
text-transform: uppercase;
letter-spacing: .25em;
font-size: 1rem
}

.v65-calendarList-Event {
  padding: 0;
  border-top: 1px solid black;
  padding-bottom: 30px;
  padding-top: 15px;
}


.v65-calendarList-Event .v65-title {
  float:left;
  width:50%;
  line-height:1.25
}

.v65-calendarList-Time {
  font-size: 1.5rem;
  font-style: normal !important;
  float: right;
  width: 50%;
  margin-top: -10px;
}

@-moz-document url-prefix() {
  .v65-calendarList-Time {
    margin-top: 10px;
  }
}

.v65-calendarList-Time:before {
  content:"When";
  font-weight:700;
  display:block;
}

.v65-calendarList-Description {
  margin:0;
  width:50%;
  float:right;
  padding-top:15px
}


@media screen and (max-width: 768px) {

  .v65-calendarList-Event .v65-title {
    float:left;
    width:100%;
    line-height:1.25
  }

  .v65-calendarList-Time {
    font-size: 1.5rem;
    font-style: normal !important;
    float: left;
    width: 100%;
    margin-top: -10px;
  }

  .v65-calendarList-Description {
    margin:0;
    width:100%;
    float:left;
    padding-top:15px
  }

}

/* Block */

#v65-CalendarTable {
  border: 0;
  color: #161616;
}

#v65-CalendarTable th {
  background-color: white;
  border: 0;
  color: #161616;
  font-family: "goudy-old-style", serif;
  font-weight: 300;
  padding: 5px 0;
}

#v65-CalendarTable td {
  background-color: #f3f4f4;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  height: 80px;
}

#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #161616;
  font-family: "goudy-old-style", serif;
  font-size: 0.95em;
}

#v65-CalendarTable .v65-CalendarOffMonthDays {
  background-color: #eeefef;
}

#v65-CalendarTable .v65-CalendarToDay {
  background-color: #eeefef;
}

@media screen and (max-width: 580px) {
  #v65-CalendarTable .v65-CalendarEvent {
    padding: 0;
  }
}

@media screen and (max-width: 580px) {
  #v65-CalendarTable .v65-CalendarEvent a {
    background-color: transparent;
    color: #48bfb4;
    height: 2.3em;
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  #v65-CalendarTable .v65-CalendarEvent a {
    word-break: break-word;
  }
}

/* Photo gallery */

.nivo-controlNav {
  position: relative;
  bottom: 40px;
  z-index: 200;
}

.nivo-controlNav a {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 4px;
  width: 9px;
  height: 9px;
}

.nivo-controlNav a:hover {
  background: #fff;
  color: transparent;
}

.nivo-controlNav a.active {
  background: #fff;
}

/* ----- c. Store Styles ----- */

#v65-fieldset-shippingInfo {
  width: 100%;
}

@media screen and (max-width: 725px) {
  #v65-fieldset-wholesalerInfo, #v65-fieldset-billingInfo, #v65-fieldset-shippingOptions, #v65-fieldset-shippingInfo, #v65-fieldset-paymentMethod, #v65-fieldset-sourceCode, #v65-fieldset-usernamePassword {
    width: 100%;
  }
}

.v65-productGroup {
  margin-bottom: auto;
  width: calc(100vw - 70px) !important;
  margin: 0 auto !important;
  overflow:hidden
}

@media screen and (max-width:768px) {
  .v65-productGroup {
    width: calc(100vw - 30px) !important;
    margin: 0 !important;
    left: 15px;
    position: relative;
  }

}

.v65-productGroup-teaser {
  width: 100%;
}

.v65-productGroup-product:first-child {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .v65-productGroup .v65-clear {
    display: none;
  }
}

.v65-productGroup .v65-clear {
  display: none;
}

.v65-productGroup .v65-clear.productGroup-2Up-rowClear {
  display: none;
}

@media screen and (min-width: 581px) and (max-width: 599px) {
  .v65-productGroup .v65-clear.productGroup-2Up-rowClear {
    display: block;
  }
}

.v65-productGroup .v65-clear.productGroup-3Up-rowClear {
  display: none;
}

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px;
  }
}

@media screen and (max-width: 580px) {
  .v65-product1Up .v65-product-photo {
    margin-right: 4%;
    width: 21%;
  }
}

.v65-product2Up .v65-product-photo {
  margin: 0 15px;
}

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-photo {
    margin-right: 3%;
    width: 16%;
  }
}

@media screen and (max-width: 580px) {
  .v65-product1UpStore .v65-product-infoWrapper, .v65-product1UpStore .v65-product-commerceWrapper {
    width: 81%;
  }
}

@media screen and (min-width: 581px) and (max-width: 600px) {
  .v65-product3Up {
    margin: 1em 0;
    width: 100%;
  }
}

.v65-paging, .v65-pagingBottom {
  border: 0;
}

.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;

}
.v65-product-addToCart-priceWrapper {
margin:0;
font-family: sans-serif;
text-transform: uppercase;
font-size:1rem;
display:block
}

@media screen and (max-width: 768px) {
.v65-productWrapper .v65-productAddToCart-drilldownActivate {
  background-color: #E6E7E8;
  margin-top: 60px;
  border: 0;
  opacity: 1;
  margin: 0;
  position:static;
  bottom: 0;
  left: 0;
  z-index: 899;
  width: 100%;
}

.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-addToCart {
  padding:0 !important
}

.v65-productWrapper .v65-product-addToCart .v65-addToCart {
  padding: 15px 15px !important
}

.v65-product-addToCart-priceWrapper {
text-align:center
}
}

.v65-product-addToCart-price {
  font-weight:bold;
  font-size:1rem
}

.v65-product-addToCart-unitDescription {
  display: inline;
bottom: 0;
font-size: 1rem;
height: auto;
line-height: 1;
vertical-align: baseline;
position: relative
}

.v65-product1UpStore {
  border-bottom: none;
  margin-bottom: 1.5em;
}

.v65-productList th {
  background: transparent;
  color: #161616;
}

.v65-productList td {
  border-color: #edecec;
  color: #161616;
}

.v65-productList td a {
  color: #161616;
}

.v65-productList tr:hover, .v65-productList tr:focus, .v65-productList tr:active {
  background: transparent;
}

.v65-productList tr.alternatRow {
  background: #f3f4f4;
}

.v65-productList tr.alternatRow:hover, .v65-productList tr.alternatRow:focus, .v65-productList tr.alternatRow:active {
  background: #f3f4f4;
}

.v65-productGroup-title.v65-title {

display:none
}

.v65-productGroup-teaser {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

@media screen and (min-width: 601px) and (max-width: 750px) {
  .v65-productGroup-products .v65-productGroup-product {
    width: 48%;
  }
}

.v65-productGroup-products .v65-product-title {
  font-size: 1.5em;
  margin: 0;
  padding-top: 15px;
  padding-bottom:7.5px;
  font-style: normal;

}

@media screen and (min-width: 581px) {
  .v65-productGroup-products button.defaultBtn {
    height: 60px;
    width: calc(100% - 75px);
    float: right;
    padding: 0;
    background: #DCDDDE;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .25em;
    color: black;
    margin: 0;
    line-height: 0;
    border-radius: 0;
    border: 0
  }

  .v65-productGroup-products button.defaultBtn:hover {
    background-color:white;
  }

  .v65-productGroup-products button.defaultBtn span {
    background: none;
height: auto;
line-height: inherit;
margin: 0 auto;
color:black !important
  }

}

@media screen and (max-width: 580px) {
  .v65-productGroup-products button.defaultBtn {
    height: 60px;
    width: calc(100% - 75px);
    float: right;
    padding: 0;
    background: #DCDDDE;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .25em;
    color: black;
    margin: 0;
    line-height: 0;
    border-radius: 0;
    border: 0
  }

  .v65-productGroup-products button.defaultBtn:hover {
    background-color:white;
  }

  .v65-productGroup-products button.defaultBtn span {
    background: none;
height: auto;
line-height: inherit;
margin: 0 auto;
color:black !important
  }

}

#v65-checkoutFormWrapper legend, #v65-clubFormWrapper legend {
  border-top: 2px solid #e2d04f;
  padding-top: 0.5em;
  width: 100%;
}

#v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper, #v65-checkoutFormWrapper #v65-signUpClubSummaryWrapper, #v65-clubFormWrapper #v65-checkoutCartSummaryWrapper, #v65-clubFormWrapper #v65-signUpClubSummaryWrapper {
  background: none;
  border-top: 1px solid black;
  border-left: none;
  border-right:none;
  border-bottom: none
}

#v65-signUpClubSummaryWrapper {
display:none
}

@media screen and (min-width: 726px) {
  #v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper, #v65-checkoutFormWrapper #v65-signUpClubSummaryWrapper, #v65-clubFormWrapper #v65-checkoutCartSummaryWrapper, #v65-clubFormWrapper #v65-signUpClubSummaryWrapper {
    float: none;
    position: static;
    width:100%;
  }
}

#v65-checkoutFormWrapper #v65-checkoutCartSummaryWrapper legend, #v65-checkoutFormWrapper #v65-signUpClubSummaryWrapper legend, #v65-clubFormWrapper #v65-checkoutCartSummaryWrapper legend, #v65-clubFormWrapper #v65-signUpClubSummaryWrapper legend {
  border-top: 0;
}

#v65-checkoutFormWrapper #v65-checkCartSummaryMoreOptions, #v65-clubFormWrapper #v65-checkCartSummaryMoreOptions {
  font-size: 16px;
  width: 100%;
}

#v65-checkoutFormWrapper #v65-checkoutCartSummaryMini, #v65-clubFormWrapper #v65-checkoutCartSummaryMini {
  width: 100%;
}

#v65-checkoutFormWrapper #v65-checkoutCartSummaryMini td, #v65-clubFormWrapper #v65-checkoutCartSummaryMini td {
  font-size: 1.5rem;
  padding: 0.5rem 0 !important
}

#v65-checkoutFormWrapper #v65-couponFormWrapper legend, #v65-checkoutFormWrapper #v65-giftCardFormWrapper legend, #v65-checkoutFormWrapper #v65-loyaltyPointsFormWrapper legend, #v65-clubFormWrapper #v65-couponFormWrapper legend, #v65-clubFormWrapper #v65-giftCardFormWrapper legend, #v65-clubFormWrapper #v65-loyaltyPointsFormWrapper legend {
  font-size: 16px;
}

@media screen and (max-width: 385px) {
  #v65-checkoutFormWrapper #v65-couponFormWrapper button.modalBtn, #v65-checkoutFormWrapper #v65-giftCardFormWrapper button.modalBtn, #v65-clubFormWrapper #v65-couponFormWrapper button.modalBtn, #v65-clubFormWrapper #v65-giftCardFormWrapper button.modalBtn {
    width: 35%;
  }
}

#v65-pointsGainedOnOrder {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  font-size: 1em;
  padding: 0.5em 0;
  margin: 0.5em 0 1em;
}

#v65-pointsGainedOnOrder p {
  margin: 0;
}

#v65-checkBilling {
  max-width: 100%;
}

#v65-checkBilling legend {
  font-size: 1.5em;
  letter-spacing: 0;
}

#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 textarea[name=OrderNotes], #v65-checkBilling input[name=BillAddress], #v65-checkBilling input[name=BillAddress2], #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=ShipAddress], #v65-checkBilling input[name=ShipAddress2], #v65-checkBilling textarea[name=giftMessage], #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=Email], #v65-checkBilling input[name=Username], #v65-checkBilling input[name=Password], #v65-checkBilling input[name=ConfirmPassword], #v65-checkBilling input[name=Address], #v65-checkBilling input[name=Address2] {
  background: #f8f8f8;
  border: 1px solid #E7E7E7;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  font-size:1.5rem;
}

#v65-modalCartDropdown {
  border-color: #edecec;
}

#v65-modalCartBody {
  background: none;
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

#v65-modalCartBody #v65-modalCartTable th {
  background-color: transparent;
  border-color: black;
  color: #161616;
}

#v65-modalCartBody #v65-modalCartTable td {
  border-color: black;
  color: #161616;
}

#v65-modalCartBody #v65-modalCartTable a {
  color: #161616;
}

#v65-modalCartBody #v65-modalCartTableSubtotal td {
  background-color: transparent;
  border-color: black;
  color: #161616;
}

#v65-cartCheckOutCoupons form {
  width: auto;
}

#v65-cartCheckOutCoupons form legend {
  font-size: 1.2em;
}

@media screen and (max-width: 400px) {
  #v65-cartTable {
    font-size: 14px;
  }
}

#v65-cartTable th, #v65-cartTable #v65-cartSubtotal td {
  background: transparent;
  border-color: black;
}

#v65-cartTable td {
  background: transparent;
  border-color: black;
}

@media screen and (max-width: 400px) {
  #v65-cartTable td {
    padding: 0.3em 0;
  }
}

#v65-cartTable span.v65-cartItemDescription-sku {
  word-break: break-word;
}

.alertYellow {
  background:none;
  padding:0
}

.v65-club {
  background: #44775A;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0px 30px 30px;
  padding: 4% 2%;
  width: calc(33.33% - 37.5px);
  display: block;
  position:relative;
}

.v65-club:first-child {
  background-image: url("/assets/images/contentblock/photos/Club_winemakers.jpg") ;
  background-position:50% 50%;
  background-size:cover;
}

.v65-club:nth-child(2) {
  background-image: url("/assets/images/contentblock/photos/Club_collectors.jpg") ;
  background-position:50% 50%;
  background-size:cover;
}

.v65-club:last-child {
  background-image: url("/assets/images/contentblock/photos/Club_customised.jpg") ;
  background-position:50% 50%;
  background-size:cover;
}

.club-join {
background-color:rgba(68, 119, 90, 1);
	color:white !important;
	font-family: sans-serif;
	letter-spacing: .25em;
	text-transform: uppercase;
	display:block;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height:60px;
	padding: 0 0.7em;
	font-size:16px;
}

.club-join:hover {
	background-color:rgba(56, 97, 73, 1);
}

.green-button {
background-color:rgba(68, 119, 90, 1);
	color:white !important;
	font-family: sans-serif;
	letter-spacing: .25em;
	text-transform: uppercase;
	display:block;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height:60px;
	padding: 0 0.7em;
	font-size:16px;
	margin-top:30px;
}

.green-button:hover {
	background-color:rgba(56, 97, 73, 1);
}


@media screen and (max-width: 870px) {
  .v65-club {
    background: #44775A;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 15px;
    margin: 0 0px 15px 0px;
    padding: 30px 30px;
    width: calc(100vw - 30px);
    display: block;
    position: relative;
  }
}

.v65-club .v65-clubTitle {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.v65-club .v65-clubTeaser {
  border-bottom: 0;
  margin-bottom: 90px;
  padding: 0;
  text-align:center;
}

.v65-club .v65-clubJoin {
  text-align: center;
  position: absolute;
bottom: 30px;
width: auto;
left: 30px;
right: 30px;
}

.v65-club a.linkBtn {
  height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
padding: 0;
background: none;
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
letter-spacing: .25em;
color: black;
margin: 0;
line-height: 0;
background-color: white;
border-radius:0;
}

.v65-club a.linkBtn span {
color:black
}

.v65-club a.linkBtn:hover {
background-color: #DCDDDE
}

.v65-club a.linkBtn:hover span {
color:black;
}

.clubSignupTitle {
  font-family: "goudy-old-style", serif;
  font-size: 3em;
}

.homepageProductGroup .v65-clear {
  display: none;
}

.homepageProductGroup .v65-productGroup {
  margin-bottom: 0;
}

.homepageProductGroup .v65-productGroup-title, .homepageProductGroup .v65-productGroup-teaser {
  display: none;
}

.homepageProductGroup .v65-productGroup-teaser {
  max-width: 400px;
  margin: 0 auto;
}

.homepageProductGroup .v65-productGroup-product {
  border-left: 1px solid #edecec;
  border-bottom: 1px solid #edecec;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 6em 2%;
  width: 33.33%;
}

@media screen and (max-width: 940px) {
  .homepageProductGroup .v65-productGroup-product {
    width: 100%;
  }
}

.homepageProductGroup .v65-productGroup-product:first-child {
  border-left: 0;
}

.homepageProductGroup .v65-productGroup-products>div:first-child+div, .homepageProductGroup .v65-productGroup-products>div:first-child+div+div+div+div+div, .homepageProductGroup .v65-productGroup-products>div:first-child+div+div+div+div+div+div+div+div+div {
  background-color: #f3f4f4;
}

.v65-productWrapper {
  padding: 0 !important;
  margin: 0 !important
}

.v65-productWrapper h1 {
  float: none;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}

.v65-productWrapper h1 .v65-product-subtitle {
  font-size: 0.4em;
}

.v65-productWrapper .v65-product-leftCol {
  width: 47%;
  margin-right:0 !important
}

@media screen and (max-width: 767px) {
  .v65-productWrapper .v65-product-leftCol {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .v65-productWrapper .v65-product-leftCol .v65-product-photo img {
    max-height: 400px;
  }
}

.v65-productWrapper .v65-product-rightCol {
    margin-left: 6%;
  width: 47%;
}

.v65-productWrapper .v65-product-rightCol:first-child {
margin-left: 0
}

@media screen and (max-width: 767px) {
  .v65-productWrapper .v65-product-rightCol {
    width: 100%;
    margin-left:0
  }
}

.v65-productWrapper .v65-product-socialBar {
  margin: 1em 0;
  display:none
}

.v65-productWrapper .bottomProductDetails {
  border-top: 1px solid #edecec;
  float: left;
  margin-top: 2em;
  padding-top: 2em;
  width: 100%;
  display:none
}

@media screen and (min-width: 676px) {
  .v65-productWrapper .bottomProductDetails {
    margin-top: 7em;
  }
}

.v65-productWrapper .bottomProductDetails .productRightCol {
  margin-top: 2em;
}

@media screen and (min-width: 676px) {
  .v65-productWrapper .bottomProductDetails .productRightCol {
    float: left;
    margin-top: 0;
    margin-right: 6%;
    width: 27%;
  }
}

.v65-productWrapper .bottomProductDetails .productLeftCol {
  margin-top: 2em;
}

@media screen and (min-width: 676px) {
  .v65-productWrapper .bottomProductDetails .productLeftCol {
    float: left;
    margin-top: 0;
    width: 67%;
  }
}

.v65-productWrapper .v65-wine-specs {
  margin: 1em 0;
}

.v65-productWrapper .v65-wine-specs .v65-wine-specs-title.v65-title {
  font-size: 1.3em;
}

.v65-productWrapper .v65-wine-specs .v65-product-attributeLabel, .v65-productWrapper .v65-wine-specs .v65-product-attributeValue {
  margin-bottom: 0.5em;
  width: auto;
}

.v65-productWrapper .v65-wine-profile {
  margin: 1em 0;
}

.v65-productWrapper .v65-wine-profile .v65-wine-profile-title.v65-title {
  font-size: 1.3em;
}

.v65-productWrapper .v65-wine-profile .v65-product-attributeLabel {
  font-size: 1em;
  margin: 1em 0 0.7em;
}

.productReviews {
  border-top: 1px solid #edecec;
  margin-top: 4em;
  padding-top: 2em;
  display:none
}

@media screen and (min-width: 951px) {
  .productReviews .v65-ProductRating {
    float: left;
    margin-right: 6%;
    width: 27%;
  }
}

@media screen and (min-width: 951px) {
  .productReviews .v65-product-reviews {
    float: right;
    width: 67%;
  }
}

.productReviews .v65-product-reviews .v65-product-review-wrapper {
  border-color: #edecec;
}

form#v65-addProductReview fieldset, form#v65-addProductReview div {
  margin: 0;
  padding: 5px 1px;
}

form#v65-addProductReview legend {
  font-size: 1.2em;
  padding: 5px 1px;
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */

@media screen and (min-width: 876px) {
  .blogContent {
    float: left;
padding: 0 30px 0 0;
width: 75%;
  }
}

.blogContent .v65-blogPostWrapper .v65-avatar {
  display: none;
}

.blogContent .v65-blogPostWrapper .v65-blogPost {
  margin: 0;
}

.blogContent .v65-blogPostWrapper .v65-blogPost h1 {
  display: none;
}

.blogContent .v65-blogPostWrapper .v65-blogPost h2 a {
  color: black;
}

.blogContent .v65-blogPostWrapper .v65-blogPost h2 {
  color: black;
  font-size:3rem
}

.blogContent .v65-blogPostWrapper .v65-blogPost .v65-blogPostDate {

}

@media screen and (max-width: 768px) {
  .blogFilterWrapper {
    border-top: 1px solid black;
    margin-top: 0;
    padding-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .blogFilterWrapper {
    float: left;
  width: calc(25% - 30px);
  border-top: 1px black solid;
  padding-top: 30px
  }
}

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

.blogFilterWrapper li {
  font-size: 13px;
  margin: 0;
}

.blogFilterWrapper a {
color:black;
font-size: 1rem;
line-height: 1.25;
font-family: sans-serif;
text-transform: uppercase;
letter-spacing: .35em;
}

.blogFilterWrapper a strong {
  font-weight:normal;
}

.blogFilterWrapper .blogarchivestitle {
  padding-bottom:30px;
  margin-top:0 !important
}

.v65-blogFooterDate, .v65-blogFooterComments, .v65-blogFooterLink {
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

.v65-blogFooterDate img, .v65-blogFooterComments img, .v65-blogFooterLink img {
  display: none;
}

.v65-blogFooterDate:before, .v65-blogFooterLink:before, .v65-blogFooterComments:before {
  font-family: 'icomoon';
  font-size: 1.3em;
}

@media screen and (max-width: 580px) {
  .v65-blogFooterDate:before, .v65-blogFooterLink:before, .v65-blogFooterComments:before {
    font-size: 1em;
  }
}

.v65-blogFooterDate:before {
  content: "\e014";
}

.v65-blogFooterLink:before {
  content: "\e005";
}

.v65-blogFooterComments:before {
  content: "\e076";
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */

button span {
  padding: 0 1em;
  -webkit-font-smoothing: initial;
}

button.defaultBtn, button.modalBtn, button.largeBtn {

  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.defaultBtn span, button.modalBtn span, button.largeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

button.defaultBtn:hover, button.defaultBtn:active, button.modalBtn:hover, button.modalBtn:active, button.largeBtn:hover, button.largeBtn:active {

}

@media screen and (min-width: 581px) {
  button.defaultBtn, button.largeBtn {
    height: 3em;
    line-height: 3em;
    padding: 0 1.5em;
  }
}

button.modalBtn span {
  padding: 0 5px;
}

button.modalBtn, button.altModalBtn {
  font-size: 13px;
  line-height: inherit;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #898989;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background: #707070;
}

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit;
}

a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {

  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}




@media screen and (min-width: 581px) {
  a.linkBtn {
    height: 3em;
    line-height: 3em;
    padding: 0 1.5em;
  }
}

a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #898989;
  border-radius: 3px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}

a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background: #707070;
}

a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

a.modalLinkBtn {

}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */

footer {
  background-color: #44775A;
  color: #ffffff;
  width: 100%;
  height: auto;
  min-height: 255px;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

footer .footerSocial a {
  display: inline-block;
  padding: 0 5px 50px 0;
  width: 45px;
}

footer .footerSocial a:hover {
opacity:.75
}

footer #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 p{
  font-size:1.25rem;
  margin:0
}


footer #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 div.error {
color:yellow;
box-sizing: border-box;
}

footer #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 .error:nth-child(2) {
margin-bottom:10px;
}


footer #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 .error ul {
margin:0;

}

footer #FormFA62E6F4-0EC8-B78B-9102-F77FBDAF0F92 .error ul li {
color:yellow;

}


@media screen and (max-width: 580px) {
  footer .footerSocial a {
    border: 0;
    padding: 0 7px;
  }

footer {
padding:15px
}

}

@media screen and (max-width: 768px) {

footer {
padding:15px
}

}

footer .footerSection {
  margin-bottom: 3em;
  width: 100%;
}

  @media screen and (min-width: 1650px) {
      .footerDetails p {
          font-size: 1.25rem;
          margin:0;
      }

      .footerDetails:first-child p:nth-child(2) {
        margin-bottom:1.5rem;
      }



  	  footer .footerSection {
          float: left;
          margin: 0;
          width: 50%;
      }

      .footerDetails {
          float: left;
          margin: 0;
          width: 33.33%;
          color: white
      }

      .footerDetails:first-child {
          padding-left: 33.33%;
      }

      footer .footerSocial a {
        display: inline-block;
        padding: 0 5px 50px 0;
        width: 45px;
      }

  }


@media screen and (min-width: 1200px) and (max-width:1649px) {

  .footerDetails p {
      font-size: 1.25rem;
      margin:0;
  }

  .footerDetails:first-child p:nth-child(2) {
margin-bottom:1.5rem;
}



  footer .footerSection {
    float: left;
    margin: 0;
    width: 50%;
  }
  .footerDetails {
    float: left;
    margin: 0;
    width: calc(50% - 30px);
    color: white
  }

  .footerDetails:first-child {
    padding-left: 30px;
  }

}

@media screen and (max-width:1200px) {
  footer {
    height:auto;
  min-height:255px;
  max-height: none;
  }

  .footerDetails p {
      font-size: 1.25rem;
      margin:0;
  }

  .footerDetails:first-child p:nth-child(2) {
margin-bottom:1.5rem;
}



  footer .footerSection {
    float: left;
    margin: 0;
    width: 100%;
  }

  footer .footerSection:nth-child(2) {
  padding-top:25px
  }

  .footerDetails {
    float: left;
    margin: 0;
    width: 50%;
    color: white
  }

  .footerDetails:first-child {
    padding-left: 0;
  }

  .subscribeSection #v65-subscribeWidget {
    position: static;
    bottom: auto;
    width: 100%;
  }

  footer .footerSocial {
    padding-bottom: 0;
  }

}

@media screen and (max-width:580px) {
  footer {
    height:auto;
    min-height:235px;
    max-height: none;
  }

  .footerDetails p {
    font-size: 1.25rem;
    margin:0;
  }

  footer .footerSection {
    float: left;
    margin: 0;
    width: 100%;
  }

  footer .footerSection:nth-child(2) {
    padding-top:20px
  }

  .footerDetails {
    float: left;
    margin: 0;
    width: 100%;
    color: white
  }

  .footerDetails:first-child {
    padding-left: 0;
    padding-bottom:15px;
  }

  .subscribeSection #v65-subscribeWidget {
    position: static;
    bottom: auto;
    width: 100%;
  }

  footer li {
    border-bottom: 1px solid #232323;
    height: 44px;
    line-height: 44px;
  }

  #v65-subscribeWidget button {
    line-height: 3em;
  }

  footer .footerSocial {
    padding-bottom: 15px;
  }

  footer .footerSocial a {
    border: 0;
    padding: 0 7px 0 0;
  }

}

footer .footerSection h3 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 1.75em;
  position: relative;
}

footer .footerSection h3:after {
  content: "";
  background-color: #575757;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -25px;
  height: 3px;
  width: 50px;
}

footer ul {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}

footer li a {
  color: #777777;
}

@media screen and (max-width: 767px) {
  footer li a {
    display: block;
    width: 100%;
  }
}

footer li a:hover {
  color: #b7b7b7;
}

footer a {
  color: white !important;
}

footer .legal {
  color: #444444;
  font-size: 0.917em;
  float: left;
  margin: 6em 0 1.5em;
  width: 100%;
}

footer .legal a {
  color: #444444;
}

footer .legal li {
  display: block;
}

/*   ===================================================================================================
     8. Overrides
======================================================================================================== */

.v65-yourAccount {
  border-right: none;
  display: inline;
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  width: auto;
  display: none;
  padding-left: 15px
}

.v65-login {
  display: inline;
  margin-top: 0;
  width: auto;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
.v65-login {
  display: block;
  border-right: 0;
  float: none;
  height: auto;
  line-height: normal;
  margin:0;
  padding:0;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
}

#v65-modalCartDropdown {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E6E7E8;
  border: 0;
  line-height: normal;
}

#v65-modalCart {
  display: inline;
  position: static;
  top: auto;
  right: auto;
  text-align: center;
  z-index: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#user-tools {
  line-height: inherit;
  float: none;
  height: auto;
  position: static;
  width: auto;

}

#user-tools a {
  color: white;
  font-family: sans-serif;
  font-size: 100%;
  letter-spacing: .25em;
  text-transform: uppercase;
}

#user-tools a:hover {
  text-decoration: underline
}

#user-tools div {}

/* Custom Modal Cart */

#user-tools div.v65-ModalCartremote {
  padding: 0;
}

#user-tools div.v65-widgetModalCart-status {
  padding: 0;
}

.v65-ModalCartremote {
  padding: 0
}

.v65-widgetModalCart {
  display: inline-block;
  padding-left: 15px
}

.v65-widgetModalCart span {
  padding: 0
}

.v65-widgetModalCart-status {
  line-height: 1.5;
  height: 32px;
  padding: 0
}

.v65-widgetModalCart-status a {
  text-decoration: none;
  color: #000;
}

.v65-widgetModalCart-itemCount {
  font-weight: bold;
  text-decoration: none;
}

.v65-widgetModalCart-subTotal {
  font-weight: bold;
  text-decoration: none;
}

.v65-widgetModalCart-dropdown {
  display: none;
  background: #E6E7E8;
  border: 0;
  border-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 250px;
box-sizing: border-box
}

.v65-widgetModalCart-closeButton {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 102
}

.v65-widgetModalCart-closeButton a {
  display: inline-block;
    text-decoration: none;
    line-height:32px;
    color:black !important

}

.v65-widgetModalCart-closeButton a:hover {
  display: inline-block;
  text-decoration: none;

}

.v65-widgetModalCart-itemMessage {}

.v65-widgetModalCart-itemSummary {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.v65-widgetModalCart-itemSummaryHeader {
  border-top: 1px solid black;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  padding: 0.5rem 0.3rem;
  font-size: 1.5rem;
}

.v65-widgetModalCart-items {
  border-top: 1px solid black;
  padding:.5rem 0.3rem;
}

.v65-widgetModalCart-itemSummaryQuantity {
  float: left;
  width: 20%;
  text-align: left;
  font-size:1.5rem
}

.v65-widgetModalCart-itemSummaryItem {
  float: left;
  width: 50%;
  text-align: left;
  display:none;
  font-size:1.5rem
}

.v65-widgetModalCart-itemSummaryDescription {
  float: left;
  width: 55%;
  text-align:left;
  font-size:1.5rem;
  }

.v65-widgetModalCart-itemSummaryDescription a {
font-family: "goudy-old-style", serif !important;
color:black !important;
font-size:1.5rem !important;
letter-spacing: normal !important;
text-transform: none !important;
}

.v65-widgetModalCart-itemSummaryPrice {
  float: left;
  width: 12.5%;
  text-align: left;
  font-size:1.5rem
}

.v65-widgetModalCart-itemSummaryTotal {
  float: left;
  width: 12.5%;
  text-align: left;
  font-size:1.5rem
}

.v65-widgetModalCart-itemSummarySubTotal {
  background: none;
  width: 100%;
  max-width: 1200px;
  line-height: 24px;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  padding-top: .5rem;
  font-size: 1.5rem;
  border-top: 1px solid black

}

.v65-widgetModalCart-itemSummarySubTotalLabel {
  float: left;
width: 12.5%;
padding-left: 75%;
text-align: left;
font-weight: bold;
font-size:1.5rem
}

.v65-widgetModalCart-itemSummarySubTotalValue {
  float: left;
  width: 12.5%;
  font-weight: bold;
  text-align: left;
  font-size:1.5rem
}

.v65-widgetModalCart-itemMessageBottom {
  margin-bottom: 1em;
  margin-top: 1em;
}

.v65-widgetModalCart-itemMessageBottom a {
  color:black !important
}

.v65-widgetModalCart-BottomButtons {
  text-align: left;
  margin-bottom: 1em;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid black;
  padding-top:1rem
}

.v65-widgetModalCart-viewCartButton {
  display: inline-block;
  margin-right: 5px;
  display:none
}

.v65-widgetModalCart-viewCartButton a {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  text-decoration: none;

}

.v65-widgetModalCart-viewCartButton a:hover {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  text-decoration: none;
}

.v65-widgetModalCart-checkOutButton {
  display: inline-block;
}

.v65-widgetModalCart-checkOutButton a {
  height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
padding: 0;
background-color: #DCDDDE;
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
letter-spacing: .25em;
color: black !important;
margin: 0;
line-height: 0;
}

.v65-widgetModalCart-checkOutButton a:hover {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  background: white;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: black !important;
  margin: 0;
  line-height: 0;
}

.v65-widgetModalCart-checkOutButton a span {
  padding:30px;
}

@media screen and (max-width: 768px) {
  .v65-widgetModalCart {
    display: block;
    padding:0;

  }

  .v65-widgetModalCart-status {
    height:auto;
    line-height:1.25
  }
}

/* clearing */

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

#v65-modalContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E6E7E8;
  top: 0;
  left: 0;
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: center;
}

#v65-modalContentWrapper {
  border: 0;
background: none !important;
background-color: #ffffff;
position: relative;
left: auto;
top: auto;
margin: 0;
width: 100%;
max-width: 1200px;
z-index: 103;
}

#v65-modalViel {
  display:none;
}

#v65-modalContentHeader {
  display:none
}

#v65-modalContent {
  padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
overflow-y: auto;
overflow-x: auto;
}

.loginClose {
  position: absolute;
  right: 60px;
  top: 60px;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  z-index: 103;
  display:none;
}

#v65-loginForm .v65-form {
  max-width: none !important;
width: 100% !important;
}

#v65-loginForm .v65-form legend {
display:none !important;
}

#v65-loginForm .v65-form input {
  width:100% !important;
}

#v65-loginForm .v65-form input[type=text] {
  background:#ffffff;
  border:0;
  height:60px !important;
  width:100% !important;
}

.v65-form input[type=text], .v65-form input[type=password], .v65-form input[type='username'] {
  border:0;
  height:60px !important;
  width:100% !important;
  font-size:1.5rem;
  line-height:1.5rem
}

#v65-loginForm.v65-form label {
  font-size:1.5em;

  padding-bottom:.5rem
}

#v65-loginForm.v65-form label:first-child {
  padding-top: .5rem;
}

#v65-loginForm.v65-form fieldset div {
	padding:0 0 30px 0;
}

#v65-loginForm.v65-form fieldset div:nth-child(4) {
width: calc(50% - 30px);
display: inline-block;
}

#v65-loginForm.v65-form fieldset div:nth-child(5) {
width: 50%;
display: inline-block;
}

#v65-loginForm.v65-form fieldset div:nth-child(5) {
  margin-left:26px;
  background-color: #DCDDDE;
  padding:0;
}

#v65-loginForm.v65-form fieldset div:nth-child(4) {
  background-color: #DCDDDE;
  padding:0;
  font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
letter-spacing: .25em;
text-align: center;
}

#v65-loginForm input[type="checkbox"] {
    margin: 0;height: 60px;
    width: 60px;
    margin-right: 15px;
}

#v65-loginForm.v65-form fieldset div:nth-child(4) label {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 0;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: .25em;
}

#v65-loginForm.v65-form fieldset div:nth-child(4) label:hover {
  background-color:white
}

#v65-loginForm.v65-form fieldset div:nth-child(5) button {
  height: 60px;
  width:100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
padding: 0;
background: none;
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
letter-spacing: .25em;
color: black;
margin: 0;
line-height: 0;
}

#v65-loginForm.v65-form fieldset div:nth-child(5) button:hover {
background-color:white
}

#v65-loginForm.v65-form fieldset div:nth-child(5) button span {
color:black;
padding:0;
-webkit-font-smoothing: inherit;
margin: 0 auto;
}

#v65-loginForm input[type="checkbox"]::before {
    content: "";
    background-color: #DCDDDE;
    width: 60px;
    height: 60px;
    position: absolute;
	  border-right:15px solid #E6E7E8;
}

#v65-loginForm input[type="checkbox"]::after {
    content: "";
    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
	  margin-left:10px;
	  margin-top:10px;
}

#v65-loginForm input[type="checkbox"]:checked::after {
    content: "";
    background-color: black;
	  border:white 5px solid;
    width: 30px;
    height: 30px;
    position: absolute;
	  margin-left:10px;
	  margin-top:10px;
}


#v65-modalContent p:last-child {
  position: fixed;
  right: 60px;
  top: 60px;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  z-index: 103;
}

#v65-modalContent a {
	color:black;
}

@media screen and (max-width:768px) {

  #v65-modalContentWrapper {
  position:absolute !important;
  left:0;
  top:0;
  }

  #v65-modalContent {
  padding:15px;
  margin-top:30px;
  margin-bottom:30px;
  }

  #v65-modalContent p:last-child {
    position:absolute;
    top:15px !important;
    right:15px !important;
  }

  #v65-loginForm.v65-form fieldset div:nth-child(5) {
  width: 100%;
  display: block;
  margin:0
  }

#v65-loginForm.v65-form fieldset div:nth-child(4) {
  width: 100%;
  display: block;
  margin-bottom:15px;
}

#v65-loginForm.v65-form fieldset div {
	padding:0 0 15px 0;
}

}

.modal-above {
  z-index:100
}

.v65-blogPost {
  border-top: 1px solid black;
  padding-top: 30px;
  padding-bottom: 0 !important;
}

.v65-blogPost h2 {
float:left;
width:100%;
font-style:italic;
margin:0
}

.v65-blogPost p {
float:left;
}

.v65-blogFooter {
  display:none
}

.v65-blogPostDate a {
color:black;
}

.v65-blogPostDate {
  padding-top: 10px;
  font-size: .75rem;
  line-height: 1.25;
  color: black;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: .35em;
  float: left;
  opacity: .35
}

@media screen and (max-width:768px) {

  .v65-blogPost {
    border-top: 1px solid black;
    padding-top: 30px;
    padding-bottom: 0 !important;
  }

  .v65-blogPost:nth-child(3) {
          border: none !important;
          padding-top: 0 !important;
          padding-bottom: 0 !important;
      }

  .v65-blogPost h2 {
  float:left;
  width:100%;
  font-style:italic;
  padding-bottom:0;
  }

  .v65-blogPost p {
  float:left;
  }

  .v65-blogFooter {
    display:none
  }

  .v65-blogPostDate a {
  color:black;
  display:block;
  }

  .v65-blogPostDate {
    padding-bottom: 10px;
    font-size: .75rem;
    line-height: 1.25;
    color: black;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: .35em;
    float: left;
  }

}

.page-stockists .v65-colWrapper {
	border-top:1px black solid;
	padding-bottom: 60px;
	padding-top: 30px;
}

.page-stockists .articleSection:first-child .v65-colWrapper {
	padding-top:120px
}

.page-stockists .articleSection:first-child .v65-colWrapper {
	border-top:0
}

@media screen and (max-width:768px) {
  .page-stockists .articleSection:first-child .v65-colWrapper {
  	padding-top:60px
  }
}

.articleMap {
  margin-top:-120px;
}

.v65-socialMediaBar {
	display:none
}

.cartBackground {
  background-color:#E6E7E8
}

.cartBackground p {
  width: 42%;
  float: left;
  padding-right: 6%
}

#v65-couponFormWrapper p {
  width:100%;
}

#v65-giftCardFormWrapper p {
  width:100%;
}

@media screen and (max-width:768px) {
  .cartBackground p {
    width: 100%;
    float: none;
    padding-right: 0
  }
}

.loginBackground {
  background-color:#E6E7E8;
}

.v65-form fieldset {
  padding:0 !important
}

#v65-cartCheckOutCoupons button.modalBtn {
  height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
padding: 0;
background-color:#DCDDDE;
font-family: sans-serif;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .25em;
color: black;
margin: 0;
line-height: 0;
}

#v65-cartCheckOutCoupons button.modalBtn span {
  color:black;
  padding:30px;
  width:275px
}

#v65-cartCheckOutCoupons button.modalBtn:hover {
  background:white;
  text-decoration:none
}

#v65-cartCheckOutCoupons input {
  margin-bottom:15px
}

.v65-cartCheckOutButtons a {
height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
padding: 0;
background-color:#DCDDDE;
font-family: sans-serif;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .25em;
color: black;
margin: 0;
line-height: 0;
}

.v65-cartCheckOutButtons a span {
  color:black;
  padding:30px;
  width: 275px;
  text-align: center;
}

button.modalBtn:hover {
  text-decoration:underline
}

a.linkAltBtn:hover {
  background:white !important;
  text-decoration:underline
}

.v65-cartCheckOutButtons {
  margin-top:0 !important;
}

.v65-cartCheckOutButtons a:hover {
  background-color:white;
  text-decoration:none
}

.v65-cartCheckOutButtons :not(:first-child) {
  margin-top:15px
}

#v65-cartTable {
text-align:left;
}

#v65-cartTable th {
text-align:left;
padding: 0.5rem 0.3rem !important;
font-size:1.5rem
}

#v65-cartTable td {
  padding: 0.5rem 0.3rem !important;
  text-align:left;
  font-size:1.5rem
}

#v65-cartTable .cartItemImage {
  display:block;
}

.v65-cartItem td {
text-align:left;
font-size:1.5rem
}

#v65-cartSubtotal td {
text-align:left;
font-size:1.5rem
}

.v65-cartTax td {
text-align:left;
font-size:1.5rem
}

#v65-cartTotal td {
text-align:left;
font-size:1.5rem
}

.v65-cartItem form {
  margin:0
}

#v65-cartTable .v65-cartItemInStock, #v65-cartTable .right, #v65-cartTable th.v65-cartItemAmount, #v65-cartTable .v65-cartItemDescription, #v65-cartTable .v65-cartItemAvailability {
vertical-align: top !important;
line-height:1.25
}

.v65-cartItemAmount button {
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  text-decoration: underline;
  color: black;
}

.v65-cartItemAmount button span {
  color:black;
  padding: 0;
}

.v65-cartItemAmount button:hover {
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  text-decoration: none;
  color: black;
}

.v65-cartItemDescription a.v65-cartRemoveButton {
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  text-decoration: underline;
  color: black;
}

.v65-cartItemDescription a.v65-cartRemoveButton span {
  color:black;
  padding: 0;
}

.v65-cartItemDescription a.v65-cartRemoveButton:hover {
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  text-decoration: none;
  color: black;
}

.v65-cartItemAmount .v65-qtyField {
  text-align: left;
  width: 1em
}

#v65-cartHeader {
  overflow: hidden;
margin: 0 0 10px 0;
padding: 0;
width: 50%;
float: right;
}

#v65-cartHeader .v65-cartCheckOutButtons {
  display:none;
}


.v65-header .v65-continueShopping {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  margin: 2em auto 4em;
  max-width: 71em;
  width: 95%;
}

#v65-cartCheckOutCoupons {
  float:right !important;
}

#v65-checkoutFormWrapper {
  width:100% !important;
  clear:both
}

#v65-checkoutFormWrapper form {
width:100%;
position:static;
padding-top: .5rem;
}

#v65-checkBilling {
  border-top: 1px solid black
}

#v65-fieldset-billingInfo {
  width:100% !important
}

#v65-fieldset-billingInfo label {
  font-size:1.5rem
}

#v65-fieldset-shippingInfo label {
  font-size:1.5rem
}

#v65-checkoutCartSummaryWrapper {
  padding:0 !important
}

#v65-checkoutCartSummaryWrapper h4 {
  padding-top:0.5rem;
  font-weight:bold;
  font-size: 1.5em;
}

#v65-checkCartSummaryMoreOptions {
  display:none;
}
#v65-couponFormWrapper {
border-top: 1px solid black;
margin-top: 60px;
margin-bottom: 60px;
width: calc(50% - 15px);
float: left;
padding-right: 30px;
}

#v65-couponFormWrapper p {
  margin: 0;
  margin-bottom: .5rem;
  font-size:1.5rem
}

#v65-giftCardFormWrapper {
  border-top: 1px solid black;
  margin-top: 60px;
margin-bottom: 60px;
width: calc(50% - 15px);
float: left;
}

#v65-giftCardFormWrapper p {
  margin: 0;
  margin-bottom: .5rem;
    font-size:1.5rem
}

#v65-giftCardFormWrapper .v65-form fieldset div {
    padding: 0 !important
}

#v65-couponFormWrapper .v65-form fieldset div {
    padding: 0 !important
}

#v65-couponFormWrapper button.modalBtn {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  background: #DCDDDE;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: black;
  margin: 0;
  line-height: 0;
  margin-top: 15px
}

#v65-couponFormWrapper button.modalBtn:hover {
background: white;
text-decoration:none
}

#v65-couponFormWrapper button.modalBtn span {
  color: black;
padding: 0;
-webkit-font-smoothing: inherit;
margin: 0 auto;
font-family: sans-serif;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .25em;
text-align: center;
}

#v65-giftCardFormWrapper button.modalBtn {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  background: #DCDDDE;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: black;
  margin: 0;
  line-height: 0;
  margin-top: 15px
}

#v65-giftCardFormWrapper button.modalBtn:hover {
background: white;
text-decoration:none
}

#v65-giftCardFormWrapper button.modalBtn span {
  color: black;
padding: 0;
-webkit-font-smoothing: inherit;
margin: 0 auto;
font-family: sans-serif;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .25em;
text-align: center;
}

.v65-form fieldset div {
  padding-left:0;
  padding-right:0
}

#v65-fieldset-paymentMethod {
  width:100% !important
}

#v65-checkBilling.v65-form fieldset div {
  padding-top:.5rem;
  padding-bottom:.5rem;
}

#v65-checkoutCartSummaryMiniBottom {
  border-top:1px solid black
}

#v65-checkoutCartSummaryMiniBottom p {
  margin:0
}

#v65-continueOrder {
  width:100%;
  border-top: 1px solid black;
margin-top: 30px
}

#v65-continueOrder button.largeBtn {
    background: #DCDDDE !important;
    width:100%;
    margin-top:30px;
}

#v65-continueOrder button.largeBtn:hover {
    background: white !important;
}

#v65-continueOrder button.largeBtn span {
    color: black;
padding: 0;
-webkit-font-smoothing: inherit;
margin: 0 auto;
font-family: sans-serif;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .25em;
text-align: center;
}

.memberSection .floatRight:nth-child(7) {
	display:none;
}

.cartBackground .alertYellow {
  display:none
}

.cartBackground hr.dotted {
  display:none
}

#v65-orderSummaryWrapper {
overflow: hidden;
width: 100%;
padding: .5rem 0 30px 0;
border-top: 1px solid black;
margin-top: 60px;
}

#v65-billingSummary {
  float: left;
width: 100% !important;
padding: 0;
padding-right: 30px;
margin: 0;
overflow: hidden
}

#v65-shippingSummary {
  width: 100% !important;
  border-top: 1px solid black;
padding-top: 8px
}

@media screen and (max-width:768px) {
  #v65-cartHeader {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    float: none;
  }

  #v65-cartCheckOutCoupons {
    float:none !important;
  }

  #v65-cartPaymentOptions {
    padding-bottom: 15px
  }

}

#v65-modalContent p {
	margin:0;
}

.v65-productGroup-product {
  float: left;
position: relative;
width: calc(33.33% - 30px);
background-color: rgb(241, 242, 242);
margin-right: 30px;
margin-left: 0;
margin-top: 0;
margin-bottom: 30px;
padding-top: 30px;
}

@media screen and (min-width:769px) and (max-width:1200px) {

  .v65-productGroup-product {
    float: left;
  position: relative;
  width: calc(50% - 30px);
  background-color: rgb(241, 242, 242);
  margin-right: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 30px;
  }

}

@media screen and (max-width:768px) {

  .v65-productGroup-product {
    float: left;
  position: relative;
  width: calc(100vw - 30px) !important;
  background-color: rgb(241, 242, 242);
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  }

}

.v65-productGroup-products {
  text-align: center;
  width: calc(100vw - 40px) !important
}

.v65-product-reviewStats {
  display:none !important
}

div.v65-productGroup-product {
  height:auto !important
}

.v65-product-photo {
  margin: 0 !important;
  position: relative;
  text-align: center;
  width: 100%;

}

@media screen and (max-width:768px) {
  .v65-product-photo {
    margin: 0 !important;
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom:30px;
  }
}

.v65-product-addToCart-quantity {
  display: inline;
width: 60px ;
height: 60px;
}

.v65-product-addToCart-quantity input {
  width: 60px !important;
  text-align: center;
  height: 60px !important;
  min-width: 0;
  padding: 0;
  border: 0;
  margin-right: 15px !important;
  background-color: #DCDDDE;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
}

.v65-product-addToCart {width: 100%;
  margin-bottom:0;/* padding-top: 30px; */align-self: flex-end;
}

.v65-product-addToCart form {
  margin-bottom: 0;
padding: 0;
}

.v65-wineTitle {
  font-size: 3.5em;
color: black;
font-style: normal;
text-align: center;
position: relative;
background-color: #E0E8E3;
padding-top: 115px;
padding-bottom: 115px;
width: calc(100vw - 70px) !important;
margin: 120px auto 30px auto  !important;
}

@media screen and (max-width:768px) {
  .v65-wineTitle {
    font-size: 2.5em;
  color: black;
  font-style: normal;
  text-align: center;
  background-color: #E0E8E3;
  padding-top: 60px;
  padding-bottom:60px;
  width: calc(100vw - 30px) !important;
  margin: 0 0 15px 0 !important;
  left: 15px;
  position: relative;
  box-sizing: border-box;
padding-left: 10%;
padding-right: 10%
  }
}

.v65-colWrapper-rangeheading {
  padding-bottom:120px;
}

@media screen and (max-width:768px) {
  .v65-colWrapper-rangeheading {
    padding-bottom:60px;
  }
}

#v65-LoginFormWrapper fieldset {
  border: none !important
}

.loginBackground a.linkBtn {
  background: none !important;
height: auto !important;
padding: 0 !important;
line-height: 1.25 !important;
vertical-align: baseline !important
}

.loginBackground a.linkBtn:hover {
text-decoration:underline
}

.loginBackground a.linkBtn span {
  height: auto !important;
padding: 0 !important;
color: black !important;
font-size: 1.5rem !important;
-webkit-font-smoothing: inherit
}

#v65-memberFormWrapper fieldset {
  border: 0 !important
}

#v65-memberFormWrapper form {
  width:100% !important
}

#v65-memberFormWrapper button {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  background: #DCDDDE;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: black !important;
  margin: 0;
  line-height: 0;
}

#v65-memberFormWrapper button span {
  color:black;
  width:100%;
}

#v65-memberFormWrapper button:hover{
  background-color:white !important
}

#v65-memberAddressBook {
  border-bottom: 1px solid black
}

#v65-memberAddressBook th {
  text-align: left;
  padding: 0.5rem 0.3rem !important;
  font-size: 1.5rem;
  border-top: 1px solid black;
  background: none !important
}

#v65-memberAddressBook td {
  text-align: left;
  padding: 0.5rem 0.3rem !important;
  font-size: 1.5rem;
  border-top: 1px solid black;
  border-bottom: none !important
}

#v65-memberAddressBook td a {
  color: #000;
  text-decoration: none;
  background: none;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  font-size: 1.5rem;
  line-height: 0 !important;

}

#v65-memberAddressBook td a:hover {
  text-decoration:underline
}

#v65-memberAddressBook td a span {
  color:black;
    -webkit-font-smoothing: inherit;
}


#v65-memberAddressBook tr:hover {
  background:none
}


#v65-memberOrders th {
  text-align: left;
  padding: 0.5rem 0.3rem !important;
  font-size: 1.5rem;
  border-top: 1px solid black;
  background: none !important
}

#v65-memberOrders td {
  text-align: left;
  padding: 0.5rem 0.3rem !important;
  font-size: 1.5rem;
  border-top: 1px solid black;
  border-bottom: none !important;
  vertical-align: middle
}
#v65-memberOrders  a.modalLinkBtn, #v65-memberOrders  a.modalLinkAltBtn {
  font-size:1.5rem !important
}

#v65-memberOrders td a {
  color: #000;
text-decoration: none;
background: none;
height: auto;
padding: 0;
margin: 0;
vertical-align: baseline;
font-size: 1.5rem;
line-height: 0 !important;
  }

#v65-memberOrders td a:hover {
text-decoration:underline
}

#v65-memberOrders td a span {
  color:black;
    -webkit-font-smoothing: inherit;
}


#v65-memberOrders tr:hover {
  background: none !important
}

.v65-addNewCreditCard {
  padding: 0.5rem 0.3rem !important;
}

button.largeBtn, button.defaultBtn, button.modalBtn {
  background-color: none
}

#v65-checkBilling button {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  background: #DCDDDE;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: black !important;
  margin: 0;
  line-height: 0;
}

#v65-checkBilling button span {
  color:black;
  width:100%;
}

#v65-checkBilling button:hover{
background-color:white
}

.memberSection .modalLinkBtn {
background:none !important;
font-size: 1.5rem;
}

.memberSection .modalLinkBtn:hover {
  text-decoration: underline;
}

.memberSection .modalLinkBtn span {
    color: black;
    width: 100%;
	text-align:left;
  padding:0 !important
}

.memberSection .modalLinkAltBtn.v65-btn-reorder {
  font-size:1.5rem;
}

.memberSection .modalLinkAltBtn.v65-btn-reorder:hover {
  text-decoration:underline;
}

.memberSection .modalLinkAltBtn.v65-btn-reorder span {
  color:black;
  padding:0;
}

.v65-btn-reorder {
	background:none !important;
}

.v65-blogCommentsTitle {
  display:none
}

.v65-product-availability {
  display:none
}

.v65-productAddToCart-drilldown {
  background-color: #E6E7E8;
  margin-top: 60px;
  padding:30px

}

.defaultBtn.add-to-cart {
  height: 60px;
  width: calc(100% - 85px);
  padding: 0;
  background-color: #DCDDDE;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: .25em;
  color: black !important;
  margin: 0;
  line-height: 0;
  border-radius:0 !important;
  vertical-align: top;
  text-align: center;
}

.defaultBtn.add-to-cart span {
  color:black;
  margin:0 auto;
}

.defaultBtn.add-to-cart:hover {
  background-color:white !important
}

.v65-addToCartBottle .v65-product-addToCart-price {
  padding-top:30px;
}

.v65-addToCartBottle .v65-product-addToCart-price, .v65-addToCartBottle .v65-product-addToCart-unitDescription, .v65-product-addToCart .v65-product-addToCart-price {
margin: 0;
font-family: sans-serif;
text-transform: uppercase;
letter-spacing: .35em;
font-size: 1rem;
margin-bottom: 30px !important;
display: inline-block;
}

.v65-addToCartBottle .v65-product-addToCart-outOfStockMessage{
  margin: 0;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: .35em;
  font-size: 1rem;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #DCDDDE;
  vertical-align: top;
  text-align: center;
}

.v65-productGroup .v65-product-addToCart-price {
  padding-top:0 !important
}

.v65-productGroup .v65-product-addToCart-outOfStockMessage {
margin-top: 52px;
height: 60px;
margin-bottom: 30px;
margin-left: 30px;
line-height: 60px;
background: #DCDDDE;
width: calc(100% - 60px);
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
text-align: center;
letter-spacing: .25em;
color: black;
}

.v65-product-pagination li a {
    color: black;
display: block;
border-radius: 0;
background-color: #DCDDDE;
height: 45px;
line-height: 45px;
text-align: center;
text-decoration: none;
width: 45px;
}

.v65-product-pagination ul, .v65-product-pagination li {
  font-size: 1.25rem;
  line-height: 1.25
}

.v65-product-pagination p {
margin-top:0;
}

.v65-product-pagination ul {
list-style:none;
}

.v65-product-pagination ul li {
	margin-left:0;
}

.v65-product-pagination ul li:before {
content:none;
	padding-left:0px;
	padding-right:0px;
	margin-left:-24px;
	margin-right:10px;
}

.v65-product3Up .v65-product-photo img {
min-height: 275px;
width: auto;
max-width: none;
}

.v65-product-inventoryMessage {
  display:none;
}

.v65-product3Up {
/* float: left; */
/* position: relative; */
width: calc(33.33% - 30px);
background-color: rgb(241, 242, 242);
margin-right: 30px;
margin-left: 0;
margin-top: 0;
margin-bottom: 30px;
padding: 30px;
display:flex;
flex-wrap:wrap;
box-sizing: border-box;flex-direction: row;justify-items: stretch;
}

.v65-product3Up .v65-product-infoWrapper {
  /* align-self: flex-end; */
  width: 100%;/* justify-self: flex-end; */display: flex;flex-wrap: wrap;flex-direction: row;
}

.v65-product3Up .v65-product-title {
font-size: 1.5em;
margin: 0;
padding-top: 15px;
padding-bottom: 7.5px;
padding-left:30px;
padding-right:30px;
font-style: normal;width: 100%;align-self: flex-start;

}

.v65-product-addToCart-priceWrapper {
margin: 0;
font-family: sans-serif;
text-transform: uppercase;
font-size: 1rem;
display: block;
}

.v65-product3Up .v65-product-addToCart-price {
  padding-top: 0 !important;
}

.v65-product3Up .v65-product-addToCart-outOfStockMessage {
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  background: #DCDDDE;
  width: 100%;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .25em;
  color: black;
}

@media screen and (min-width:1120px) {
 .v65-colWrapper {
    min-width:1120px;
    }
}


@media screen and (max-width:1119px) {
   .v65-colWrapper {
    width: calc(100vw - 30px) !important;
    padding-left:30px
    }

    .v65-product3Up {
      width: calc(50% - 30px);
     }

     .shop-page .v65-clear {
      clear:none !important;
      display:none !important;
    }

    .v65-product-pagination, .v65-Paging {
      padding-right: 30px;
    }
}

@media screen and (max-width:768px) {

 .v65-colWrapper {
    width: calc(100vw - 30px) !important;
     padding-left:0
    }

    .v65-product-pagination, .v65-Paging {
      padding-right: 15px;
    }
  }






@media screen and (max-width:768px) {

  .v65-product3Up {
    float: left;
  position: relative;
  width: calc(100vw - 30px) !important;
  background-color: rgb(241, 242, 242);
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  margin-right:0;
  }
}

@media screen and (min-width: 581px) {
  .v65-product3Up button.defaultBtn {
    height: 60px;
    width: calc(100% - 75px);
    float: right;
    padding: 0;
    background: #DCDDDE;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .25em;
    color: black;
    margin: 0;
    line-height: 0;
    border-radius: 0;
    border: 0
  }

  .v65-product3Up button.defaultBtn:hover {
    background-color:white;
  }

  .v65-product3Up button.defaultBtn span {
    background: none;
height: auto;
line-height: inherit;
margin: 0 auto;
color:black !important
  }

}

@media screen and (max-width: 580px) {
  .v65-product3Up button.defaultBtn {
    height: 60px;
    width: calc(100% - 75px);
    float: right;
    padding: 0;
    background: #DCDDDE;
    font-family: sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .25em;
    color: black;
    margin: 0;
    line-height: 0;
    border-radius: 0;
    border: 0
  }

  .v65-product3Up button.defaultBtn:hover {
    background-color:white;
  }

  .v65-product3Up button.defaultBtn span {
    background: none;
height: auto;
line-height: inherit;
margin: 0 auto;
color:black !important
  }

}


@media screen and (max-width:768px) {

.defaultBtn.add-to-cart {
width: calc(100% - 79px) !important;
}

#v65-memberAddressBook th {
  font-size:1rem
}

#v65-memberAddressBook td {
  font-size:1rem
}

#v65-memberAddressBook td a {
  font-size:1rem
}

#v65-memberOrders th {
  font-size:1rem
}

#v65-memberOrders td {
  font-size:1rem
}

#v65-memberOrders  a.modalLinkBtn, #v65-memberOrders  a.modalLinkAltBtn {
font-size:1rem !important
}

#v65-memberOrders td a {
font-size:1rem !important
}

}

.v65-product-addToCart-button {
  display:inline !important
}

.v65-productAddToCart-drilldown .v65-product-addToCart-price {
  font-size: 3rem;
  font-weight: normal
}

.back-button {
  width: 47%;
float: right;
margin-bottom: 60px;
}

.back-button-left {
  float: left;
  margin-bottom: 60px;
  display: block;
  margin-right: 100%;
}

@media screen and (max-width:768px) {
  .back-button {
    position: relative;
  left: 0;
  float: none;
  margin-bottom:0;
  margin-top:-55px;
  padding: 0;
  overflow: hidden;
  display: block;
  }

  .back-button-left {
    float: left;
    margin-bottom: 60px;
    display: block;
    margin-right: 100%;
  }
}

.memberSection label {
	font-size:1.5rem;
  line-height: 1.25;
}

.memberSection .v65ProcessOrder button {
  height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
padding: 0;
background: #DCDDDE;
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
letter-spacing: .25em;
color: black !important;
margin: 0;
line-height: 0;
}

.memberSection .v65ProcessOrder button:hover {
background-color:white
}

.memberSection .v65ProcessOrder button span {
color:black !important;
margin: 0 auto
}

.memberSection .v65ProcessOrder {
  padding-top:30px
}

.memberSection .v65ProcessOrder {
display:none
}

.memberSection .continueOrder .v65ProcessOrder {
display:block
}

.v65ProcessOrder {
    display: none
}

#v65-continueOrder .v65ProcessOrder {
    display: block
}

#v65-checkoutFooter .v65ProcessOrder {
    display: block
}

#v65-clubBillingSummary {
  float: left;
  width: 47% !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: 6%;
}

#v65-clubShippingSummary {
  float: left;
  width: 47% !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#v65-reviewClubSummaryWrapper {
display:none
}

.memberSection .v65-memberClubDescription {
  border-bottom:1px solid black;
	  margin-bottom:30px;
    padding-left:0 !important
}

#v65-checkoutFooter .floatRight {
  width: 100%;
  padding-top:30px
}

#v65-memberFormWrapper input[type=checkbox] {
  margin: .5em .3em 0 0.3em !important
}

#v65-CalendarEventTable {
  margin-bottom: 1.5rem;
color: black;
font-family: sans-serif;
text-transform: uppercase;
letter-spacing: .35em;
float: left;
width: 100%;
font-size: 1rem;
border-top: 1px solid black;
padding-top: 2rem !important;
border-collapse: initial
}

.eventDrilldownPage h1 {
  font-size:3rem;
  font-style:italic
}

.v65-editProfile {
border-right:0;
height:auto;
width:auto;
margin:0;
padding:0;
line-height:1.5;
display: block;
float:none;
text-align: right;
}

.v65-logout {
  border-right:0;
  height:auto;
  width:auto;
  margin:0;
  padding:0;
  line-height:1.5;
  float:none;
  display:block;
  text-align: right;
}

@media screen and (max-width:768px) {

.v65-editProfile {
border-right:0;
height:auto;
line-height:1.25;
display: inline;
float:none;
text-align: center;
}

.v65-logout {
  border-right:0;
  height:auto;
  line-height:1.25;
  float:none;
  display:block;
  width:100%;
  margin-top:0;
  text-align:center
}

.v65ProcessOrder {
    display: block
}
}

#v65-clubSummaryWrapper h4 {
  font-size:1.5rem;
  font-weight:700
}

.cartLicenseWarning {
  padding-bottom:60px;
  margin-top:-60px;
}

.cartLicenseWarning p {
font-size:1.25rem
}


@media screen and (max-width:768px) {

  .cartLicenseWarning {
    padding-bottom:30px;
    margin-top:-30px;
    font-size:50%;
  }

  .cartLicenseWarning p {
  font-size:1.25rem
  }

}


@-moz-document url-prefix() {
  #v65-loginForm input[type="checkbox"] {
      margin: 0;
    -moz-appearance: none;
    width:60px;
    height:60px;
    background-color:white;
    border:10px solid #DCDDDE;;

    }

  #v65-loginForm input[type="checkbox"]:checked {
    background-color:black;
    border: 5px solid white;
    width:40px;
    height:40px;
    margin-left:10px;
    margin-top:10px;
    margin-right:10px
  }

  #v65-loginForm.v65-form fieldset div:nth-child(4) label {
    padding-left:10px;
  }

  #v65-loginForm input[type="checkbox"]::before {
  display:none
  }

  #v65-loginForm input[type="checkbox"]::after {
  display:none
  }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
wbr {
  display:inline-block
}

#v65-loginForm.v65-form fieldset div:nth-child(5) button span {
margin:0 !important
}
}

@supports (-ms-ime-align: auto) {
wbr {display:inline-block}
}

@supports (-ms-accelerator: true) {
wbr {display:inline-block}
}

.v65-productAddToCart-drilldown .v65-product-actionMessage {
  margin-bottom:0;
  margin-left:60px;
  width: calc(100% - 120px)
}

.v65-product-actionMessage {
  height: 60px;
margin-bottom: -40px;
margin-left: 30px;
line-height: 60px;
background: #DCDDDE;
width: calc(100% - 60px);
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
text-align: center;
letter-spacing: .25em;
color: black;
}

.v65-product-addToCart-securityMessage {
  width: 100%;
  padding: 22px 0 22px 0;
  margin: 0;
  background: #44775A;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .25em;
  color: white;
  vertical-align: middle;
  line-height: 1;
  border-radius: 0;
  border: 0;
}

.clubExclusive div  {
    -ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.clubExclusive:hover  {
text-decoration:none !important;
}

.clubExclusive:hover div  {
text-decoration:none !important;
background: white;
color: black !important;
        -ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.call-to-action-button {
  float: right;
  padding: 20px;
  background: none;
  font-family: sans-serif;
  font-size: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .25em;
  color: white;
  margin: 0;
  line-height: 1;
  border-radius: 0;
  border: 1px solid white;
  margin-top:10px;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.call-to-action-button:hover{
  background: white;
  color: black !important;
text-decoration:none;
}

.footer-social-footer {
width: 100%;
height: auto;
min-height:none;
max-height: none;
padding:30px 30px 0px 30px
}


.v65-product-addToCart-allocationMessage {
  height: 60px;
float: none;
box-sizing: border-box;
padding-top: 22px;
background: #44775A;
font-family: sans-serif;
font-size: 100%;
text-transform: uppercase;
text-align: center;
vertical-align: middle;
letter-spacing: .25em;
color: white;
margin: 0px 30px 30px 30px;
line-height: 1;
border-radius: 0;
border: 0;
}

.memberSection .wine-club-list-terms {
    display: none
}


.memberSection .v65-clubChoices-title {
  font-size: 2.5em !important;
font-weight: normal !important;
line-height: 1.2;
margin: .5em 0;
border-top: 1px solid #ccc;
}

.memberSection .v65-clubChoices-title:first-child {
  border:none
}

/* Member Allocation Styling */

.v65-memberAllocationWrapper {
border-bottom: 0;
}

.v65-memberAllocationWrapper form > div {
  width:100%
}

.v65-memberAllocationWrapper form > div {
float: none !important;
flex-direction: column;
display: flex;
}

.v65-memberAllocationWrapper h2{
  display:none;
}

.v65-memberAllocationWrapper .defaultBtn {
background-color: white;
color: black;
font-family: sans-serif;
letter-spacing: .25em;
text-transform: uppercase;
display: block;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
height: 60px;
padding: 0 0.7em;
font-size: 16px;
align-self: flex-end;
width: 50%;
}


.v65-memberAllocationWrapper .defaultBtn:hover {
background-color:#44775A;
}

.v65-memberAllocationWrapper .defaultBtn:hover span {
color:white !important;
}

.v65-memberAllocationWrapper .defaultBtn span {
color:black;
}

.v65-memberAllocationTable {
float: none;
border: 0;
margin: 0;
padding: 0;
font-size: 18px;
width: 50%;
align-self: flex-end;
}

.v65-memberAllocationTable td {
padding: 5px 0px 15px 0px !important;
border-bottom: 0;
border-top: 1px black solid;
vertical-align: top;
text-align: left !important;
}

.v65-memberAllocationMinimumOrder td {
  border-top:0
}

.v65-memberAllocationTeaser {
position: relative;
margin: 0;
padding: 0;
width: 100%;
display: flex;
flex-direction: row;
}

.v65-memberAllocationTeaser h3 {
  width: calc(50% - 120px);
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.75em;
  font-family: "goudy-old-style";
  align-self: flex-start;
  padding-top: 5px;
  margin-left: 120px;
  }

.v65-memberAllocationDetails {
position: relative;
margin: 0 0 1em;
padding: 0;
overflow: hidden;
min-height: 216px;
border-top: solid black 1px;
}

.v65-memberAllocationImage {
position: absolute;
top: 0;
left: 0;
width: 120px;
margin-top: 5px;
}

.v65-allocationDates {
font-size: 18px !important;
text-align: right !important;
margin-bottom: 5px;
}

.v65-memberAllocationHistoryTable {
font-size: 18px !important;
}

.v65-allocationMinBottlesPerOrder {
  display:none;
}

.v65-allocationMaxBottlesPerOrder {
  display:none;
}


@media screen and (max-width:1119px) {

  .v65-memberAllocationTable {
width: 100%;

}

  .v65-memberAllocationWrapper {
  padding-right: 30px;
  }

  .v65-memberAllocationTeaser {
  flex-direction: column;
  }

  .v65-memberAllocationImage {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  }

  .v65-memberAllocationTeaser h3 {
    width:100%;
    margin-left: 0;
    }

    .v65-memberAllocationWrapper .defaultBtn {
      width:100%;
    }

}



@media screen and (max-width: 768px) {
  .v65-memberAllocationWrapper {
  padding-right: 0;
  }

  .v65-memberAllocationImage {
    margin: 0 auto;
  }

}
