@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.
 */
@import 'magnific-popup.css';
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;
}

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -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 Chrome.
 */
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: "“" "”" "‘" "’";
}

/**
 * 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 Chrome.
 */
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 Chrome, 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 Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * 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?qwotel");
  src: url("../font/icomoon.eot?#iefixqwotel") format("embedded-opentype"), url("../font/icomoon.ttf?qwotel") format("truetype"), url("../font/icomoon.woff?qwotel") format("woff"), url("../font/icomoon.svg?qwotel#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  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-cart:before {
  content: "";
}

.icon-mobile-icon:before {
  content: "";
}

.icon-swirl:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-acrobat:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-head:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-small-down:before {
  content: "";
}

.icon-small-up:before {
  content: "";
}

.icon-thin-down:before {
  content: "";
}

.icon-left:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-thin-up:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-date .month {
  color: #bbab96;
}

.transition {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

/*Focus CSS*/
.focus--keyboard, a:focus, button:focus, input:focus, select:focus, textarea:focus, .slick-list:focus {
  background-color: rgba(8, 95, 185, 0.05);
  outline: 2px solid #085fb9 !important;
  z-index: 1 !important;
}

.focus--mouse, a.focus--mouse:focus, button.focus--mouse:focus, input.focus--mouse:focus, select.focus--mouse:focus, textarea.focus--mouse:focus, .slick-list.focus--mouse:focus {
  border-color: none;
  box-shadow: none;
  background-color: rgba(8, 95, 185, 0);
  outline: none !important;
}

/*   ===================================================================================================
     1. Typography - These get copied into the admin.css
======================================================================================================== */
html {
  font-size: 98%;
}

body {
  color: #6b6b6b;
  font-family: Calluna, serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  color: #009c95;
  font-family: calluna, serif;
  font-weight: normal;
  margin: 0;
}

h5, h6 {
  color: #0067ac;
  font-family: 'Roboto Condensed', sand-serif;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.7em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

.v65-title {
  color: #009c95;
  font-family: calluna, serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.v65-title a {
  color: #0067ac;
}

.v65-subtitle {
  color: #73695c;
  font-size: 1.3em;
  font-family: calluna, serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 1em;
}
.v65-subtitle a {
  color: #73695c;
}

p, blockquote {
margin: 0 0 1.5em;
line-height: 1.7;
font-family: calluna;
font-weight: 300;
font-style: normal;
font-size: 18px;
letter-spacing: 0px;
line-height: 1.4em;
color: rgba(26,26,26,.7);
}
}

blockquote {
  color: #000;
  font-family: calluna, serif;
  font-style: italic;
  font-size: 2em;
  max-width: 800px;
  margin: 1em auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  blockquote {
    font-size: 1.7em;
  }
}
blockquote p {
  line-height: 1.5;
}

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

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

a {
  color: #73695c;
  text-decoration: none;
}

p a {
  font-weight: bold;
}
p a:hover, p a:focus, p a:active {
  text-decoration: underline;
}

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

form {
  margin-bottom: 1em;
}

legend {
  color: #6b6b6b;
}

hr {
  background-color: #F4F4F4;
  border: 0;
  color: #F4F4F4;
  height: 1px;
  margin: 2em 0;
}

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

pre {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 5px;
}

.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-date .month, .upcomingEvents .responsiveWrapper a {
  color: #bbab96 !important;
}

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 921px) {
  header.primary {
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  header.primary .wideWrapper {
    padding: 0;
    width: 100%;
	
  }
}

@media screen and (min-width: 921px) {
  body {
    margin-top: 165px;
  }

  .headroom--pinned {
    display: block;
  }

  .headroom--unpinned {
    display: none;
  }

  .slideDown {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .headroom--not-top .v65-logo {
    width: 165px !important;
    height: 89px !important;
  }
  .headroom--not-top .mainMenu {
    margin-top: 10px;
  }
}
#user-tools {
  font-size: 13px;
  width: auto;
  font-family: 'Roboto Condensed', sand-serif;
}
#user-tools .icon-bag, #user-tools .icon-head {
  color: #0067ac;
  padding-right: 6px;
}
@media screen and (min-width: 581px) {
  #user-tools {
    height: 2em;
    line-height: 2em;
    margin-top: 10px;
    width: auto;
  }
}
@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid #E8E8E8;
    height: 3em;
    line-height: 3em;
  }
}
#user-tools a {
  color: #0067ac;
}
#user-tools a:hover, #user-tools a:focus, #user-tools a:active {
  color: #009c95;
  text-decoration: none;
}
#user-tools .v65-pointsBalance {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 580px) {
  #user-tools .v65-pointsBalance {
    display: none;
  }
}
#user-tools #v65-modalCart {
  position: static;
  font-family: 'Roboto Condensed', sand-serif;
}
@media screen and (min-width: 581px) {
  #user-tools #v65-modalCart {
    display: inline-block;
    padding-left: 1em;
  }
}
@media screen and (min-width: 581px) {
  #user-tools #v65-modalCartDropdown {
    top: 2em;
  }
}
@media screen and (max-width: 580px) {
  #user-tools #v65-modalCartDropdown {
    top: 3em;
  }
}
#user-tools .v65-yourAccount, #user-tools .v65-editProfile {
  border-color: #0067ac;
  font-family: 'Roboto Condensed', sand-serif;
}
@media screen and (min-width: 581px) {
  #user-tools .v65-yourAccount, #user-tools .v65-editProfile {
    margin-top: 7px;
    width: auto;
  }
}
#user-tools .v65-login, #user-tools .v65-logout {
  border-color: #0067ac;
}
@media screen and (min-width: 581px) {
  #user-tools .v65-login, #user-tools .v65-logout {
    margin: 7px 50px 0 0;
    width: auto;
  }
}
@media screen and (min-width: 581px) {
  #user-tools .v65-login, #user-tools .v65-logout, #user-tools .v65-yourAccount, #user-tools .v65-editProfile {
    width: auto;
  }
}
@media screen and (max-width: 580px) {
  #user-tools .v65-login, #user-tools .v65-logout, #user-tools .v65-yourAccount, #user-tools .v65-editProfile {
    height: 3em;
    line-height: 3em;
  }
}
@media screen and (max-width: 355px) {
  #user-tools .v65-login, #user-tools .v65-logout, #user-tools .v65-yourAccount, #user-tools .v65-editProfile {
    line-height: 1;
    padding-top: 7px;
  }
}

.v65-logo {
    background-image: url(/assets/images/logo@2x.png) !important;
    height: 120px !important;
    width: 120px !important;
}

.v65-logo {
  float: left;
  margin: 0.25em 0 !important;

}

@media screen and (max-width: 580px) {
  .v65-logo {
    height: 103px !important;
    width: 190px !important;
  }
}
@media screen and (max-width: 400px) {
  .v65-logo {
    margin: 0.25em 0 0.25em 12px !important;
  }
}
.v65-logo.errorLogo {
  float: none;
}

/* ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  clear: right;
  float: right;
  font-size: 17px;
  margin: 61px 0 0 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  z-index: 101;
}
@media screen and (max-width: 920px) {
  .mainMenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.95);
    visibility: hidden;
    opacity: 0;
    float: none;
    font-size: 1.4em;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 20% 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 201;
  }
}
@media screen and (max-width: 919px) {
  .mainMenu {
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
@media screen and (max-width: 580px) {
  .mainMenu {
    padding: 3.5em 0 1em;
  }
}
@media screen and (max-width: 365px) {
  .mainMenu {
    font-size: 1.2em;
    padding: 4.3em 0 1em;
  }
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (min-width: 768px) {
  .mainMenu ul {
    text-align: right;
  }
}
@media screen and (min-width: 401px) and (max-width: 920px) {
  .mainMenu ul {
    margin: 0 auto;
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .mainMenu ul {
    margin: 0 auto;
    width: 260px;
  }
}
@media screen and (max-width: 365px) {
  .mainMenu ul {
    width: 230px;
  }
}
.mainMenu ul ul {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/light-overlay.png);
  background: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}
@media screen and (min-width: 921px) {
  .mainMenu ul ul {
    border: 1px solid #F4F4F4;
    border-top: 0;
    visibility: hidden;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    left: -10px;
    top: 68px;
    width: 220px;
  }
}
@media screen and (max-width: 920px) {
  .mainMenu ul ul {
    background: transparent;
    font-size: 17px;
  }
}
@media screen and (max-width: 365px) {
  .mainMenu ul ul {
    font-size: 15px;
  }
}
.mainMenu li {
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 920px) {
  .mainMenu li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.mainMenu li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 921px) {
  .mainMenu li:hover ul {
    visibility: visible;
    opacity: 1;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .mainMenu li li {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.mainMenu li li a {
  color: #0067ac;
  display: block;
  height: inherit;
  line-height: inherit;
  margin: 0;
  padding: 5px 3px 5px 10px;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 920px) {
  .mainMenu li li a {
    color: #0067ac;
    padding: 8px 0px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 921px) {
  .mainMenu li li a:hover {
    color: #009c95;
  }
}
.mainMenu a {
  color: #0067ac;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 921px) {
  .mainMenu a {
    height: 67px;
    line-height: 67px;
  }
}
@media screen and (max-width: 920px) {
  .mainMenu a {
    padding: 9px 0;
    width: 100%;
  }
}
.mainMenu a:hover {
  color: #009c95;
  text-decoration: none;
}
.mainMenu .v65-pageAParent {
  color: #000;
}
@media screen and (max-width: 919px) {
  .mainMenu .v65-home {
    display: none;
  }
}
.mainMenu .footerMenuLink {
  bottom: 0;
  font-size: 1.5em;
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6em 3% 2em 1%;
}
@media screen and (min-width: 1051px) {
  .subMenu {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .subMenu {
    float: left;
    min-height: 100%;
    margin: 0;
    width: 22.5%;
  }
}
@media screen and (max-width: 767px) {
  .subMenu h3 {
    display: none;
  }
}
.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

/*.subMenu li {
    line-height: 1.4;
    padding: 6px 0;
    font-family: 'Roboto Condensed';
}*/

.subMenu li {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(26,26,26,.4);
    line-height: 1.25em;
    display: block;
    padding: 0 0 0.75em;
}


@media screen and (max-width: 767px) {
  .subMenu li {
    border-top: 1px solid #F4F4F4;
    text-align: center;
  }
}
.subMenu li ul {
  margin-left: 10px;
}
.subMenu a {
  color: rgba(26,26,26,.4);
  display: inline-block;
  line-height: 1.25;
  width: 100%;
}

.subMenu a:hover,
.subMenu a:active {
  color: #009c95;
 
}

.subMenu .v65-leftSelected {
  color: #6b6b6b;
  font-style: italic;
}

.menu-icon {
  cursor: pointer;
  font-size: 2.5em;
  padding: 15px 0;
  position: absolute;
  top: 2.3em;
  right: 1em;
  z-index: 1;
}
@media screen and (min-width: 921px) {
  .menu-icon {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .menu-icon {
    right: 0.5em;
  }
}
.menu-icon span {
  background-color: #73695c;
  display: block;
  height: 2px;
  position: relative;
  width: 36px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
}
.menu-icon span:after, .menu-icon span:before {
  content: "";
  position: absolute;
  background-color: #73695c;
  height: 2px;
  width: 36px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
}
.menu-icon span:before {
  top: -10px;
  left: 0;
}
.menu-icon span:after {
  top: 10px;
  left: 0;
}
.menu-icon.on span {
  height: 0;
}
.menu-icon.on span:before {
  -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
  -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
  -o-transform: rotate(45deg) translate(0.5em, 0.4em);
  -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
  transform: rotate(45deg) translate(0.5em, 0.4em);
  top: -25px;
  left: -2px;
}
.menu-icon.on span:after {
  -moz-transform: rotate(-45deg) translate(0.45em, -0.35em);
  -ms-transform: rotate(-45deg) translate(0.45em, -0.35em);
  -o-transform: rotate(-45deg) translate(0.45em, -0.35em);
  -webkit-transform: rotate(-45deg) translate(0.45em, -0.35em);
  transform: rotate(-45deg) translate(0.45em, -0.35em);
  top: 23px;
  left: -2px;
}

.menu-position {
  z-index: 202;
}

.menuOpen {
  visibility: visible;
  opacity: 1;
}

.mobileBody {
  position: fixed;
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: #000;
}

.content {
  position: relative;
}

.pageContent {
  position: relative;
}

@media screen and (max-width: 767px) {
  .wideContent {
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) {
  .wideContent {
    padding: 5em 0;
  }
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 2.5%;
  width: 95%;
}

.wideWrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2.5%;
  width: 95%;
  border: 1px solid #ffffff;
}

.responsiveWrapper {
  margin: 0 11%;
  width: 78%;
}
@media screen and (max-width: 580px) {
  .responsiveWrapper {
    width: 85%;
    margin: 0 7.5%;
  }
}

.overlay {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/dark-overlay.png);
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

.v65-socialMediaBar-GooglePlusOne .videoWrapper {
  height: inherit;
  max-width: inherit;
  padding: 0;
}

.v65-form, #v65-memberFormWrapper {
  max-width: 500px;
  width: 100%;
}
.v65-form fieldset, #v65-memberFormWrapper fieldset {
  border: 0;
}
.v65-form fieldset div, #v65-memberFormWrapper fieldset div {
  padding: 5px 0;
}
.v65-form legend, #v65-memberFormWrapper legend {
  color: #000;
  font-size: 1.8em;
  font-family: calluna, serif;
  margin-bottom: 0.4em;
  padding: 0;
}
.v65-form label, #v65-memberFormWrapper label {
  margin-bottom: 2px;
}
.v65-form input[type=text], .v65-form input[type=password], .v65-form input[type=username], .v65-form input[type=tel], .v65-form input[type=email], .v65-form textarea, .v65-form input[type=number], #v65-memberFormWrapper input[type=text], #v65-memberFormWrapper input[type=password], #v65-memberFormWrapper input[type=username], #v65-memberFormWrapper input[type=tel], #v65-memberFormWrapper input[type=email], #v65-memberFormWrapper textarea, #v65-memberFormWrapper input[type=number] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  font-family: "Montserrat", sans-serif;
  width: 100% !important;
}
.v65-form input[type=text]:focus, .v65-form input[type=password]:focus, .v65-form input[type=username]:focus, .v65-form input[type=tel]:focus, .v65-form input[type=email]:focus, .v65-form textarea:focus, .v65-form input[type=number]:focus, #v65-memberFormWrapper input[type=text]:focus, #v65-memberFormWrapper input[type=password]:focus, #v65-memberFormWrapper input[type=username]:focus, #v65-memberFormWrapper input[type=tel]:focus, #v65-memberFormWrapper input[type=email]:focus, #v65-memberFormWrapper textarea:focus, #v65-memberFormWrapper input[type=number]:focus {
  outline: none;
}
.v65-form select, #v65-memberFormWrapper select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url(../images/select-d.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 0;
  border: 1px solid #D7D7D7;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  outline: none;
  padding: 1px 35px 1px 0.5em;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
@media screen and (min-width: 581px) {
  .v65-form select, #v65-memberFormWrapper select {
    height: 3em;
    line-height: 3em;
    padding: 0 33px 0 0.5em;
  }
}
@media screen and (max-width: 580px) {
  .v65-form select, #v65-memberFormWrapper select {
    background-image: url(../images/select-m.jpg);
  }
}
.v65-form select:focus, #v65-memberFormWrapper select:focus {
  outline: none;
}
.v65-form select::-ms-expand, #v65-memberFormWrapper select::-ms-expand {
  display: none;
}

#v65-commentFormWrapper #Comments {
  width: 100%;
}
#v65-commentFormWrapper #Comments:focus {
  background: #FDFDFD;
  outline: none;
}

input[type=text], input[type=password], input[type=username], input[type=tel], input[type=email], textarea, input[type=number] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
@media screen and (min-width: 581px) {
  input[type=text], input[type=password], input[type=username], input[type=tel], input[type=email], textarea, input[type=number] {
    height: 3.3em;
    line-height: 3.3em;
  }
}
input[type=text]:focus, input[type=password]:focus, input[type=username]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus, input[type=number]:focus {
  outline: none;
}

@media screen and (min-width: 581px) {
  #v65-checkBilling select[name=BillBirthDay], #v65-checkBilling select[name=BillBirthYear],
#v65-checkBilling select[name=BirthDay], #v65-checkBilling select[name=BirthYear],
#v65-checkBilling select[name=ShipBirthDay], #v65-checkBilling select[name=ShipBirthYear],
#v65-memberFormWrapper select[name=BillBirthDay],
#v65-memberFormWrapper select[name=BillBirthYear],
#v65-memberFormWrapper select[name=BirthDay],
#v65-memberFormWrapper select[name=BirthYear],
#v65-memberFormWrapper select[name=ShipBirthDay],
#v65-memberFormWrapper select[name=ShipBirthYear] {
    width: 80px;
  }
}
@media screen and (max-width: 580px) {
#v65-checkBilling select[name=BillBirthDay], #v65-checkBilling select[name=BillBirthYear],
#v65-checkBilling select[name=BirthDay], #v65-checkBilling select[name=BirthYear],
#v65-checkBilling select[name=ShipBirthDay], #v65-checkBilling select[name=ShipBirthYear],
#v65-memberFormWrapper select[name=BillBirthDay],
#v65-memberFormWrapper select[name=BillBirthYear],
#v65-memberFormWrapper select[name=BirthDay],
#v65-memberFormWrapper select[name=BirthYear],
#v65-memberFormWrapper select[name=ShipBirthDay],
#v65-memberFormWrapper select[name=ShipBirthYear] {
    width: 28%;
  }
}
@media screen and (min-width: 581px) {
  #v65-checkBilling select[name=BillBirthMonth], #v65-checkBilling select[name=BirthMonth], #v65-checkBilling select[name=ShipBirthMonth],
#v65-memberFormWrapper select[name=BillBirthMonth],
#v65-memberFormWrapper select[name=BirthMonth],
#v65-memberFormWrapper select[name=ShipBirthMonth] {
    width: 100px;
  }
}
@media screen and (max-width: 580px) {
  #v65-checkBilling select[name=BillBirthMonth], #v65-checkBilling select[name=BirthMonth], #v65-checkBilling select[name=ShipBirthMonth],
#v65-memberFormWrapper select[name=BillBirthMonth],
#v65-memberFormWrapper select[name=BirthMonth],
#v65-memberFormWrapper select[name=ShipBirthMonth] {
    width: 38%;
  }
}
@media screen and (max-width: 580px) {
  #v65-checkBilling select[name=BillStateCode],
#v65-memberFormWrapper select[name=BillStateCode] {
    width: 100%;
  }
}

#v65-checkBilling legend {
  font-size: 1.8em;
}

#v65-memberAddressBook th {
  background-color: transparent;
}
#v65-memberAddressBook tr:hover, #v65-memberAddressBook tr:focus, #v65-memberAddressBook tr:active {
  background-color: #eee;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.ie body {
  margin-top: 0;
}
.ie .v65-form select, .ie #v65-memberFormWrapper select {
  padding-right: 0.5em !important;
}
.ie .homepageProductGroup .v65-productGroup-product,
.ie .homepageProductGroup .v65-productGroup-products {
  max-height: 500px;
}
.ie .v65-productGroup .slick-next, .ie .v65-productGroup .slick-prev {
  top: 200px;
}
.ie header.primary {
  position: static;
}
@media screen and (min-width: 581px) {
  .ie .contentSection a:hover .image {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 581px) {
  .ie .homepageImage:hover .image {
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .ie .homepageImage:hover .content {
    bottom: 6.5em;
  }
}
@media screen and (max-width: 1000px) {
  .ie .homepageImage:hover .content {
    bottom: 6.5em;
  }
}

/* ----- a. Homepage Styles ----- */
.homepageContent {
  padding: 6em 0;
}
@media screen and (max-width: 580px) {
  .homepageContent {
    padding: 3em 0;
  }
}

.homepageBanner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #F4F4F4;
  min-height: 130px;
}
@media screen and (min-width: 1401px) {
  .homepageBanner {
    padding: 15em 3em;
  }
}
@media screen and (min-width: 581px) and (max-width: 1400px) {
  .homepageBanner {
    padding: 12em 3em;
  }
}
@media screen and (max-width: 580px) {
  .homepageBanner {
    padding: 7em 1em;
  }
}
.homepageBanner .bannerContent {
  color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.homepageBanner .bannerContent h1, .homepageBanner .bannerContent h2, .homepageBanner .bannerContent h3, .homepageBanner .bannerContent h4, .homepageBanner .bannerContent h5, .homepageBanner .bannerContent h6, .homepageBanner .bannerContent p, .homepageBanner .bannerContent a {
  color: #fff;
  text-align: left;
}
.homepageBanner .bannerContent a {
  text-decoration: underline;
}
.homepageBanner h1 {
  font-size: 4.2em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .homepageBanner h1 {
    font-size: 3.7em;
  }
}
@media screen and (max-width: 580px) {
  .homepageBanner h1 {
    font-size: 3.2em;
  }
}
.homepageBanner h2 {
  font-size: 3em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1000px) {
  .homepageBanner h2 {
    font-size: 2.8em;
  }
}
.homepageBanner h3 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}
.homepageBanner p {
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
}
.homepageBanner .scrollDownArrow {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/light-overlay.png);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #F4F4F4;
  border-bottom: 0;
  color: #fff;
  font-size: 1.4em;
  margin-left: -27.2px;
  outline: none;
  padding: 9px 15px 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.homepageBanner .scrollDownArrow:hover {
  padding: 9px 15px 8px;
}

.homepageProductGroup {
  float: left;
  width: 100%;
}
.homepageProductGroup .v65-productGroup-title.v65-title {
  display: none;
}
.homepageProductGroup .v65-productGroup {
  margin: 6em 4% 4em;
}
@media screen and (max-width: 700px) {
  .homepageProductGroup .v65-productGroup {
    margin: 3em 4% 0;
  }
}
.homepageProductGroup .v65-productGroup-product {
  margin: 0 1% 0;
  height: auto;
  text-align: left;
  width: 48%;
}
@media screen and (max-width: 800px) {
  .homepageProductGroup .v65-productGroup-product {
    text-align: center;
  }
}
.homepageProductGroup .v65-productGroup-product:first-child {
  margin: 0 1% 1em;
}
.homepageProductGroup .productPhoto {
  float: left;
  margin-right: 2%;
  width: 29%;
}
@media screen and (max-width: 800px) {
  .homepageProductGroup .productPhoto {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 670px) {
  .homepageProductGroup .productPhoto img {
    max-height: 300px;
  }
}
.homepageProductGroup .boxBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  max-width: 750px;
  position: relative;
  padding: 2em 2em 1em;
  width: 69%;
}
@media screen and (min-width: 1276px) and (max-width: 1400px) {
  .homepageProductGroup .boxBorder {
    padding: 2em 0 1em;
  }
}
@media screen and (max-width: 1275px) {
  .homepageProductGroup .boxBorder {
    padding: 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 1101px) {
  .homepageProductGroup .boxBorder {
    padding: 2em 0 1em;
  }
}
@media screen and (max-width: 800px) {
  .homepageProductGroup .boxBorder {
    float: none;
    width: 100%;
  }
}
.homepageProductGroup .productDescription {
  position: relative;
  z-index: 1;
}
.homepageProductGroup .productDescription .v65-title {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1300px) {
  .homepageProductGroup .productDescription .v65-title {
    font-size: 2.5em;
  }
}
.homepageProductGroup .productSlider .slick-arrow span:before {
  color: #afafaf;
}

.thumbnailSlider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/white-bg.jpg);
  border: 15px solid #fff;
  padding: 15px;
}
.thumbnailSlider.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .thumbnailSlider.slick-slider {
    display: none;
  }
}

.thumbnail-photo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  position: relative;
}
.thumbnail-photo .lightOverlay {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  background: rgba(255, 255, 255, 0);
}
.thumbnail-photo:hover .lightOverlay, .thumbnail-photo:active, .thumbnail-photo:focus {
  background: transparent;
  background: rgba(255, 255, 255, 0.55);
}
.thumbnail-photo img {
  max-height: 175px;
}

.homepageImage {
  float: left;
  overflow: hidden;
  position: relative;
  min-height: 550px;
  width: 33.33%;
}
@media screen and (max-width: 1450px) {
  .homepageImage {
    min-height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .homepageImage {
    min-height: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 581px) {
  .homepageImage:after {
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    border: 1px solid rgba(179, 171, 160, 0.75);
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 581px) {
  .homepageImage:hover .image {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .homepageImage:hover .content {
    bottom: 7em;
  }
  .homepageImage:hover .overlay {
    background: url(../images/beige-overlay.png);
    background: rgba(145, 133, 117, 0.75);
  }
  .homepageImage:hover:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .homepageImage:hover .content {
    bottom: 1.5em;
  }
}
.homepageImage h1 {
  font-size: 2.85em;
  margin-bottom: 0.15em;
}
@media screen and (max-width: 1450px) {
  .homepageImage h1 {
    font-size: 2.4em;
  }
}
.homepageImage h2 {
  color: #fff;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.homepageImage .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepageImage .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5%;
  position: absolute;
  bottom: 6.5em;
  left: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .homepageImage .content {
    bottom: 1em;
  }
}
.homepageImage .content h1 {
  color: #fff;
}
.homepageImage .content h4 {
  -ms-text-shadow: 0 0 7px #000;
  -moz-text-shadow: 0 0 7px #000;
  -o-text-shadow: 0 0 7px #000;
  -webkit-text-shadow: 0 0 7px #000;
  text-shadow: 0 0 7px #000;
  -webkit-font-smoothing: initial;
}

.upcomingEvents {
  background: #3c3c3c;
  border-bottom: 1px solid #494949;
  color: #fff;
  min-height: 350px;
  position: relative;
}
.upcomingEvents h1, .upcomingEvents h2, .upcomingEvents h3, .upcomingEvents h4, .upcomingEvents h5, .upcomingEvents h6, .upcomingEvents p {
  color: #fff;
}
.upcomingEvents .responsiveWrapper {
  padding: 5em 0 6.5em;
}
@media screen and (max-width: 580px) {
  .upcomingEvents .v65-event-upcoming .v65-event-upcoming {
    padding-bottom: 7em;
  }
}
.upcomingEvents .v65-event-upcoming-title.v65-title {
  display: none;
}
.upcomingEvents .v65-event-upcoming-event {
  padding: 3em 0;
  margin: 0;
}
.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-date {
  border: 1px solid #fff;
  float: left;
  font-weight: normal;
  margin-right: 2.5em;
  padding: 17px 10px;
  width: 60px;
}
@media screen and (max-width: 1275px) {
  .upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-date {
    margin-right: 1.5em;
  }
}
.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-date .month {
  color: #73695c;
  font-family: calluna, serif;
  font-size: 2em;
  font-style: italic;
}
.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-date .day {
  color: white;
  font-family: calluna, serif;
  font-size: 2.1em;
}
.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-title {
  display: block;
  text-align: left;
}
.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-title a {
  color: white;
}
.upcomingEvents .v65-event-upcoming-event .v65-event-upcoming-event-time {
  display: block;
  text-align: left;
}
.upcomingEvents .v65-event-upcoming-event .eventLink {
  text-align: left;
}
.upcomingEvents a.linkBtn {
  background-color: transparent;
  border: 1px solid #528064;
  margin: 2em 0;
  position: absolute;
  bottom: 0;
  right: 4em;
}
.upcomingEvents a.linkBtn span {
  color: #fff;
}
.upcomingEvents a.linkBtn:hover span, .upcomingEvents a.linkBtn:focus span, .upcomingEvents a.linkBtn:active span {
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 1275px) {
  .upcomingEvents a.linkBtn {
    right: 2em;
  }
}
@media screen and (max-width: 580px) {
  .upcomingEvents a.linkBtn {
    right: inherit;
  }
}

.blogPosts {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 4.5em 4% 1em;
}
.blogPosts h2 {
  font-size: 2em;
}
.blogPosts .v65-blogPost {
  margin-left: 0;
}
.blogPosts .v65-blogPost h2 {
  font-size: 1.5em;
  font-style: normal;
  margin-bottom: 0.2em;
}
.blogPosts .v65-blogPost h2 a {
  color: #000;
}
.blogPosts .v65-blogPost .v65-blogPostDate {
  font-family: calluna, serif;
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 1em;
  -webkit-font-smoothing: initial;
}
.blogPosts .v65-avatar, .blogPosts .v65-blogFooter {
  display: none;
}

.subscribeSection {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border-bottom: 1px solid #F4F4F4;
  padding: 8.5em 4% 5em;
}
@media screen and (max-width: 1000px) {
  .subscribeSection {
    padding: 2em 4% 6em;
  }
}
.subscribeSection h2 {
  font-size: 2em;
}
.subscribeSection .v65-pod {
  max-width: 600px;
}
.subscribeSection #v65-subscribeWidget {
  margin-top: 1.5em;
}
.subscribeSection #v65-subscribeWidget input {
  width: 175px;
}

/* ----- b. Page Styles ----- */
.backToTop {
  background: #3a352f;
  bottom: 1em;
  color: #fff;
  border-radius: 50%;
  display: none;
  height: 2em;
  line-height: 2em;
  opacity: 0.6;
  padding: 15.5px 0;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 4em;
  z-index: 1000;
}
.backToTop .icon-small-up {
    font-size: 2em;
    padding: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .page {
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) {
  .page {
    float: right;
    padding: 5em 0;
    width: 77.5%;
  }
}

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

.one-third {
  float: left;
  width: 33.33%;
}
@media screen and (min-width: 1101px) and (max-width: 1275px) {
  .one-third {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .one-third {
    width: 100%;
  }
}

.two-thirds {
  float: left;
  width: 66.66%;
}
@media screen and (min-width: 1101px) and (max-width: 1275px) {
  .two-thirds {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .two-thirds {
    width: 100%;
  }
}

.half {
  float: left;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .half {
    width: 100%;
  }
}

.full {
  float: left;
  width: 100%;
}

.nivoSlider {
  max-width: 900px;
  margin: 0 auto;
}

.pageBanner {
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  position: relative;
}
/*@media screen and (min-width: 581px) {
  .pageBanner {
    min-height: 615px;
  }
}*/

.contentSection {
  float: left;
  overflow: hidden;
  margin: 0 1%;
  position: relative;
}
.contentSection.half {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .contentSection.half {
    margin: 0.5em 0;
    width: 100%;
  }
}
.contentSection.one-third {
  width: 31.33%;
}
@media screen and (max-width: 1050px) {
  .contentSection.one-third {
    float: none;
    margin: 0 auto;
    max-width: 600px;
    width: 98%;
  }
}
.contentSection a {
  display: block;
}
@media screen and (min-width: 581px) {
  .contentSection a:hover .image {
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
.contentSection .topContent {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.contentSection .topContent h2 {
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  margin: 0;
  padding: 7px 0;
  position: relative;
}
.contentSection .topContent .content {
  text-align: center;
  padding: 5%;
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 90%;
}
.contentSection .topContent .boxes {
  background: url(../images/beige-overlay.png);
  background: rgba(145, 133, 117, 0.75);
  border: 1px solid #ccc;
  border: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  display: inline-block;
  padding: 5px 10%;
  position: relative;
  max-width: 175px;
  width: 60%;
  z-index: 0;
}
.contentSection .bottomContent {
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  margin: 1.5em 3%;
  padding: 1em 0;
}
.contentSection .bottomContent p {
  margin-bottom: 10px;
}
.contentSection .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.v65-calendarList-Month {
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.v65-calendarList-Event .v65-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.v65-calendarList-Event .v65-calendarList-Time {
  display: block;
}

#v65-CalendarTable {
  background-color: transparent;
  border: 0;
  color: #F4F4F4;
}
#v65-CalendarTable th {
  background-color: transparent;
  border: 0;
  color: #6b6b6b;
  padding: 5px 0;
}
#v65-CalendarTable td {
  background-color: #f8f8f8;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 80px;
}
#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: #5a5a5a;
  font-size: 0.8em;
}
#v65-CalendarTable .v65-CalendarOffMonthDays {
  background-color: #eee;
}
#v65-CalendarTable .v65-CalendarToDay {
  background-color: #E5E5E5;
}
@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: #73695c;
    height: 2.3em;
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  #v65-CalendarTable .v65-CalendarEvent a {
    word-break: break-word;
  }
}

#v65-CalendarEventTable {
  font-size: 1.1em;
  margin: 3em 0;
}

#v65-CalendarTable .v65-CalendarDay {
  color: #5a5a5a;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
@media screen and (min-width: 1401px) {
  .videoWrapper {
    margin: 0 auto;
    max-width: 700px;
    padding-bottom: 399px;
  }
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}

.errorPage {
  margin-top: 0;
}
.errorPage header.primary {
  position: static;
}
.errorPage .v65-group {
  zoom: 1;
}
.errorPage .v65-group:before {
  content: "";
  display: table;
}
.errorPage .v65-group:after {
  content: "";
  display: table;
  clear: both;
}

.v65-recipe-drilldown-right {
  width: 300px;
}
@media screen and (min-width: 961px) {
  .v65-recipe-drilldown-right {
    width: 400px;
  }
}
@media screen and (max-width: 580px) {
  .v65-recipe-drilldown-right {
    font-size: 0.9em;
  }
}

/* ----- c. Store Styles ----- */
@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: 98%;
  }
}

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

.v65-productGroup-product:first-child {
  margin-left: 0;
}
.v65-productGroup-product .v65-product-addToCart-priceWrapper {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .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 (min-width: 600px) and (max-width: 750px) {
  .v65-productGroup .v65-clear.productGroup-3Up-rowClear {
    display: block;
  }
}

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

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

.v65-product2Up .v65-product-addToCart-priceWrapper {
  display: block;
  margin-bottom: 0.5em;
}

.v65-product-addToCart-unitDescription {
  bottom: 0;
  font-size: 1em;
}

.v65-product2Up .v65-product-photo img, .v65-product1UpStore .v65-product-photo img, .v65-product1Up .v65-product-photo img, .v65-product3Up .v65-product-photo img {
  max-height: 250px;
}

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

.v65-productWrapper {
  margin-bottom: 0;
  padding: 0;
}
.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-availability {
  margin-bottom: 5px;
}
.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-product-availability-inStock {
  padding: 5px 20px;
}
.v65-productWrapper .v65-productAddToCart-drilldownActivate .v65-addToCart fieldset .v65-product-addToCart-priceWrapper {
  color: #000;
}
.v65-productWrapper .topProductInfo .rightCol .insideInfo .v65-productAddToCart-drilldownActivate .v65-product-availability-inStock {
  color: #000;
}
.v65-productWrapper .v65-product-subtitle {
  font-size: 0.6em;
}
.v65-productWrapper h1 {
  float: none;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .v65-productWrapper h1 {
    font-size: 4em;
  }
}

.topProductInfo {
  position: relative;
  overflow: hidden;
}
.topProductInfo .responsiveWrapper {
  margin: 0 4%;
  width: 92%;
}
.topProductInfo .leftCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  z-index: 1;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1200px) {
  .topProductInfo .leftCol {
    width: 31%;
  }
}
@media screen and (max-width: 815px) {
  .topProductInfo .leftCol {
    float: none;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .topProductInfo .leftCol img {
    max-height: 400px;
  }
}
.topProductInfo .leftCol h1 {
  text-align: left;
  width: 100%;
}
.topProductInfo .rightCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 9em 0 4em;
  padding: 2em 5%;
  position: relative;
  width: 75%;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 1200px) {
  .topProductInfo .rightCol {
    margin-top: 5em;
    width: 69%;
  }
}
@media screen and (max-width: 815px) {
  .topProductInfo .rightCol {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.topProductInfo .v65-product-photo {
  padding: 7em 0 1em;
}

.productDetails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 4em 0;
  width: 100%;
}
.productDetails .v65-wine-specs {
  margin-bottom: 2em;
}
.productDetails .v65-productDrilldown-specs {
  float: left;
  width: 35%;
}
@media screen and (max-width: 850px) {
  .productDetails .v65-productDrilldown-specs {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.productDetails .v65-productDrilldown-specs .v65-title {
  font-family: calluna, serif;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.productDetails .v65-productDrilldown-specs .v65-product-attribute {
  font-size: 1em;
}
.productDetails .v65-productDrilldown-specs .v65-product-attributeLabel {
  margin-right: 7px;
}
.productDetails .v65-productDrilldown-specs .v65-product-attributeLabel,
.productDetails .v65-productDrilldown-specs .v65-product-attributeValue {
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: left;
  width: auto;
}
.productDetails .v65-productDrilldown-specs .v65-product-attributeValue {
  font-size: 0.9em;
}
.productDetails .v65-wine-profile {
  float: left;
  width: 65%;
}
@media screen and (max-width: 850px) {
  .productDetails .v65-wine-profile {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.productDetails .v65-wine-profile .v65-wine-profile-title.v65-title {
  display: none;
}
.productDetails .v65-wine-profile .v65-product-attributeLabel {
  color: #000;
  font-family: calluna, serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.productDetails .v65-wine-profile .v65-product-attributeValue {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 2em;
}

.v65-product-reviewStats-stars {
    display: flex;
    margin-right: 5px;
    width: 27%;
}

.productReviews {
  background: #f7f7f7;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  float: left;
  padding: 3em 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 901px) {
  .productReviews .v65-ProductRating {
    float: left;
    width: 50%;
  }
}
.productReviews .v65-ProductRating .v65-form legend {
  font-size: 1.5em;
}
@media screen and (min-width: 1201px) {
  .productReviews .v65-product-reviews {
    float: right;
    margin-left: 3%;
    width: 47%;
  }
}
@media screen and (min-width: 876px) and (max-width: 1200px) {
  .productReviews .v65-product-reviews {
    float: right;
    margin-left: 8%;
    width: 42%;
  }
}
.productReviews .v65-product-reviews .v65-product-review-wrapper {
  border-color: #F4F4F4;
}

.v65-product-relatedProducts {
  float: left;
  width: 100%;
}
.v65-product-relatedProducts .v65-product-relatedProducts-title.v65-title {
  font-size: 3em;
  margin-top: 1em;
  text-align: center;
}
.v65-product-relatedProducts .v65-product-title.v65-title {
  font-size: 1.7em;
}
.v65-product-relatedProducts:first-child {
  border: 0;
}
.v65-product-relatedProducts .v65-product-addToCart-priceWrapper {
  font-size: 0.8em;
  margin-bottom: 10px;
}
.v65-product-relatedProducts .v65-product-relatedProducts-product {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 3em 1%;
}
@media screen and (max-width: 870px) {
  .v65-product-relatedProducts .v65-product-relatedProducts-product {
    border-top: 1px solid #F4F4F4;
    width: 100%;
  }
}
.v65-product-relatedProducts .v65-product-relatedProducts-product:first-child {
  border-left: 0;
  border-top: 0;
}
.v65-product-relatedProducts .v65-product-relatedProducts-product .v65-product-photo img {
  max-height: 200px;
}

.v65-club {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 2em 2% 3em;
  position: relative;
  width: 46%;
}
@media screen and (max-width: 775px) {
  .v65-club {
    margin: 1em 2% 5em;
    width: 96%;
  }
}
.v65-club .v65-clubTitle {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 801px) {
  .v65-club .v65-clubTitle {
    font-size: 2.8em;
  }
}
.v65-club .v65-clubTitle a {
  background-color: #fff;
  display: inline-block;
  padding: 2px 15px;
  position: relative;
  width: auto;
}
.v65-club .v65-clubTeaser {
  border-bottom: 0;
  margin: 0 20px;
  padding: 10px 0 35px;
}
@media screen and (max-width: 580px) {
  .v65-club .v65-clubTeaser {
    border-bottom: 0;
  }
}
.v65-club .v65-clubTeaser p {
  margin-bottom: 0.8em;
}
.v65-club .v65-clubJoin {
  margin-left: -66px;
  text-align: center;
}
@media screen and (min-width: 581px) {
  .v65-club .v65-clubJoin {
    position: absolute;
    left: 50%;
    bottom: -25px;
  }
}
@media screen and (max-width: 580px) {
  .v65-club .v65-clubJoin {
    border: 0;
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .v65-club .v65-clubJoin a.linkBtn {
    width: 100%;
  }
}

.v65-clubSignUp-Teaser {
  display: none;
}

.v65-product-quickView {
  border: 1px solid #C0C0C0;
  border-radius: 0;
  font-size: 14px;
}

.v65-quickView {
  border: 1px solid #C0C0C0;
  box-shadow: none;
}
.v65-quickView .v65-product-tabs .last a,
.v65-quickView .v65-quickView-close a {
  border-radius: 0;
}
.v65-quickView .v65-quickView-close {
  top: 10px;
  right: 10px;
}
.v65-quickView .v65-quickView-close a {
  font-size: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
}

#v65-modalCartTable strong {
  font-weight: normal;
}
#v65-modalCartTable th, #v65-modalCartTable #v65-modalCartTableSubtotal td {
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
}
#v65-modalCartTable td {
  border-color: #F4F4F4;
}
#v65-modalCartTable th {
  border-top: 0;
  font-size: 0.9em;
}

#v65-cartCheckOutCoupons legend {
  font-size: 1.3em;
}
#v65-cartCheckOutCoupons #v65-CouponCode {
  height: 2em;
  line-height: 2em;
  width: 100px !important;
}

@media screen and (max-width: 400px) {
  #v65-cartTable {
    font-size: 90%;
  }
}
#v65-cartTable th, #v65-cartTable #v65-cartSubtotal td, #v65-cartTable .v65-cartTax td, #v65-cartTable #v65-cartTotal td {
  background-color: transparent;
}
@media screen and (min-width: 581px) {
  #v65-cartTable button span {
    padding: 0 1em;
  }
}
@media screen and (max-width: 580px) {
  #v65-cartTable button span {
    padding: 0 5px;
  }
}
#v65-cartTable button.modalBtn, #v65-cartTable button.altModalBtn {
  height: 2em;
}
@media screen and (max-width: 580px) {
  #v65-cartTable button.modalBtn, #v65-cartTable button.altModalBtn {
    font-size: 0.8em;
  }
}
#v65-cartTable a.modalLinkBtn, #v65-cartTable a.modalLinkAltBtn {
  font-size: 0.8em;
}
@media screen and (max-width: 400px) {
  #v65-cartTable .v65-cartItemDescription {
    word-break: break-word;
  }
}

#v65-modalCartDropdown .modalCloseButton {
  background-color: transparent;
}
#v65-modalCartDropdown .modalCloseButton span {
  color: #73695c;
  font-size: 1.4em;
  padding: 0 4px;
}

#v65-modalViel {
  background: #fff;
}

#v65-modalContentWrapper {
  border-color: #F4F4F4;
}

#v65-modalContentHeader {
  background-color: transparent;
}
@media screen and (min-width: 581px) {
  #v65-modalContentHeader {
    height: 29px;
  }
}
#v65-modalContentHeader .icon-cross {
  font-size: 1.5em;
  line-height: 1.7;
  padding: 5px;
}
@media screen and (max-width: 580px) {
  #v65-modalContentHeader a.modalCrossButton .icon-cross {
    background: #528064;
    color: #fff;
    display: block;
    padding: 10px 5%;
    text-align: center;
    width: 90%;
  }
}

#v65-checkoutCartSummaryWrapper {
  position: static;
}
@media screen and (min-width: 726px) {
  #v65-checkoutCartSummaryWrapper {
    float: right;
  }
}
#v65-checkoutCartSummaryWrapper h4 {
  font-size: 1.6em;
}
#v65-checkoutCartSummaryWrapper #v65-checkCartSummaryMoreOptions,
#v65-checkoutCartSummaryWrapper #v65-checkoutCartSummaryMini {
  font-size: 13px;
  float: none;
  margin: 0 2%;
  width: 96%;
}
#v65-checkoutCartSummaryWrapper #v65-pointsGainedOnOrder {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0.5em 0 1em;
  font-size: 1em;
  padding: 0.5em 0;
}
#v65-checkoutCartSummaryWrapper #v65-pointsGainedOnOrder p {
  margin: 0;
}
#v65-checkoutCartSummaryWrapper #v65-couponFormWrapper legend, #v65-checkoutCartSummaryWrapper #v65-giftCardFormWrapper legend, #v65-checkoutCartSummaryWrapper #v65-loyaltyPointsFormWrapper legend {
  font-size: 20px;
  margin-bottom: 5px;
}
#v65-checkoutCartSummaryWrapper #v65-couponFormWrapper div, #v65-checkoutCartSummaryWrapper #v65-giftCardFormWrapper div,
#v65-checkoutCartSummaryWrapper #v65-checkoutCartSummaryMini td {
  font-size: 14px;
}
#v65-checkoutCartSummaryWrapper #v65-CouponCode, #v65-checkoutCartSummaryWrapper #v65-GiftCode {
  height: 2.7em;
  line-height: 2.7em;
  width: 60% !important;
}
@media screen and (min-width: 581px) {
  #v65-checkoutCartSummaryWrapper #v65-CouponCode, #v65-checkoutCartSummaryWrapper #v65-GiftCode {
    height: 2em;
    line-height: 2em;
  }
}
#v65-checkoutCartSummaryWrapper #v65-LoyaltyPoints {
  height: 2.7em;
  line-height: 2.7em;
}
@media screen and (min-width: 581px) {
  #v65-checkoutCartSummaryWrapper #v65-LoyaltyPoints {
    height: 2em;
    line-height: 2em;
  }
}

#v65-checkoutFormWrapper p,
#v65-clubFormWrapper p {
  font-size: 13px;
}
#v65-checkoutFormWrapper .v65-form,
#v65-clubFormWrapper .v65-form {
  max-width: initial;
}

#v65-signUpClubSummaryWrapper {
  float: right;
  position: static;
}

.v65-rowOverline td {
  border-color: #c8c8c8;
}

#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsInputBox,
#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsDollarValue {
  padding: 0 0 10px 0;
  margin-right: 3%;
}
@media screen and (max-width: 450px) {
  #v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsInputBox,
#v65-loyaltyPointsFormWrapper div.v65-loyaltyPointsDollarValue {
    width: 47%;
  }
}

@media screen and (min-width: 451px) {
  .v65-loyaltyPointsInputBoxWrapper .v65-loyaltyPointsInputBox {
    width: 135px;
  }
}

@media screen and (max-width: 450px) {
  #v65-loyaltyPointsFormWrapper button.modalBtn {
    clear: left;
    display: block;
  }
}
#v65-loyaltyPointsFormWrapper input {
  box-sizing: border-box;
  width: 100%;
}
#v65-loyaltyPointsFormWrapper div {
  font-size: 13px;
}

.v65-form .v65-clubChoices-select {
  width: 70px;
}

@media screen and (orientation: landscape) and (max-device-width: 700px) {
  #v65-modalContentWrapper {
    left: 0%;
    top: 0%;
    margin: 0;
    width: 100%;
    border: none;
  }

  #v65-modalContent p {
    font-size: 10pt;
  }

  .v65-form {
    width: 50%;
    float: left;
    margin-right: 2%;
  }

  .v65-form input[type=text], .v65-form input[type=password] {
    width: 93% !important;
  }
}
/*   ===================================================================================================
     5. Blog
======================================================================================================== */
.blogContent {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .blogContent {
    float: left;
    padding: 5em 4% 0 0;
    width: 73%;
  }
}
.blogContent .v65-avatar {
  display: none;
}
.blogContent .v65-commentWrapper {
  border-color: #F4F4F4;
}
.blogContent .v65-commentWrapper .v65-avatar {
  display: block;
}
.blogContent .v65-blogPost {
  margin-left: 0;
}
.blogContent .v65-blogPost h1 {
  margin-bottom: 0em;
  text-align: center;
}
.blogContent .v65-blogPost h2 {
  font-style: normal;
  text-align: center;
  margin-bottom: 0;
}
.blogContent .v65-blogPost h2 a {
  color: #000;
}
.blogContent .v65-blogPost .v65-blogPostDate {
  font-family: calluna, serif;
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 1.5em;
  text-align: center;
  color: #73695c;
}

.blogFilterWrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  padding: 5em 3%;
}
@media screen and (min-width: 1051px) {
  .blogFilterWrapper {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .blogFilterWrapper {
    float: left;
    min-height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 22.5%;
  }
}
.blogFilterWrapper ul {
  list-style: none;
  padding: 0;
}
.blogFilterWrapper li {
  font-size: 15px;
}

.v65-blogFooterDate,
.v65-blogFooterComments,
.v65-blogFooterLink {
  color: #000;
  -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: "";
}

.v65-blogFooterLink:before {
  content: "";
}

.v65-blogFooterComments:before {
  content: "";
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}
button span {
  font-size: 0.8em;
  letter-spacing: 0.5px;
  padding: 0 1em;
}
@media screen and (min-width: 581px) {
  button span {
    padding: 0 2em;
  }
}
@media screen and (min-width: 581px) {
  button {
    height: 3em;
    line-height: 3em;
  }
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background: #0067ac;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
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 {
  background: #009c95;
}
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit;
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #6f6f6f;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
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: #565656;
}

a span {
  height: auto;
  line-height: inherit;
  padding: 0 1em;
}
@media screen and (min-width: 581px) {
  a span {
    padding: 0 2em;
  }
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: #0067ac;
  font-family: 'Roboto Condensed', sand-serif;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media screen and (min-width: 581px) {
  a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
    height: 3em;
    line-height: 3em;
  }
}
a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
  background: none;
  font-size: 0.8em;
  height: auto;
  line-height: inherit;
}
@media screen and (min-width: 581px) {
  a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
    padding: 0 2em;
  }
}
a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
  background: #009c95;
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #0067ac;
  font-family: 'Roboto Condensed', sand-serif;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media screen and (min-width: 581px) {
  a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
    height: 3em;
    line-height: 3em;
  }
}
a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  background: none;
  font-size: 0.8em;
  height: auto;
  line-height: inherit;
}
@media screen and (min-width: 581px) {
  a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
    padding: 0 2em;
  }
}
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background: #009c95;
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}
@media screen and (min-width: 581px) {
  a.modalLinkBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
    padding: 0 1em;
  }
}
a.modalLinkBtn, a.modalLinkAltBtn {
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
}

#v65-modalCartDropdown a.modalLinkBtn, #v65-modalCartDropdown a.modalLinkAltBtn {
  font-size: 1em;
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
footer {
  background: #0067ac;
  color: #fff;
  padding: 4em 0 1em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
	background-image: url(/assets/images/club-guy.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-position-y: 20px;
}

footer p {
  -webkit-font-smoothing: antialiased;
  color: #74a8cb;
}
footer .footerAddress p {
  -webkit-font-smoothing: antialiased;
  color: #74a8cb;
}


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

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

@media screen and (max-width: 820px) {
  footer ul li {
    height: 40px;
    line-height: 40px;
  }
}

footer a {
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .upperFooter {
	border-top: 1px solid #204d6a;
	border-bottom: 1px solid #204d6a;
	border: none;
	margin-bottom: 1em;
	padding: .5em 5%;
	position: relative;
}
@media screen and (max-width: 820px) {
  footer .upperFooter {
	border-top: 1px solid #204d6a;/*=== Added 10/13/22 ===*/
	border-bottom: 1px solid #204d6a;/*=== Added 10/13/22 ===*/
	padding: 4em 0;
  }
}
footer .upperFooter nav,
footer .upperFooter .footerAddress,
footer .upperFooter .v65-socialMediaLinks {
	/*float: left;
	margin: 0 0 0 4%;
	width: 30.33%;*/
	margin: 2em 0 0;
	width: 100%;
}

@media screen and (max-width: 820px) {
footer .upperFooter nav,
footer .upperFooter .footerAddress,
footer .upperFooter .v65-socialMediaLinks {
    margin: 2em 0 0;
    width: 100%;
  }
}


footer .upperFooter nav {
    text-align: center;/*=== Added 10/13/22 ===*/
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
	font-family: 'Roboto Condensed';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}



@media screen and (max-width: 820px) {
  footer .upperFooter nav {
    border-top: 1px solid #204d6a;
    padding: 4em 0 3em;
  }
}

/*=== Added 10/13/22 ===*/
@media screen and (min-width: 821px) {
footer nav li {
	display: inline-block;
	font-size: 16px;
	padding: 20px;
	}
}


footer .upperFooter .footerAddress {
  text-align: right;
  text-align: center;
}

@media screen and (max-width: 820px) {
  footer .upperFooter .footerAddress {
    border-top: 1px solid #204d6a;
    margin-bottom: 1em 0 3em;
    padding-top: 4em;
    text-align: center;
  }
}

footer .upperFooter .v65-socialMediaLinks {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 820px) {
  footer .upperFooter .v65-socialMediaLinks {
    text-align: center;
  }
}

/*footer .upperFooter .footerBand .icon-swirl {
  background: #3c3c3c;
  color: #494949;
  font-size: 2em;
  margin-left: -23.5px;
  padding: 5px 9px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}*/

footer .legalInformation {
  font-size: 0.85em;
  /*float: left;*/
  text-align: center;
  width: 100%;
}
footer .legalInformation p {
  color: #74a8cb;
  margin-bottom: 0;
}
footer .legalInformation a {
  color: #74a8cb;
}
footer .legalInformation .copyright {
  padding-right: 15px;
}

.v65-socialMediaLinks span {
  padding: 0;
}

/*======= Footer Nav Styles - Added on 10/12/22 =======*/
.nav li {
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}

footer .upperFooter .footerAddress a {
	font-weight: normal;
	color:  #74a8cb;
	
}

/*======= Buttons 10/12/22 =======*/
a .homepageButton {
  background: #a72121;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  height: 3em;
  line-height: 3;
  padding: 0 1em;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 581px) {
  a .homepageButton {
    min-width: 75px;
    padding: 0 1.5em;
    text-align: center;
  }
}
a .homepageButton:hover, a .homepageButton:active {
  background: #921d1d;
}

.v65-product-socialBar {
    display: none;
}

/*Hidden Footer - Checkout*/
.v65-footerSection {
    clear: both;
    padding-top: 3%;
}

.v65-mainNav ul {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.v65-mainContent .huge {
    color: #0067ac;
    font-family: Calluna;
    text-align: center;
    font-size: 4em;
}

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

