@charset "UTF-8";
/*********************************************
:: SASS Setup
   Load your helper files
   Set them up inside variables
********************************************/
/*******************************************
// Form
/*

    Usage: 
    .input{
     background: $form-field-background-color;
     color: $form-field-text-color;
  }
  
*/
/*******************************************
// Breakpoints
/*

    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
    Usage: 
    @include mappy-bp(small){
        stuff
    }
    
*/
/*

    Typi: https://github.com/zellwk/typi
    Usage: 
    @include typi($h1-map)
    .element{
    @include typi(whatever-map-youve-defined)
  }
  
*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Normalize                        
********************************************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

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

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #000000;
  color: white; }
::-moz-selection, ::selection {
  background: #000000;
  color: white; }

::-moz-selection {
  background: #000000;
  color: white; }

::selection {
  background: #000000;
  color: white; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  width: auto;
  display: inline-block; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/GeorgiaItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-double-down:before {
  content: "\e922"; }

.icon-angle-double-left:before {
  content: "\e923"; }

.icon-angle-double-right:before {
  content: "\e924"; }

.icon-angle-double-up:before {
  content: "\e925"; }

.icon-angle-down:before {
  content: "\e926"; }

.icon-angle-left:before {
  content: "\e927"; }

.icon-angle-right:before {
  content: "\e928"; }

.icon-angle-up:before {
  content: "\e929"; }

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

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

.icon-arrow-circle-o-down:before {
  content: "\e92c"; }

.icon-arrow-circle-o-left:before {
  content: "\e92d"; }

.icon-arrow-circle-o-right:before {
  content: "\e92e"; }

.icon-arrow-circle-o-up:before {
  content: "\e92f"; }

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

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

.icon-bars:before {
  content: "\e932"; }

.icon-calendar2:before {
  content: "\e933"; }

.icon-check:before {
  content: "\e934"; }

.icon-chevron-circle-down:before {
  content: "\e935"; }

.icon-chevron-circle-left:before {
  content: "\e936"; }

.icon-chevron-circle-right:before {
  content: "\e937"; }

.icon-chevron-circle-up:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-envelope-o:before {
  content: "\e93d"; }

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

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

.icon-file:before {
  content: "\e940"; }

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

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

.icon-info-circle:before {
  content: "\e943"; }

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

.icon-linkedin:before {
  content: "\e946"; }

.icon-linkedin-square:before {
  content: "\e945"; }

.icon-map-marker:before {
  content: "\e947"; }

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

.icon-phone-diagonal:before {
  content: "\e949"; }

.icon-pinterest2:before {
  content: "\e94b"; }

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

.icon-play:before {
  content: "\e94c"; }

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

.icon-question-circle:before {
  content: "\e94e"; }

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

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

.icon-shopping-cart:before {
  content: "\e951"; }

.icon-sort:before {
  content: "\e952"; }

.icon-tags:before {
  content: "\e953"; }

.icon-times:before {
  content: "\e954"; }

.icon-tumblr2:before {
  content: "\e957"; }

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

.icon-twitter2:before {
  content: "\e959"; }

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

.icon-user:before {
  content: "\e95a"; }

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

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

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

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

.icon-pin:before {
  content: "\e955"; }

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

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

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

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

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

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

.icon-phone:before {
  content: "\e905"; }

.icon-phone-hang-up:before {
  content: "\e906"; }

.icon-location:before {
  content: "\e907"; }

.icon-location2:before {
  content: "\e908"; }

.icon-compass:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-map2:before {
  content: "\e90b"; }

.icon-alarm:before {
  content: "\e90f"; }

.icon-bell:before {
  content: "\e910"; }

.icon-stopwatch:before {
  content: "\e911"; }

.icon-calendar:before {
  content: "\e91e"; }

.icon-display:before {
  content: "\e91f"; }

.icon-laptop:before {
  content: "\e920"; }

.icon-mobile:before {
  content: "\e912"; }

.icon-mobile2:before {
  content: "\e913"; }

.icon-tablet:before {
  content: "\e914"; }

.icon-tv:before {
  content: "\e915"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

.icon-substract:before {
  content: "\e90c"; }

.icon-add:before {
  content: "\e90d"; }

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

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

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

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

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

.icon-google-plus2:before {
  content: "\f0d5"; }

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

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

.icon-map3:before {
  content: "\f279"; }

.icon-map-o:before {
  content: "\f278"; }

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

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

.icon-safari:before {
  content: "\f267"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

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

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

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

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

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

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

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

.icon-34568:before {
  content: "\e95f"; }

.icon-lock-24:before {
  content: "\e960"; }

/*********************************************
:: Typography
********************************************/
/*******************************************/
html {
  font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #000; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important; }

h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #000000;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

h2, legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h2, legend {
      font-size: 26px; } }

h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3.08px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h6 {
      font-size: 16px; } }

p, li, td, th, a, mark, time, dl, blockquote, label, address {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding-bottom: 15px; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, blockquote a, blockquote li, blockquote p, blockquote mark, blockquote cite, blockquote time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: black; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  width: 100%;
  background: #ccc;
  height: 1px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul li {
  list-style-type: none;
  position: relative;
  text-indent: 0px; }

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

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  display: block;
  padding: 20px 10% 20px 10%;
  color: #000000;
  text-align: left;
  font-style: italic;
  font-size: 20px;
  font-size: 300;
  line-height: 1.7; }
  @media all and (min-width: 64em) {
    blockquote {
      font-size: 34px;
      line-height: 1.42; } }

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: black; }
  @media all and (min-width: 64em) {
    .leadcopy {
      font-size: 17px;
      line-height: 1.33; } }

.wysiwyg {
  text-align: left; }
  .wysiwyg img {
    margin: 0 auto 15px auto;
    display: block; }
  .wysiwyg ul li {
    list-style-type: disc; }

.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

.clear {
  clear: both; }

/*********************************************
:: Buttons                             
********************************************/
/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

button {
  outline: none; }

/*******************************************/
.button {
  display: inline-block;
  text-decoration: none;
  height: auto;
  font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: all .4s ease-in-out;
  background: transparent;
  color: #000000;
  padding: 6px 12px; }
  .button:hover, .button:focus, .button:active {
    color: #000000; }

/*******************************************/
.button-small {
  font-size: 0.6em;
  line-height: 1; }
  @media all and (min-width: 1024px) {
    .button-small {
      font-size: 0.8em;
      line-height: 1; } }

/*******************************************/
.button-large {
  font-size: 1em;
  line-height: 1;
  padding: 15px 55px 15px 55px; }
  @media all and (min-width: 1024px) {
    .button-large {
      font-size: 1.2em;
      line-height: 1; } }

/*******************************************/
.button-icon span {
  font-size: 0.8em; }

.button-icon .icon-pos-left {
  margin-right: 10px; }

.button-icon .icon-pos-right {
  margin-left: 10px; }

/*******************************************/
.button-text {
  background: none;
  padding: 0px;
  border-radius: 0%;
  color: #000000; }
  @media all and (min-width: 48em) {
    .button-text:hover, .button-text:focus, .button-text:active {
      background: none;
      color: black; } }

/*******************************************/
.button-white {
  background: #fff;
  color: #FFFFFF; }
  @media all and (min-width: 48em) {
    .button-white:hover, .button-white:focus, .button-white:active {
      background: #FFFFFF;
      color: #fff; } }

/*******************************************/
.button-transparent {
  background: transparent;
  border: 1px solid white;
  color: white; }
  @media all and (min-width: 48em) {
    .button-transparent:hover, .button-transparent:focus, .button-transparent:active {
      background: #000000;
      border-color: #000000;
      color: #fff; } }

/*******************************************/
.button-underline {
  font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  display: inline-block; }
  .button-underline:after {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    background: #333333; }

/*******************************************/
.spinner {
  margin: 0px auto;
  width: 70px;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 40px;
  left: 0;
  right: 0; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #212121; }
  table th {
    font-weight: 700;
    background: #ececec; }
  table thead {
    width: 100%;
    background: #ececec; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout                        
********************************************/
* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 155px);
  /*padding-top: $header-height-desktop;*/ }
  @media all and (min-width: 64em) {
    .main {
      background-image: url(/images/hawes-freer-watermark.png);
      background-size: 450px auto;
      background-repeat: no-repeat;
      background-position: 100% 300px; }
      .main.page-about {
        background-position: 100% 300px; }
      .main.page-home {
        background-position: 100% 860px; } }
  @media all and (max-width: 63.9375em) {
    .main {
      min-height: calc(100vh - 70px);
      /*padding-top: $header-height-mobile;*/ } }

.main.page-home {
  border-top: none; }

.slide {
  cursor: url(/images/openhand.cur), default !important; }
  .slide:focus {
    outline: none !important; }
  .slide:active {
    cursor: url(/images/closedhand.cur), default !important; }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
.content-big-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-big-width {
      max-width: 1040px;
      margin: 0 auto;
      padding: 0px; } }

/*******************************************/
.content-huge-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-huge-width {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0px; } }

/*******************************************/
.content-max-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-max-width {
      max-width: 940px;
      margin: 0 auto;
      padding: 0px; } }

/*******************************************/
.content-narrowish-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-narrowish-width {
      max-width: 880px;
      margin: 0 auto;
      padding: 0px; } }

.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-slider-width {
  padding: 0 0%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-slider-width {
      max-width: 940px;
      padding: 0px;
      margin: 0 auto; } }
  @media all and (min-width: 72.5em) {
    .content-slider-width {
      max-width: 940px;
      margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto;
    clear: both; } }

@media all and (min-width: 72.5em) {
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .mob, .mobile {
    display: none !important; } }

@media all and (max-width: 63.9375em) {
  .desk, .desktop {
    display: none !important; } }

/*******************************************/
.quarter-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .quarter-col {
      width: 25%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(2), .quarter-col.padded:nth-child(3) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(4) {
      padding: 0 0 0 1%; } }

.third-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .third-col {
      width: 33.33%; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(2) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(3) {
      padding: 0 0 0 1%; } }

.half-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .half-col {
      width: 50%; } }
  @media all and (min-width: 64em) {
    .half-col.padded {
      width: 48%; } }
  .half-col.padded:nth-child(2) {
    float: right; }

/*********************************************
:: Forms
********************************************/
form {
  float: left;
  width: 100%;
  background: white; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: black; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  outline: none;
  border: none;
  width: 100%;
  height: 36px;
  display: inline-block;
  float: left;
  transition: all .5s ease-in-out;
  background: white;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 6px 10px 6px 10px;
  font-size: 0.938em;
  line-height: 1.7; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    transition: all .5s ease-in;
    background: #f1f1f1;
    border: 1px solid #333333; }

.secondary {
  background: #f1f1f1;
  border: 1px solid #333333; }

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000000; }
*:-ms-input-placeholder {
  font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000000; }
*::placeholder {
  font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000000; }

textarea, select[multiple] {
  height: 157px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  padding: 0px 0px 5px 0px; }
  .form-field .custom-checkbox-radio input {
    padding: 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }
  .form-field > label {
    float: left;
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  text-align: center; }
  .button-field .form-note {
    float: none;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-top: 11px; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        margin-bottom: 0px;
        width: auto;
        float: left; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    width: 108px;
    height: 30px;
    float: none;
    font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: white;
    background: #000000;
    border-radius: 4px;
    margin: auto;
    transition: all .4s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px;
        float: right; } }
    .button-field button span, .button-field input[type="submit"] span, .button-field input[type="reset"] span {
      color: white; }
    .button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
      background: #333333; }

/*******************************************/
.form-fields-stack.two-column {
  *zoom: 1; }
.form-fields-stack.two-column:before{
  content: '';
  display: table; }
.form-fields-stack.two-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.two-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.two-column .form-field:nth-child(2n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.two-column .form-field:nth-child(2n + 1){
    clear: left; } }

/*******************************************/
.form-fields-stack.three-column {
  *zoom: 1; }
.form-fields-stack.three-column:before{
  content: '';
  display: table; }
.form-fields-stack.three-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #000000; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: #000;
  border-color: #fff; }

label.error, label.error-SumoSelect-label, .php-error li {
  color: #000000 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  width: 100%;
  z-index: 999; }
  .site-header .content-max-width {
    position: relative; }
  .site-header .header-top {
    height: 40px;
    text-align: right;
    padding: 0; }
    .site-header .header-top a {
      display: inline-block;
      position: relative;
      padding: 0;
      color: #000000;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 3px;
      line-height: 40px;
      vertical-align: middle; }
    .site-header .header-top .cart {
      height: 40px;
      width: 145px;
      background-color: #f2f2f4;
      color: #000000;
      font-family: "proxima-nova";
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center; }
      .site-header .header-top .cart::before {
        content: "";
        display: block;
        position: absolute;
        left: -15px;
        top: 0;
        height: 40px;
        border-top: 40px solid transparent;
        border-right: 15px solid #f2f2f4; }
      .site-header .header-top .cart .icon-34568 {
        font-size: 22px;
        color: #666666;
        position: relative;
        top: 3px; }
    .site-header .header-top .tel-mob {
      display: inline-block;
      font-family: "proxima-nova";
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 2px;
      color: #000000;
      margin-right: 20px; }
      @media all and (min-width: 64em) {
        .site-header .header-top .tel-mob {
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 3px; } }
  .site-header .header-middle .flex-container {
    /*display: flex;*/
    position: relative;
    margin: 20px auto;
    /*justify-content: space-between;*/
    vertical-align: middle;
    line-height: 40px; }
    @media all and (min-width: 64em) {
      .site-header .header-middle .flex-container {
        display: block;
        margin: 40px auto 20px auto; } }
    .site-header .header-middle .flex-container .icon-search {
      position: absolute;
      top: 50%;
      right: 78px;
      transform: translateY(-50%); }
      .site-header .header-middle .flex-container .icon-search:hover {
        cursor: pointer; }
      @media all and (min-width: 64em) {
        .site-header .header-middle .flex-container .icon-search {
          position: absolute;
          top: 10px;
          right: -30px;
          transform: none; } }
  .site-header .header-middle input, .site-header .header-middle select, .site-header .header-middle a {
    border-radius: 0; }
  .site-header .header-middle select {
    -moz-appearance: none;
    height: 40px; }
  .site-header .header-middle a {
    display: inline-block;
    padding-bottom: 0;
    vertical-align: middle; }
  .site-header .header-middle .logo {
    width: 180px;
    height: 16px;
    margin-top: 2px;
    background-image: url("/images/logo.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    transition: none; }
    @media all and (min-width: 64em) {
      .site-header .header-middle .logo {
        width: 212px;
        height: 20px;
        margin-top: 0; } }
  .site-header .header-middle .nav {
    text-align: left; }
    @media all and (max-width: 63.9375em) {
      .site-header .header-middle .nav {
        max-width: 350px;
        margin: auto; } }
    @media all and (min-width: 64em) {
      .site-header .header-middle .nav {
        position: absolute;
        height: 40px;
        top: 0;
        right: 0; } }
    .site-header .header-middle .nav .shop {
      position: relative;
      float: left;
      width: 185px;
      height: 40px;
      padding-left: 10px;
      border: 1px solid #bbbbbb;
      border-right: 0;
      color: #000000;
      font-family: "proxima-nova";
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 40px;
      text-transform: uppercase; }
      .site-header .header-middle .nav .shop:hover {
        border: 1px solid #000000;
        background-color: #bbbbbb;
        cursor: pointer; }
    .site-header .header-middle .nav form {
      display: inline-block;
      width: auto; }
    .site-header .header-middle .nav .search {
      display: inline-block;
      vertical-align: top;
      width: 160px;
      height: 40px;
      line-height: 26px;
      border-right: 0; }
      .site-header .header-middle .nav .search::-webkit-input-placeholder {
        color: #666666;
        font-family: "proxima-nova";
        font-size: 14px;
        line-height: 26px;
        font-weight: 400; }
      .site-header .header-middle .nav .search:-ms-input-placeholder {
        color: #666666;
        font-family: "proxima-nova";
        font-size: 14px;
        line-height: 26px;
        font-weight: 400; }
      .site-header .header-middle .nav .search::placeholder {
        color: #666666;
        font-family: "proxima-nova";
        font-size: 14px;
        line-height: 26px;
        font-weight: 400; }
      .site-header .header-middle .nav .search:focus {
        border: 1px solid #333333; }
      @media all and (min-width: 64em) {
        .site-header .header-middle .nav .search {
          width: 260px; } }
    .site-header .header-middle .nav .categories {
      display: inline-block;
      position: relative;
      height: 40px;
      width: 127px;
      color: #000000;
      font-family: "proxima-nova";
      font-size: 14px;
      font-weight: 600;
      line-height: 30px; }
      @media all and (min-width: 64em) {
        .site-header .header-middle .nav .categories {
          width: 205px; } }
      .site-header .header-middle .nav .categories select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer; }
    .site-header .header-middle .nav .icon-angle-down {
      position: absolute;
      top: -1px;
      right: 0;
      height: 40px;
      width: 40px;
      text-align: center;
      vertical-align: middle;
      line-height: 40px;
      pointer-events: none; }
  .site-header .header-middle .icon-search.mobile {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #dfdfdf;
    font-size: 20px; }
    @media all and (max-width: 63.9375em) {
      .site-header .header-middle .icon-search.mobile {
        float: right; } }
    .site-header .header-middle .icon-search.mobile::before {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(50%, 50%); }
    .site-header .header-middle .icon-search.mobile:hover {
      cursor: pointer; }
  .site-header .header-middle .line {
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #dfdfdf; }
  .site-header .header-middle .hamburger {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 26px;
    height: 17px;
    background-image: url("../images/icons/hamburger.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: transparent;
    border: none; }
    .site-header .header-middle .hamburger:focus {
      outline: none; }
  .site-header .header-bottom {
    position: relative;
    text-align: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 20px;
    z-index: 10; }
    .site-header .header-bottom .wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: space-between;
      align-items: space-between;
      width: 650px;
      float: right; }
    .site-header .header-bottom li {
      display: inline-block;
      position: static; }
    .site-header .header-bottom a {
      color: black;
      display: inline-block;
      transition: .25s all; }
      .site-header .header-bottom a:hover {
        color: #8a7016 !important; }
      .site-header .header-bottom a:active {
        transition: 0s all;
        opacity: 0.5; }
      .site-header .header-bottom a.selected {
        color: #333333; }
        .site-header .header-bottom a.selected:hover {
          opacity: 1; }
        .site-header .header-bottom a.selected:active {
          opacity: 1; }
    .site-header .header-bottom a {
      margin: 5px 0 0 10px;
      color: #666666;
      font-family: "proxima-nova";
      font-size: 12.5px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0; }
    .site-header .header-bottom .main-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 650px;
      float: right;
      font-size: 0; }
    .site-header .header-bottom .main-menu ul {
      display: none;
      position: absolute;
      top: 25px;
      width: 245px;
      padding-top: 35px;
      text-align: left;
      z-index: 1; }
      .site-header .header-bottom .main-menu ul:hover {
        display: block; }
      .site-header .header-bottom .main-menu ul::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1px;
        height: 190px;
        border-left: 1px solid #8a7016; }
      .site-header .header-bottom .main-menu ul#about::before {
        height: 166px; }
      .site-header .header-bottom .main-menu ul li {
        width: 100%;
        padding: 15px 0 15px 30px;
        background-color: #eeeeee; }
      .site-header .header-bottom .main-menu ul a {
        color: #000000;
        font-family: "proxima-nova";
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        /*margin: 0 0 0 30px;*/ }
    .site-header .header-bottom li {
      padding: 0; }
      .site-header .header-bottom li.parent:hover ul {
        display: block; }

/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  width: 100%;
  background: white;
  position: relative; }
  .site-footer a, .site-footer p {
    padding: 0; }
  .site-footer .link {
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400; }
    .site-footer .link:nth-child(2) {
      margin-left: 15px; }
  .site-footer .mobile .link {
    display: inline-block;
    margin-top: 40px; }
    .site-footer .mobile .link:last-child {
      float: right; }
  .site-footer .footer-legal {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 25px; }
    .site-footer .footer-legal .footer-bottom {
      padding-top: 25px;
      padding-bottom: 25px;
      margin-top: 25px;
      border-top: 1px solid #9b9b9b;
      width: 88%;
      margin: auto; }
      @media all and (min-width: 64em) {
        .site-footer .footer-legal .footer-bottom {
          /*padding:  25px 0 0;*/ } }
  .site-footer .details {
    position: relative; }
    .site-footer .details div {
      float: right; }
  .site-footer .social-link {
    margin-left: 12px;
    font-size: 20px;
    font-weight: 400; }
  .site-footer .phone {
    display: block;
    color: #000000;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px; }
  .site-footer .location {
    display: inline-block;
    color: #000000;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .site-footer .copyright {
    width: 100%;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    color: #9b9b9b;
    text-align: center; }
    @media all and (min-width: 64em) {
      .site-footer .copyright {
        float: left;
        text-align: left;
        width: auto;
        margin-bottom: 0px; } }
    .site-footer .copyright a {
      color: #d0021b;
      font-size: 11px;
      line-height: 11px; }
  .site-footer .attribution {
    width: 100%;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    color: #9b9b9b;
    text-align: center; }
    @media all and (min-width: 64em) {
      .site-footer .attribution {
        width: auto;
        float: right;
        text-align: right; } }

/*********************************************
:: Site Cart Checkout Header
********************************************/
.site-cart-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 115px;
  background: white;
  border-bottom: 1px solid #000000; }
  @media all and (min-width: 64em) {
    .site-cart-header {
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 15px; } }
  .site-cart-header .continue {
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #333333; }
    .site-cart-header .continue span {
      margin-right: 5px; }
  .site-cart-header .back {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 440px) {
      .site-cart-header .back {
        left: 6%; } }
    .site-cart-header .back span {
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      margin-right: 5px; }
  .site-cart-header .logo {
    display: inline-block;
    height: 19px;
    padding: 0; }
    .site-cart-header .logo img {
      height: 19px;
      width: 212px; }
  .site-cart-header .secured {
    display: none;
    font-size: 16px;
    line-height: 19px;
    color: #333333; }
    @media all and (min-width: 64em) {
      .site-cart-header .secured {
        display: inline-block; } }
    .site-cart-header .secured span {
      color: #999;
      margin-right: 5px;
      line-height: 19px; }

/*********************************************
  :: Site Cart Checkout Footer
********************************************/
.site-cart-footer {
  max-width: 1440px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #000000;
  text-align: center;
  margin: auto; }
  @media all and (min-width: 64em) {
    .site-cart-footer {
      margin-bottom: 60px; } }
  .site-cart-footer a {
    display: inline-block;
    margin: 0 15px;
    color: #ffffff;
    padding: 0; }

/*********************************************
  :: Main Menu Toggle                            
********************************************/
body.open-menu #mobile-menu {
  transform: translateX(0%); }

#mobile-menu {
  width: calc(100% - 46px);
  max-width: 329px;
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: transform .25s;
  transform: translateX(calc(100% + 52px)); }
  @media (min-width: 1024px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu .menu-close-icon {
    width: 46px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -46px;
    background-color: #000000;
    background-image: url("../images/icons/menu-close.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none; }
  #mobile-menu .menu-content {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    color: #666666;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase; }
    #mobile-menu a span {
      float: right;
      color: #8a7017;
      font-size: 13px; }
  #mobile-menu ul {
    padding: 30px; }
  #mobile-menu li {
    padding: 0 0 20px 0; }
    #mobile-menu li ul {
      display: none;
      padding: 15px 0px 0px 15px; }
    #mobile-menu li li:last-child {
      border-bottom: none; }
  #mobile-menu .shop {
    color: #000000;
    font-weight: 700; }

.popup-module {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto; }
  .popup-module .popup {
    position: relative;
    width: 310px;
    margin: 45px auto 0;
    padding-bottom: 1px;
    background-color: #ffffff;
    min-height: 535px; }
    @media all and (min-width: 64em) {
      .popup-module .popup {
        width: 705px;
        min-height: 365px; } }
  .popup-module .right-col {
    float: left;
    width: 460px;
    max-width: 100%;
    height: 100%; }
  .popup-module img {
    background-position: center;
    background-size: cover;
    background-image: url("/images/image-placeholder_3x2.svg");
    float: left;
    width: 100%;
    height: 205px; }
    @media all and (min-width: 64em) {
      .popup-module img {
        width: 245px;
        height: 365px; } }
  .popup-module h3 {
    position: relative;
    font-family: Georgia;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
    text-align: center;
    margin: 30px 20px 20px;
    padding-bottom: 20px; }
    @media all and (min-width: 64em) {
      .popup-module h3 {
        margin: 60px 70px 20px;
        font-family: Georgia;
        font-size: 26px;
        line-height: 36px; } }
    .popup-module h3::after {
      content: "";
      display: block;
      position: absolute;
      width: 68px;
      height: 4px;
      bottom: 0;
      left: 50%;
      margin-left: -34px;
      background-color: #000000; }
    .popup-module h3 span {
      color: #d0021b; }
  .popup-module p {
    color: #0c0c0c;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0 20px 30px;
    padding: 0; }
    @media all and (min-width: 64em) {
      .popup-module p {
        margin: 0 55px 30px; } }
  .popup-module .email-container {
    position: relative;
    margin: auto;
    width: 280px;
    float: none; }
    @media all and (min-width: 64em) {
      .popup-module .email-container {
        width: 350px; } }
    .popup-module .email-container input {
      float: none;
      width: calc(100% - 80px);
      height: 46px;
      line-height: 46px;
      vertical-align: middle;
      color: #000000;
      border-radius: 4px 0 0 4px; }
      @media all and (min-width: 64em) {
        .popup-module .email-container input {
          width: calc(100% - 100px); } }
      .popup-module .email-container input::-webkit-input-placeholder {
        font-family: "proxima-nova";
        font-size: 14px;
        font-weight: 400; }
      .popup-module .email-container input:-ms-input-placeholder {
        font-family: "proxima-nova";
        font-size: 14px;
        font-weight: 400; }
      .popup-module .email-container input::placeholder {
        font-family: "proxima-nova";
        font-size: 14px;
        font-weight: 400; }
    .popup-module .email-container button {
      position: absolute;
      height: 46px;
      top: 0;
      right: 0;
      width: 80px;
      line-height: 46px;
      background-color: #000000;
      color: #ffffff;
      font-family: "proxima-nova";
      font-size: 16px;
      font-weight: 400; }
      @media all and (min-width: 64em) {
        .popup-module .email-container button {
          width: 100px; } }
    .popup-module .email-container .subscribe-response {
      margin-top: 20px; }
      @media all and (min-width: 64em) {
        .popup-module .email-container .subscribe-response {
          position: absolute; } }
  .popup-module .js-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: -12.5px -12.5px 0 0;
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 100%; }
    .popup-module .js-popup-close:hover {
      cursor: pointer; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .content-max-width .success, .signup-module .content-max-width .error {
    width: 100%;
    text-align: center; }
  .signup-module .content-max-width .success {
    color: green; }
  .signup-module .content-max-width .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: #333333;
      color: #000000;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .signup-module form button:hover {
        background: #000000;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/*********************************************
:: Title Module                    
********************************************/
.title-module {
  margin: 40px 0;
  position: relative;
  text-align: center; }
  .title-module.streak:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #666666; }
  .title-module.streak h1, .title-module.streak h2, .title-module.streak legend, .title-module.streak h3, .title-module.streak h4, .title-module.streak h5, .title-module.streak h6 {
    position: relative;
    display: inline-block;
    background-color: white;
    z-index: 1; }
  .title-module h1 {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 40px;
    color: #333333;
    background-color: #ffffff;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }
    @media all and (min-width: 64em) {
      .title-module h1 {
        font-size: 28px;
        letter-spacing: 4px; } }
  .title-module h2, .title-module legend {
    margin: 0;
    text-align: center;
    color: #000000;
    font-family: "gerogia", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 6px; }
    .title-module h2 span, .title-module legend span {
      font-weight: 400; }
  .title-module h3 {
    position: relative;
    display: inline-block;
    padding: 45px;
    margin: 0;
    color: #ffffff;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase; }
    @media all and (min-width: 64em) {
      .title-module h3 {
        padding: 75px;
        font-size: 30px;
        letter-spacing: 3px; } }
    .title-module h3::before, .title-module h3::after {
      content: "";
      display: block;
      position: absolute;
      width: 35px;
      height: 3px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #ffffff; }
      @media all and (min-width: 64em) {
        .title-module h3::before, .title-module h3::after {
          width: 62px; } }
    .title-module h3::before {
      left: 0; }
    .title-module h3::after {
      right: 0; }

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  margin: 35px 0 90px;
  font-size: 0; }
  .pagination-module li {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #cccccc; }
    .pagination-module li a {
      color: #cccccc;
      font-family: "Open Sans";
      font-size: 15px;
      font-weight: 400; }
    .pagination-module li.active {
      background-color: #000000;
      color: #ffffff; }
  .pagination-module li.next {
    margin: 0 0 0 20px; }
    .pagination-module li.next:first-of-type {
      margin: 0 20px 0 0; }

.note-module {
  position: relative; }
  .note-module .note a:hover, .note-module .note a:active, .note-module .note a:visited, .note-module .note a:link {
    outline: 0; }

.newsletter-module {
  position: relative;
  width: 1295px;
  max-width: 100%;
  margin: auto;
  background-color: #000000;
  padding: 20px 20px 30px; }
  @media all and (min-width: 64em) {
    .newsletter-module {
      height: 120px; } }
  .newsletter-module input, .newsletter-module button, .newsletter-module p {
    height: 46px;
    line-height: 46px;
    vertical-align: middle; }
    .newsletter-module input[type='text'], .newsletter-module button[type='text'], .newsletter-module p[type='text'] {
      border-radius: 6px 0 0 6px; }
  .newsletter-module::after {
    content: "";
    display: block;
    clear: both; }
  @media all and (max-width: 63.9375em) {
    .newsletter-module .content-narrow-width {
      max-width: 375px;
      margin: auto; } }
  .newsletter-module .half-col p {
    color: #ffffff;
    font-family: Georgia;
    font-size: 20px;
    font-weight: 400; }
    @media all and (max-width: 63.9375em) {
      .newsletter-module .half-col p {
        font-size: 16px; } }
  @media all and (min-width: 64em) {
    .newsletter-module .half-col {
      width: 55%;
      padding: 15px;
      /*margin: 60px 0;*/ }
      .newsletter-module .half-col:first-child {
        width: 45%;
        text-align: right; } }
  .newsletter-module .email-container {
    position: relative;
    border-radius: 6px 0 0 6px; }
    .newsletter-module .email-container button {
      position: absolute;
      width: 102px;
      height: 46px;
      right: 1px;
      width: 102px;
      border: 1px solid #ffffff;
      background-color: #000000;
      color: #ffffff; }
  .newsletter-module .subscribe-container {
    border-radius: 6px 0 0 6px; }

.swatch-module {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto; }
  .swatch-module .popup {
    position: relative;
    width: 310px;
    max-width: 460px;
    margin: 45px auto 0;
    padding-bottom: 1px;
    background-color: #ffffff;
    min-height: 535px;
    text-align: center; }
    @media all and (min-width: 64em) {
      .swatch-module .popup {
        width: 705px;
        min-height: 365px; } }
  .swatch-module .popup-container {
    max-width: 316px;
    margin: auto; }
  .swatch-module h3 {
    color: #000000;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 28px 0 20px;
    border-bottom: 1px solid #cccccc; }
  @media all and (min-width: 64em) {
    .swatch-module .text {
      float: right;
      max-width: calc(100% - 129px); } }
  .swatch-module .product-title {
    color: #000000;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 500;
    padding: 0; }
  .swatch-module .product-sku {
    color: #9b9b9b;
    font-family: "proxima-nova";
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .swatch-module .product-price {
    color: #000000;
    font-family: "proxima-nova";
    font-size: 22px;
    padding: 0; }
    .swatch-module .product-price span {
      color: #9b9b9b;
      font-family: Georgia;
      font-size: 14px; }
  .swatch-module .product-msg {
    color: #d0021b;
    font-family: "proxima-nova";
    font-size: 13px;
    line-height: 24px; }
  .swatch-module .footer {
    color: #1a1a1a;
    font-family: "proxima-nova";
    font-size: 14px;
    line-height: 24px; }
  .swatch-module .product-img {
    width: 129px;
    height: 129px;
    margin: 20px auto 0;
    background-position: center;
    background-size: cover;
    background-image: url("/images/image-placeholder_3x2.svg"); }
    @media all and (min-width: 64em) {
      .swatch-module .product-img {
        float: left;
        margin: 0; } }
  .swatch-module form {
    float: none;
    clear: both;
    padding-top: 30px; }
    .swatch-module form .form-row {
      font-size: 0;
      margin-bottom: 10px;
      clear: both; }
      @media all and (max-width: 63.9375em) {
        .swatch-module form .form-row {
          padding: 0 25px; } }
    .swatch-module form label {
      width: 60px;
      color: #333333;
      font-family: "Open Sans";
      font-size: 14px;
      text-transform: uppercase;
      text-align: right;
      padding: 0 10px 0 0; }
    .swatch-module form select {
      width: 100%;
      border: 1px solid #cccccc;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 14px; }
      .swatch-module form select option {
        color: #333333;
        font-family: "Open Sans";
        font-size: 14px; }
    .swatch-module form label, .swatch-module form select {
      display: inline-block;
      float: none; }
    .swatch-module form button {
      display: inline-block;
      width: 132px;
      margin: 20px auto 0;
      height: 38px;
      background-color: #000000;
      color: #ffffff;
      font-family: "proxima-nova";
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .swatch-module .footer {
    padding: 30px 20px; }
  .swatch-module .js-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: -12.5px -12.5px 0 0;
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 100%; }
    .swatch-module .js-popup-close:hover {
      cursor: pointer; }
  .swatch-module .select-wrap {
    display: inline-block;
    position: relative;
    width: calc(100% - 60px); }
    @media all and (min-width: 64em) {
      .swatch-module .select-wrap.m {
        width: calc(100% - 205px);
        margin-right: 13px; } }
    .swatch-module .select-wrap:after {
      content: "\e926";
      width: 30px;
      height: 100%;
      pointer-events: none;
      font-family: "icomoon";
      font-size: 14px;
      line-height: 36px;
      text-align: center;
      color: #000000;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #cccccc;
      z-index: 1; }

.js-team-module {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 25px;
  background-color: #ffffff;
  overflow: auto; }
  .js-team-module .popup {
    position: relative;
    width: 310px;
    max-width: 460px;
    margin: 45px auto 0;
    padding-bottom: 1px;
    background-color: #ffffff;
    min-height: 535px;
    text-align: center; }
    @media all and (min-width: 64em) {
      .js-team-module .popup {
        width: 705px;
        min-height: 365px; } }
  .js-team-module a.js-popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    color: #ffffff;
    padding: 0;
    font-size: 20px;
    line-height: 36px;
    text-align: center; }
    .js-team-module a.js-popup-close:hover {
      cursor: pointer; }
  .js-team-module .popup-container {
    max-width: 316px;
    margin: auto; }

/*********************************************
  :: Blog
********************************************/
.page-blog .tags-container {
  width: 100%;
  position: relative; }
  .page-blog .tags-container .toggles {
    border-bottom: 1px solid #d8d8d8; }
    .page-blog .tags-container .toggles p {
      font-family: "proxima-nova";
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: auto;
      display: inline-block;
      cursor: pointer;
      color: #979797;
      margin: 0 5px 0 0; }
      @media all and (min-width: 64em) {
        .page-blog .tags-container .toggles p {
          margin: 0 20px 0 0;
          font-size: 18px; } }
      .page-blog .tags-container .toggles p span {
        color: #000000; }
      .page-blog .tags-container .toggles p.archives {
        float: right; }
  .page-blog .tags-container .toggles-content ul {
    display: none;
    margin: 10px 0 0 0; }
    .page-blog .tags-container .toggles-content ul.archives {
      text-align: right; }
    .page-blog .tags-container .toggles-content ul li {
      width: auto;
      height: 23px;
      display: inline-block;
      padding: 0 25px;
      background: #000000;
      border-bottom: 1px solid #000000;
      border-radius: 20px; }
      .page-blog .tags-container .toggles-content ul li a {
        font-size: 13px;
        font-weight: 300;
        line-height: 23px;
        color: white;
        display: block;
        text-align: center; }
    .page-blog .tags-container .toggles-content ul li.active {
      background: white;
      border: 1px solid #979797; }
      .page-blog .tags-container .toggles-content ul li.active a {
        font-size: 13px;
        font-weight: 300;
        line-height: 23px;
        color: #979797;
        display: block;
        text-align: center; }

.page-blog .blog-container {
  width: 860px;
  max-width: 100%;
  margin: 50px auto 0;
  text-align: center;
  border-bottom: 1px solid #979797; }

/*********************************************
:: Pagination Module                    
********************************************/
.blog-pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center; }
  .blog-pagination-module li {
    float: right; }
    .blog-pagination-module li:first-of-type {
      float: left; }
  .blog-pagination-module a {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .blog-pagination-module a.active {
      background: #000000;
      border-radius: 50%; }
      .blog-pagination-module a.active a {
        color: white; }
  .blog-pagination-module .disabled {
    color: #d8d8d8; }

/*********************************************
  :: Blog-Detail Page                           
********************************************/
.page-blog-detail .blog-container {
  width: 100%;
  padding: 0; }
  .page-blog-detail .blog-container .col1 {
    float: left;
    width: 100%;
    padding-bottom: 50px; }
    @media all and (min-width: 64em) {
      .page-blog-detail .blog-container .col1 {
        width: calc(100% - 184px); } }
    .page-blog-detail .blog-container .col1 .post-tags {
      font-family: "proxima-nova";
      font-size: 14px;
      color: #aaaaaa;
      font-weight: 300;
      font-style: italic; }
      .page-blog-detail .blog-container .col1 .post-tags a {
        color: #8a7017; }
  .page-blog-detail .blog-container .col2 {
    float: right;
    width: 184px; }

.page-blog-detail article {
  width: 100%;
  max-width: 672px; }
  .page-blog-detail article h4 {
    color: #000000;
    font-family: "proxima-nova";
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    letter-spacing: normal; }
  .page-blog-detail article .heading {
    border-bottom: 3px solid #979797;
    padding-bottom: 15px;
    margin-bottom: 5px;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-blog-detail article .heading {
        padding-bottom: 40px;
        margin-bottom: 25px; } }
    .page-blog-detail article .heading p {
      padding: 0; }
      .page-blog-detail article .heading p:first-child {
        margin-right: 10px; }
  .page-blog-detail article .date {
    display: block;
    color: #000000;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 700; }
    @media all and (min-width: 64em) {
      .page-blog-detail article .date {
        display: inline; } }
  .page-blog-detail article .posted-in {
    display: inline;
    color: #8a7017;
    font-weight: 700;
    font-family: "proxima-nova";
    font-size: 13px; }
    .page-blog-detail article .posted-in i {
      color: #444444;
      font-style: italic; }
  .page-blog-detail article .content {
    color: #666666;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px; }
    .page-blog-detail article .content > img {
      display: block;
      margin: 10px auto 15px; }

.page-blog-detail .links li {
  padding: 9px 0; }
  .page-blog-detail .links li:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }

.page-blog-detail .links p {
  color: #000000;
  font-family: "proxima-nova";
  font-size: 26px;
  font-weight: 700; }

.page-blog-detail .links a {
  font-family: "proxima-nova";
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0; }
  .page-blog-detail .links a.all {
    font-size: 13px;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .page-blog-detail .links a.all span {
      margin-left: 10px;
      color: #8a7017; }

.page-blog-detail .links span.icon {
  margin-right: 10px;
  color: #8a7017;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 900; }

.page-blog-detail ul.archives {
  margin-bottom: 80px; }

@media all and (max-width: 47.9375em) {
  .page-blog article {
    margin: auto;
    width: 180px; } }

@media all and (min-width: 48em) and (max-width: 63.9375em) {
  .page-blog article {
    display: inline-block;
    width: 220px;
    padding-bottom: 70px; }
    .page-blog article:nth-child(odd) {
      margin: 0 50px 0 0; }
    .page-blog article:nth-child(even) {
      margin: 0 0 0 50px; } }

@media all and (min-width: 64em) {
  .page-blog article {
    float: left;
    width: 220px;
    padding-bottom: 70px; }
    .page-blog article:nth-child(3n+2) {
      margin: 0 100px; }
    .page-blog article:nth-child(3n+4) {
      clear: both; } }

.page-blog article img {
  display: block;
  margin-bottom: 20px; }

.page-blog article h2, .page-blog article legend {
  position: relative;
  color: #000000;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    .page-blog article h2::after, .page-blog article legend::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 44px;
      height: 2px;
      background-color: #979797; } }

.page-blog article a {
  display: block; }

.page-blog article .publish-date {
  color: #999999;
  font-family: "proxima-nova";
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 7px; }

.page-blog article .posted-in {
  color: #8a7017;
  font-weight: 700;
  font-family: "proxima-nova";
  font-size: 13px; }
  .page-blog article .posted-in i {
    color: #444444;
    font-style: italic; }

.page-blog article .excerpt p {
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #666666; }
  .page-blog article .excerpt p.read-more {
    color: #000000;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }

/*********************************************
:: Products Page                   
********************************************/
article.prod {
  display: inline-block;
  vertical-align: top;
  width: 158px;
  height: 325px;
  margin: 15px 0;
  text-align: center; }
  @media all and (max-width: 63.9375em) {
    article.prod:nth-child(2n+1) {
      margin-right: 15px; } }
  @media all and (min-width: 64em) {
    article.prod {
      display: block;
      float: left;
      width: 220px;
      height: 385px; }
      article.prod:nth-child(3n+2) {
        margin: 15px 20px; } }
  article.prod h4 {
    margin: 15px 0 7px 0;
    color: #000000;
    font-family: "proxima-nova";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: normal; }
  article.prod img {
    background-position: center;
    background-size: cover;
    background-image: url("/images/image-placeholder_3x2.svg");
    height: 158px;
    margin: auto; }
    @media all and (min-width: 64em) {
      article.prod img {
        height: 220px; } }
  article.prod p {
    padding-bottom: 7px; }
  article.prod .rrp {
    color: #aaaaaa;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: line-through; }
  article.prod .discount {
    color: #d0021b;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase; }
  article.prod .price {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    line-height: 18px; }
  article.prod .more-info {
    color: #4a4a4a;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400; }
    article.prod .more-info span {
      top: 2px;
      position: relative; }

.products-dropdown {
  position: relative;
  width: 100%;
  float: left;
  background: white;
  position: absolute;
  top: 145px;
  left: 0;
  padding: 75px 0;
  border-top: 1px solid #EEEEEE;
  z-index: 99;
  display: none; }
  @media all and (max-width: 63.9375em) {
    .products-dropdown {
      display: none !important; } }
  .products-dropdown > div {
    padding: 0 40px;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 60px;
    column-gap: 60px; }
  .products-dropdown .thingy {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    transform: rotate(45deg);
    background-color: #ffffff; }
  .products-dropdown .list {
    display: inline-block;
    width: 190px;
    margin-bottom: 20px; }
    .products-dropdown .list h4 {
      color: #000000;
      font-family: "proxima-nova";
      font-size: 16px;
      font-weight: 600;
      line-height: 16px;
      padding: 0 0 15px;
      border-bottom: 2px solid #cccccc;
      letter-spacing: normal; }
    .products-dropdown .list a {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      padding: 0;
      color: #000000;
      font-family: "proxima-nova"; }
    .products-dropdown .list.red h4 {
      color: #d0021b;
      text-transform: uppercase; }
    .products-dropdown .list.red a {
      color: #d0021b; }

/*********************************************
  :: Product Detail                         
********************************************/
.page-product-detail .detail-container {
  width: 100%; }
  .page-product-detail .detail-container .col1 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-product-detail .detail-container .col1 {
        width: 45%;
        margin: 30px 0; } }
    .page-product-detail .detail-container .col1 .product-image {
      display: none; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 .product-image {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 380px;
          height: 380px;
          float: left;
          position: relative; } }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 .product-image #large-img {
          width: 380px;
          height: 380px;
          margin: 0 auto; } }
    .page-product-detail .detail-container .col1 .slick-container {
      position: relative;
      width: 100%;
      max-width: 380px;
      margin: 20px auto; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col1 .slick-container {
          float: left;
          height: 71px;
          margin: 20px 0 32px 0; } }
      .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
        width: 261px;
        margin: 0 auto; }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .slick-container .product-slideshow {
            width: 237px;
            border: 0; } }
      .page-product-detail .detail-container .col1 .slick-container .slide {
        background-position: center;
        background-size: cover;
        background-image: url("/images/image-placeholder_3x2.svg"); }
        @media all and (min-width: 64em) {
          .page-product-detail .detail-container .col1 .slick-container .slide {
            margin: 6px; } }
      .page-product-detail .detail-container .col1 .slick-container .slick-arrow {
        top: 50%; }
        .page-product-detail .detail-container .col1 .slick-container .slick-arrow.slick-prev::before {
          content: "\e927";
          font-family: "icomoon";
          color: #979797; }
        .page-product-detail .detail-container .col1 .slick-container .slick-arrow.slick-next::before {
          content: "\e928";
          font-family: "icomoon";
          color: #979797; }
  .page-product-detail .detail-container .col2 {
    width: 100%;
    float: left;
    margin: 0 0 30px 0; }
    @media all and (min-width: 64em) {
      .page-product-detail .detail-container .col2 {
        width: 55%;
        margin: 30px 0; } }
    .page-product-detail .detail-container .col2 h2, .page-product-detail .detail-container .col2 legend {
      text-align: left;
      margin: 0 0 5px 0;
      color: #1a1a1a;
      font-family: "Open Sans";
      font-size: 17px;
      font-weight: 700; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 h2, .page-product-detail .detail-container .col2 legend {
          color: #000000;
          font-family: "proxima-nova";
          font-size: 30px;
          font-weight: 500; } }
    .page-product-detail .detail-container .col2 .sku {
      color: #9b9b9b;
      font-family: "Open Sans";
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .col2 .sku {
          font-size: 14px; } }
    .page-product-detail .detail-container .col2 .rrp {
      margin-top: 5px;
      color: #9b9b9b;
      font-family: "Open Sans";
      font-size: 16px; }
    .page-product-detail .detail-container .col2 .our-price {
      color: #000000;
      font-family: Georgia;
      font-size: 20px; }
    .page-product-detail .detail-container .col2 .price {
      color: #9b9b9b;
      font-family: Georgia;
      font-size: 14px;
      margin-top: 20px; }
      .page-product-detail .detail-container .col2 .price .pricing {
        color: #000000;
        font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 26px;
        margin-right: 5px; }
        @media all and (max-width: 63.9375em) {
          .page-product-detail .detail-container .col2 .price .pricing {
            color: #666666; } }
  .page-product-detail .detail-container .ecommerce-actions {
    width: 100%;
    margin: 30px 0; }
    @media all and (max-width: 37.4375em) {
      .page-product-detail .detail-container .ecommerce-actions {
        text-align: center; } }
    .page-product-detail .detail-container .ecommerce-actions .variation label, .page-product-detail .detail-container .ecommerce-actions .variation select {
      display: inline-block;
      float: none; }
    .page-product-detail .detail-container .ecommerce-actions .variation label {
      width: 60px;
      color: #333333;
      font-family: "Open Sans";
      font-size: 14px;
      text-transform: uppercase; }
    .page-product-detail .detail-container .ecommerce-actions .variation select {
      width: 240px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .page-product-detail .detail-container .ecommerce-actions .select-wrap {
      display: inline-block;
      position: relative; }
      .page-product-detail .detail-container .ecommerce-actions .select-wrap:after {
        content: "\e926";
        width: 30px;
        height: 100%;
        pointer-events: none;
        font-family: "icomoon";
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        color: #000000;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 1px solid #cccccc;
        z-index: 1; }
    .page-product-detail .detail-container .ecommerce-actions .price {
      float: left;
      font-size: 20px;
      color: #000000;
      margin: 0 20px 50px 0; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .ecommerce-actions .price {
          margin: 0 20px 0 20px; } }
    .page-product-detail .detail-container .ecommerce-actions .qty-wrap label {
      display: inline-block;
      color: #333333;
      font-family: "Open Sans";
      font-size: 14px;
      text-transform: uppercase;
      width: 60px; }
    .page-product-detail .detail-container .ecommerce-actions .inputdiv {
      line-height: 40px;
      width: 90px;
      height: 40px;
      border: 1px solid #CCC;
      margin: 0 15px 0 0;
      display: inline-block;
      vertical-align: middle; }
      .page-product-detail .detail-container .ecommerce-actions .inputdiv input {
        width: 55px;
        height: 38px;
        float: left;
        border-radius: 0px;
        border: none;
        border-right: 1px solid #CCC; }
    .page-product-detail .detail-container .ecommerce-actions .button-increment {
      text-indent: -9999px;
      cursor: pointer;
      width: 33px;
      height: 19px;
      float: right;
      text-align: center;
      background: url("/images/office-arrow.png") no-repeat;
      background-position: -6px -3px; }
    .page-product-detail .detail-container .ecommerce-actions .dec {
      background-position: -6px -25px; }
    .page-product-detail .detail-container .ecommerce-actions .add-to-cart {
      width: 132px;
      height: 38px;
      background-color: #000000;
      color: #ffffff;
      font-family: "proxima-nova";
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .page-product-detail .detail-container .ecommerce-actions .options {
      margin-top: 25px;
      font-size: 0; }
    .page-product-detail .detail-container .ecommerce-actions .swatch {
      display: inline-block;
      width: 180px;
      height: 30px;
      line-height: 28px;
      padding: 0;
      border-radius: 100px;
      border: 1px solid #8a7016;
      color: #8a7017;
      font-family: "proxima-nova";
      font-size: 13px;
      letter-spacing: 1px;
      text-align: center;
      text-transform: uppercase;
      margin-right: 15px; }
    .page-product-detail .detail-container .ecommerce-actions .enquire {
      display: inline-block;
      width: 132px;
      height: 30px;
      border-radius: 100px;
      border: 1px solid #000000;
      color: #000000;
      font-family: "proxima-nova";
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      line-height: 28px;
      padding: 0; }
  .page-product-detail .detail-container .scroll {
    color: #8a7017;
    font-size: 16px;
    font-family: Georgia;
    padding-bottom: 45px; }
    .page-product-detail .detail-container .scroll strong {
      font-weight: 700; }
    .page-product-detail .detail-container .scroll span {
      margin-left: 5px;
      vertical-align: text-bottom; }
  .page-product-detail .detail-container .links {
    width: 100%;
    display: inline-block;
    font-size: 0;
    text-align: center;
    margin: 0 auto 30px auto; }
    @media all and (min-width: 64em) {
      .page-product-detail .detail-container .links {
        text-align: left; } }
    .page-product-detail .detail-container .links a {
      position: relative;
      display: inline-block;
      font-family: "proxima-nova";
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #666666;
      text-align: center;
      padding-bottom: 12px;
      margin-left: 25px; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .links a {
          font-size: 14px;
          margin-left: 35px; } }
      .page-product-detail .detail-container .links a:first-child {
        margin-left: 0; }
      .page-product-detail .detail-container .links a.active {
        color: #000000; }
        .page-product-detail .detail-container .links a.active::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 5px;
          background: #000000; }
  .page-product-detail .detail-container .tab-content {
    width: 100%;
    display: none; }
    .page-product-detail .detail-container .tab-content.active {
      display: inline-block; }
    .page-product-detail .detail-container .tab-content .pdf {
      width: 100%;
      float: left;
      border-bottom: 1px solid #EEEEEE; }
      @media all and (min-width: 64em) {
        .page-product-detail .detail-container .tab-content .pdf {
          width: 45%;
          margin: 0 5% 15px 0; } }
      .page-product-detail .detail-container .tab-content .pdf img {
        width: 21px;
        height: 25px;
        float: left;
        margin: 0 6px 8px; }
      .page-product-detail .detail-container .tab-content .pdf .content {
        display: inline-block;
        line-height: 14px; }
        .page-product-detail .detail-container .tab-content .pdf .content p {
          color: #000000;
          font-family: "proxima-nova";
          font-size: 14px;
          line-height: 14px;
          padding: 0; }
        .page-product-detail .detail-container .tab-content .pdf .content span {
          display: inline-block;
          color: #666666;
          font-family: "proxima-nova";
          font-size: 11px;
          line-height: 11px;
          text-decoration: underline; }

.new-products-module .content-max-width {
  border: 1px solid #cccccc; }
  @media all and (max-width: 63.9375em) {
    .new-products-module .content-max-width {
      margin: 50px 6%;
      padding: 0;
      width: 88%;
      border-left: 0;
      border-right: 0; } }
  @media all and (min-width: 64em) {
    .new-products-module .content-max-width {
      margin: 50px auto; } }

.new-products-module .title {
  width: 261px;
  height: 20px;
  margin: -10px auto 50px;
  color: #000000;
  background-color: #ffffff;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  @media all and (min-width: 64em) {
    .new-products-module .title {
      width: 450px;
      line-height: 20px;
      font-size: 20px;
      letter-spacing: 3px; } }

.new-products-module .products-slideshow {
  width: 700px;
  max-width: 100%;
  margin: 45px auto; }

.new-products-module .slide {
  margin: 0 10px; }

.new-products-module .slick-arrow {
  height: 30px;
  width: 30px; }

@media all and (max-width: 63.9375em) {
  .new-products-module .slick-prev {
    left: 20px; }
  .new-products-module .slick-next {
    right: 20px; } }

.new-products-module .slick-prev::before {
  content: "\e927";
  font-family: "icomoon";
  font-size: 30px;
  color: #000000; }

.new-products-module .slick-next::before {
  content: "\e928";
  font-family: "icomoon";
  font-size: 30px;
  color: #000000; }

/*********************************************
:: Search Summary                  
********************************************/
.page-search .search-container {
  width: 100%;
  padding: 15px 0; }
  .page-search .search-container .col2 {
    width: 100%;
    float: left; }
    @media all and (min-width: 64em) {
      .page-search .search-container .col2 {
        width: calc(99.99% * 4.5/6 - (0px - 0px * 4.5/6)); }
      .page-search .search-container .col2:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
      .page-search .search-container .col2:last-child{
    margin-right: 0; }
      .page-search .search-container .col2:nth-child(2n){
    margin-right: 0;
    float: right; }
      .page-search .search-container .col2:nth-child(2n + 1){
    clear: left; } }
    .page-search .search-container .col2 .sort-area {
      width: 100%;
      float: left;
      text-align: right;
      padding: 0 0 15px 0; }
      .page-search .search-container .col2 .sort-area .select-wrapper {
        width: 141px;
        height: 32px;
        float: left;
        position: relative; }
        @media all and (min-width: 64em) {
          .page-search .search-container .col2 .sort-area .select-wrapper {
            float: right; } }
        .page-search .search-container .col2 .sort-area .select-wrapper:before {
          content: "\e926";
          width: 30px;
          height: 100%;
          pointer-events: none;
          font-family: "icomoon";
          font-size: 14px;
          line-height: 30px;
          text-align: center;
          color: #ffffff;
          background-color: #000000;
          position: absolute;
          top: 0;
          right: 0;
          border-left: 1px solid #ffffff;
          z-index: 1; }
          @media all and (max-width: 63.9375em) {
            .page-search .search-container .col2 .sort-area .select-wrapper:before {
              background-color: #ffffff;
              color: #979797;
              border: 1px solid #979797; } }
        .page-search .search-container .col2 .sort-area .select-wrapper select {
          height: 32px;
          border: 0 none;
          border-radius: 0;
          color: #ffffff;
          background-color: #000000;
          font-family: "Open Sans";
          font-size: 14px;
          font-weight: 400; }
          @media all and (max-width: 63.9375em) {
            .page-search .search-container .col2 .sort-area .select-wrapper select {
              border: 1px solid #979797;
              color: #aaaaaa;
              background-color: #ffffff; } }
      .page-search .search-container .col2 .sort-area p {
        width: auto;
        float: right;
        font-size: 14px;
        font-weight: 400;
        color: #aaaaaa;
        text-align: right;
        margin: 4px 0 0 20px; }
  .page-search .search-container .btn-container {
    width: 100%;
    float: left; }
    .page-search .search-container .btn-container p {
      width: auto;
      display: inline-block;
      color: #333;
      margin: 6px 0; }
  .page-search .search-container .filter-trigger,
  .page-search .search-container .filter-close {
    width: auto;
    float: right;
    background-color: #000000;
    color: white;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 33px;
    margin-bottom: 30px;
    text-align: left;
    padding: 0 15px; }
    .page-search .search-container .filter-trigger span,
    .page-search .search-container .filter-close span {
      display: inline-block;
      font-size: 24px;
      vertical-align: sub;
      color: white;
      margin: 0 0 0 5px; }
  .page-search .search-container .filter-close {
    float: left; }
  .page-search .search-container .products {
    clear: both;
    width: 335px;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #cccccc; }
    @media all and (min-width: 64em) {
      .page-search .search-container .products {
        width: 100%; } }

.filter-menu {
  width: 188px !important;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0px;
  right: -85%;
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0, 1.03);
  background-color: #ffffff; }
  @media all and (min-width: 64em) {
    .filter-menu {
      width: 100%;
      background: white;
      position: relative;
      right: auto;
      width: calc(99.99% * 1.5/6 - (0px - 0px * 1.5/6));
      padding: 0px;
      z-index: 1; }
    .filter-menu:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
    .filter-menu:last-child{
    margin-right: 0; }
    .filter-menu:nth-child(2n){
    margin-right: 0;
    float: right; }
    .filter-menu:nth-child(2n + 1){
    clear: left; } }
  .filter-menu.open-menu {
    right: 0%; }
  .filter-menu .wrap {
    padding: 0 10px; }
    .filter-menu .wrap::before {
      content: "";
      display: block;
      clear: both; }
  .filter-menu h4 {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 500; }
  .filter-menu .showing {
    color: #aaaaaa;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400; }
  .filter-menu .category-sidebar h4 {
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding: 0; }
    .filter-menu .category-sidebar h4:first-child {
      color: #333333;
      font-size: 20px;
      font-weight: 400; }
  .filter-menu .category-sidebar ul {
    float: left;
    padding: 0; }
    @media all and (min-width: 64em) {
      .filter-menu .category-sidebar ul {
        margin: 10px 0 0 0px; } }
  .filter-menu .category-sidebar ul li {
    width: 100%;
    display: inline-block;
    list-style-type: none; }
  .filter-menu .category-sidebar li a {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-family: "proxima-nova";
    font-weight: 700;
    line-height: 18px;
    color: #000000;
    position: relative;
    transition: all .2s ease-in-out;
    font-weight: 600;
    padding: 0; }
    .filter-menu .category-sidebar li a:hover {
      color: #000000; }
    .filter-menu .category-sidebar li a span {
      float: right;
      font-size: 18px;
      padding-top: 2px; }
  .filter-menu .category-sidebar .parent {
    width: 100%;
    display: inline-block; }
  .filter-menu .category-sidebar .sub-menu {
    display: none; }
    .filter-menu .category-sidebar .sub-menu a:before {
      display: none; }
    .filter-menu .category-sidebar .sub-menu .sub-parent {
      padding: 0 0 0 15px; }
      .filter-menu .category-sidebar .sub-menu .sub-parent a {
        color: #7e7e7e;
        font-family: "proxima-nova";
        font-size: 13px;
        font-weight: 400; }
    .filter-menu .category-sidebar .sub-menu .sub-sub-menu {
      display: none; }
    .filter-menu .category-sidebar .sub-menu .sub-sub-menu li a {
      font-size: 13px;
      font-weight: 400;
      line-height: 28px;
      margin-left: 20px;
      color: #666;
      text-transform: none; }

#options-available {
  border-top: 1px solid #333333;
  margin-top: 50px; }
  #options-available h3 {
    display: block;
    width: 50%;
    margin: auto;
    transform: translateY(-50%);
    background-color: #ffffff;
    text-align: center; }
  #options-available .option {
    border-bottom: 1px solid #666666;
    margin-bottom: 10px; }
    #options-available .option .title {
      font-size: 20px;
      font-family: "proxima-nova";
      font-weight: bold;
      color: #000000; }
    #options-available .option .sku {
      font-size: 11px; }
    #options-available .option .price {
      height: 40px;
      display: block;
      line-height: 40px;
      margin-bottom: 0; }
      #options-available .option .price span {
        color: #666666; }
    #options-available .option .wrap {
      display: inline-block; }
    #options-available .option p {
      padding: 0; }
  #options-available .add-to-cart {
    width: 132px;
    height: 38px;
    background-color: #000000;
    color: #ffffff;
    font-family: "proxima-nova";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase; }

/*********************************************
:: Cart Styles
********************************************/
@media all and (max-width: 63.9375em) {
  .page-cart .title-module h1 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 48px;
    text-transform: uppercase; } }

.page-cart .footer-module {
  clear: both; }
  @media all and (min-width: 64em) {
    .page-cart .footer-module {
      text-align: right; } }
  .page-cart .footer-module .continue {
    display: block;
    margin: 30px 30px 0 0; }
    @media all and (min-width: 64em) {
      .page-cart .footer-module .continue {
        margin-bottom: 0px;
        display: inline-block;
        color: #32434c;
        font-family: "Open Sans";
        font-size: 14px; } }
    .page-cart .footer-module .continue span {
      font-weight: 700;
      color: #333333;
      margin-right: 5px; }
  .page-cart .footer-module .checkout {
    text-align: center;
    display: block;
    width: 190px;
    height: 42px;
    border-radius: 8px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin: 30px auto 0;
    padding: 0; }
    @media all and (min-width: 64em) {
      .page-cart .footer-module .checkout {
        width: 202px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 42px;
        text-transform: uppercase; } }

.shopping-cart-module {
  text-align: center;
  margin: 0 0 60px 0;
  /*float: left;*/ }
  .shopping-cart-module.main {
    float: left; }
  .shopping-cart-module .cart-header-items {
    width: 100%;
    float: left;
    display: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #666;
    background: #ececec;
    padding: 15px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-header-items {
        display: block; } }
    .shopping-cart-module .cart-header-items span {
      float: left; }
      .shopping-cart-module .cart-header-items span.item {
        width: 70%; }
      .shopping-cart-module .cart-header-items span.qty {
        width: 15%;
        text-align: center; }
      .shopping-cart-module .cart-header-items span.price {
        float: right;
        width: 15%;
        text-align: right; }
  .shopping-cart-module .cart-line-items {
    width: 100%;
    float: left;
    margin-bottom: 0px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-line-items {
        margin-bottom: 0px; } }
  .shopping-cart-module .cart-line-item {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0px 15px 0px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-line-item {
        padding: 30px 15px 30px 0px; } }
  .shopping-cart-module .image-col {
    width: 25%;
    float: left;
    text-align: left;
    /*background: #f5f5f5;*/
    margin-bottom: 20px; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .image-col {
        width: 15%;
        margin-bottom: 0px; } }
    .shopping-cart-module .image-col img {
      max-height: 108px;
      display: inline-block;
      vertical-align: top; }
  .shopping-cart-module .description-col {
    width: 75%;
    float: left;
    padding: 0 20px 0 0; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .description-col {
        width: 55%; } }
    .shopping-cart-module .description-col .product-title {
      display: block;
      color: #32434c;
      font-family: "Open Sans";
      font-size: 18px;
      margin-bottom: 5px; }
      @media all and (min-width: 64em) {
        .shopping-cart-module .description-col .product-title {
          font-size: 18px;
          margin-bottom: 15px; } }
    .shopping-cart-module .description-col strong {
      color: #333333; }
    .shopping-cart-module .description-col p {
      margin-bottom: 5px; }
    .shopping-cart-module .description-col > *:last-child {
      margin-bottom: 0px; }
  .shopping-cart-module .quantity-col {
    width: 50%;
    float: left;
    font-size: 18px;
    clear: left; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .quantity-col {
        width: 15%;
        clear: none;
        text-align: center; } }
    .shopping-cart-module .quantity-col input {
      display: inline-block;
      max-width: 85px;
      height: 38px;
      text-align: center;
      float: none; }
  .shopping-cart-module .price-col {
    float: left;
    width: 50%;
    text-align: right;
    color: #333333;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .price-col {
        width: 15%;
        font-size: 20px; } }
  .shopping-cart-module .button-remove {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    color: #32434c;
    font-family: "Open Sans";
    font-size: 14px;
    margin-top: 5px; }
    .shopping-cart-module .button-remove span {
      font-size: 14px;
      margin-right: 10px; }
  .shopping-cart-module .shipping-estimator {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 800px;
    margin-bottom: 30px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .shipping-estimator {
        float: left;
        max-width: 400px; } }
    .shopping-cart-module .shipping-estimator p {
      margin-bottom: 15px; }
  .shopping-cart-module h3 {
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    font-style: normal;
    color: #333;
    margin-bottom: 10px; }
  .shopping-cart-module .cart-totals {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    background-color: #ececec;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
    padding: 15px; }
    @media all and (min-width: 64em) {
      .shopping-cart-module .cart-totals {
        float: right; } }
    .shopping-cart-module .cart-totals table {
      margin: 0px; }
    .shopping-cart-module .cart-totals td {
      float: left;
      padding: 0px;
      vertical-align: top;
      margin: 0px;
      color: #000000;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      line-height: 25px; }
    .shopping-cart-module .cart-totals tr {
      float: left;
      width: 100%;
      margin-bottom: 15px; }
      .shopping-cart-module .cart-totals tr td:last-of-type {
        float: right;
        text-align: right;
        color: #000000;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 700; }
      .shopping-cart-module .cart-totals tr:last-of-type {
        margin-bottom: 0px;
        /*border-top: 2px solid #ccc;*/
        padding-top: 5px; }
        .shopping-cart-module .cart-totals tr:last-of-type td {
          color: #000000;
          font-family: "Open Sans";
          font-size: 14px;
          font-weight: 600;
          line-height: 25px; }
          .shopping-cart-module .cart-totals tr:last-of-type td:last-of-type {
            color: #d0021b;
            font-size: 24px;
            font-weight: 700; }
    .shopping-cart-module .cart-totals .bordered {
      border-top: 2px solid #ccc;
      border-bottom: 2px solid #ccc; }
    .shopping-cart-module .cart-totals p {
      margin: 0;
      padding: 0;
      color: #666666;
      font-family: "Open Sans";
      font-size: 12px;
      font-style: italic;
      line-height: 14px; }
    .shopping-cart-module .cart-totals .add-coupon-row td {
      float: left;
      width: 100%; }
    .shopping-cart-module .cart-totals .button-coupon-toggle {
      float: left;
      text-align: left;
      width: 100%;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: none;
      padding-top: 15px;
      border-top: 2px solid #ccc; }
      .shopping-cart-module .cart-totals .button-coupon-toggle span {
        margin-right: 5px; }
      .shopping-cart-module .cart-totals .button-coupon-toggle.active span {
        transform: rotate(45deg);
        display: inline-block; }
    .shopping-cart-module .cart-totals .coupons-container {
      margin: 15px 0;
      width: 100%; }
      .shopping-cart-module .cart-totals .coupons-container input {
        display: none;
        border-radius: 0;
        border: 1px solid #000000; }
      .shopping-cart-module .cart-totals .coupons-container p {
        text-align: left;
        color: #000000;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        font-style: normal; }
        .shopping-cart-module .cart-totals .coupons-container p span {
          margin-right: 6px; }
      .shopping-cart-module .cart-totals .coupons-container.active p {
        display: none; }
      .shopping-cart-module .cart-totals .coupons-container.active input {
        display: block; }

/*********************************************
:: Page Template: Cart Checkout
********************************************/
.page-template-cart-checkout {
  padding: 25px 15px 25px 15px; }
  .page-template-cart-checkout .main {
    padding: 0px;
    background-image: none; }
  .page-template-cart-checkout .title-module {
    margin-bottom: 50px; }
  @media all and (min-width: 64em) {
    .page-template-cart-checkout {
      padding: 85px 0px 85px 0px; }
      .page-template-cart-checkout aside {
        float: right;
        width: 35%; }
      .page-template-cart-checkout .main {
        width: 65%;
        padding: 0px 25px 0px 0px; } }

/*********************************************
:: Module: Checkout Steps
********************************************/
.module-checkout-steps {
  width: 100%;
  float: left; }
  .module-checkout-steps .checkout-billing-address-fields input[type='checkbox'] {
    margin: 3px 5px 0 0;
    width: auto; }
  .module-checkout-steps .checkout-billing-address-fields .custom-checkbox-radio p {
    line-height: 16px; }
  .module-checkout-steps .checkout-step-item {
    width: 100%;
    float: left;
    text-align: left; }
  .module-checkout-steps .checkout-step-title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    cursor: pointer;
    color: #555555;
    background: #ececec;
    margin-bottom: 10px;
    padding: 15px; }
    .module-checkout-steps .checkout-step-title .step {
      float: right;
      font-size: 13px;
      font-style: italic;
      line-height: 1.4;
      color: #999; }
  .module-checkout-steps .open-step .checkout-step-title {
    background: white;
    box-shadow: 0px -2px 0px 0px #000000;
    padding: 15px 0; }
    .module-checkout-steps .open-step .checkout-step-title .step span {
      color: #666; }
  .module-checkout-steps .checkout-step-content,
  .module-checkout-steps .checkout-step-footer {
    width: 100%;
    float: left;
    padding: 15px 0;
    display: none; }
  .module-checkout-steps .checkout-step-footer {
    text-align: center; }
    .module-checkout-steps .checkout-step-footer button {
      width: 202px;
      height: 42px;
      border-radius: 5px;
      background-color: #000000;
      text-align: center;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 600;
      line-height: 25px;
      text-transform: uppercase; }
    @media all and (min-width: 48em) {
      .module-checkout-steps .checkout-step-footer {
        text-align: right; } }
  .module-checkout-steps .checkout-step-item.open-step .checkout-step-content,
  .module-checkout-steps .checkout-step-item.open-step .checkout-step-footer {
    display: block; }
  .module-checkout-steps .gift-option-line-item {
    width: 100%;
    float: left; }
  .module-checkout-steps .gift-option-message-container {
    float: left;
    width: 100%;
    display: none; }
    .module-checkout-steps .gift-option-message-container.active {
      display: block; }
  .module-checkout-steps .cc-image {
    position: relative;
    top: 15px;
    margin-right: 15px; }
  .module-checkout-steps .custom-checkbox-radio {
    width: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    display: inline-block;
    margin-right: 10px; }
  .module-checkout-steps .button-text {
    text-transform: none;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .module-checkout-steps .button-text span {
      display: inline-block;
      margin-right: 5px; }
  .module-checkout-steps h3 {
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.813em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5px; }
  .module-checkout-steps .js-checkout-new-address-trigger,
  .module-checkout-steps .js-checkout-edit-address-trigger {
    margin: 0 15px 20px 0; }

/*******************************************/
.checkout-delivery-structure {
  width: 100%;
  float: left;
  display: none; }
  .checkout-delivery-structure.active {
    display: block; }

/*******************************************/
.checkout-delivery-option-type {
  width: 100%;
  float: left;
  display: none; }
  .checkout-delivery-option-type.active {
    display: block; }

/*******************************************/
.checkout-edit-address {
  float: left;
  width: 100%;
  display: none;
  background: #eeeeee;
  border: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-edit-address.active {
    display: block; }

/*******************************************/
.checkout-new-address {
  float: left;
  width: 100%;
  display: none;
  background: #eeeeee;
  border: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-new-address.active {
    display: block; }

/*******************************************/
.checkout-line-item {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.313em;
  padding: 25px;
  margin-bottom: 10px; }
  @media all and (min-width: 64em) {
    .checkout-line-item {
      padding-left: 0px;
      padding-right: 0px; } }
  .checkout-line-item .col {
    float: left;
    width: 100%; }
    .checkout-line-item .col:first-of-type {
      text-align: center; }
    @media all and (min-width: 64em) {
      .checkout-line-item .col {
        width: 40%; }
        .checkout-line-item .col:last-of-type {
          width: 60%;
          border-left: 2px solid #ccc;
          padding: 55px 35px 40px 35px; } }
  .checkout-line-item .product-preview {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .checkout-line-item .product-preview {
        margin-bottom: 0px; } }
  .checkout-line-item img {
    width: 100%;
    max-width: 70px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  .checkout-line-item span {
    display: block; }

/*******************************************/
.checkout-billing-address-fields {
  float: left;
  width: 100%; }
  .checkout-billing-address-fields .js-edit-step1-address-trigger,
  .checkout-billing-address-fields .js-save-step1-address-trigger {
    float: right;
    display: none; }
  .checkout-billing-address-fields .form-field:not(.combo-form-field) label {
    display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-step-footer {
  display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-billing-address-fields .js-edit-step1-address-trigger {
  display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-billing-address-fields .js-save-step1-address-trigger {
  display: block; }

.checkout-step-item[data-step="1"].completed-step .checkout-step-footer {
  display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .js-edit-step1-address-trigger {
  display: block;
  margin-top: 10px; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .form-field {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  min-height: auto;
  padding: 0px;
  border: none;
  transition: none;
  margin: 0px 0px 5px 0px; }
  @media all and (min-width: 64em) {
    .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .form-field {
      width: 50%; } }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields h3 {
  display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields label {
  display: block !important;
  width: 30%;
  margin: 0px;
  line-height: 2;
  font-size: 0.75em;
  font-weight: 400; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields input, .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields select {
  float: left;
  width: 70%;
  height: auto;
  transition: none;
  border: 1px solid white;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
  font-size: 0.9em;
  font-weight: 600;
  color: #333333; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields select {
  width: 100%; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select {
  width: auto; }
  .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select:before, .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select:after {
    display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill,
.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill:hover,
.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset; }

/*********************************************
:: Module: Checkout Order Summary
********************************************/
.module-checkout-order-summary {
  width: 100%;
  float: left;
  background-color: #ececec;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px 0; }
  @media all and (min-width: 64em) {
    .module-checkout-order-summary {
      float: right; } }
  .module-checkout-order-summary table {
    margin: 0px; }
  .module-checkout-order-summary td {
    float: left;
    font-size: 12px;
    line-height: 2;
    color: black;
    vertical-align: top;
    margin: 0px;
    padding: 0px; }
  .module-checkout-order-summary tr {
    float: left;
    width: 100%;
    /*margin-bottom: 15px;*/
    padding: 0 15px; }
    .module-checkout-order-summary tr td:last-of-type {
      float: right;
      color: black;
      font-weight: 700;
      text-align: right;
      font-size: 1.125em; }
    .module-checkout-order-summary tr:last-of-type {
      border-top: 1px solid black;
      margin-bottom: 0px;
      padding-top: 15px; }
      .module-checkout-order-summary tr:last-of-type td {
        line-height: 30px; }
        .module-checkout-order-summary tr:last-of-type td:last-of-type {
          font-size: 16px;
          font-weight: 700;
          line-height: 30px;
          color: #333333; }
  .module-checkout-order-summary p {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 0px; }
  .module-checkout-order-summary .line-item-row {
    text-align: left;
    border-bottom: 2px solid white;
    padding: 15px; }
    .module-checkout-order-summary .line-item-row:first-of-type {
      padding-top: 0px; }
    .module-checkout-order-summary .line-item-row:last-of-type {
      margin-bottom: 20px; }
    .module-checkout-order-summary .line-item-row td:first-of-type {
      width: 30%; }
    .module-checkout-order-summary .line-item-row td:last-of-type {
      width: 70%;
      text-align: left;
      padding-left: 15px; }
    .module-checkout-order-summary .line-item-row img {
      vertical-align: top; }
    .module-checkout-order-summary .line-item-row p {
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 26px;
      color: black;
      margin: 0 0 0px;
      padding: 0; }
    .module-checkout-order-summary .line-item-row p a {
      color: black;
      font-family: "Open Sans";
      font-size: 14px;
      padding: 0; }
  .module-checkout-order-summary .add-coupon-row td {
    float: left;
    width: 100%; }
  .module-checkout-order-summary .button-coupon-toggle {
    float: left;
    text-align: left;
    width: 100%;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: none;
    padding-top: 15px;
    border-top: 2px solid #ccc; }
    .module-checkout-order-summary .button-coupon-toggle span {
      margin-right: 5px; }
    .module-checkout-order-summary .button-coupon-toggle.active span {
      transform: rotate(45deg);
      display: inline-block; }
  .module-checkout-order-summary .coupons-container {
    display: none;
    margin-top: 15px;
    width: 100%;
    float: left; }
    .module-checkout-order-summary .coupons-container.active {
      display: block; }
    .module-checkout-order-summary .coupons-container input {
      float: left;
      background: none;
      height: 55px;
      width: 75%;
      border: 1px solid #000000;
      border-radius: 0.313em 0em 0em 0.313em; }
    .module-checkout-order-summary .coupons-container button {
      height: 55px;
      width: 25%;
      float: left;
      padding: 0px;
      border-radius: 0em 0.313em 0.313em 0em;
      font-size: 0.813em; }
    .module-checkout-order-summary .coupons-container .button-remove {
      margin-top: 0px; }

/*******************************************/
.page-thankyou .title-module {
  margin-bottom: 50px; }

/*********************************************
:: Views
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home .hero-container {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #1f1f1f; }
  @media (min-width: 1024px) {
    .page-home .hero-container {
      width: 1296px; } }
  .page-home .hero-container .slide {
    width: 100%;
    height: 230px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url("/images/image-placeholder_3x2.svg"); }
    @media all and (min-width: 64em) {
      .page-home .hero-container .slide {
        height: 548px; } }

.page-home .featured-products .products-slideshow {
  position: relative; }
  @media all and (min-width: 64em) {
    .page-home .featured-products .products-slideshow {
      margin: 0 -10px; } }

.page-home .featured-products .slide {
  position: relative;
  text-align: center;
  /*@media (min-width: $mediumish){
                min-height: 613px; 
            }*/ }
  .page-home .featured-products .slide img {
    background-position: center;
    background-size: cover;
    background-image: url("/images/image-placeholder_3x2.svg");
    width: 142px;
    height: 142px;
    margin: 0 auto 20px; }
    @media all and (min-width: 64em) {
      .page-home .featured-products .slide img {
        width: 220px;
        height: 229px;
        margin: 0 auto 30px; } }
  .page-home .featured-products .slide p {
    padding-bottom: 5px;
    color: #000000;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px; }
    @media all and (max-width: 63.9375em) {
      .page-home .featured-products .slide p {
        font-size: 14px;
        line-height: 24px; } }
  .page-home .featured-products .slide a {
    padding-bottom: 0; }
    @media all and (max-width: 63.9375em) {
      .page-home .featured-products .slide a {
        font-size: 13px; } }
  .page-home .featured-products .slide span {
    color: #cccccc;
    line-height: 16px;
    margin-right: 3px; }

.page-home .quote-section {
  position: relative;
  margin: 30px auto; }
  @media all and (min-width: 64em) {
    .page-home .quote-section {
      margin: 70px auto 90px; } }
  .page-home .quote-section::after {
    content: "";
    display: block;
    clear: both; }
  .page-home .quote-section p {
    text-align: center;
    /*margin: auto;*/ }
  .page-home .quote-section div {
    float: left;
    padding: 0; }
  .page-home .quote-section div:first-child {
    position: relative;
    width: 100%;
    color: #000000;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .page-home .quote-section div:first-child::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      border-top: 1px solid #bbbbbb;
      margin: auto; }
    @media all and (min-width: 64em) {
      .page-home .quote-section div:first-child {
        top: 35px;
        width: 35%;
        padding-right: 30px; }
        .page-home .quote-section div:first-child::after {
          display: none; }
        .page-home .quote-section div:first-child p {
          text-align: right; } }
  .page-home .quote-section div:nth-child(2) {
    width: 100%; }
    @media all and (min-width: 64em) {
      .page-home .quote-section div:nth-child(2) {
        width: 65%;
        padding-left: 30px;
        border-left: 1px solid #bbbbbb; } }
    @media all and (min-width: 64em) {
      .page-home .quote-section div:nth-child(2) p {
        text-align: left; } }
    .page-home .quote-section div:nth-child(2) p:first-child {
      max-width: 100%;
      color: #0c0c0c;
      font-family: "proxima-nova";
      font-size: 18px;
      font-weight: 500;
      line-height: 32px; }
    .page-home .quote-section div:nth-child(2) p:nth-child(2) {
      color: #999999;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .page-home .quote-section .innovation {
    position: relative;
    top: 50%;
    padding-bottom: 20px; }
    .page-home .quote-section .innovation p {
      padding: 0; }
    @media all and (min-width: 64em) {
      .page-home .quote-section .innovation {
        padding-bottom: 0; } }
  .page-home .quote-section .quality {
    padding-top: 20px; }
    .page-home .quote-section .quality p:last-child {
      padding: 0; }
    @media all and (min-width: 64em) {
      .page-home .quote-section .quality {
        padding-top: 0; } }

.page-home .field-notes {
  width: 1295px;
  max-width: 100%;
  margin: 60px auto 0;
  padding-bottom: 100px; }
  @media all and (min-width: 64em) {
    .page-home .field-notes {
      background-image: url(/images/white-bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }
  .page-home .field-notes::after {
    content: "";
    display: block;
    clear: both; }
  .page-home .field-notes .half-col:first-child .weekly {
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url("/images/image-placeholder_3x2.svg");
    width: 283px;
    height: 394px;
    margin: auto; }
    @media all and (min-width: 64em) {
      .page-home .field-notes .half-col:first-child .weekly {
        width: 380px;
        height: 528px;
        margin-top: -30px; } }
  .page-home .field-notes .half-col:first-child .feature {
    position: relative;
    width: 220px;
    top: 17%;
    text-align: center;
    margin: auto; }
    .page-home .field-notes .half-col:first-child .feature h3 {
      display: inline-block;
      color: #ffffff;
      font-family: Georgia !important;
      font-size: 35px;
      letter-spacing: 2px;
      line-height: 35px;
      text-transform: uppercase;
      margin: 0; }
      @media all and (max-width: 63.9375em) {
        .page-home .field-notes .half-col:first-child .feature h3 {
          font-size: 28px; } }
    .page-home .field-notes .half-col:first-child .feature .line {
      display: block;
      height: 32px;
      margin: 12px auto;
      width: 1px;
      background-color: #979797; }
    .page-home .field-notes .half-col:first-child .feature p {
      color: #000000;
      font-family: "proxima-nova";
      font-size: 13px;
      text-transform: uppercase; }
    .page-home .field-notes .half-col:first-child .feature .see-all {
      display: inline-block;
      width: 178px;
      height: 40px;
      line-height: 40px;
      border-radius: 7px;
      background-color: #f3f3f3;
      font-family: "proxima-nova";
      font-size: 14px;
      letter-spacing: 4px;
      text-transform: uppercase;
      padding: 0; }
      .page-home .field-notes .half-col:first-child .feature .see-all span {
        color: #666666;
        margin-right: 5px; }
  .page-home .field-notes .slick-arrow.slick-prev {
    left: 10px; }
  .page-home .field-notes .slick-arrow.slick-next {
    right: 10px; }

.page-home .note-container {
  text-align: center;
  font-size: 0;
  margin: auto; }
  .page-home .note-container .note-module {
    padding-top: 80px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 10px; }
    .page-home .note-container .note-module .note img {
      padding-bottom: 20px;
      margin: auto; }
    .page-home .note-container .note-module .note .date {
      color: #999999;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 0; }
    .page-home .note-container .note-module .note .title {
      position: relative;
      color: #000000;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .page-home .note-container .note-module .note .title::after {
        content: '';
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 20%;
        border-top: 1px solid #979797; }
        @media all and (min-width: 64em) {
          .page-home .note-container .note-module .note .title::after {
            display: block; } }
    .page-home .note-container .note-module .note .content {
      display: none;
      color: #999999;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
      @media all and (min-width: 64em) {
        .page-home .note-container .note-module .note .content {
          display: block; } }

.page-home .about-section {
  width: 1295px;
  max-width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid transparent; }
  .page-home .about-section .content-narrow-width {
    position: relative;
    height: 100%; }
  .page-home .about-section .text {
    width: 100%;
    padding: 105px 40px 0;
    /*display: flex;*/
    /*min-height: 410px;*/
    /*flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;*/ }
    @media all and (min-width: 64em) {
      .page-home .about-section .text {
        width: calc(100% - 180px);
        padding: 0; } }
    .page-home .about-section .text h2, .page-home .about-section .text legend {
      position: relative;
      font-family: Georgia !important;
      line-height: 49px;
      color: #ffffff;
      -ms-flex-item-align: start;
      align-self: start;
      font-size: 40px;
      line-height: 35px;
      margin: 60px 0 25px; }
      .page-home .about-section .text h2 i, .page-home .about-section .text legend i {
        margin: 0 15px 0 30px; }
        .page-home .about-section .text h2 i:first-child, .page-home .about-section .text legend i:first-child {
          margin: 0 0 0 55px;
          position: absolute;
          top: -27px; }
        .page-home .about-section .text h2 i:last-of-type, .page-home .about-section .text legend i:last-of-type {
          color: #c5c5c5; }
      @media all and (min-width: 64em) {
        .page-home .about-section .text h2, .page-home .about-section .text legend {
          font-size: 50px;
          line-height: 45px; }
          .page-home .about-section .text h2 i, .page-home .about-section .text legend i {
            margin: 0 15px 0 30px; }
            .page-home .about-section .text h2 i:first-child, .page-home .about-section .text legend i:first-child {
              margin: 0 0 0 75px;
              top: -30px; } }
    .page-home .about-section .text p {
      float: right;
      width: 90%;
      color: #cccccc;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      border-left: 1px solid #cccccc;
      padding-left: 25px;
      padding-bottom: 0;
      margin-bottom: 30px; }
    .page-home .about-section .text button {
      float: right;
      width: 142px;
      height: 32px;
      border: 1px solid #ffffff;
      color: #ffffff;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 3px;
      line-height: 30px;
      margin-bottom: 60px;
      text-transform: uppercase; }
      .page-home .about-section .text button span {
        font-size: 20px;
        vertical-align: text-bottom; }
  .page-home .about-section .circular-image {
    border-radius: 100%;
    border: 5px solid #ffffff;
    position: absolute;
    width: 204px;
    height: 204px;
    top: 0;
    right: 50%;
    transform: translate(50%, -50%); }
    @media all and (min-width: 64em) {
      .page-home .about-section .circular-image {
        width: 347px;
        height: 347px;
        right: calc(-347px / 2);
        transform: none;
        top: -150px; } }

.page-home .slick-prev::before,
.page-home .slick-next::before {
  content: "";
  display: block;
  width: 13px;
  height: 31px; }
  @media all and (min-width: 64em) {
    .page-home .slick-prev::before,
    .page-home .slick-next::before {
      font-size: 55px;
      width: 22px;
      height: 55px; } }

.page-home .slick-prev,
.page-home .slick-next {
  width: 13px;
  height: 31px;
  z-index: 99999; }
  @media all and (min-width: 64em) {
    .page-home .slick-prev,
    .page-home .slick-next {
      width: 22px;
      height: 55px; } }

.page-home .slick-prev {
  background-image: url(/images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: -15px; }
  .page-home .slick-prev:hover, .page-home .slick-prev:focus {
    background-image: url(/images/left-arrow.png); }

.page-home .slick-next {
  background-image: url(/images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: -15px; }
  .page-home .slick-next:hover, .page-home .slick-next:focus {
    background-image: url(/images/right-arrow.png); }

@media all and (min-width: 64em) {
  .page-home .slick-prev {
    background-image: url(/images/left-arrow-lg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: -55px; }
    .page-home .slick-prev:hover {
      background-image: url(/images/left-arrow-lg.png); }
    .page-home .slick-prev:hover, .page-home .slick-prev:focus {
      background-image: url(/images/left-arrow-lg.png); }
  .page-home .slick-next {
    background-image: url(/images/right-arrow-lg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: -55px; }
    .page-home .slick-next:hover {
      background-image: url(/images/right-arrow-lg.png); }
    .page-home .slick-next:hover, .page-home .slick-next:focus {
      background-image: url(/images/right-arrow-lg.png); } }

.page-home .featured .title-module h2, .page-home .featured .title-module legend {
  font-family: Georgia !important;
  font-weight: 800; }

.page-home .featured .slick-arrow {
  top: 75px; }
  @media all and (min-width: 64em) {
    .page-home .featured .slick-arrow {
      top: 50%; }
      .page-home .featured .slick-arrow .slick-prev {
        left: -17px; }
      .page-home .featured .slick-arrow .slick-next {
        right: -17px !important; } }

/*******************************************/
/*********************************************
:: Testimonials
********************************************/
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-testimonials article {
  display: none;
  width: 100%;
  clear: both;
  padding-bottom: 40px; }
  .page-testimonials article.show {
    display: inline-block;
    animation: fade-in .5s; }
  .page-testimonials article:last-child {
    padding-bottom: 100px; }

.page-testimonials .author {
  margin: 20px 0 0 0;
  padding: 20px 0 30px 0;
  border-top: 3px solid #000000; }
  @media all and (min-width: 64em) {
    .page-testimonials .author {
      margin: 0;
      float: left;
      width: 160px;
      margin-right: 80px; } }
  .page-testimonials .author p {
    line-height: 21px;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0px; }
  .page-testimonials .author span {
    display: block;
    color: #aaa;
    font-size: 14px; }
  .page-testimonials .author img {
    max-width: 220px;
    margin-top: 30px; }

.page-testimonials .quote {
  position: relative;
  padding: 0 0 0px 0; }
  @media all and (min-width: 64em) {
    .page-testimonials .quote {
      float: right;
      width: calc(100% - 240px);
      padding: 0 0 0 20px;
      margin-top: -8px; } }
  @media all and (min-width: 64em) {
    .page-testimonials .quote:before {
      content: " '' ";
      position: absolute;
      top: -4px;
      left: 0;
      font-size: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 28px;
      font-style: italic;
      letter-spacing: 0.5px;
      color: #333; } }

.page-testimonials article.special {
  display: none; }
  @media all and (min-width: 64em) {
    .page-testimonials article.special {
      display: inline-block;
      width: 100%;
      padding: 10px 12.5% 50px 12.5%; } }
  .page-testimonials article.special .author {
    display: none; }
  .page-testimonials article.special .quote {
    width: 100%;
    float: left;
    padding: 0 50px 0 0;
    border-right: 3px solid #000000;
    position: relative; }
    .page-testimonials article.special .quote:before {
      content: ''; }
    .page-testimonials article.special .quote p {
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      color: #000000;
      text-align: right;
      margin-bottom: 0px; }
    .page-testimonials article.special .quote a {
      display: none; }

.page-testimonials .load-more {
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  background: white;
  margin: -40px 0 40px 0; }
  @media all and (min-width: 64em) {
    .page-testimonials .load-more {
      margin: 40px 0 100px 0; } }
  .page-testimonials .load-more:before {
    line-height: 40px;
    content: "Load More";
    color: #333333;
    display: inline-block;
    background: white;
    font-size: 14px;
    position: relative;
    padding: 0 50px;
    z-index: 1;
    transition: filter .25s; }
    @media all and (min-width: 64em) {
      .page-testimonials .load-more:before {
        font-size: 24px; } }
  .page-testimonials .load-more:after {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #979797; }
  .page-testimonials .load-more:hover {
    background: white; }
    .page-testimonials .load-more:hover:before {
      filter: brightness(120%); }
  .page-testimonials .load-more:active:before {
    transition: filter 0s;
    filter: brightness(150%); }

/*********************************************
:: Contact Page                   
********************************************/
.page-contact .contact-container {
  width: 100%;
  display: inline-block; }
  .page-contact .contact-container h3 {
    width: 100%;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: black;
    margin-bottom: 28px;
    padding: 25px 0 0 0;
    border-bottom: 1px solid #CCC; }
  .page-contact .contact-container .col1 {
    width: 100%;
    float: left;
    margin-bottom: 35px; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col1 {
        width: 50%;
        max-width: 320px; } }
    .page-contact .contact-container .col1 p {
      font-size: 14px;
      line-height: 24px;
      margin: 0;
      padding: 0; }
    .page-contact .contact-container .col1 a {
      display: block; }
    .page-contact .contact-container .col1 .phone {
      color: #000000;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 1px;
      padding-bottom: 10px; }
    .page-contact .contact-container .col1 .email {
      color: #8a7017;
      font-family: "Aktiv Grotesk", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 20px;
      padding-bottom: 40px; }
    .page-contact .contact-container .col1 .hours {
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #666666;
      font-weight: 400;
      padding-bottom: 25px; }
      .page-contact .contact-container .col1 .hours span {
        color: #000000;
        font-weight: 700; }
  .page-contact .contact-container .col2 {
    width: 100%;
    float: left;
    padding: 20px 0 0 0; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .col2 {
        width: 50%;
        float: right;
        padding: 0 0 0 10px; } }
    .page-contact .contact-container .col2 input {
      width: 220px;
      height: 40px; }

.page-contact .contact-page-bottom {
  margin: 80px auto 0;
  width: 1294px;
  max-width: 100%; }
  .page-contact .contact-page-bottom .map {
    width: 100%;
    height: 230px; }

.page-about .hero-container {
  width: 100%;
  max-width: 940px;
  margin: auto;
  height: 380px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url("/images/image-placeholder_3x2.svg"); }
  @media all and (max-width: 63.9375em) {
    .page-about .hero-container {
      height: 217px; } }

.page-about .content-container {
  position: relative;
  margin: auto 6%; }
  .page-about .content-container .text-block {
    width: 100%;
    margin: 60px auto; }
    @media all and (max-width: 63.9375em) {
      .page-about .content-container .text-block {
        margin: 30px auto 30px; } }
    .page-about .content-container .text-block h2, .page-about .content-container .text-block legend {
      color: #000000;
      font-family: "Proxima Nova";
      font-size: 18px;
      font-weight: 600;
      line-height: 30px; }
  @media all and (min-width: 64em) {
    .page-about .content-container .image-container {
      float: right; }
    .page-about .content-container .text-block {
      float: left;
      width: calc(100% - 260px);
      padding-right: 40px; }
      .page-about .content-container .text-block p {
        padding-bottom: 20px; }
    .page-about .content-container .quote {
      width: 100%;
      float: right;
      color: #666666;
      font-family: "Open Sans";
      font-size: 18px;
      line-height: 30px;
      text-align: center; } }
  .page-about .content-container .image-container {
    margin: -50px auto 0;
    padding-top: 1px;
    width: 172px;
    border-radius: 500px 500px 0 0;
    background-color: #ffffff; }
    @media all and (min-width: 64em) {
      .page-about .content-container .image-container {
        margin: -50px 0 0;
        width: 260px; } }
    .page-about .content-container .image-container img {
      display: block;
      width: 248px;
      margin: auto;
      margin-top: 5px;
      border-radius: 100%; }
      @media all and (max-width: 63.9375em) {
        .page-about .content-container .image-container img {
          width: 164px;
          margin-top: 4px; } }
    .page-about .content-container .image-container p {
      color: #666666;
      font-family: "Open Sans";
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      text-align: center; }
  .page-about .content-container .quote {
    width: 260px;
    margin: 55px auto;
    color: #666666;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 30px; }
    @media all and (max-width: 63.9375em) {
      .page-about .content-container .quote {
        margin: 0 auto 55px; } }
    .page-about .content-container .quote::before, .page-about .content-container .quote::after {
      padding: 0;
      content: '';
      display: block;
      margin: 0 auto 25px;
      width: 90px;
      height: 2px;
      background-color: #8a7016; }
    .page-about .content-container .quote::before {
      margin: 0 auto 25px; }
    .page-about .content-container .quote::after {
      margin: 25px auto 0; }

.page-about .testimonials-section {
  position: relative;
  width: 1295px;
  max-width: 100%;
  /*height: 400px;*/
  margin: auto;
  background-position: center;
  background-size: cover;
  background-image: url("/images/image-placeholder_3x2.svg"); }
  @media all and (min-width: 64em) {
    .page-about .testimonials-section {
      /*height: 350px;*/ } }
  .page-about .testimonials-section .content-max-width {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%; }
  .page-about .testimonials-section .title-module {
    margin: 0;
    width: 100%;
    text-align: center; }
    .page-about .testimonials-section .title-module h3 {
      font-weight: 700; }
      .page-about .testimonials-section .title-module h3:before, .page-about .testimonials-section .title-module h3:after {
        height: 1px; }
  .page-about .testimonials-section .testimonials-slideshow {
    max-width: 100%;
    width: 660px; }
    .page-about .testimonials-section .testimonials-slideshow .slide p {
      margin-bottom: 20px;
      color: #ffffff;
      font-family: "proxima-nova";
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      text-align: center; }
  .page-about .testimonials-section .slick-dots {
    z-index: 1; }
    .page-about .testimonials-section .slick-dots li button::before {
      color: #ffffff;
      opacity: 1;
      font-size: 40px; }
    .page-about .testimonials-section .slick-dots li.slick-active button::before {
      color: #8a7017;
      font-size: 40px; }

.page-meet-the-team .team-module .content-max-width {
  padding: 0 20px; }

.page-meet-the-team .team-module .wrap {
  float: left;
  width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }

.page-meet-the-team .team-module .wrap:nth-child(1n){
  float: left;
  margin-right: 20px;
  clear: none; }

.page-meet-the-team .team-module .wrap:last-child{
  margin-right: 0; }

.page-meet-the-team .team-module .wrap:nth-child(2n){
  margin-right: 0;
  float: right; }

.page-meet-the-team .team-module .wrap:nth-child(2n + 1){
  clear: left; }
  @media all and (min-width: 64em) {
    .page-meet-the-team .team-module .wrap {
      width: calc(99.99% * 1/4 - (20px - 20px * 1/4)); }
    .page-meet-the-team .team-module .wrap:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .page-meet-the-team .team-module .wrap:last-child{
    margin-right: 0; }
    .page-meet-the-team .team-module .wrap:nth-child(4n){
    margin-right: 0;
    float: right; }
    .page-meet-the-team .team-module .wrap:nth-child(4n + 1){
    clear: left; } }

.page-meet-the-team .team-module article {
  margin: auto;
  width: 157px;
  text-align: center;
  border-bottom: 2px solid #000000;
  padding-bottom: 0;
  margin-bottom: 70px; }
  @media all and (min-width: 64em) {
    .page-meet-the-team .team-module article {
      width: 220px;
      padding-bottom: 15px; } }
  .page-meet-the-team .team-module article .heading {
    width: 144px;
    height: 97px;
    margin: 0 auto -20px;
    position: relative;
    top: -20px;
    background-color: #ffffff;
    padding: 12px 0 0 0; }
    @media all and (min-width: 64em) {
      .page-meet-the-team .team-module article .heading {
        padding: 17px 0 0 0;
        width: 200px;
        height: 93px;
        margin: auto; } }
    .page-meet-the-team .team-module article .heading h2, .page-meet-the-team .team-module article .heading legend {
      color: #000000;
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 16px;
      text-transform: uppercase;
      margin: 0; }
      @media all and (min-width: 64em) {
        .page-meet-the-team .team-module article .heading h2, .page-meet-the-team .team-module article .heading legend {
          font-size: 19px;
          line-height: 24px;
          text-transform: uppercase; } }
    .page-meet-the-team .team-module article .heading .subtitle {
      font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 18px;
      text-transform: uppercase;
      color: #8a7017;
      padding: 8px 0 0 0;
      height: 26px;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap; }
  .page-meet-the-team .team-module article .content p {
    height: 180px;
    color: #666666;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 19px;
    padding: 0;
    margin-bottom: 15px; }
  .page-meet-the-team .team-module article .content a.phone {
    height: 24px;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px; }
  .page-meet-the-team .team-module article .content a.email {
    height: 24px;
    color: #000000;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px; }
  .page-meet-the-team .team-module article a.more {
    color: #666666;
    font-family: "Proxima Nova";
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }

.page-about-wholesale .circular-image {
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("/images/image-placeholder_3x2.svg"); }
  .page-about-wholesale .circular-image.large {
    position: relative;
    width: 184px;
    height: 184px;
    transform: translateX(-5%);
    margin: 0 auto 50px; }
    @media all and (min-width: 64em) {
      .page-about-wholesale .circular-image.large {
        width: 354px;
        height: 354px;
        transform: translateX(-25%); } }
  .page-about-wholesale .circular-image.medium {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 128px;
    transform: translate(25%, 25%); }
    @media all and (min-width: 64em) {
      .page-about-wholesale .circular-image.medium {
        width: 240px;
        height: 240px; } }
  .page-about-wholesale .circular-image.small {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    transform: translate(-50%, -50%); }
    @media all and (min-width: 64em) {
      .page-about-wholesale .circular-image.small {
        width: 228px;
        height: 228px; } }

.page-about-wholesale .contact-us {
  position: relative;
  width: 336px;
  height: 78px;
  background-color: #000000;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle; }
  @media all and (max-width: 63.9375em) {
    .page-about-wholesale .contact-us {
      width: 314px; } }
  .page-about-wholesale .contact-us::after {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 78px solid #ffffff;
    border-left: 45px solid transparent; }
  .page-about-wholesale .contact-us p {
    width: 248px;
    color: #ffffff;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0 20px; }
  .page-about-wholesale .contact-us a {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    transform: translate(20%, -50%);
    width: 100px;
    height: 30px;
    border-radius: 4px;
    background-color: #666666;
    color: #ffffff;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 400;
    text-align: center; }

.page-about-wholesale .text-lead {
  color: #666666;
  font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px; }

.page-about-wholesale .text-content {
  color: #666666;
  font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px; }

.page-brands .brand-item {
  display: static;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 40px auto; }
  @media all and (min-width: 64em) {
    .page-brands .brand-item {
      display: -ms-flexbox;
      display: flex; } }
  .page-brands .brand-item:nth-child(2n+2) .left-col {
    -ms-flex-order: 2;
    order: 2; }
  .page-brands .brand-item:nth-child(2n+2) .right-col-float {
    -ms-flex-order: 1;
    order: 1; }
  @media all and (min-width: 64em) {
    .page-brands .brand-item:nth-child(2n+2) .brand-logo {
      padding: 0 0 0 50px; } }

.page-brands .left-col {
  width: 100%;
  margin: auto; }
  @media all and (min-width: 64em) {
    .page-brands .left-col {
      width: 28%; } }

.page-brands .right-col-float {
  width: 100%; }
  @media all and (min-width: 64em) {
    .page-brands .right-col-float {
      width: 72%; } }

.page-brands .brand-logo {
  display: block;
  margin: 0 auto 40px;
  width: 240px;
  height: 77px; }
  @media all and (min-width: 64em) {
    .page-brands .brand-logo {
      margin: 0 auto;
      padding: 0 50px 0 0; } }

.page-brands .title {
  color: #000000;
  font-family: "proxima-nova";
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px; }

.page-brands .content {
  color: #666666;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.page-brands a {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  font-family: "proxima-nova"; }
  .page-brands a span {
    margin-right: 5px;
    vertical-align: middle;
    line-height: 30px; }

@media all and (min-width: 64em) {
  .page-services article:nth-child(2n+1) div.content {
    padding-left: 50px; }
  .page-services article:nth-child(2n+2) div.content {
    padding-right: 50px; } }

.page-services .brand-item {
  display: static;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 40px auto; }
  @media all and (min-width: 64em) {
    .page-services .brand-item {
      display: -ms-flexbox;
      display: flex; } }
  .page-services .brand-item .left-col {
    width: 100%;
    margin: auto;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-services .brand-item .left-col {
        width: 28%;
        text-align: left; } }
  .page-services .brand-item .right-col-float {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (min-width: 64em) {
      .page-services .brand-item .right-col-float {
        width: 72%; } }

.page-services .brand-item:nth-child(2n+2) .left-col {
  -ms-flex-order: 2;
  order: 2; }
  @media all and (min-width: 64em) {
    .page-services .brand-item:nth-child(2n+2) .left-col {
      text-align: right; } }

.page-services .brand-item:nth-child(2n+2) .right-col-float {
  -ms-flex-order: 1;
  order: 1; }

.page-services .brand-logo {
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto 40px;
  width: 235px;
  height: 235px; }
  @media all and (min-width: 64em) {
    .page-services .brand-logo {
      margin: 0; } }

.page-services .title {
  color: #000000;
  font-family: "proxima-nova";
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px; }

.page-services .content {
  color: #666666;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.page-services a {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  font-family: "proxima-nova"; }
  .page-services a span {
    margin-right: 5px;
    vertical-align: middle;
    line-height: 30px; }

.page-service-detail .hero-container div {
  background-position: center;
  background-size: cover;
  background-image: url("/images/image-placeholder_3x2.svg");
  display: block;
  margin: auto;
  width: 100%;
  height: 217px; }
  @media all and (min-width: 64em) {
    .page-service-detail .hero-container div {
      width: 940px;
      height: 380px; } }

.page-service-detail .main-content .content-max-width {
  padding: 24px 20px; }
  @media all and (min-width: 64em) {
    .page-service-detail .main-content .content-max-width {
      padding: 60px 0 35px 80px; } }

.page-service-detail .main-content .left-col {
  width: 100%;
  max-width: 560px;
  margin: auto; }
  @media all and (min-width: 64em) {
    .page-service-detail .main-content .left-col {
      float: left;
      width: calc(100% - 300px); } }
  .page-service-detail .main-content .left-col .lead {
    color: #666666;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .page-service-detail .main-content .left-col .content {
    margin-bottom: 20px;
    color: #666666;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }

.page-service-detail .main-content .right-col {
  width: 100%;
  text-align: center; }
  @media all and (min-width: 64em) {
    .page-service-detail .main-content .right-col {
      width: auto;
      float: right; } }
  .page-service-detail .main-content .right-col .enquire {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 266px;
    padding: 20px 20px 30px;
    border-radius: 10px;
    background-color: #000000;
    color: #ffffff;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: auto; }
    .page-service-detail .main-content .right-col .enquire a {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 50%);
      width: 101px;
      height: 30px;
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      border-radius: 4px;
      background-color: #666666;
      color: #ffffff;
      font-family: "proxima-nova";
      font-size: 13px;
      font-weight: 400;
      line-height: 30px; }

/*********************************************
:: JS Plugins
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

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

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/*********************************************
:: JS Plugins Overrides
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 41px; }
  .SumoSelect .CaptionCont {
    width: 100%;
    height: 41px;
    position: absolute;
    top: 0px;
    border: 1px solid #979797;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    color: #000000 !important;
    padding: 6px 10px 6px 10px;
    transition: all .5s ease-in-out;
    font-size: 0.938em;
    line-height: 1.7; }
    .SumoSelect .CaptionCont span {
      font-size: 16px;
      font-weight: 300;
      color: #212121;
      text-align: left; }
  .SumoSelect .CaptionCont label i {
    width: auto;
    height: auto;
    opacity: 1;
    font-style: normal;
    text-align: center; }
    .SumoSelect .CaptionCont label i:before {
      content: "\e915";
      font-family: "icomoon";
      display: inline-block;
      width: 100%;
      margin: auto;
      font-size: 20px;
      vertical-align: top;
      line-height: 41px;
      color: #000000; }
  .SumoSelect ul.options li label {
    margin-bottom: 0px; }

.SumoSelect:focus .CaptionCont, .SumoSelect:hover .CaptionCont {
  border-color: #666666;
  box-shadow: none; }

.error-SumoSelect > .CaptionCont {
  border: 1px solid #000000; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #000000; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #000000; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #000000; }

.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  border-radius: 50%;
  background: transparent;
  color: white;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  max-width: 495px;
  right: 0px;
  margin: auto;
  border-radius: 4px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }
