@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;
}

/**
 * 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: "\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 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?-39ptip");
  src: url("../font/icomoon.eot?#iefix-39ptip") format("embedded-opentype"), url("../font/icomoon.ttf?-39ptip") format("truetype"), url("../font/icomoon.woff?-39ptip") format("woff"), url("../font/icomoon.svg?-39ptip#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-yl-facebook:before {
  content: "\e600";
}

.icon-yl-twitter:before {
  content: "\e602";
}

.icon-yl-instagram:before {
  content: "\e603";
}

.icon-yl-gplus:before {
  content: "\e604";
}

.icon-play:before {
  content: "\e606";
}

.icon-time:before {
  content: "\e950";
}

.icon-comments:before {
  content: "\e96e";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-gplus:before {
  content: "\ea88";
}

.icon-facebook:before {
  content: "\ea8c";
}

.icon-instagram:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea91";
}

.icon-youtube:before {
  content: "\ea99";
}

.icon-yelp:before {
  content: "\ead9";
}

.icon-search:before {
  content: "\e036";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-cross:before {
  content: "\e117";
}

.sidr-class-icon-cross:before {
  content: "\e117";
  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-menu:before {
  content: "\e120";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-cross:before {
  content: "\e117";
}

.icon-menu:before {
  content: "\e120";
}

.icon-up:before {
  content: "\f0d8";
}

.icon-up:before {
  content: "\f0d8";
}

.icon-left:before {
  content: "\f0d9";
}

.icon-right:before {
  content: "\f0da";
}

.icon-acrobat:before {
  content: "\f1c1";
}

.icon-small-down:before {
  content: "\e60c";
}

.icon-small-up:before {
  content: "\e601";
}

.icon-thin-down:before {
  content: "\e60a";
}

.icon-thin-up:before {
  content: "\e60b";
}

.icon-location:before {
  content: "\e609";
}

/*
 * 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/Chrome, 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: 30px;
  height: 30px;
  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: 15px;
}

a.nivo-nextNav {
  background-position: -30px 0px;
  right: 15px;
}

/* 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: 85%;
}

body {
  background-color: white;
  color: #1e1d1d;
  font-family: "myriad-pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: normal;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 1.8em;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 1em 0;
  text-transform: uppercase;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-bottom: 8px;
  text-transform: uppercase;
}
h2 a {
  color: #b1b3b4;
}
h2 a:hover, h2 a:focus, h2 a:active {
  color: #979a9b;
  text-decoration: none;
}

h3 {
  font-size: 1.8em;
  font-family: Georgia, serif;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

h5 {
  font-size: 1.3125em;
  font-family: Georgia, serif;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

h6 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.v65-title {
  color: black;
  font-family: "myriad-pro", sans-serif;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
}
.v65-title a {
  color: black;
}

.v65-subtitle {
  color: black;
  font-size: 1.3em;
  font-font-family: Georgia, serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1em;
}
.v65-subtitle a {
  color: black;
}

p, blockquote {
  margin: 0 0 0.7em;
  line-height: 1.5;
}

dl, ol, ul {
  margin: 0 0 1.5em;
}

dd, dt, li {
  line-height: 1.5;
  margin: 0;
}

a {
  /*color: #56c1da;*/
  color: #318599;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

img {
  border: none;
  height: auto !important;
  max-width: 100%;
}

form {
  margin-bottom: 1em;
}

legend {
  color: #1e1d1d;
}

hr {
  background-color: #b1b3b4;
  border: 0;
  color: #b1b3b4;
  height: 2px;
  margin: 2em 0;
}

a[name=footerNav] {
  display: none !important;
}

/*   ===================================================================================================
     2. Header
======================================================================================================== */
header.primary {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  z-index: 10;
}
header.primary .homepageHeader {
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 890px) {
  header.primary .homepageHeader {
    height: 400px;
  }
}
header.primary .homepageHeader .downArrow {
  background-color: white;
  border-bottom: 1px solid #b1b3b4;
  color: #000;
  font-family: 'icomoon';
  font-size: 2em;
  height: 40px;
  line-height: 40px;
  margin-left: -25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  width: 50px;
  z-index: 1;
}
header.primary .homepageHeader .downArrow:hover, header.primary .homepageHeader .downArrow:focus, header.primary .homepageHeader .downArrow:active {
  text-decoration: none;
}

.topHeader {
  background: #fff;
  border-bottom: 1px solid #b1b3b4;
}

.pageBackground {
  -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}
@media screen and (min-width: 581px) {
  .pageBackground {
    background-size: cover;
  }
}

.userToolsContainer {
  background: #1e1d1d;
  -ms-box-shadow: 0 0 5px #898989;
  -moz-box-shadow: 0 0 5px #898989;
  -o-box-shadow: 0 0 5px #898989;
  -webkit-box-shadow: 0 0 5px #898989;
  position: relative;
}

@media screen and (min-width: 581px) {
  #user-tools {
    width: auto;
  }
}
@media screen and (max-width: 580px) {
  #user-tools {
    border-bottom: 1px solid black;
  }
}
#user-tools a {
  color: white;
}
@media screen and (min-width: 581px) {
  #user-tools #v65-modalCart {
    display: inline-block;
    float: right;
    margin-left: 3em;
    position: static;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 581px) {
  #user-tools .v65-yourAccount, #user-tools .v65-editProfile,
  #user-tools .v65-login, #user-tools .v65-logout, #user-tools #v65-modalCart {
    width: auto;
  }
}
#user-tools .v65-yourAccount a, #user-tools .v65-editProfile a,
#user-tools .v65-login a, #user-tools .v65-logout a, #user-tools #v65-modalCart a {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.logo {
  background-image: url('../images/logo.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  float: left;
  height: 70px;
  margin: 15px 0;
  position: relative;
  width: 150px;
}
@media screen and (max-width: 890px) {
  .logo {
    margin: 5px 0;
  }
}
.logo.errorLogo {
  float: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .logo {
    background-image: url('../images/logo@2x.png');
  }
}

.headerSearch {
  background: #fff;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  display: none;
  float: right;
  margin-right: 2%;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 104px;
  width: 600px;
  z-index: 1;
}
.headerSearch form {
  margin-bottom: 0;
}
.headerSearch fieldset {
  border: 0;
}
.headerSearch #v65-contentSearchButton,
.headerSearch #v65-contentSearchInput {
  display: inline-block;
}
.headerSearch #v65-contentSearchInput {
  margin-right: 2%;
  width: 74%;
}
.headerSearch #v65-contentSearchButton {
  width: 23%;
}
.headerSearch #v65-contentSearchButton button {
  width: 100%;
}

/*   ===================================================================================================
     3. Navigation
======================================================================================================== */
/* ----- a. Main Menu ----- */
.mainMenu {
  font-size: 14px;
  float: right;
  position: relative;
  text-transform: uppercase;
  z-index: 101;
}
@media screen and (min-width: 891px) and (max-width: 950px) {
  .mainMenu {
    font-size: 13px;
  }
}
@media screen and (max-width: 890px) {
  .mainMenu {
    display: none;
  }
}
.mainMenu .icon-search {
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  height: 103px;
  line-height: 102px;
  margin-left: 40px;
  position: relative;
}
.mainMenu .icon-search:after {
  content: "";
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  -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;
}
.mainMenu .icon-search:hover:after, .mainMenu .icon-search:focus:after, .mainMenu .icon-search:active:after {
  height: 2px;
}
.mainMenu ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainMenu ul {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu ul {
    text-align: right;
  }
}
.mainMenu ul ul {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #b1b3b4;
  display: none;
  font-size: 13px;
  float: none;
  padding: 10px 0;
  position: absolute;
  top: 100px;
  left: -22px;
  width: 230px;
}
.mainMenu ul ul .v65-selected {
  color: black;
}
.mainMenu ul ul .v65-selected:after {
  content: "";
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
}
.mainMenu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.mainMenu li:after {
  content: "";
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  -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;
}
@media screen and (min-width: 1081px) {
  .mainMenu li {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 1080px) {
  .mainMenu li {
    margin: 0 0 0 20px;
  }
}
.mainMenu li:first-child {
  margin-left: 0;
}
.mainMenu li:hover:after, .mainMenu li:focus:after, .mainMenu li:active:after {
  height: 2px;
}
@media screen and (min-width: 768px) {
  .mainMenu li:hover ul {
    display: block;
  }
}
.mainMenu li li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
  width: 100%;
}
.mainMenu li li:after {
  background-color: transparent;
  height: 0;
}
.mainMenu li li:hover:after, .mainMenu li li:focus:after, .mainMenu li li:active:after {
  height: 0;
}
.mainMenu li li a {
  color: #505050;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 10%;
  text-align: left;
  width: 90%;
}
.mainMenu li li a:hover {
  color: black;
}
.mainMenu a {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mainMenu a {
    height: 44px;
    line-height: 44px;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .mainMenu a {
    height: 100px;
    line-height: 100px;
  }
}
.mainMenu a:hover {
  color: black;
  text-decoration: none;
}
.mainMenu .v65-pageAParent {
  color: black;
}
.mainMenu .v65-home {
  display: none;
}
.mainMenu .v65-selected {
  color: black;
  position: relative;
}
.mainMenu .v65-selected:after {
  content: "";
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.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 {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .subMenu {
    float: left;
    margin-right: 4%;
    margin-top: 2em;
    padding-right: 2%;
    width: 17.5%;
  }
}
.subMenu ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.subMenu li {
  line-height: 1.4;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .subMenu li {
    border-top: 1px solid #E7E7E7;
    line-height: 44px;
    text-align: center;
  }
}
.subMenu li ul {
  margin-left: 10px;
}
.subMenu a {
  color: black;
  line-height: 1.5;
  width: 100%;
}
.subMenu a:hover, .subMenu a:focus, .subMenu a:active {
  color: black;
}
.subMenu .v65-pageAParent {
  color: black;
}
.subMenu .v65-leftSelected {
  color: black;
}

#mobileMenu {
  color: #000;
  float: right;
  line-height: inherit;
  margin: 2.2em 0 0;
}
#mobileMenu:hover, #mobileMenu:focus, #mobileMenu:active {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 891px) {
  #mobileMenu {
    display: none;
  }
}
#mobileMenu i {
  cursor: pointer;
  font-size: 1.5em;
  line-height: inherit;
  padding-left: 10px;
  vertical-align: text-bottom;
}

@media screen and (min-width: 891px) {
  #mobileMenuClose {
    display: none;
  }
}

.sidr {
  background: black;
}
.sidr .sidr-inner {
  font-family: "myriad-pro", sans-serif;
  padding-top: 2.8em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 580px) {
  .sidr .sidr-inner {
    padding-top: 3.8em;
  }
}
.sidr .sidr-inner #sidr-id-mobileMenuClose {
  color: #fff;
  font-size: 14px;
  line-height: 5.5em;
  padding-right: 1em;
}
.sidr .sidr-inner #sidr-id-mobileMenuClose:hover, .sidr .sidr-inner #sidr-id-mobileMenuClose:focus, .sidr .sidr-inner #sidr-id-mobileMenuClose:active {
  color: #fff;
  text-decoration: none;
}
.sidr .sidr-inner #sidr-id-mobileMenuClose i {
  font-size: 1.5em;
  line-height: 0.9em;
  padding-left: 10px;
  vertical-align: text-bottom;
}

/*   ===================================================================================================
     4. Content
======================================================================================================== */
#v65-modalContentHeader {
  background: black;
}

.wrapper {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 2.5%;
  position: relative;
  width: 95%;
}

.overlay {
  background: url(../images/overlay-bg.png);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bodyOverlay {
  background: url(../images/overlay-bg.png);
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
}

.wideWrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2.5%;
  position: relative;
  width: 95%;
}

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 1em 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pageContent {
    padding: 3em 0 0;
  }
}

.blogPage .pageContent {
  padding: 0 0 5em;
}
.blogPage .breadcrumbs {
  max-width: 950px;
  padding: 0 3.5%;
  width: 93%;
}

.v65-form {
  max-width: 500px;
  padding: 0;
  width: 100%;
}
.v65-form fieldset {
  border: 0;
  padding: 0 0 10px 0;
}
.v65-form fieldset div {
  padding: 10px 0;
}
.v65-form ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.v65-form :-moz-placeholder {
  text-transform: uppercase;
}
.v65-form ::-moz-placeholder {
  text-transform: uppercase;
}
.v65-form :-ms-input-placeholder {
  text-transform: uppercase;
}
.v65-form legend {
  font-weight: bold;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.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'] {
  border: 1px solid #b1b3b4;
  background: #eaeaeb;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  width: 100% !important;
}
@media screen and (min-width: 581px) {
  .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'] {
    height: 3em;
    line-height: 3em;
  }
}
.v65-form textarea {
  border: 1px solid #b1b3b4;
  background: #eaeaeb;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding: 0.5em;
}
@media screen and (min-width: 581px) {
  .v65-form textarea {
    line-height: 3em;
    padding: 0 0.5em;
  }
}
.v65-form select {
  background-color: #eaeaeb;
  background-image: url(../images/select-desktop-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid #b1b3b4;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none !important;
  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 {
    line-height: 3em;
    height: 3em;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 580px) {
  .v65-form select {
    background-image: url(../images/select-mobile-bg.jpg);
  }
}
.v65-form select:focus {
  outline: none;
}
.v65-form select::-ms-expand {
  display: none;
}

#v65-commentFormWrapper #Comments {
  width: 100%;
}

#v65-checkBilling input[name=BillFirstName], #v65-checkBilling input[name=BillLastName],
#v65-checkBilling input[name=BillCompany], #v65-checkBilling input[name=BillCity],
#v65-checkBilling input[name=BillMainPhone], #v65-checkBilling input[name=BillEmail],
#v65-checkBilling input[name=BillAddress], #v65-checkBilling input[name=BillAddress2],
#v65-checkBilling textarea[name=OrderNotes],
#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], #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 textarea[name=giftMessage], #v65-checkBilling input[name=ShipAddress],
#v65-checkBilling input[name=ShipAddress2] {
  width: 100% !important;
}
#v65-checkBilling select[name=BillBirthDay], #v65-checkBilling select[name=BillBirthYear], #v65-checkBilling select[name=BillBirthMonth],
#v65-checkBilling select[name=ShipBirthDay], #v65-checkBilling select[name=ShipBirthYear], #v65-checkBilling select[name=ShipBirthMonth] {
  width: 32%;
}

#v65-memberFormWrapper select[name="BirthDay"], #v65-memberFormWrapper select[name="BirthMonth"], #v65-memberFormWrapper select[name="BirthYear"] {
  width: 32% !important;
}

input[type='text'], input[type='password'], input[type='username'], input[type='tel'], input[type='email'] {
  border-color: #b1b3b4;
  background: #eaeaeb;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
@media screen and (min-width: 581px) {
  input[type='text'], input[type='password'], input[type='username'], input[type='tel'], input[type='email'] {
    height: 3em;
    line-height: 3em;
  }
}

textarea {
  border-color: #b1b3b4;
  background: #eaeaeb;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.nivo-directionNav a {
  width: 37px;
  height: 37px;
}

.nivo-controlNav a {
  background: #555;
  background: rgba(0, 0, 0, 0.4);
  background-image: none;
  border-radius: 50%;
  height: 13px;
  margin: 0 6px;
  width: 13px;
}
.nivo-controlNav a.active {
  background: #000;
}

a.nivo-nextNav {
  background-position: -37px 0px;
}

/* ----- a. Homepage Styles ----- */
.homepageSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 890px) {
  .homepageSlider {
    height: 400px;
  }
}
.homepageSlider .slide {
  -ms-behavior: url(/backgroundsize.min.htc);
  behavior: url(/backgroundsize.min.htc);
  background-position: center;
  height: 600px;
}
@media screen and (min-width: 581px) {
  .homepageSlider .slide {
    background-size: cover;
  }
}
@media screen and (max-width: 890px) {
  .homepageSlider .slide {
    height: 400px;
  }
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper .bx-viewport {
  z-index: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  z-index: 200;
}

.bx-controls {
  position: relative;
  z-index: 100;
}

.homepageLocation {
  margin: 2em auto;
  max-width: 480px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .homepageLocation {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
}
@media screen and (min-width: 641px) {
  .homepageLocation:first-child {
    margin-left: 0;
  }
}
.homepageLocation h2 {
  border-bottom: 1px solid #b1b3b4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.4em;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.homepageLocation .locationContent {
  margin: 1em 0;
}
.homepageLocation .address {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1021px) {
  .homepageLocation .address {
    word-break: break-word;
    width: 34%;
  }
}
@media screen and (min-width: 875px) and (max-width: 1020px) {
  .homepageLocation .address {
    width: 37%;
  }
}
@media screen and (min-width: 461px) and (max-width: 640px) {
  .homepageLocation .address {
    word-break: break-word;
    width: 34%;
  }
}
.homepageLocation .text {
  color: #5a5a5a;
  float: left;
  width: 100%;
}
@media screen and (min-width: 1021px) {
  .homepageLocation .text {
    margin-left: 5%;
    width: 61%;
  }
}
@media screen and (min-width: 875px) and (max-width: 1020px) {
  .homepageLocation .text {
    width: 58%;
  }
}
@media screen and (min-width: 461px) and (max-width: 640px) {
  .homepageLocation .text {
    margin-left: 5%;
    width: 61%;
  }
}
.homepageLocation .text a {
  color: #929596;
}
.homepageLocation .text a:hover, .homepageLocation .text a:focus, .homepageLocation .text a:active {
  color: #7d8082;
  text-decoration: none;
}

.bottomHomepageContent {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 3em 0;
}
.bottomHomepageContent .contentSection {
  border-top: 1px solid #b1b3b4;
  border-bottom: 1px solid #b1b3b4;
  margin: 2em 0;
  padding: 4em 10%;
  text-align: center;
}
.bottomHomepageContent .contentSection h1, .bottomHomepageContent .contentSection h2, .bottomHomepageContent .contentSection h3, .bottomHomepageContent .contentSection h4, .bottomHomepageContent .contentSection h5, .bottomHomepageContent .contentSection h6, .bottomHomepageContent .contentSection p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.bottomHomepageContent .contentSection h1 {
  font-size: 2.3em;
}
.bottomHomepageContent .contentSection p {
  font-size: 140%;
}
.bottomHomepageContent .contentSection a.linkBtn {
  background-color: #b1b3b4;
  margin-top: 2em;
}
.bottomHomepageContent .contentSection a.linkBtn:hover, .bottomHomepageContent .contentSection a.linkBtn:focus, .bottomHomepageContent .contentSection a.linkBtn:active {
  background-color: #919191;
}
.bottomHomepageContent .contentSection a.linkBtn span {
  color: #000;
}

#slider {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
  width: 100%;
}
#slider .nivo-main-image {
  position: absolute !important;
}

/* ----- b. Page Styles ----- */
.backToTop {
  background: black;
  border: 5px solid white;
  bottom: 1em;
  color: white;
  border-radius: 50%;
  display: none;
  height: 4em;
  line-height: 4em;
  opacity: 0.6;
  position: fixed;
  right: 1em;
  text-align: center;
  text-decoration: none;
  width: 4em;
  z-index: 1000;
}
.backToTop i {
  font-size: 4em;
  line-height: 0.8;
}
.backToTop:hover, .backToTop:focus, .backToTop:active {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page {
    float: right;
    width: 75%;
  }
}

.breadcrumbs {
  color: #b1b3b4;
  -webkit-font-smoothing: antialiased;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
}
.breadcrumbs ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  left: -4px;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:first-child:after {
  content: "";
}
.breadcrumbs ul a {
  color: #b1b3b4;
}
.breadcrumbs ul a:hover, .breadcrumbs ul a:focus, .breadcrumbs ul a:active {
  color: #979a9b;
  text-decoration: none;
}

.contactInformation {
  margin: 2em 0 0;
}
@media screen and (min-width: 801px) {
  .contactInformation {
    float: left;
    width: 63%;
  }
}

#map-canvas,
#map-canvas-two {
  height: 100%;
  height: 400px;
  margin: 10px 0 0 0;
  padding: 0px;
}

.connectIcons {
  margin: 3em 0;
}
@media screen and (min-width: 801px) {
  .connectIcons {
    float: right;
    margin: 1.5em 0;
  }
}
.connectIcons h2 {
  color: #b1b3b4;
  line-height: 1;
  margin: 11px 10px 16px 3px;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 801px) {
  .connectIcons h2 {
    border-right: 1px solid #b1b3b4;
    float: left;
    margin: 11px 10px 11px 0;
  }
}
.connectIcons a {
  padding: 0 0.3em;
}
.connectIcons .icon-facebook,
.connectIcons .icon-twitter,
.connectIcons .icon-instagram {
  color: #fff;
  font-size: 2em;
  display: inline-block;
  line-height: 1;
  padding: 5px;
}
.connectIcons .icon-facebook {
  background-color: #1d5a9e;
}
.connectIcons .icon-facebook:hover, .connectIcons .icon-facebook:focus, .connectIcons .icon-facebook:active {
  background-color: #194e88;
}
.connectIcons .icon-twitter {
  background-color: #49c9f2;
  font-size: 1.7em;
  line-height: 1;
  padding: 8px 7px 6px;
}
.connectIcons .icon-twitter:hover, .connectIcons .icon-twitter:focus, .connectIcons .icon-twitter:active {
  background-color: #31c2f0;
}
.connectIcons .icon-instagram {
  background-color: #2e5e86;
  font-size: 1.7em;
  line-height: 1;
  padding: 8px 7px 6px;
}
.connectIcons .icon-instagram:hover, .connectIcons .icon-instagram:focus, .connectIcons .icon-instagram:active {
  background-color: #275173;
}

.newsFilter {
  border-top: 1px solid #b1b3b4;
  border-bottom: 1px solid #b1b3b4;
  color: #b1b3b4;
  float: left;
  margin: 1em 1% 0.5em;
  padding: 1em 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .newsFilter {
    display: none;
  }
}
.newsFilter .filterLink {
  color: #b1b3b4;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
}

.noPostText {
  display: none;
  float: left;
  margin: 0 1%;
  text-align: center;
}

.newsFeature {
  max-width: 400px;
  margin: 1em auto;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .newsFeature {
    float: left;
    margin-left: 2%;
    width: 32%;
  }
}
@media screen and (min-width: 640px) {
  .newsFeature:first-child {
    margin-left: 0;
  }
}
.newsFeature .imageContainer {
  max-width: 400px;
  margin: 3em auto 1em;
  position: relative;
}
.newsFeature .imageContainer a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -36px;
  margin-left: -34px;
}
.newsFeature .imageContainer .displayNo {
  display: none;
}
.newsFeature .featureContent h2 {
  border-bottom: 1px solid #b1b3b4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.newsFeature .featureContent a {
  color: #929596;
  font-weight: bold;
}
.newsFeature .featureContent a:hover, .newsFeature .featureContent a:focus, .newsFeature .featureContent a:active {
  color: #7d8082;
  text-decoration: none;
}
.newsFeature.newsOverview {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  position: relative;
}
@media screen and (min-width: 640px) {
  .newsFeature.newsOverview {
    margin: 0 1% 3em;
    width: 31.33%;
  }
}
.newsFeature.newsOverview:after {
  content: "";
  background: #b1b3b4;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newsFeature.newsOverview .imageContainer {
  margin: 1em auto 0;
}
.newsFeature.newsOverview .featureContent h2 {
  border-bottom: 0;
  margin-bottom: 0;
}
.newsFeature.newsOverview .postHeading {
  color: #b1b3b4;
  margin-bottom: 0.5em;
  padding: 5px 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 640px) {
  .newsFeature.newsOverview .postHeading {
    border-bottom: 1px solid #b1b3b4;
    margin-bottom: 2em;
  }
}
.newsFeature.newsOverview .postHeading .categoryType {
  text-transform: uppercase;
}
.newsFeature.newsOverview .postHeading p {
  margin-bottom: 0;
}
.newsFeature.featureStory {
  max-width: inherit;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newsFeature.featureStory {
    float: none;
    max-width: 475px;
    margin: 0.5em auto 2em;
  }
}
@media screen and (max-width: 639px) {
  .newsFeature.featureStory {
    max-width: 400px;
  }
}
.newsFeature.featureStory .imageContainer {
  max-width: inherit;
  margin: 0 auto 1em;
}
@media screen and (min-width: 701px) {
  .newsFeature.featureStory .imageContainer {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  .newsFeature.featureStory .imageContainer {
    margin: 0 auto;
  }
}
@media screen and (min-width: 701px) {
  .newsFeature.featureStory .featureContent {
    float: left;
    margin: 0 6%;
    width: 38%;
  }
}
.newsFeature.featureStory .featureContent h1 {
  margin: 1.5em 0 0.5em;
}
@media screen and (max-width: 925px) {
  .newsFeature.featureStory .featureContent h1 {
    margin: 0 0 0.5em;
  }
}
.newsFeature.featureStory .postHeading {
  color: #b1b3b4;
  margin-bottom: 2em;
  padding: 5px 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 925px) {
  .newsFeature.featureStory .postHeading {
    margin-bottom: 0.5em;
  }
}
.newsFeature.featureStory .postHeading .categoryType {
  text-transform: uppercase;
}
.newsFeature.featureStory .postHeading p {
  margin-bottom: 0;
}

.loadButton {
  border: 1px solid #b1b3b4;
  color: #b1b3b4;
  cursor: pointer;
  float: left;
  margin: 2em 0;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.loadButton:hover, .loadButton:focus, .loadButton:active {
  border-color: #7d8082;
  color: #7d8082;
}
@media screen and (max-width: 639px) {
  .loadButton {
    display: none;
  }
}

.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-featureRight, .v65-right,
.v65-featureLeft, .v65-left,
.v65-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* List */
.v65-calendarList-Month {
  border-bottom: 1px solid #eee;
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
}

.v65-calendarList-Event .v65-title {
  margin-bottom: 1em;
}
.v65-calendarList-Event strong {
  font-weight: 300;
}
.v65-calendarList-Event .v65-calendarList-Time {
  display: block;
}

/* Block */
#v65-CalendarTable {
  border-color: #eaeaeb;
  color: #e0e0e0;
}
#v65-CalendarTable th {
  background-color: #ebebeb;
  border-color: #eaeaeb;
  color: black;
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  padding: 5px 0;
}
#v65-CalendarTable td {
  border-color: #eaeaeb;
}
#v65-CalendarTable .v65-CalendarDay {
  border: 0;
  color: black;
  font-family: "myriad-pro", sans-serif;
  font-size: 0.95em;
}
#v65-CalendarTable .v65-CalendarOffMonthDays {
  background-color: #F7F7F7;
}
#v65-CalendarTable .v65-CalendarToDay {
  background-color: #EEEEEE;
}
@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: #bec0c1;
    color: #fff;
    height: 2.3em;
    width: auto;
  }
}

/* ----- 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-product2Up .v65-product-addToCart-priceWrapper,
.v65-product3Up .v65-product-addToCart-priceWrapper {
  display: block;
  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;
  }
}

.v65-product-media-thumbnail {
  float: left;
  margin-right: 3%;
  text-align: right;
  width: 47%;
}

.v65-product-media-title {
  float: left;
  line-height: 1.8em;
  width: 50%;
}

@media screen and (max-width: 720px) {
  .print {
    margin: 0 10px;
  }
}

.v65-paging, .v65-pagingBottom {
  border: 0;
}

.v65-productWrapper h1 {
  font-size: 2em;
  margin: 0 0 1em;
}

.v65-club {
  margin: 3em 0;
}
.v65-club .v65-clubTitle {
  margin-bottom: 1em;
}
.v65-club .v65-clubTeaser {
  border-color: #eaeaeb;
  padding: 0 0 3em 0;
}
.v65-club .v65-clubTeaser .v65-clubJoin {
  margin-top: 2em;
}

#v65-modalCartTable th {
  background: transparent;
}
#v65-modalCartTable #v65-modalCartTableSubtotal td {
  background: transparent;
}

@media screen and (max-width: 580px) {
  span.v65-cartItemDescription-sku {
    word-break: break-word;
  }
}

#v65-cartTable th, #v65-cartTable tr, #v65-cartTable #v65-cartSubtotal td, #v65-cartTable #v65-cartTable td, #v65-cartTable .v65-cartTax td, #v65-cartTable #v65-cartTotal td {
  background: transparent;
}

#v65-checkoutCartSummaryWrapper,
#v65-signUpClubSummaryWrapper {
  float: right;
  position: static;
}

#v65-checkoutCartSummaryMini,
#v65-checkCartSummaryMoreOptions,
#v65-couponFormWrapper div,
#v65-giftCardFormWrapper div {
  font-size: 13px;
}
#v65-checkoutCartSummaryMini button.modalBtn,
#v65-checkCartSummaryMoreOptions button.modalBtn,
#v65-couponFormWrapper div button.modalBtn,
#v65-giftCardFormWrapper div button.modalBtn {
  height: 3.5em;
  line-height: 3.5em;
}

/*   ===================================================================================================
     5. Blog
======================================================================================================== */
.blogContent .v65-avatar {
  display: none;
}
.blogContent .v65-blogPostWrapper {
  border-bottom: 1px solid #b1b3b4;
}
.blogContent .v65-blogPost {
  margin-left: 0;
  max-width: 600px;
}
@media screen and (min-width: 750px) {
  .blogContent .v65-blogPost {
    float: left;
  }
}
.blogContent .v65-blogPost .v65-blogPostDate {
  color: #b1b3b4;
  font-size: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.blogContent .v65-socialMediaBar {
  margin: 2em 0 1em;
}

.shareIcons {
  margin: 2em 0;
}
@media screen and (min-width: 750px) {
  .shareIcons {
    float: left;
    margin: 4em 0 0 3em;
  }
}
.shareIcons h2 {
  color: #b1b3b4;
}
@media screen and (min-width: 750px) {
  .shareIcons h2 {
    border-bottom: 2px solid #b1b3b4;
    margin: 0 0 15px 0;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 749px) {
  .shareIcons h2 {
    border-right: 1px solid #b1b3b4;
    float: left;
    line-height: 2.4;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
.shareIcons a {
  padding: 0 0.4em;
}
@media screen and (min-width: 750px) {
  .shareIcons a {
    display: block;
    padding: 0.4em 0;
  }
}
.shareIcons .icon-facebook,
.shareIcons .icon-twitter {
  color: #fff;
  font-size: 2em;
  display: inline-block;
  line-height: 1;
  padding: 5px;
}
.shareIcons .icon-facebook {
  background-color: #1d5a9e;
}
.shareIcons .icon-facebook:hover, .shareIcons .icon-facebook:focus, .shareIcons .icon-facebook:active {
  background-color: #194e88;
}
.shareIcons .icon-twitter {
  background-color: #49c9f2;
  font-size: 1.7em;
  line-height: 1;
  padding: 8px 7px 6px;
}
.shareIcons .icon-twitter:hover, .shareIcons .icon-twitter:focus, .shareIcons .icon-twitter:active {
  background-color: #31c2f0;
}

/*   ===================================================================================================
     6. Buttons
======================================================================================================== */
button span {
  padding: 0 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
button.defaultBtn, button.modalBtn, button.largeBtn {
  background: black;
  border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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: #333333;
}
@media screen and (min-width: 581px) {
  button.defaultBtn, button.largeBtn {
    line-height: 3em;
    height: 3em;
  }
}
@media screen and (min-width: 768px) {
  button.defaultBtn span, button.largeBtn span {
    padding: 0 2.5em;
  }
}
button.modalBtn, button.altModalBtn {
  height: 2.5em;
  line-height: inherit;
}
button.altBtn, button.altModalBtn, button.altLargeBtn {
  background: #b1b3b4;
  border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
  background: none;
  color: #000;
  height: auto;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  button.altBtn span, button.altModalBtn span, button.altLargeBtn span {
    padding: 0 2.5em;
  }
}
button.altBtn:hover, button.altBtn:active, button.altModalBtn:hover, button.altModalBtn:active, button.altLargeBtn:hover, button.altLargeBtn:active {
  background: #919191;
}

a span {
  padding: 0 1em;
  height: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  a span {
    padding: 0 2.5em;
  }
}
a.linkBtn, a.modalLinkBtn, a.largeLinkBtn {
  background: black;
  border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkBtn span, a.modalLinkBtn span, a.largeLinkBtn span {
  background: none;
  height: auto;
  line-height: inherit;
}
a.linkBtn:hover, a.linkBtn:active, a.modalLinkBtn:hover, a.modalLinkBtn:active, a.largeLinkBtn:hover, a.largeLinkBtn:active {
  background: #333333;
}
@media screen and (min-width: 581px) {
  a.linkBtn, a.largeLinkBtn {
    line-height: 3em;
    height: 3em;
  }
}
@media screen and (min-width: 768px) {
  a.linkBtn span, a.largeLinkBtn span {
    padding: 0 2.5em;
  }
}
a.linkBtn {
  margin: 0 5px;
}
@media screen and (max-width: 580px) {
  a.linkBtn {
    margin: 1% 2%;
    width: 96%;
  }
}
a.linkAltBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  background: #b1b3b4;
  border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.linkAltBtn span, a.modalLinkAltBtn span, a.modalLinkAltBtn span {
  background: none;
  color: #000;
  height: auto;
  line-height: inherit;
}
a.linkAltBtn:hover, a.linkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active, a.modalLinkAltBtn:hover, a.modalLinkAltBtn:active {
  background: #919191;
}
a.modalLinkBtn, a.modalLinkAltBtn, a.modalLinkAltBtn {
  min-width: auto;
}

@media screen and (max-width: 580px) {
  .v65-form button[type="submit"] {
    width: 100%;
  }
}

@media screen and (min-width: 581px) {
  div#v65-cartCheckOutCoupons button.modalBtn {
    height: 3.6em;
    line-height: 3.6em;
  }
}
@media screen and (max-width: 580px) {
  div#v65-cartCheckOutCoupons .v65-form button[type="submit"] {
    width: inherit;
  }
}

/*   ===================================================================================================
     7. Footer
======================================================================================================== */
.newsletterSection {
  text-align: center;
  padding: 1em 0 4em;
}
.newsletterSection h1 {
  margin-bottom: 1em;
}
.newsletterSection div#v65-subscribeWidget input {
  margin-right: 1%;
  width: 48%;
}
@media screen and (max-width: 580px) {
  .newsletterSection div#v65-subscribeWidget input {
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 581px) {
  .newsletterSection div#v65-subscribeWidget button.defaultBtn {
    width: 16%;
  }
}
@media screen and (max-width: 580px) {
  .newsletterSection div#v65-subscribeWidget button.defaultBtn {
    width: 100%;
  }
}

footer {
  background: #1e1d1d;
  color: white;
  padding: 3em 0 1em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
footer .socialIcons {
  border-bottom: 1px solid #b1b3b4;
  margin-bottom: 1em;
  padding-bottom: 3em;
  text-align: center;
}
footer .socialIcons li {
  display: inline-block;
}
footer .socialIcons i {
  font-size: 3em;
}
footer .socialIcons a {
  color: #b1b3b4;
  padding: 0 10px;
}
footer .socialIcons a:hover, footer .socialIcons a:focus, footer .socialIcons a:active {
  color: white;
  text-decoration: none;
}
footer .footerLeft {
  float: left;
  margin-top: 1em;
  width: 100%;
}
@media screen and (min-width: 901px) {
  footer .footerLeft {
    margin-right: 5%;
    width: 65%;
  }
}
@media screen and (max-width: 630px) {
  footer .footerLeft {
    display: none;
  }
}
footer .footerLeft .column {
  float: left;
  width: 22%;
}
@media screen and (max-width: 630px) {
  footer .footerLeft .column {
    text-align: center;
    width: 100%;
  }
}
footer .footerLeft .column:first-child {
  width: 34%;
}
@media screen and (max-width: 630px) {
  footer .footerLeft .column:first-child {
    text-align: center;
    width: 100%;
  }
}
footer .footerLeft .column li {
  line-height: 1.3;
  padding: 6px 0;
}
footer .footerRight {
  float: right;
  font-size: 0.9em;
  margin: 1em 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 901px) {
  footer .footerRight {
    margin: 0;
    text-align: right;
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  footer .footerRight img {
    display: none;
  }
}
footer .footerRight nav {
  margin: 3em 0 1em;
}
@media screen and (max-width: 630px) {
  footer .footerRight nav {
    margin: 1em 0;
  }
}
footer .footerRight nav li {
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  footer .footerRight nav li {
    border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
  }
  footer .footerRight nav li:first-child {
    border: 0;
  }
}
@media screen and (min-width: 631px) and (max-width: 900px) {
  footer .footerRight nav li {
    border-right: 1px solid #ccc;
    margin-right: 15px;
    padding-right: 15px;
  }
  footer .footerRight nav li:last-child {
    border: 0;
  }
}
@media screen and (max-width: 630px) {
  footer .footerRight nav li {
    margin: 7px;
    padding: 7px;
  }
}
footer .footerRight .legal {
  margin-top: 1.5em;
}
footer .footerRight .legal p {
  line-height: 1.75;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li a {
  color: white;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer li a {
    width: 100%;
  }
}
footer li a:hover {
  color: #eaeaeb;
}
footer a {
  color: white;
}
footer .aside {
  color: #4f4f4f;
  float: left;
  font-size: 0.9em;
  margin-top: 3em;
  text-align: center;
  width: 100%;
}
footer .aside p {
  max-width: 600px;
  margin: 0 auto;
}


/* CUSTOM PRODUCT LIST 2UP */

.v65-product2Up.yl-custom:nth-of-type(even) {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.v65-product2Up.yl-custom .v65-product-photo {
	position: relative;
	float: right;
	width: 100%;
}

.v65-product2Up.yl-custom .v65-title {
	line-height: 1.1;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	width: 300px;
	margin: auto;
	max-width: 90%;
}

.v65-product2Up.yl-custom .v65-product-addToCart {
	text-align:center;
	margin-top: 30px;
}

.v65-product2Up.yl-custom .v65-product-addToCart-button {
	top:-2px;
	position:relative;
}

.v65-product2Up.yl-custom .v65-product-addToCart-unitDescription {
  text-transform: uppercase;
}



.v65-product-rightCol .accordion {
  color: #444;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-top: 1px solid #444;
  background-color: #c0dacf;
  background-color: #bdc6c3;
}

.v65-product-rightCol .active, .v65-product-rightCol .accordion:hover {
  background-color: #c0dacf;
  background-color: #bdc6c3;
}

.v65-product-rightCol .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.v65-product-rightCol .active:after {
  content: "\2212";
}

.v65-product-rightCol .panel {
  padding: 0 18px;
  background-color: #c0dacf;
  background-color: #bdc6c3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left:0px;
}

.v65-product-rightCol .panel .v65-product-attributeLabel {
	display:none;
}

.v65-product-rightCol .panel .v65-product-attributeValue {
	padding-top:12px;
	padding-bottom:18px;
}

.v65-product-rightCol .v65-product-addToCart-priceWrapper {
	width:100%;
	display: inline-block;
	margin-bottom:50px;
}

.v65-product-rightCol .v65-product-addToCart-unitDescription {
	text-transform: uppercase;
}

.v65-product-rightCol .v65-product-description {
	margin-top:20px;
}

.v65-product-rightCol .defaultBtn.add-to-cart {
	top:-2px;
}

.v65-product-rightCol {
  margin-top: -10px;
}

#productAccordion {
	border-bottom: 1px solid #444;
	background:#c0dacf;
	background-color: #bdc6c3;
}

.productListWrapper {
	background:#c0dacf;
	background-color: #bdc6c3;
}
body.productSingleWrapper {
	background:#c0dacf;
	background-color: #bdc6c3;;
}

.v65-product-attributeValue {
  line-height: 1.5;
}

.mina-font {
	font-family: mina, serif; 
	font-weight: 400;
}

.myriad-font {
	font-family: myriad-pro-condensed, sans-serif; 
	font-style: normal;
	text-transform: normal;
	font-weight: 400;
}



.text-left {	
	text-align: left;	
}	
.text-center {	
	text-align: center;	
}
.text-right {	
	text-align: right;	
}

.size20 {
	font-size: 20px;
}
.size35 {
	font-size: 35px;
}
class="myriad-font text-center size20"

class="mina-font text-center size35"
