/** Shopify CDN: Minification failed

Line 508:3 Unexpected "zoom"
Line 723:3 Unexpected "zoom"
Line 2104:3 Unexpected "zoom"
Line 9386:3 Unexpected "zoom"
Line 9471:3 Unexpected "zoom"

**/
/*============================================================================
[replace with theme name] | Built with Slate
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
h1, h2, h3, h4, h5, h6, label, span, strong, b, li, th, div, td {
  color: #000; }

/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/* 2009 - box-lines (single | multiple)
2011 - flex-wrap (nowrap | wrap | wrap-reverse)
2012 - flex-wrap (nowrap | wrap | wrap-reverse) */
/*  2009 - box-orient ( horizontal | vertical | inline-axis | block-axis)
- box-direction (normal | reverse)
2011 - flex-direction (row | row-reverse | column | column-reverse)
2012 - flex-direction (row | row-reverse | column | column-reverse) */
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/* Text colors */
/* Backgrounds */
/* Border colors */
/* Helper colors for form error states */
/* Other colors */
/*================ Typography Variables ================*/
/*============================================================================
Grid Breakpoints and Class Names
- Do not change the variable names
==============================================================================*/
/* The `$breakpoints` list is used to build our media queries.
You can use these in the media-query mixin. */
/*============================================================================
Generate breakpoint-specific column widths and push classes
- Default column widths: $breakpoint-has-widths: ($small, $medium-up);
- Default is no push classes
- Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/* really high to be safe of app markup */
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0; }

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px; }

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit; }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item; }

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
  display: none; }

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/*   a:focus {
    color: inherit;
    } */
img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

/* Prevent zoom on touch devices in active inputs */
@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 900; }

/* Force option color (affects IE only) */
option {
  color: black;
  background-color: white; }

/* hide outline on focus for elements which are given focus by JS */
[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
Fast Tap
enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  /* sass-lint:disable */
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  /* sass-lint:disable no-important */
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  /* sass-lint:disable no-important */
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  /* No placeholders, so force show labels */ }
  .no-placeholder .label-hidden {
    /* sass-lint:disable no-important */
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  /* sass-lint:disable no-important */
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/* Only show when JS is not supported */
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

/* Only show when JS is supported */
.no-js .js {
  display: none; }

/* Only show when browser cookies are not supported */
.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

/* Only show when browser cookies are supported */
html.supports-no-cookies .supports-cookies {
  display: none; }

/* full width resonsive image */
.img-full {
  width: 100%;
  height: auto; }

/*============================================================================
Skip to content button
- Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  /* sass-lint:disable no-important */
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

.hide--mobile {
  display: none; }
  @media only screen and (max-width: 47em) {
    .hide--mobile {
      display: block; } }

.hide--tablet {
  display: none; }
  @media only screen and (min-width: 48em) {
    .hide--tablet {
      display: block; } }

.hide--desktop {
  display: block; }
  @media only screen and (min-width: 48em) {
    .hide--desktop {
      display: none; } }

/* ==========================================================================
#FLEXBOX HELPER
========================================================================== */
/* parent fixes flex min-height for IE10/11 */
.na-flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.na-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* 	Alt values. */
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.na-flex--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.na-flex--bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; }

.na-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.na-flex-child-strech {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* ==========================================================================
#RESPONSIVE IFRAMES
========================================================================== */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden; }

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%; }

/* 4x3 Aspect Ratio */
.intrinsic-container-1x1 {
  padding-bottom: 100%; }

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========================================================================
# toglge active class on target div
========================================================================== */
.js-toggle-target {
  display: none; }

.js-active {
  display: block; }

/* ==========================================================================
# lazisizes blur effect
========================================================================== */
.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

/*============================================================================
Grid
- Based on CSS Wizardry grid
==============================================================================*/
.grid {
  /* sass-lint:disable */
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
Reversed grids allow you to structure your source in the opposite
order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
Grid Columns
- Create width classes, prepended by the breakpoint name.
==============================================================================*/
/* sass-lint:disable brace-style empty-line-between-blocks */
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/* sass-lint:enable brace-style empty-line-between-blocks */
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

/* sass-lint:disable no-important */
.show {
  display: block !important; }

.hide {
  display: none !important; }

/* sass-lint:disable no-important */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 47em) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  /* sass-lint:disable no-important */
  .small--show {
    display: block !important; }

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

  /* sass-lint:disable no-important */
  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 48em) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  /* sass-lint:disable no-important */
  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  /* sass-lint:disable no-important */
  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/** Flexbox Grid **/
/* custom container */
.na-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.na-container--large {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

/* mobile zero pad */
@media only screen and (max-width: 47em) {
  .na-conttainer--mob-zero-pad {
    padding-left: 0;
    padding-right: 0; }
    .na-conttainer--mob-zero-pad .row {
      margin-left: 0;
      margin-right: 0; }
      .na-conttainer--mob-zero-pad .row div[class^="col-"] {
        padding-left: 0;
        padding-right: 0; } }
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

body {
  padding-bottom: 35px; }

.page-width {
  /* sass-lint:disable */
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 48em) {
  body {
    padding-bottom: 0; } }
/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
A generic way to visually hide content while
remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  /* sass-lint:disable no-important */
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    /* sass-lint:disable no-important */
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 72px;
  height: 21px; }

/*================ Rich Text Editor ================*/
.rte {
  line-height: 1.5;
  /* Match the styles from RTE nested lists */ }
  .rte img {
    height: auto; }
  .rte table {
    table-layout: fixed; }
  .rte ul,
  .rte ol {
    margin: 0 0 15px 30px; }
  .rte ul {
    list-style: disc outside; }
    .rte ul ul {
      list-style: circle outside; }
      .rte ul ul ul {
        list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

/* allow table to scroll for tables in the RTE since we don't know
how many columns they will contain. Class added by JS.
sass-lint:disable no-misspelled-properties */
.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* This class is wrapped around YouTube/Vimeo embeds in the RTE
to make them responsive and prevent layout breaking */
.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* This class is wrapped around tables in the RTE
to prevent layout breaking with a scrollable parent */
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .rte__table-wrapper .rte-item {
    padding-left: 15px;
    margin-left: 0; }

@media only screen and (min-width: 48em) {
  .rte__table-wrapper .rte-item {
    margin-left: 50px; } }
/*============================================================================
Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 47em) {
  .responsive-table {
    width: 100%;
    /*   IE9 table layout fixes */
  /*   td::before {
  content: attr(data-label);
  float: left;
  text-align: center;
  padding-right: 10px;
} */ }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      /*    padding: $gutter / 2; */
      padding: 10px;
      margin: 0; }

  /*Add a keyline between rows
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
  position: relative;
  margin-top: 10px;
  padding-top: $gutter / 2;
  &::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: $gutter / 2;
  right: $gutter / 2;
  border-bottom: 1px solid $color-border;
}
} */ }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }

/*============================================================================
Form scaffolding
- Selectors setup for you to style form elements how you want
- Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  color: black; }
  input:focus,
  textarea:focus,
  select:focus {
    color: black; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"],
select,
textarea {
  border: 1px solid black;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 20px; }

textarea {
  min-height: 150px; }

label {
  font-weight: bold; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/49/assets/ico-select.svg?v=53569193904132550091572459380);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
.input-error,
.error_message {
  border-color: red;
  background-color: tansparent;
  color: red; }

.form-success,
.success_message {
  color: #1f497d;
  font-weight: bold; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

/* Mimic a background image by wrapping the placeholder svg with this class */
.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsWqZPBQ.ttf) format("truetype"); }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local("Raleway Black"), local("Raleway-Black"), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vWqZPBQ.ttf) format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v12/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format("truetype"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url(https://fonts.gstatic.com/s/sourcesanspro/v12/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf) format("truetype"); }

html {
  font-size: 62.5%; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.75; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0; }

p {
  margin-bottom: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%; }

a {
  color: #1f497d; }

a:focus {
  color: #1f497d; }

/*================ MODULES ================*/
/* ==========================================================================
#HEADER
========================================================================== */
.site-header {
  background: #1f497d;
  box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 30;
  width: 100vw; }
  .site-header .row {
    height: 100%; }
  .site-header header {
    padding: 10px 0;
    height: 70px; }

/* Announcment Bar */
.announcment-bar {
  background: white;
  text-align: center;
  padding: 0 10px;
  min-height: 38px; }

.announcement-bar__text {
  color: black;
  text-decoration: none;
  font-size: 20px;
  line-height: 2; }

/* left col */
.header-left {
  height: 100%; }

.logo-container {
  width: 100%;
  height: 100%; }
  .logo-container h1, .logo-container .h1 {
    margin: 0;
    line-height: 1.6;
    font-size: 2em; }

.logo-image {
  max-width: 150px;
  display: block; }
  .logo-image img {
    width: 100%;
    height: auto;
    vertical-align: middle; }

/* right col */
.header-right {
  height: 100%;
  justify-content: flex-end; }

.header-right__mobile {
  align-self: center;
  padding-top: 5px;
  width: 100%;
  text-align: right;
  white-space: nowrap; }
  .header-right__mobile span {
    display: inline-block; }

.header-right__mobile-cart {
  margin-right: 20px; }
  .header-right__mobile-cart svg {
    width: 25px;
    height: 25px; }
  .header-right__mobile-cart a {
    color: white; }

/* hide desktop nav mobile */
.nav-desktop__container {
  display: none; }

/* hamburger */
.hamburger {
  font-size: 25px;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  cursor: pointer;
  transition: transform .2s ease-in-out;
  vertical-align: middle;
  border: 0 none;
  background: transparent; }
  .hamburger:hover, .hamburger:active {
    background: transparent; }

/*Button height fix for Firefox */
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none; }

/*Focus fix for Chrome */
.hamburger:focus {
  outline: 0; }

.hamburger:before,
.hamburger:after {
  content: ""; }

.hamburger:before,
.hamburger .icon,
.hamburger:after {
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 4px;
  transition: transform .2s ease-in-out;
  background: #FFF;
  border-radius: 5px; }

.hamburger:after {
  margin: 0; }

/* Styles for the active `.hamburger` icon */
.hamburger.opened:before,
.hamburger.opened .icon,
.hamburger.opened:after {
  background: #FFF; }

/*CLOSE/CANCEL/CROSS*/
.hamburger.hamburger-cancel.opened .icon {
  transform: scale(0); }

.hamburger.hamburger-cancel.opened:before {
  transform: translateY(0.3em) rotate(135deg); }

.hamburger.hamburger-cancel.opened:after {
  transform: translateY(-0.3em) rotate(-135deg); }

/* mobile navigation */
body.nav-mobile-open {
  position: fixed;
  height: 100vw;
  width: 100vw; }

#nav-mobile {
  background-color: #363636;
  position: fixed;
  top: 70px;
  /* this varies on the qab bar */
  bottom: 0;
  right: 0;
  transform: translateX(200%);
  z-index: 25;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform .3s ease-in-out;
  /* opened state */ }
  #nav-mobile.opened {
    transform: translateX(0);
    min-width: 100vw; }

.accordion .accordion__content {
  display: none; }

#nav-mobile .accordion .accordion__item:not(:first-child) {
  border-top: 1px solid #555; }
#nav-mobile .accordion .accordion__item.has__content .accordion__title:after {
  content: '\002B';
  font-size: 16px;
  line-height: 3.3;
  color: #FFF;
  float: right;
  margin-left: 5px;
  padding-right: 0.5em; }
#nav-mobile .accordion .accordion__item.has__content .accordion__title.active:after {
  content: "\2212";
  font-size: 18px;
  color: #FFF;
  float: right;
  margin-left: 5px;
  padding-right: 0.5em; }
#nav-mobile .accordion .accordion__title {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3.75;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #555;
  padding: 0px 15px; }
#nav-mobile .accordion .accordion__content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #nav-mobile .accordion .accordion__content ul li:not(:last-child) {
    border-bottom: 2px dotted #555; }
  #nav-mobile .accordion .accordion__content ul li {
    margin: 0 20px; }
  #nav-mobile .accordion .accordion__content ul a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    display: block;
    transition: 0.3s;
    line-height: 3.75;
    font-weight: 600; }
#nav-mobile .accordion .nav-mobile__account .accordion__title {
  position: relative; }
  #nav-mobile .accordion .nav-mobile__account .accordion__title svg {
    margin-right: 5px;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px; }

.nav-mobile__search {
  margin-top: 25px;
  padding: 0 15px;
  width: 100%; }

.nav-mobile__search-form {
  position: relative; }

.nav-mobile__search-input {
  width: 100%;
  height: 35px;
  border: none;
  line-height: 1;
  padding: 9px 35px 6px 15px;
  margin-bottom: 0; }

.nav-mobile__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  border: 0;
  background: transparent; }

.nav-mobile__contact {
  margin-top: 20px;
  padding: 0 15px;
  width: 100%; }

.nav-mobile__contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.nav-mobile__contact__list-item .icon {
  margin: 0 5px 2px 0;
  width: 15px;
  height: 15px; }

.nav-mobile__contact__list-link {
  color: white;
  font-weight: 600;
  line-height: 2;
  font-size: 14px;
  text-decoration: none; }

@media only screen and (min-width: 48em) {
  #nav-mobile {
    display: none; } }
/* desktop styles */
@media only screen and (min-width: 48em) {
  .site-header header {
    padding: 18px 0;
    height: 130px; }

  /* left col */
  .logo-container {
    height: auto; }

  .logo-image {
    max-width: 275px; }

  .main-navigation {
    height: 100%; }

  .main-navigation__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }

  .main-navigation__list-item {
    margin: 0 10px;
    white-space: nowrap;
    line-height: 1; }
    .main-navigation__list-item.active .main-navigation__list-item-link {
      font-weight: 900; }
    .main-navigation__list-item a:focus {
      color: white; }

  .main-navigation__list-item-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px; }

  /* right col */
  .header-right {
    /* 	Alt values. */
    /* 	 2009 */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    /*  2012 */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    /*  2011 (IE 10) */
    -ms-flex-direction: column; }

  .header-right__desktop-elements {
    width: 100%; }

  .header-right__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    float: right;
    clear: both; }
    .header-right__list li:first-child {
      margin-right: 15px; }

  .header-right__list-item {
    line-height: 1.2;
    white-space: nowrap; }
    .header-right__list-item .icon {
      margin: 0 5px 2px 0;
      width: 15px;
      height: 15px; }
    .header-right__list-item .icon path {
      fill: white; }

  .header-right__list-link {
    color: white;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    text-decoration: none; }
    .header-right__list-link:focus {
      color: white;
      outline: none; }

  .header-right__contact li:first-child {
    margin-right: 0; }
  .header-right__contact.divider li:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid white; }
  .header-right__contact .header-right__list-item {
    margin-right: 0; }

  .header-right__account {
    margin-top: 20px; }
    .header-right__account .header-right__list-link {
      font-size: 16px; }

  .header-right__search {
    float: right;
    clear: both;
    margin-top: 8px;
    width: 100%;
    max-width: 75%;
    position: relative; }

  .header-top__search-input {
    width: 100%;
    height: 35px;
    border: none;
    line-height: 1;
    padding: 9px 35px 6px 15px;
    margin-bottom: 0; }

  .header-top__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    border: 0;
    background: transparent; }

  /* desktop navigation dropdown */
  .nav-desktop__container {
    display: block;
    position: relative; }

  .nav-desktop_dropdown {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    transform: translateY(-400%);
    left: 0;
    z-index: 11;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    padding: 25px 0 35px; }
    .nav-desktop_dropdown.visible {
      transform: translateY(0); }

  /* shop menu */
  #shop-dd ul {
    list-style-type: none; }
  #shop-dd .column {
    border-right: 1px solid rgba(240, 240, 240, 0.5);
    padding-left: 30px;
    padding-right: 30px; }
    #shop-dd .column > li {
      margin-left: 35px; }
    #shop-dd .column:last-child {
      border-right: none; }
      #shop-dd .column:last-child > li {
        margin-top: 0; }
  #shop-dd .column1 .desktop__submenu-title, #shop-dd .column2 .desktop__submenu-title {
    margin-top: 30px; }
  #shop-dd .column1 .desktop__submenu-title:first-child, #shop-dd .column2 .desktop__submenu-title:first-child {
    margin-top: 0; }
  #shop-dd .column3 > li {
    margin-top: 20px; }
  #shop-dd .column3 > li:first-child {
    margin-top: 0; }
  #shop-dd .column4 > li {
    margin-left: 0; }
  #shop-dd .column4 img {
    width: 100%;
    height: auto; }

  .desktop__submenu-title {
    display: block;
    text-transform: uppercase;
    color: #1f497d;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    line-height: 1; }

  .desktop__submenu-icon {
    display: inline-block;
    width: 35px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -45px;
    text-align: center;
    /* adjust icon sizes */ }
    .desktop__submenu-icon svg {
      width: 100%;
      height: auto;
      color: white; }
    .desktop__submenu-icon.icon-wine-fridges svg {
      width: 22px; }
    .desktop__submenu-icon.icon-beverage-fridges svg {
      width: 19px; }
    .desktop__submenu-icon.icon-cooling svg {
      width: 33px; }
    .desktop__submenu-icon.icon-heating svg {
      width: 19px; }
    .desktop__submenu-icon.icon-ice-makers svg {
      width: 25px; }
    .desktop__submenu-icon.icon-humidors svg {
      width: 10px; }
    .desktop__submenu-icon.icon-laundry svg {
      width: 34px; }
    .desktop__submenu-icon.icon-kitchen svg {
      width: 25px; }
    .desktop__submenu-icon.icon-sale svg {
      width: 20px; }

  .desktop__submenu-items {
    padding: 0; }

  .desktop__submenu-item {
    margin-top: 10px; }

  .desktop__submenu-item, .desktop__submenu-item a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600; }

  /* product support menu */
  #product-support-dd .product-support__item {
    padding: 0 25px;
    border-right: 1px solid rgba(240, 240, 240, 0.5);
    text-align: center;
    width: 180px; }
    #product-support-dd .product-support__item a {
      text-decoration: none;
      margin: 25px 0;
      color: white;
      font-weight: 600; }
    #product-support-dd .product-support__item:last-child {
      border-right: none; } }
@media only screen and (min-width: 990px) {
  .header-right__search {
    max-width: 335px; }

  .main-navigation__link-hover {
    position: relative;
    display: inline-block;
    padding-bottom: 3px; }
    .main-navigation__link-hover:after {
      background: none repeat scroll 0 0 transparent;
      bottom: 0;
      content: "";
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      background: #fff;
      transition: width 0.3s ease 0s, left 0.3s ease 0s;
      width: 0; }
    .main-navigation__link-hover:hover:after {
      width: 100%;
      left: 0; } }
/* ==========================================================================
#FOOTER
========================================================================== */
.section-footer {
  border-top: 1px solid #1f497d;
  padding: 30px 0 25px;
  margin-top: 40px; }
  .section-footer .section-footer__menu-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .section-footer .section-footer__menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .section-footer .section-footer__menu-item {
    margin-top: 10px; }
  .section-footer .section-footer__menu-link {
    color: black;
    text-decoration: none;
    font-weight: 300; }

/* social icons */
.section-footer__social-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.section-footer__social-item {
  margin-right: 10px; }
  .section-footer__social-item svg, .section-footer__social-item svg.icon {
    color: black;
    width: 20px;
    height: 20px; }

/* mobile newsletter */
.section-footer__newsletter-mobile {
  margin-top: 30px; }
  .section-footer__newsletter-mobile .section-footer__newsletter-fields {
    position: relative;
    margin-top: 10px; }
    .section-footer__newsletter-mobile .section-footer__newsletter-fields input {
      border: 1px solid #1f497d;
      margin: 0;
      height: 60px;
      padding-right: 60px; }
    .section-footer__newsletter-mobile .section-footer__newsletter-fields .klaviyo_form_actions {
      position: absolute;
      top: 0;
      right: 0; }
      .section-footer__newsletter-mobile .section-footer__newsletter-fields .klaviyo_form_actions button {
        display: inline-block;
        width: 60px;
        height: 60px;
        padding: 10px;
        border: none;
        background: transparent; }
        .section-footer__newsletter-mobile .section-footer__newsletter-fields .klaviyo_form_actions button span:first-child {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .section-footer__newsletter-mobile .section-footer__newsletter-fields .klaviyo_form_actions button span:first-child svg {
            width: 40px;
            height: auto; }
        .section-footer__newsletter-mobile .section-footer__newsletter-fields .klaviyo_form_actions button span:last-child {
          display: none; }

.section-footer__newsletter-copy {
  margin-top: 25px; }
  .section-footer__newsletter-copy a {
    color: black;
    text-decoration: none; }

/* menus */
.section-footer__menu-mobile {
  margin-top: 30px; }

/* desktop styles */
@media only screen and (min-width: 48em) {
  .section-footer {
    padding: 50px 0 70px; }

  .section-footer__menu {
    margin-top: 0; }

  .section-footer__newsletter .section-footer__social {
    margin-top: 40px; }

  .section-footer__newsletter-copy {
    margin-top: 40px; }

  .section-footer__newsletter-desktop .section-footer__newsletter-fields {
    position: relative;
    margin-top: 10px;
    display: flex; }
    .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_field_group {
      width: 60%;
      margin-right: 20px; }
      .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_field_group input {
        border: 1px solid #cccccc;
        margin: 0;
        padding-right: 60px; }
    .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_form_actions {
      width: 30%;
      min-width: 100px;
      max-width: 125px;
      position: static; }
      .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_form_actions button {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px;
        border: none;
        background: black;
        color: white; }
        .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_form_actions button span:first-child {
          display: none; }
        .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_form_actions button span:last-child {
          font-size: 12px;
          display: inline;
          text-transform: uppercase; }

  .section-footer__social {
    margin-top: 40px; } }
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    /* sass-lint:disable no-color-literals */
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/* ==========================================================================
#BREADCRUMBS
========================================================================== */
.breadcrumb {
  margin-top: 15px; }
  .breadcrumb a, .breadcrumb span {
    color: black;
    text-decoration: none;
    font-size: 12px; }

.accordion .accordion__content {
  display: none; }

/* mobile nav accordion styles located in header.scss */
/* layout accordion styles */
.layout-accordion .accordion__item.has__content {
  padding-left: 15px;
  position: relative; }
  .layout-accordion .accordion__item.has__content .accordion__title:after {
    content: '\002B';
    font-size: 18px;
    color: #1f497d;
    padding-right: 10px;
    position: absolute;
    top: 1px;
    left: 0; }
  .layout-accordion .accordion__item.has__content .accordion__title.active:after {
    content: "\2212"; }
.layout-accordion .accordion__title {
  color: black;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  line-height: 2;
  display: block; }
.layout-accordion .accordion__content {
  padding-left: 20px; }

/* faq accordion styles */
.faq-accordion .accordion__item.has__content .accordion__title:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  transform: rotate(45deg);
  vertical-align: top;
  transition: color 250ms, transform 250ms; }
.faq-accordion .accordion__item.has__content .accordion__title.active {
  font-weight: bold; }
.faq-accordion .accordion__item.has__content .accordion__title.active:before {
  transform: rotate(135deg);
  color: #1f497d; }
.faq-accordion .accordion__title {
  position: relative;
  color: black;
  text-decoration: none;
  line-height: 1.75;
  display: block;
  padding-left: 15px; }
.faq-accordion .accordion__content {
  margin: 0 0 25px 45px; }

/* ==========================================================================
#SLIDER
========================================================================== */
/* defalut slider dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 40px 0;
  width: 100%;
  line-height: 0; }
  .slick-dots li {
    position: relative;
    top: -5px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 2.5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li.slick-active button:before {
      background-color: #1f497d;
      border: solid 1px #1f497d; }
    .slick-dots li button {
      border: 0;
      background: 0 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: solid 1px #cccccc;
        background-color: #cccccc; }

/* ==========================================================================
#BACK TO TOP
========================================================================== */
.back-to-top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 35px;
  text-decoration: none;
  color: white;
  background-color: #1f497d;
  display: none;
  z-index: 101;
  text-align: center; }
  .back-to-top .back-to-top__content span {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    position: relative; }
  .back-to-top .back-to-top__content span:first-child {
    display: none; }
  .back-to-top .back-to-top__content span:last-child:before, .back-to-top .back-to-top__content span:last-child:after {
    content: "\A";
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    top: 5px;
    transform: rotate(90deg); }
  .back-to-top .back-to-top__content span:last-child:before {
    left: -40px; }
  .back-to-top .back-to-top__content span:last-child:after {
    right: -40px; }
  .back-to-top:hover .back-to-top__content span {
    color: rgba(255, 255, 255, 0.5); }
    .back-to-top:hover .back-to-top__content span.triangles:before, .back-to-top:hover .back-to-top__content span.triangles:after {
      border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent; }

@media only screen and (min-width: 48em) {
  .back-to-top {
    bottom: 25%;
    left: auto;
    right: 0;
    width: 100px;
    height: 100px;
    background: white;
    color: black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px; }
    .back-to-top .back-to-top__content span {
      line-height: 1;
      display: block; }
    .back-to-top .back-to-top__content span:first-child {
      display: block; }
      .back-to-top .back-to-top__content span:first-child svg {
        color: #1f497d;
        width: 30px;
        height: 30px;
        transform: rotate(90deg); }
    .back-to-top .back-to-top__content span:last-child {
      margin-top: 5px; }
      .back-to-top .back-to-top__content span:last-child:before, .back-to-top .back-to-top__content span:last-child:after {
        display: none; }
    .back-to-top:hover .back-to-top__content span {
      color: black; } }
/* ==========================================================================
#PAGNATION
========================================================================== */
.pagination {
  padding: 25px 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px; }
  .pagination a {
    text-decoration: none; }
  .pagination span {
    font-weight: bold;
    color: #1f497d; }
  .pagination .current {
    font-size: 22px;
    font-weight: 900; }
  .pagination .next, .pagination .prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px; }
    .pagination .next a, .pagination .prev a {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      font-size: 0; }
      .pagination .next a:before, .pagination .prev a:before {
        content: '';
        transition: all .5s ease-in-out;
        border: 4px solid #1f497d;
        border-width: 0 6px 6px 0;
        display: inline-block;
        padding: 7px;
        position: absolute;
        top: 4px;
        left: 4px; }
  .pagination .prev {
    right: 5px;
    transform: rotate(135deg); }
  .pagination .next {
    left: 5px;
    transform: rotate(-45deg); }

/* ==========================================================================
#SHOW MORE
========================================================================== */
/* initially hide all items */
[data-show-more-item] {
  display: none; }

.show_more {
  text-align: center;
  padding: 25px 0;
  display: block;
  width: 100%; }

.show-more__button {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #1f497d;
  padding: 5px 25px; }

/* ==========================================================================
#LAYOUT POPUP
========================================================================== */
.layout-draw {
  background: white;
  color: black;
  padding: 30px 30px 40px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative; }

.layout-draw__header h3 {
  color: #1f497d;
  text-transform: uppercase;
  font-size: 28px; }

.layout-draw__body {
  margin-top: 20px; }

/* ==========================================================================
#INSTAGRAM
========================================================================== */
/* sliders */
.na-insta-widget {
  margin-top: 40px; }
  .na-insta-widget .ssw-instagram-widget {
    margin-top: 20px; }
    .na-insta-widget .ssw-instagram-widget > div:first-child {
      display: none; }
  .na-insta-widget .na-insta-widget__title-text {
    color: #1f497d;
    text-transform: uppercase;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    display: block;
    font-weight: 700; }
    .na-insta-widget .na-insta-widget__title-text a {
      display: none; }
  .na-insta-widget .ssw-slider {
    padding: 0px; }
  .na-insta-widget .ssw-direction-nav a {
    background: transparent; }
  .na-insta-widget .ssw-direction-nav a.ssw-next,
  .na-insta-widget .ssw-direction-nav a.ssw-prev {
    opacity: 1; }
  .na-insta-widget .ssw-direction-nav a.ssw-next::before,
  .na-insta-widget .ssw-direction-nav a.ssw-prev::before {
    content: '';
    transition: all .5s ease-in-out;
    border: 4px solid #1f497d;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg); }
  .na-insta-widget .ssw-direction-nav a.ssw-next::before {
    transform: rotate(-45deg); }
  .na-insta-widget .ssw-item-backdrop .ssw-shop-it-btn {
    color: #1f497d;
    border-color: white;
    background: white; }

@media only screen and (min-width: 48em) {
  .na-insta-widget .na-insta-widget__title-text {
    color: black; }
    .na-insta-widget .na-insta-widget__title-text a {
      display: inline;
      text-decoration: none; }
  .na-insta-widget .ssw-slider {
    padding: 0 40px; }
  .na-insta-widget .ssw-control-nav {
    display: none; } }
/* ==========================================================================
#DEFAULT SECTION STYLES
========================================================================== */
.section__content {
  text-align: center;
  padding: 30px 10px; }

.section__title {
  /* margin-top: 20px; */ }

.section__title-text {
  margin: 0;
  color: #1f497d;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 1; }

.section__text {
  line-height: 1.5; }

.section__action {
  margin-top: 15px; }

.section__button {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 10px 15px;
  background: #1f497d;
  border: 1px solid #1f497d; }
  .section__button:focus {
    color: white;
    outline: none; }

.section__button-thin {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  background: #1f497d;
  border: 1px solid #1f497d;
  min-width: 130px;
  line-height: 24.5px; }
  .section__button-thin:focus {
    color: white;
    outline: none; }

@media only screen and (min-width: 48em) {
  .section__button {
    font-size: 14px; }

  .section__button-thin {
    width: auto; } }
/* ==========================================================================
#HOME HERO
========================================================================== */
.home-hero img {
  width: 100%;
  height: auto; }
.home-hero .section__content {
  background: black;
  padding: 10px 10px 20px; }
.home-hero .section__title {
  margin-top: 10px; }
.home-hero .section__title-text {
  color: white;
  font-size: 38px; }
.home-hero .section__text {
  color: white; }

@media only screen and (min-width: 48em) {
  .home-hero {
    position: relative; }
    .home-hero .section__content {
      width: 80%;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .home-hero .section__title-text {
      font-size: 60px; }
    .home-hero .section__text {
      font-size: 20px; } }
/* ==========================================================================
#HOME CONTENT
========================================================================== */
.section__home-content .na-container--large {
  padding: 0; }
.section__home-content .row {
  margin-left: 0;
  margin-right: 0; }
.section__home-content div[class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.home-content__item {
  margin-top: 25px; }
  .home-content__item > div:nth-child(1) {
    line-height: 0; }
    .home-content__item > div:nth-child(1) img {
      width: 100%;
      height: auto; }
  .home-content__item > div:nth-child(2) {
    background: #f0f0f0; }

@media only screen and (min-width: 48em) {
  .home-content {
    margin: 0 25px 25px 25px; }

  .home-content__item:nth-child(even) {
    direction: rtl; }
    .home-content__item:nth-child(even) .section__content {
      direction: ltr; }
  .home-content__item > div:nth-child(2) {
    display: flex;
    justify-content: center; }
    .home-content__item > div:nth-child(2) .section__content {
      width: 100%;
      align-self: center; } }
/* ==========================================================================
#HOME NEWSLETTER
========================================================================== */
.section__home-newsletter .na-container--large {
  padding: 0; }
.section__home-newsletter .row {
  margin-left: 0;
  margin-right: 0; }
.section__home-newsletter div[class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.home-newsletter__item {
  margin-top: 25px; }
  .home-newsletter__item .section__title-text,
  .home-newsletter__item .section__text {
    color: white; }
  .home-newsletter__item > div:nth-child(1) {
    display: none; }
  .home-newsletter__item > div:nth-child(2) {
    background: #1f497d; }
  .home-newsletter__item .section__form .section-home-newsletter-fields {
    position: relative;
    margin-top: 10px; }
    .home-newsletter__item .section__form .section-home-newsletter-fields input {
      border: 1px solid #1f497d;
      margin: 0;
      height: 60px;
      padding-right: 60px; }
    .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions {
      position: absolute;
      top: 0;
      right: 0; }
      .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button {
        display: inline-block;
        width: 60px;
        height: 60px;
        padding: 10px;
        border: none;
        background: transparent; }
        .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button span:first-child {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button span:first-child svg {
            width: 40px;
            height: auto; }
        .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button span:last-child {
          display: none; }

@media only screen and (min-width: 48em) {
  .home-newsletter {
    margin: 0 25px 25px 25px; }

  .home-newsletter__item .section__title-text {
    color: #1f497d; }
  .home-newsletter__item .section__text {
    color: black; }
  .home-newsletter__item > div:nth-child(1) {
    display: block;
    line-height: 0; }
    .home-newsletter__item > div:nth-child(1) img {
      width: 100%;
      height: auto; }
  .home-newsletter__item > div:nth-child(2) {
    display: flex;
    justify-content: center;
    background: #f0f0f0; }
    .home-newsletter__item > div:nth-child(2) .section__content {
      width: 100%;
      align-self: center; }
  .home-newsletter__item .section__form {
    max-width: 530px;
    margin: 25px auto 0; }
    .home-newsletter__item .section__form .section-home-newsletter-fields {
      position: relative;
      margin-top: 10px;
      display: flex; }
      .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_field_group {
        width: 70%;
        margin-right: 20px; }
        .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_field_group input {
          border: 2px solid black;
          margin: 0;
          padding-right: 60px; }
      .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions {
        width: 30%;
        min-width: 100px;
        position: static; }
        .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding: 10px;
          border: none;
          background: #1f497d;
          color: white; }
          .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button span:first-child {
            display: none; }
          .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions button span:last-child {
            font-size: 12px;
            display: inline;
            text-transform: uppercase;
            font-weight: bold; } }
/* ==========================================================================
#SECTION COLLECTION SLIDER
========================================================================== */
.section-collection-slider .section-collection-slider__title {
  text-align: center;
  margin-top: 20px; }
.section-collection-slider .section-collection-slider__items {
  padding: 20px 0 15px; }
.section-collection-slider .layout-slider {
  text-align: center;
  overflow: visible; }
.section-collection-slider .product-item {
  margin: 0;
  padding-top: 25px; }
.section-collection-slider .product-item__view {
  margin: 0; }
.section-collection-slider .product-item__details {
  padding: 0 25px; }
  .section-collection-slider .product-item__details a {
    text-decoration: none; }
.section-collection-slider .slick-next, .section-collection-slider .slick-prev {
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  outline: 0;
  transition: all .5s ease-in-out;
  z-index: 99;
  border: 0;
  border-radius: 0; }
  .section-collection-slider .slick-next:before, .section-collection-slider .slick-prev:before {
    content: '';
    transition: all .5s ease-in-out;
    border: 4px solid #1f497d;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg); }
.section-collection-slider .slick-prev {
  left: -15px; }
.section-collection-slider .slick-next {
  transform: rotate(180deg) translateY(50%);
  right: -15px; }
.section-collection-slider .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 25px 0 0;
  width: 100%;
  line-height: 0; }
  .section-collection-slider .slick-dots li {
    position: relative;
    top: -5px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 2.5px;
    padding: 0;
    cursor: pointer; }
    .section-collection-slider .slick-dots li.slick-active button:before {
      background-color: #1f497d;
      border: solid 1px #1f497d; }
    .section-collection-slider .slick-dots li button {
      border: 0;
      background: 0 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer; }
      .section-collection-slider .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: solid 1px #cccccc;
        background-color: #cccccc; }
.section-collection-slider [data-bv-show=rating_summary] .bv_main_container {
  padding-left: 20px !important;
  justify-content: center !important; }
.section-collection-slider .product-item__prices {
  margin-bottom: .5em; }
.section-collection-slider #WAR {
  visibility: hidden !important; }

@media only screen and (min-width: 48em) {
  .section-collection-slider .section-collection-slider__items {
    padding: 0 20px; } }
/* ==========================================================================
#GUARANTEES
========================================================================== */
.guarantees {
  padding: 15px 10px;
  background: #1f497d;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600; }

.guarantee__item {
  display: flex;
  justify-content: center; }
  .guarantee__item span {
    align-self: center; }

.guarantee__icon {
  display: none; }

@media only screen and (min-width: 48em) {
  .guarantees {
    padding: 10px; }

  .guarantee__icon {
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px auto; }
    .guarantee__icon svg {
      width: 100%;
      height: auto; } }
/* ==========================================================================
#SECTIONS SPECIFIC FOR PRODUCT
========================================================================== */
#preview-bar-iframe {
  display: none; }

.swatch-element.color.white label {
  border: 1px solid rgba(0, 0, 0, 0.4); }

.template-product {
  padding-bottom: 110px; }

.product__section {
  /* margin-top: 25px; */ }
  .product__section div[class^="col-"] {
    padding-left: 0px;
    padding-right: 0px; }
  .product__section .row {
    margin-left: 0;
    margin-right: 0; }

.product__section-title {
  color: #1f497d;
  text-transform: uppercase;
  text-align: center; }

.review-highlights h2 {
  color: #1f497d;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  margin-top: 30px; }

/* global product grid item (product-item) */
.product-item {
  text-align: center;
  padding: 60px 25px 25px;
  position: relative; }
  .product-item a {
    text-decoration: none; }

.product-item__label {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 5px;
  background: #218721;
  line-height: 1;
  z-index: 10; }

.product-item__label-text {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap; }

.product-item__view {
  min-height: 250px;
  margin-bottom: 20px;
  position: relative;
  line-height: 0; }
  .product-item__view a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex; }

.product-item__img {
  width: auto;
  height: auto;
  max-height: 250px;
  max-width: 90%;
  margin: 0 auto;
  align-self: center; }

/* product reveal hover effect */
.reveal .hidden {
  display: flex !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative; }

.reveal .hidden {
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.250s ease-in-out;
  -moz-transition: opacity 0.250s ease-in-out;
  -o-transition: opacity 0.250s ease-in-out;
  transition: opacity 0.250s ease-in-out; }

.reveal:hover .hidden {
  z-index: 9;
  opacity: 8; }

.product-item__title {
  color: black; }

.product-item__type {
  font-size: 12px; }
  .product-item__type span {
    color: #1f497d; }

.product-item__prices {
  font-weight: bold; }

.product-item__prices-orig-price {
  opacity: 0.5;
  color: #1f497d; }

.product-item__prices-sale-price {
  color: #EB0000;
  margin-left: 5px; }

.product-item__prices-price {
  color: #1f497d; }

.product-item__prices-oos {
  color: grey;
  opacity: 0.5;
  margin-left: 5px; }

@media only screen and (min-width: 48em) {
  .template-product {
    padding-bottom: 125px; }

  .product__section {
    /* margin-top: 50px; */ }

  .product__section-title {
    font-size: 26px; }

  .product-item {
    padding: 25px;
    margin-top: 40px; }

  .product-item__label {
    transform: none;
    top: 5px;
    left: 5px; }

  .product-item__view {
    margin-bottom: 10px; }

  .product-item__img {
    max-width: 100%; } }
/* ==========================================================================
#MAIN PRODUCT SECTION
========================================================================== */
.product-single__media {
  margin-top: 25px; }

.product-single__media-inner {
  margin: 0 auto;
  position: relative;
  /* product label */
  /* general slider */
  /* intially hide slides */
  /* active slides to show */ }
  .product-single__media-inner .image-banner {
    text-align: center; }
  .product-single__media-inner .product-single__label {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 5;
    padding: 3px 5px;
    background: limegreen;
    line-height: 1; }
    .product-single__media-inner .product-single__label span {
      text-transform: uppercase;
      color: black;
      font-weight: bold;
      font-size: 20px;
      white-space: nowrap; }
  .product-single__media-inner .slick-slider {
    padding: 0; }
  .product-single__media-inner .slick-track {
    display: flex; }
  .product-single__media-inner .slick-slide {
    /* show active slides */
    visibility: visible;
    opacity: 1;
    align-self: auto; }
    .product-single__media-inner .slick-slide img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 450px;
      display: block;
      margin: 0 auto; }
  .product-single__media-inner .slick-track {
    margin-left: 0; }
  .product-single__media-inner .product-single__media-feature > li,
  .product-single__media-inner .product-single__media-nav > li {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .product-single__media-inner .product-single__media-feature .media-slide,
  .product-single__media-inner .product-single__media-nav .media-slide {
    display: block;
    visibility: visible;
    opacity: 1; }
    .product-single__media-inner .product-single__media-feature .media-slide > img,
    .product-single__media-inner .product-single__media-nav .media-slide > img {
      padding: 10px; }
  .product-single__media-inner .product-single__media-nav {
    display: none; }

.instagram-handle {
  font-size: 10.5px;
  text-align: center; }

.image-banner .media-slide {
  cursor: pointer; }

.product-single__info {
  font-size: 14px;
  margin-top: 25px; }
  .product-single__info h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 1.5; }

.product-single__info-inner .separator {
  margin: 0 10px; }

.product-single__title {
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.5; }

.product-single__price-wrapper {
  line-height: 1.5; }

.product-single__price {
  color: #1f497d;
  font-size: 24px;
  font-weight: 600; }

.product-single__form label {
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle; }

.product-single__quantity {
  margin-top: 20px; }
  .product-single__quantity input {
    margin-left: 30px;
    margin-bottom: 0;
    border: 1px solid black;
    width: 50px;
    height: 40px;
    text-align: center;
    padding: 0 0 0 10px;
    font-weight: bold; }

.product-single__button {
  margin-top: 25px;
  min-height: 60px;
  min-width: 180px;
  width: 100%;
  font-size: 23px; }
  .product-single__button:disabled {
    background: #cccccc;
    border-color: #cccccc;
    cursor: not-allowed; }

.product-single__availability {
  margin-top: 25px; }

.product-single__description,
.product-single__downloads {
  margin-top: 30px; }

.product-single__downloads-list {
  list-style: none;
  margin: 25px 0;
  padding: 0; }

.product-single__downloads-list-item {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  line-height: 1; }
  .product-single__downloads-list-item a, .product-single__downloads-list-item p {
    font-size: 16px;
    text-decoration: none;
    color: #1f497d; }

.product-download-pdf {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  color: #1f497d; }

/*
Swatches Styles
*/
.swatch {
  margin: 25px 0 0; }

/* Label */
.swatch .header {
  float: left;
  margin: 0 17px 0 0;
  vertical-align: middle;
  font-weight: 600;
  font-size: 20px;
  line-height: 2; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 40px !important;
  height: 40px !important;
  /* No extra spacing between them */
  margin: 0;
  /* Background color */
  background-color: #ddd;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  text-transform: uppercase; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border: 3px solid #1f497d !important; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
filter: alpha(opacity=60);
-khtml-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
}
*/
.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

@media only screen and (min-width: 48em) {
  .product-single__info {
    margin-top: 0; }

  .product-single__info-inner {
    padding: 0 30px; }

  .product-single__media {
    margin-top: 0; }

  .product-single__media-inner {
    margin: 30px auto 0; }

  /* navigation slider */
  .product-single__media-inner .product-single__media-nav {
    display: block;
    margin-top: 25px;
    padding: 0 30px; }

  .product-single__media-nav .slick-slide {
    margin: 5px; }
    .product-single__media-nav .slick-slide img {
      max-height: 100px;
      cursor: pointer; }
  .product-single__media-nav .slick-next, .product-single__media-nav .slick-prev {
    border: none;
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    outline: 0;
    transition: all .5s ease-in-out;
    z-index: 99;
    border-radius: 0; }
    .product-single__media-nav .slick-next:before, .product-single__media-nav .slick-prev:before {
      content: '';
      transition: all .5s ease-in-out;
      border: 1px solid #1f497d;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 7px;
      transform: rotate(135deg); }
  .product-single__media-nav .slick-prev {
    left: 0; }
  .product-single__media-nav .slick-next {
    transform: rotate(180deg) translateY(50%);
    right: 0; }

  .product-single__button {
    width: auto; } }
/* ==========================================================================
#PRODUCT VIDEOS SECTION
========================================================================== */
.product-videos__item-img {
  width: 100%;
  height: auto;
  cursor: pointer; }

/* ==========================================================================
#PRODUCT KEY FEATURES SECTION
========================================================================== */
.product-key-features .product-key-features__left {
  line-height: 0; }
  .product-key-features .product-key-features__left img {
    width: 100%;
    height: auto; }
.product-key-features .product-key-features__right {
  background: #f0f0f0; }

.product-key-features__content {
  width: 100%;
  padding: 40px 20px; }
  .product-key-features__content h2 {
    text-align: center; }
  .product-key-features__content ul {
    margin-top: 20px;
    padding: 0;
    list-style-position: inside; }
  .product-key-features__content li {
    margin-top: 10px; }
  .product-key-features__content li:first-child {
    margin-top: 0; }

@media only screen and (min-width: 48em) {
  .product-key-features__left,
  .product-key-features__right {
    line-height: 0; }

  .product-key-features__right {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .product-key-features__content {
    padding: 40px 25px;
    max-width: 392px; }
    .product-key-features__content h2 {
      text-align: left; } }
/* ==========================================================================
#PRODUCT DETAILS SECTION
========================================================================== */
.product-details__mobile {
  margin-top: 20px;
  display: block; }

.product-details__desktop {
  display: none;
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 20px; }
  .product-details__desktop .product-detail__item {
    margin-top: 10px;
    color: black; }
    .product-details__desktop .product-detail__item p:first-child {
      font-size: 18px;
      font-weight: 700; }
  .product-details__desktop .product-detail__image-container {
    display: flex;
    justify-content: center;
    height: 100%; }
    .product-details__desktop .product-detail__image-container img {
      width: 100%;
      max-width: 100% !important;
      height: auto; }
    .product-details__desktop .product-detail__image-container .product-detail__image-wrap {
      align-self: center; }

@media only screen and (min-width: 48em) {
  .product-details__mobile {
    display: none; }

  .product-details__desktop {
    display: block; } }
/* ==========================================================================
#PRODUCT Prop 65
========================================================================== */
.product-detail__prop-65-container {
  text-align: right; }

/* ==========================================================================
#PRODUCT FAQS AND MORE
========================================================================== */
@keyframes moveArrow {
  0% {
    right: -15px; }

  50% {
    right: -20px; }

  100% {
    right: -15px; } }

.product-faq-more .product__section-title a {
  display: inline-block;
  text-decoration: none;
  position: relative; }
  .product-faq-more .product__section-title a span {
    position: absolute;
    right: -20px;
    display: block;
    top: -3px;
    x-transition: all 1s ease-in-out;
    animation: moveArrow 2s infinite; }
.product-faq-more .js-toggle-target {
  padding: 20px 0; }
@media only screen and (min-width: 48em) {
  .product-faq-more {
    margin-top: 80px; } }

/* ==========================================================================
#PRODUCT SPECIFICATIONS SECTION
========================================================================== */
.product-specs .product-specs--bg {
  position: relative;
  background-color: #1f497d;
  padding: 25px 0 50px; }
  .product-specs .product-specs--bg:before {
    background: url("/cdn/shop/t/49/assets/new-air-spec-grid.png?v=118414526413290212991572459342");
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
.product-specs .product__section-title {
  position: relative; }
.product-specs .product-specs__left,
.product-specs .product-specs__right,
.product-specs .product__section-title {
  z-index: 5; }
.product-specs .product-specs__left {
  text-align: center; }
  .product-specs .product-specs__left img {
    max-width: 540px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px; }
.product-specs .product__section-title {
  color: white;
  margin-bottom: 25px; }
.product-specs .product-specs__content {
  font-size: 16px;
  padding-top: 25px;
  color: white; }

/* ==========================================================================
#PRODUCT Featured article
========================================================================== */
@media only screen and (min-width: 48em) {
  .product-featured-articles .row {
    margin-right: -0.536rem;
    margin-left: -0.536rem; }
  .product-featured-articles div[class^="col-"] {
    padding-right: 0.536rem;
    padding-left: 0.536rem; } }
/* ==========================================================================
#PRODUCT Featured Blog
========================================================================== */
.product-guarantees {
  text-align: center; }

.product-guarantees-bg {
  background: #1f497d;
  padding: 15px; }

.product-guarantees__item p:first-of-type {
  color: white;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5; }
.product-guarantees__item p:last-of-type, .product-guarantees__item .product-guarantee__icon {
  display: none; }

@media only screen and (min-width: 48em) {
  .product-guarantees-bg {
    background: #f0f0f0; }

  .product-guarantees__item .product-guarantees__conent {
    padding: 30px; }
  .product-guarantees__item p:first-of-type {
    margin-top: 25px;
    color: #1f497d; }
  .product-guarantees__item p:last-of-type, .product-guarantees__item .product-guarantee__icon {
    display: block; }
  .product-guarantees__item .product-guarantee__icon svg {
    color: #1f497d;
    height: 70px;
    width: auto; } }
/* ==========================================================================
#PRODUCT Scroll Box
========================================================================== */
.product__scroll-box {
  display: none;
  z-index: 50;
  background: #1f497d;
  position: fixed;
  bottom: 35px;
  left: 0;
  width: 100vw;
  height: 75px;
  border-bottom: 1px solid white; }
  .product__scroll-box .product__scroll-box--content {
    display: flex;
    text-align: center;
    padding: 0;
    height: 100%; }
  .product__scroll-box .column {
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    border-right: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 18px; }
    .product__scroll-box .column:last-child {
      border-right: none; }
    .product__scroll-box .column > div {
      align-self: center; }
  .product__scroll-box .product__scroll-box--title,
  .product__scroll-box .product__scroll-box--qty {
    display: none; }
  .product__scroll-box .product__scroll-box--price,
  .product__scroll-box .product__scroll-box--add-to-cart {
    width: 50%; }
  .product__scroll-box .product__scroll-box--add-to-cart .product-single__button {
    background: white;
    color: #1f497d;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    min-width: auto;
    min-height: auto; }
    .product__scroll-box .product__scroll-box--add-to-cart .product-single__button:disabled {
      background: #ccc;
      border-color: #ccc;
      cursor: not-allowed;
      color: white; }

@media only screen and (min-width: 48em) {
  .product__scroll-box {
    height: 100px;
    bottom: 0;
    border-bottom: none; }
    .product__scroll-box .product__scroll-box--title,
    .product__scroll-box .product__scroll-box--qty {
      display: flex; }
    .product__scroll-box .product__scroll-box--title {
      width: 50%;
      padding: 15px; }
    .product__scroll-box .product__scroll-box--price {
      width: 14%; }
    .product__scroll-box .product__scroll-box--qty {
      width: 14%; }
      .product__scroll-box .product__scroll-box--qty label {
        margin-right: 10px; }
      .product__scroll-box .product__scroll-box--qty input[type="number"] {
        margin: 0;
        border: none;
        color: #1f497d;
        display: inline-block;
        width: 50px;
        height: 35px;
        padding: 0 0 0 10px;
        text-align: center; }
      .product__scroll-box .product__scroll-box--qty.hidden {
        visibility: hidden; }
    .product__scroll-box .product__scroll-box--add-to-cart {
      width: 22%; }
      .product__scroll-box .product__scroll-box--add-to-cart .product-single__button {
        padding: 15px 20px; } }
@media screen and (max-width: 767px) {
  .arqspin-mobile-hidden {
    display: none !important; } }

.promo-message {
  color: #1f497d;
  font-weight: 600;
  margin: 10px 0; }

/* ==========================================================================
#ACCOUNT PAGES
========================================================================== */
.template-register .errors,
.template-login .errors,
.template-account .errors,
.template-addresses .errors {
  margin: 10px 0;
  color: red; }
  .template-register .errors ul,
  .template-login .errors ul,
  .template-account .errors ul,
  .template-addresses .errors ul {
    margin: 0;
    padding: 0;
    list-style-position: inside; }

/* register page */
.template-register form {
  margin-top: 25px; }
  .template-register form .section__button-thin {
    width: 100%; }

@media only screen and (min-width: 48em) {
  .template-register form .section__button-thin {
    width: auto;
    min-width: 200px; } }
/* login */
.template-login {
  /* left col */
  /* right col */
  /* forgot pass */ }
  .template-login #customer_login {
    margin-top: 25px; }
    .template-login #customer_login .section__button-thin {
      margin-top: 25px; }
  .template-login .account__login-right {
    margin-top: 25px; }
  .template-login .account__login-right-content {
    margin-top: 25px; }
    .template-login .account__login-right-content .section__button-thin {
      margin-top: 25px; }
  .template-login #RecoverPasswordForm form p:first-child {
    margin-bottom: 10px; }
  .template-login .recover-password__wrapper {
    margin-top: 25px; }
    .template-login .recover-password__wrapper form {
      margin-top: 25px; }
  @media only screen and (min-width: 48em) {
    .template-login {
      /* shared */
      /* left col */
      /* right col */
      /* forgot pass */ }
      .template-login .account__login-right-content,
      .template-login #customer_login {
        margin-top: 50px; }
      .template-login .account__login-left-inner {
        padding-right: 50px; }
        .template-login .account__login-left-inner .section__button-thin {
          display: block;
          width: auto;
          width: 130px; }
      .template-login .account__login-right-inner {
        padding-left: 50px; }
        .template-login .account__login-right-inner .section__button-thin {
          width: auto;
          display: block;
          width: 130px;
          margin-top: 135px; }
      .template-login .account__login-right {
        margin-top: 0; }
      .template-login .recover-password__wrapper {
        margin-top: 50px; }
        .template-login .recover-password__wrapper .section__button-thin {
          margin-top: 123px;
          margin-bottom: 20px; } }

/* account */
.template-account .account__addresses {
  margin-top: 25px; }
.template-account .account__footer {
  margin-top: 40px; }

.template-addresses .account__addresses-back-to-account {
  margin-top: 25px; }
.template-addresses form {
  margin-top: 25px; }

/**** #SECTIONS SPECIFIC FOR COLLECTION ****/
/* ==========================================================================
#COLLECTION HERO
========================================================================== */
.collection__hero {
  position: relative; }

.sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.collection__hero-title {
  display: flex; }
  @media screen and (max-width: 768px) {
    .collection__hero-title {
      margin-top: 10px; } }

.collection__hero-title-text {
  align-self: center;
  font-weight: 100;
  font-size: 26px;
  line-height: 1; }

/* ==========================================================================
#COLLECTION MAIN  - product grid and sidebar
========================================================================== */
.collection__sort {
  display: none; }

.bc-sf-filter-product-item-image .bc-sf-filter-product-item-image-link.bc-al-overlay .bc-sf-filter-product-item-main-image,
.bc-sf-filter-product-item-image .bc-sf-filter-product-item-image-link.bc-al-overlay .bc-sf-filter-product-item-flip-image {
  width: auto;
  max-width: 260px !important; }
.bc-sf-filter-product-item-image .bc-sf-filter-product-item-image-link.bc-al-overlay .bc-sf-filter-product-item-flip-image {
  margin: 0 auto; }

.bc-sf-filter-product-bottom .bc-sf-filter-product-item-vendor {
  display: none; }

.bc-addtocart-btn span {
  letter-spacing: 1px;
  text-transform: uppercase; }

.bc-action-list-wrapper .bc-addtocart-btn.bc-addtocart-available {
  background-color: #1f497d !important;
  border: #1f497d !important;
  width: 260px !important;
  color: white; }
  .bc-action-list-wrapper .bc-addtocart-btn.bc-addtocart-available span {
    color: white !important; }
  .bc-action-list-wrapper .bc-addtocart-btn.bc-addtocart-available:hover {
    background-color: #1f497d;
    border: none; }

.bc-addtocart-wrapper .bc-addtocart-btn.bc-addtocart-select-options {
  background-color: #1f497d !important;
  border: #1f497d !important;
  width: 260px !important;
  color: white; }
  .bc-addtocart-wrapper .bc-addtocart-btn.bc-addtocart-select-options span {
    color: white !important; }
  .bc-addtocart-wrapper .bc-addtocart-btn.bc-addtocart-select-options:hover {
    background-color: #1f497d;
    border: none; }

.bc-action-list-wrapper.bc-action-extend .bc-quickview-btn-wrapper {
  display: none; }

@media only screen and (max-width: 47em) {
  .bc-sf-filter-product-item-inner {
    height: 387px; }

  .bc-addtocart-btn.bc-addtocart-available {
    width: 160px !important; } }
@media only screen and (min-width: 48em) {
  .collection__main {
    margin-top: 40px; }

  /* product grid and sort */
  .collection__sort {
    display: flex;
    justify-content: flex-end; }

  .collection__sort-select,
  .collection__sort-label {
    align-self: center; }

  .collection__sort-select {
    width: 210px;
    margin: 0 0 0 10px;
    height: 45px; }

  .collection__ad-bg {
    margin-top: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 66.66%;
    position: relative; }

  .collection__ad-content {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 60px 10px 10px; }
    .collection__ad-content h3 {
      color: white;
      text-transform: uppercase;
      font-size: 3.5rem;
      line-height: 1.25; }
    .collection__ad-content a {
      margin-top: 25px; }

  /* sidebar */
  .collection__sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .collection__sidebar .collection__sidebar-menu-cat {
    display: block;
    text-transform: uppercase;
    color: #1f497d;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px; }
  .collection__sidebar .collection__sidebar-menu-cat--items {
    padding-left: 15px; }
  .collection__sidebar .collection__sidebar-menu-cat--item {
    font-size: 16px; }
  .collection__sidebar .collection__sidebar-menu-cat--link {
    color: black;
    text-decoration: none;
    font-weight: 500;
    position: relative; }
    .collection__sidebar .collection__sidebar-menu-cat--link.active {
      font-weight: 700; }
      .collection__sidebar .collection__sidebar-menu-cat--link.active:before {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 8px;
        width: 8px;
        position: absolute;
        top: 7px;
        left: -15px;
        transform: rotate(45deg);
        vertical-align: top;
        color: #1f497d; } }
/* ==========================================================================
#COLLECTION DESCRTIPTION
========================================================================== */
.collection__description {
  margin-top: 20px;
  text-align: left; }

.comparison-placeholder, .comparison-placeholder div {
  display: none; }

.comparison-link {
  display: none;
  width: 100%;
  border: 2px solid #1f497d;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: top;
  margin: 30px 0; }
  .comparison-link a {
    padding: 8px 0 6px;
    color: #1f497d;
    text-decoration: none;
    line-height: 46px;
    display: inline-block;
    width: 100%; }
  .comparison-link svg {
    margin-top: -4px;
    height: 36px;
    padding-right: 2px;
    vertical-align: middle;
    color: #1f497d; }
  .comparison-link:hover a, .comparison-link:hover svg {
    color: #000;
    fill: #000; }
  @media only screen and (min-width: 990px) {
    .comparison-link {
      display: block; } }

/* ==========================================================================
# Product List Layout
========================================================================== */
.list-layout {
  width: 100%; }

.list-view {
  display: flex;
  width: 100%; }
  .list-view .product-item__details {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    width: 63%;
    margin-left: 2%; }
  .list-view .list-image-a-link {
    width: 35%; }
  .list-view .product-item__prices, .list-view .product-item__title, .list-view .product-item__type {
    margin: 0; }

.layout-container {
  display: flex; }

.grid-icon svg, .list-icon svg {
  width: 30px;
  height: 30px;
  margin: 0 5px; }

.grid-icon:hover, .list-icon:hover {
  cursor: pointer; }

.grid-icon.active svg, .list-icon.active svg {
  opacity: .6; }

.list-layout {
  display: none; }

.bc-sf-filter-product-item-image-link {
  height: 253px !important; }
  .bc-sf-filter-product-item-image-link img.bc-sf-filter-product-item-main-image,
  .bc-sf-filter-product-item-image-link img.bc-sf-filter-product-item-flip-image {
    height: 100%; }

.bc-sf-filter-product-item-image-link img.bc-sf-filter-product-item-main-image {
  width: auto !important; }

div.bc-sf-filter-product-item-list-col-1 {
  width: 253px !important; }

/* ==========================================================================
#SEARCH PAGE & 404
========================================================================== */
.search__form {
  position: relative; }
  .search__form .search__form-input {
    padding-right: 35px;
    margin-bottom: 0; }
  .search__form .search__form-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    background: #1f497d;
    border-color: #1f497d;
    border-left: 1px solid black;
    color: white; }
    .search__form .search__form-btn .icon {
      width: 25px;
      height: 30px; }

/* search page */
.search__results {
  margin-top: 40px; }
  .search__results > p {
    font-size: 20px; }
    .search__results > p strong {
      text-transform: uppercase; }

.search__articles .search__article {
  margin-top: 30px; }
  .search__articles .search__article a {
    text-decoration: none; }
.search__articles .show_more {
  margin-top: 20px; }

/* 404 page */
.template-404 .search__404 {
  margin-top: 20px; }
  .template-404 .search__404 .page__text-large {
    font-weight: bold;
    text-transform: uppercase; }
.template-404 .section__collection-slider {
  margin-top: 60px; }

/* ==========================================================================
#BLOG
========================================================================== */
/* blog menu */
.blog__submenu-item:hover > a {
  color: #1f497d; }

.blog__submenu-item-link {
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.blog__menu {
  margin-top: 25px; }

.blog__menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.blog__menu-list-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s; }
  .blog__menu-list-item:hover {
    border-bottom: 1px solid #cccccc; }
    .blog__menu-list-item:hover .blog__submenu-items {
      visibility: visible;
      opacity: 1;
      transition-delay: 250ms;
      transition-duration: 100ms, 0s;
      z-index: 20; }

.blog__menu-list-link,
.blog__submenu-item-link {
  color: black;
  text-decoration: none; }
  .blog__menu-list-link:focus,
  .blog__submenu-item-link:focus {
    color: black; }

.blog__submenu-item-link {
  white-space: nowrap; }

.blog__submenu-items {
  list-style-type: none;
  visibility: hidden;
  padding: 32px;
  opacity: 0;
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  cursor: auto;
  transition-delay: 0s, 300ms;
  transition-duration: 300ms, 0s;
  transition-property: opacity, visibility;
  position: absolute;
  top: 100%;
  right: auto;
  left: 0;
  display: block;
  width: auto;
  padding: 24px 24px 16px 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.blog__submenu-item {
  border-bottom: 1px dotted #1f497d;
  color: black; }
  .blog__submenu-item:hover {
    color: #1f497d; }

/* blog section general */
.blog__section {
  margin-top: 40px; }

/** blog landing (overview) page **/
.blog__featured {
  margin-top: 0; }

.blog__featured-item {
  margin-top: 25px; }

.blog__featured-aspect-box {
  height: 0;
  overflow: hidden;
  padding-top: 78.0645161%;
  background: white;
  position: relative; }

.blog__featured-aspect-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.blog__featured-aspect-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+63,000000+63,000000+75,000000+75,000000+77,000000+90&0.05+50,0.9+90 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.33) 63%, rgba(0, 0, 0, 0.58) 75%, rgba(0, 0, 0, 0.62) 77%, rgba(0, 0, 0, 0.9) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.33) 63%, rgba(0, 0, 0, 0.58) 75%, rgba(0, 0, 0, 0.62) 77%, rgba(0, 0, 0, 0.9) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.33) 63%, rgba(0, 0, 0, 0.58) 75%, rgba(0, 0, 0, 0.62) 77%, rgba(0, 0, 0, 0.9) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#e6000000',GradientType=0 );
  /* IE6-9 */ }

.blog__featured-content {
  align-self: flex-end;
  color: white; }
  .blog__featured-content p:first-child {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
    font-family: Raleway, sans-serif; }
  .blog__featured-content p:last-child {
    text-transform: uppercase; }

@media only screen and (min-width: 48em) {
  .blog__featured {
    margin-top: 25px; }

  .blog__featured-item {
    margin-top: 0; }

  .blog__featured-large {
    padding-right: 0.536em; }
    .blog__featured-large .blog__featured-aspect-box-overlay {
      padding: 20px 25px; }
    .blog__featured-large .blog__featured-content p:first-child {
      font-size: 5.5rem;
      font-weight: 600;
      line-height: 1.25; }

  .blog__featured-small {
    padding-left: 0.536em;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .blog__featured-small .blog__featured-aspect-box {
      padding-top: 77.0645161%; } }
/* other regular blog overview sections */
.blog__section-title {
  position: relative;
  display: flex;
  justify-content: center; }
  .blog__section-title:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    background: #1f497d; }

.blog__section-title-text {
  position: relative;
  color: #1f497d;
  background: white;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  padding: 0 20px; }

.blog_section-item-details {
  padding: 20px; }
  .blog_section-item-details p:first-child a {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: black;
    text-decoration: none;
    font-family: Raleway, sans-serif; }
  .blog_section-item-details p:nth-of-type(2) {
    text-transform: uppercase;
    margin-top: 5px; }
  .blog_section-item-details p:last-child {
    margin-top: 10px; }
    .blog_section-item-details p:last-child a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
      margin-left: 5px; }

/* load more */
.blog__section-load {
  margin-top: 40px;
  text-align: center; }

.blog__section-load-btn {
  display: inline-block;
  background: #1f497d;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  width: 110px;
  height: 35px;
  padding: 6px; }
  .blog__section-load-btn:focus {
    color: white; }

@media only screen and (min-width: 48em) {
  .blog__section-grid .blog__section-items {
    margin: 0 -15px; }
  .blog__section-grid .blog__section-item {
    margin-top: 25px;
    padding: 0 20px; }

  .blog__section-item-view {
    min-height: 250px;
    line-height: 0;
    position: relative; }
    .blog__section-item-view a {
      position: absolute;
      height: 100%;
      width: 100%;
      display: flex; }
      .blog__section-item-view a img {
        width: auto;
        height: auto;
        max-height: 250px;
        max-width: 100%;
        margin: 0 auto;
        align-self: center; } }
/* ==========================================================================
#BLOG ARTICLE
========================================================================== */
.article__container {
  /* main article content */
  margin-top: 25px;
  /* article aside */
  /* related article */
  /* related product */ }
  .article__container .article__header .social-sharing {
    margin-top: 20px; }
  .article__container .article__title {
    margin-top: 25px;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.25; }
  .article__container .article__date {
    margin-top: 10px;
    text-transform: uppercase; }
  .article__container .article__est-read {
    margin-top: 10px; }
  .article__container .social-sharing {
    margin-top: 50px; }
    .article__container .social-sharing a {
      color: black;
      margin-right: 20px;
      text-decoration: none; }
    .article__container .social-sharing svg {
      width: 25px;
      height: 25px; }
    .article__container .social-sharing span:first-of-type {
      display: none; }
  .article__container .article__body {
    font-size: 16px;
    margin-top: 20px; }
    .article__container .article__body p {
      margin: 1rem 0; }
  .article__container .article__comments {
    margin-top: 50px; }
    .article__container .article__comments h3 {
      font-size: 25px; }
  .article__container .article__comments-list {
    padding-left: 18px; }
  .article__container #comment_form {
    margin-top: 10px; }
  .article__container .article__comments-btn {
    margin-top: 20px;
    color: white;
    background: #1f497d;
    border-color: #1f497d;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    width: 190px;
    height: 35px; }
  .article__container .aside__section {
    margin-top: 40px; }
  .article__container .article__newsletter {
    background: #f0f0f0;
    text-align: center;
    padding: 25px 10px; }
    .article__container .article__newsletter p {
      font-size: 16px; }
  .article__container .article__newsletter-title {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1; }
  .article__container .article__newsletter-fields {
    margin-top: 25px;
    position: relative; }
    .article__container .article__newsletter-fields .klaviyo_field_group input {
      border: none;
      height: 60px;
      margin: 0;
      padding-right: 60px; }
    .article__container .article__newsletter-fields .klaviyo_form_actions {
      position: absolute;
      top: 0;
      right: 0; }
      .article__container .article__newsletter-fields .klaviyo_form_actions button {
        display: inline-block;
        width: 60px;
        height: 60px;
        padding: 10px;
        border: none;
        background: transparent; }
        .article__container .article__newsletter-fields .klaviyo_form_actions button span:first-child {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .article__container .article__newsletter-fields .klaviyo_form_actions button span:first-child svg {
            width: 40px;
            height: auto; }
        .article__container .article__newsletter-fields .klaviyo_form_actions button span:last-child {
          display: none; }
  .article__container .article__related-post__section-title {
    position: relative;
    display: flex;
    justify-content: center; }
    .article__container .article__related-post__section-title:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      background: #1f497d; }
  .article__container .article__related-post-title-text {
    position: relative;
    color: #1f497d;
    background: white;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    padding: 0 20px; }
  .article__container .related-post-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .article__container .related-post-container {
        flex-direction: column; } }
  .article__container .article__related-post-item {
    margin-top: 30px;
    width: 32%; }
    @media only screen and (max-width: 768px) {
      .article__container .article__related-post-item {
        width: 100%; } }
  .article__container .article__related-post-item-details {
    font-size: 16px;
    padding: 10px 0 0; }
    .article__container .article__related-post-item-details p:first-child a {
      font-family: Raleway, sans-serif;
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 1.25;
      color: black;
      text-decoration: none; }
    .article__container .article__related-post-item-details p:nth-of-type(2) {
      text-transform: uppercase;
      margin-top: 5px; }
    .article__container .article__related-post-item-details p:last-child {
      margin-top: 10px; }
      .article__container .article__related-post-item-details p:last-child a {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        margin-left: 5px; }
  .article__container .article__related-product-item {
    margin-top: 30px; }
    .article__container .article__related-product-item .article__related-product-item-title {
      text-align: center; }
      .article__container .article__related-product-item .article__related-product-item-title a {
        font-family: Raleway, sans-serif;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.25;
        color: black;
        text-decoration: none; }
    .article__container .article__related-product-item .product-item {
      margin: 0; }
    .article__container .article__related-product-item .product-item__view {
      min-height: 300px; }
    .article__container .article__related-product-item .product-item__img {
      max-height: 300px; }
    .article__container .article__related-product-item .article__related-product-item-cta {
      text-align: center; }

@media only screen and (min-width: 990px) {
  .article__container {
    /* main section */
    /* aside */
    /* related post */
    /* related product */ }
    .article__container .article__main article {
      padding-right: 20px; }
    .article__container #comment_form {
      max-width: 500px; }
    .article__container .article__aside aside {
      padding-bottom: 60px;
      border-bottom: 1px solid #1f497d; }
    .article__container .aside__section:first-of-type {
      margin-top: 0; }
    .article__container .article__related-post__section-title {
      display: block; }
    .article__container .article__related-post-title-text {
      padding: 0 20px 0 0; }
    .article__container .article__related-product-item .article__related-product-item-title {
      text-align: left; } }
/* ==========================================================================
#CAREERS
========================================================================== */
/* Careers overview */
.careers__section {
  margin-top: 30px; }
  .careers__section .rte {
    padding: 30px 0; }

.careers__title {
  color: #1f497d;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 900; }

.careers__toute {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0; }
  .careers__toute div[class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .careers__toute:nth-child(even) {
    direction: rtl; }
    .careers__toute:nth-child(even) .careers__toute-text {
      direction: ltr; }
  .careers__toute > div:nth-child(1) {
    line-height: 0; }
  .careers__toute.dbl_text > div:nth-child(1) {
    line-height: 24.5px; }
  .careers__toute.dbl_text .careers__toute-text {
    align-self: flex-start; }
  .careers__toute > div:nth-child(2) {
    background: #f0f0f0;
    display: flex; }
    .careers__toute > div:nth-child(2).dbl_text {
      background: white; }
  .careers__toute .single_text {
    max-width: 1200px;
    margin: auto; }
  .careers__toute .careers__toute-text {
    width: 100%;
    align-self: center;
    padding: 25px;
    line-height: 1; }
    .careers__toute .careers__toute-text h2 {
      text-align: center;
      font-size: 26px;
      text-transform: uppercase;
      color: #1f497d; }
    .careers__toute .careers__toute-text .rte {
      padding: 10px 0 0 0; }
      .careers__toute .careers__toute-text .rte ul {
        margin: 0;
        padding: 0;
        list-style-position: inside; }

.careers__blank {
  display: block;
  margin: 40px auto 0; }
  .careers__blank .careers__blank-icons {
    display: block;
    width: 100%;
    margin: 50px auto 0;
    padding-bottom: 20px;
    text-align: justify; }
    .careers__blank .careers__blank-icons:after {
      content: '';
      display: inline-block;
      width: 100%; }
    @media screen and (max-width: 365px) {
      .careers__blank .careers__blank-icons {
        text-align: center; } }
  .careers__blank .careers__blank-icons-group {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 16.4%; }
    @media screen and (max-width: 960px) {
      .careers__blank .careers__blank-icons-group {
        width: 32%; } }
    @media screen and (max-width: 520px) {
      .careers__blank .careers__blank-icons-group {
        width: 48%; } }
    @media screen and (max-width: 365px) {
      .careers__blank .careers__blank-icons-group {
        width: 98%; } }
  .careers__blank .careers__blank-icons-icon img {
    height: 80px; }
  .careers__blank .careers__blank-icons-text {
    font-size: 18px;
    color: #1f497d;
    font-weight: 700;
    line-height: 18px;
    max-width: 140px;
    margin: 0 auto; }

.careers__opportunities {
  margin-top: 60px; }

.careers__opportunities-list .careers__opportunities-item {
  margin-top: 40px; }
  .careers__opportunities-list .careers__opportunities-item:first-of-type {
    margin-top: 0; }

.careers__opportunities-item-content h3 a {
  text-decoration: none;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400; }
.careers__opportunities-item-content div {
  margin-top: 20px; }

@media only screen and (min-width: 48em) {
  .careers__opportunities-item-content {
    padding: 20px 20px 20px 0; }

  .careers__opportunities-list .careers__opportunities-item {
    margin: 0; } }
/* Careers single */
.careers__job-title {
  text-align: center;
  font-size: 26px;
  color: #1f497d;
  text-transform: uppercase;
  font-weight: 900;
  margin: 25px 0; }

.careers__job-subtitle {
  font-size: 20px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif; }

.careers__job-description > div {
  margin-top: 20px; }

.careers__job-columns .careers__job-column {
  margin-top: 40px; }

.careers__job-column-inner {
  padding-right: 20px; }
  .careers__job-column-inner ul {
    padding: 0 0 0 18px;
    margin: 0; }

.careers__job-apply {
  margin-top: 60px; }
  .careers__job-apply a {
    min-width: 200px; }

@media only screen and (min-width: 48em) {
  .careers__job-title {
    margin: 50px 0 30px; } }
.section__wu-title {
  text-transform: uppercase; }

/* ==========================================================================
#SECTIONS WHY US HERO
========================================================================== */
.wu__hero .section__content {
  background: black;
  padding: 10px 10px 20px; }
.wu__hero .section__title {
  margin-top: 10px; }
.wu__hero .section__title-text {
  color: white;
  font-size: 38px; }
.wu__hero .section__text {
  color: white;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Raleway, sans-serif; }

@media only screen and (min-width: 990px) {
  .wu__hero {
    position: relative; }
    .wu__hero .section__content {
      width: 80%;
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 850px; }
    .wu__hero .section__title-text {
      font-size: 6rem;
      line-height: 1.25; }
    .wu__hero .section__text {
      font-size: 5rem;
      line-height: 1.25; } }
/* ==========================================================================
#SECTIONS WHY US TWO COL
========================================================================== */
.section__wu-two-col {
  margin-top: 30px; }

.wu-two-col__text-content {
  margin-top: 20px; }
  .wu-two-col__text-content .wu-two-col__text-content-footer .wu-two-col__text-content-sig {
    margin: 20px 0;
    display: block; }

@media only screen and (min-width: 48em) {
  .section__wu-two-col .row {
    direction: rtl; }

  .wu-two-col__text-content {
    direction: ltr;
    margin-top: 0;
    padding-right: 25px; } }
/* ==========================================================================
#SECTIONS WHY US VIDEO
========================================================================== */
.section__wu-vid {
  margin-top: 30px; }
  .section__wu-vid .intrinsic-container {
    margin-top: 20px; }

@media only screen and (min-width: 48em) {
  .section__wu-vid {
    margin-top: 60px; }
    .section__wu-vid .intrinsic-container {
      margin-top: 30px; } }
/* ==========================================================================
#SECTIONS WHY US WIZIWIG
========================================================================== */
.section__wu-wiziwig {
  margin-top: 30px; }

@media only screen and (min-width: 48em) {
  .section__wu-wiziwig {
    margin-top: 60px; } }
/* ==========================================================================
#SECTIONS WHY US NEWS
========================================================================== */
.section__wu-news {
  margin-top: 30px; }

.section__wu-news-awards {
  margin-top: 30px; }

.section__wu-news-award .section__wu-news-award-inner {
  padding: 20px;
  text-align: center; }
.section__wu-news-award img {
  max-width: 140px; }

@media only screen and (min-width: 48em) {
  .section__wu-news {
    margin-top: 60px; } }
/* ==========================================================================
#SECTIONS CTA
========================================================================== */
.section__wu-cta {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center; }

/*================ PAGES ================*/
/* ==========================================================================
#PAGES
========================================================================== */
.page__title {
  text-align: center;
  font-size: 26px;
  color: #1f497d;
  text-transform: uppercase;
  font-weight: 900;
  margin: 25px 0; }

.page__text-large {
  font-size: 20px;
  font-weight: normal; }

@media only screen and (min-width: 48em) {
  .page__title {
    margin: 50px 0 30px; } }
/* ==========================================================================
#FAQ
========================================================================== */
.faq__section {
  margin-top: 25px; }

.faq__product-section {
  margin-top: 15px; }

.faq__title {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

.faq__sub-title {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 25px; }

.faq__sub-title:first-of-type {
  margin-top: 0; }

.page__footer {
  margin: 40px 0 80px; }

/* ==========================================================================
#CONTACT-US
========================================================================== */
.contact-form__secondary-title {
  text-align: center;
  font-size: 26px;
  color: #1f497d;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 1px solid #1f497d; }

.contact-form__main .row.center-xs {
  text-align: left; }

.contact-form__sub-content {
  margin-bottom: 25px; }

.contact-form__title {
  text-transform: uppercase; }

.contact-form {
  margin-top: 25px;
  max-width: 575px;
  margin: 0 auto; }

/* online support */
.contact-form__online-support {
  margin-top: 40px; }
  .contact-form__online-support .row {
    margin-top: 20px; }

.contact-form__online-support-item-inner {
  max-width: 250px;
  padding: 15px;
  margin: 0 auto; }
  .contact-form__online-support-item-inner span {
    display: inline-block;
    margin-bottom: 10px; }
    .contact-form__online-support-item-inner span img {
      max-width: 115px;
      height: auto;
      cursor: pointer; }
  .contact-form__online-support-item-inner a {
    text-decoration: none; }
  .contact-form__online-support-item-inner p {
    margin-bottom: 0.75rem;
    line-height: 1.5; }
  .contact-form__online-support-item-inner p:nth-of-type(1) {
    font-size: 18px; }
  .contact-form__online-support-item-inner p:nth-of-type(2) {
    font-size: 12px; }

/* faq */
.contact-form__faq {
  margin-top: 40px; }

.contact-form__faqs {
  max-width: 900px;
  margin: 20px auto 100px;
  margin-top: 20px; }
  .contact-form__faqs > p {
    text-align: center; }
  .contact-form__faqs .faq__title {
    font-size: 26px;
    color: #1f497d; }

@media only screen and (min-width: 48em) {
  .contact__page.fc-widget-open #fc_frame {
    left: 50%;
    transform: translateX(-50%); }

  .contact-form .section__button {
    width: auto;
    min-width: 130px; } }
/* ==========================================================================
#CART
========================================================================== */
.template-cart {
  /* free gifts app edits */
  /* table header */
  /* table rows */
  /* cart notes */
  /* cart footer */
  /* edit guarantees section */ }
  .template-cart .sca-fg-cart-title {
    text-align: center;
    color: #FFF;
    background: black;
    font-size: 16px; }
    .template-cart .sca-fg-cart-title strong {
      display: inline-block;
      background-position: 10px center; }
  .template-cart .responsive-table {
    width: 100%;
    border-collapse: collapse; }
  .template-cart thead {
    border-bottom: 2px solid #f0f0f0; }
  .template-cart th {
    color: #1f497d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .template-cart th:first-child {
    text-align: left; }
  .template-cart .responsive-table-row {
    border-bottom: 2px solid #f0f0f0; }
  .template-cart .cart__product-img {
    padding: 15px;
    text-align: center; }
    .template-cart .cart__product-img img {
      max-width: 130px; }
  .template-cart .cart__product-remove {
    font-size: 12px; }
  .template-cart .cart__product-qty input[type="number"] {
    margin-bottom: 0;
    border-color: #1f497d;
    width: 50px;
    text-align: center;
    padding: 0 0 0 12px;
    margin-left: auto; }
  .template-cart .cart__product-qty input[type="submit"] {
    border: 0;
    background: transparent;
    color: #1f497d;
    font-size: 12px;
    text-decoration: underline; }
  .template-cart .cart__product-price,
  .template-cart .cart__product-total {
    font-size: 18px; }
  .template-cart .cart__notes {
    margin-top: 40px; }
  .template-cart .cart__footer {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    text-align: right; }
  .template-cart .cart__footer-inner {
    min-width: 325px; }
  .template-cart .cart__subtotal {
    font-size: 18px;
    margin-bottom: 25px; }
    .template-cart .cart__subtotal span:first-child {
      color: #1f497d;
      font-weight: 700;
      text-transform: uppercase; }
    .template-cart .cart__subtotal span:last-child {
      margin-left: 60px; }
  .template-cart .cart__discount {
    width: 290px;
    margin: 10px 0 0 auto;
    position: relative; }
    .template-cart .cart__discount input {
      margin: 0 0 10px 0;
      border-color: #1f497d;
      padding-right: 75px; }
    .template-cart .cart__discount .cart__discount-btn {
      background: #1f497d;
      color: white;
      border-radius: 0;
      border: none;
      -webkit-appearance: none;
      position: absolute;
      right: 0;
      top: 0;
      height: 35px;
      width: 75px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0;
      transition: background-color 250ms linear; }
      .template-cart .cart__discount .cart__discount-btn:disabled {
        background: #cccccc;
        border-left: 1px solid #1f497d;
        cursor: not-allowed; }
  .template-cart .cart__checkout-buttons {
    width: 290px;
    margin: 10px 0 0 auto; }
    .template-cart .cart__checkout-buttons .section__button {
      width: 100%; }
    .template-cart .cart__checkout-buttons a {
      display: inline-block;
      text-align: center;
      width: 100%;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 10px; }
  .template-cart .product-guarantees {
    background: #f0f0f0;
    margin-top: 60px; }
  .template-cart .section-footer {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .template-cart .cart__form {
      padding-top: 40px; }
    .template-cart .cart__product-img {
      padding: 25px 15px; }
    .template-cart .cart__product-qty {
      text-align: center; }
      .template-cart .cart__product-qty input[type="number"] {
        margin: 0 auto; } }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/*# sourceMappingURL=slick.min.css.map */
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-cog:before, .fa-gear:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-cogs:before, .fa-gears:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

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

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

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

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc"; }

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150"; }

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151"; }

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152"; }

.fa-eur:before, .fa-euro:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-inr:before, .fa-rupee:before {
  content: "\f156"; }

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157"; }

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158"; }

.fa-krw:before, .fa-won:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

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

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

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

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

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

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

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c"; }

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

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

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5"; }

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6"; }

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0"; }

.fa-empire:before, .fa-ge:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8"; }

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

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

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

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

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

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

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

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-bed:before, .fa-hotel:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

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

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

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

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-television:before, .fa-tv:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

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

.fa-map:before {
  content: "\f279"; }

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

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

.fa-houzz:before {
  content: "\f27c"; }

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

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb"; }

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.squares-clear {
  clear: both; }

.squares-element {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.squares-element > * {
  margin: 0; }

.squares-element img, .squares-element video {
  max-width: 100%; }

.squares-button {
  text-decoration: none;
  text-align: center; }

.squares-button:hover {
  filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -webkit-filter: brightness(1.1); }

.squares-button:active {
  filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -webkit-filter: brightness(0.9); }

@media (max-width: 767px) {
  .sq-hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sq-hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sq-hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .sq-hidden-lg {
    display: none !important; } }
.sq-col-lg-1, .sq-col-lg-10, .sq-col-lg-11, .sq-col-lg-12, .sq-col-lg-2, .sq-col-lg-3, .sq-col-lg-4, .sq-col-lg-5, .sq-col-lg-6, .sq-col-lg-7, .sq-col-lg-8, .sq-col-lg-9, .sq-col-md-1, .sq-col-md-10, .sq-col-md-11, .sq-col-md-12, .sq-col-md-2, .sq-col-md-3, .sq-col-md-4, .sq-col-md-5, .sq-col-md-6, .sq-col-md-7, .sq-col-md-8, .sq-col-md-9, .sq-col-sm-1, .sq-col-sm-10, .sq-col-sm-11, .sq-col-sm-12, .sq-col-sm-2, .sq-col-sm-3, .sq-col-sm-4, .sq-col-sm-5, .sq-col-sm-6, .sq-col-sm-7, .sq-col-sm-8, .sq-col-sm-9, .sq-col-xs-1, .sq-col-xs-10, .sq-col-xs-11, .sq-col-xs-12, .sq-col-xs-2, .sq-col-xs-3, .sq-col-xs-4, .sq-col-xs-5, .sq-col-xs-6, .sq-col-xs-7, .sq-col-xs-8, .sq-col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.sq-col-xs-1, .sq-col-xs-10, .sq-col-xs-11, .sq-col-xs-12, .sq-col-xs-2, .sq-col-xs-3, .sq-col-xs-4, .sq-col-xs-5, .sq-col-xs-6, .sq-col-xs-7, .sq-col-xs-8, .sq-col-xs-9 {
  float: left; }

.sq-col-xs-12 {
  width: 100%; }

.sq-col-xs-11 {
  width: 91.66666667%; }

.sq-col-xs-10 {
  width: 83.33333333%; }

.sq-col-xs-9 {
  width: 75%; }

.sq-col-xs-8 {
  width: 66.66666667%; }

.sq-col-xs-7 {
  width: 58.33333333%; }

.sq-col-xs-6 {
  width: 50%; }

.sq-col-xs-5 {
  width: 41.66666667%; }

.sq-col-xs-4 {
  width: 33.33333333%; }

.sq-col-xs-3 {
  width: 25%; }

.sq-col-xs-2 {
  width: 16.66666667%; }

.sq-col-xs-1 {
  width: 8.33333333%; }

@media (min-width: 768px) {
  .sq-col-sm-1, .sq-col-sm-10, .sq-col-sm-11, .sq-col-sm-12, .sq-col-sm-2, .sq-col-sm-3, .sq-col-sm-4, .sq-col-sm-5, .sq-col-sm-6, .sq-col-sm-7, .sq-col-sm-8, .sq-col-sm-9 {
    float: left; }

  .sq-col-sm-12 {
    width: 100%; }

  .sq-col-sm-11 {
    width: 91.66666667%; }

  .sq-col-sm-10 {
    width: 83.33333333%; }

  .sq-col-sm-9 {
    width: 75%; }

  .sq-col-sm-8 {
    width: 66.66666667%; }

  .sq-col-sm-7 {
    width: 58.33333333%; }

  .sq-col-sm-6 {
    width: 50%; }

  .sq-col-sm-5 {
    width: 41.66666667%; }

  .sq-col-sm-4 {
    width: 33.33333333%; }

  .sq-col-sm-3 {
    width: 25%; }

  .sq-col-sm-2 {
    width: 16.66666667%; }

  .sq-col-sm-1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .sq-col-md-1, .sq-col-md-10, .sq-col-md-11, .sq-col-md-12, .sq-col-md-2, .sq-col-md-3, .sq-col-md-4, .sq-col-md-5, .sq-col-md-6, .sq-col-md-7, .sq-col-md-8, .sq-col-md-9 {
    float: left; }

  .sq-col-md-12 {
    width: 100%; }

  .sq-col-md-11 {
    width: 91.66666667%; }

  .sq-col-md-10 {
    width: 83.33333333%; }

  .sq-col-md-9 {
    width: 75%; }

  .sq-col-md-8 {
    width: 66.66666667%; }

  .sq-col-md-7 {
    width: 58.33333333%; }

  .sq-col-md-6 {
    width: 50%; }

  .sq-col-md-5 {
    width: 41.66666667%; }

  .sq-col-md-4 {
    width: 33.33333333%; }

  .sq-col-md-3 {
    width: 25%; }

  .sq-col-md-2 {
    width: 16.66666667%; }

  .sq-col-md-1 {
    width: 8.33333333%; } }
@media (min-width: 1200px) {
  .sq-col-lg-1, .sq-col-lg-10, .sq-col-lg-11, .sq-col-lg-12, .sq-col-lg-2, .sq-col-lg-3, .sq-col-lg-4, .sq-col-lg-5, .sq-col-lg-6, .sq-col-lg-7, .sq-col-lg-8, .sq-col-lg-9 {
    float: left; }

  .sq-col-lg-12 {
    width: 100%; }

  .sq-col-lg-11 {
    width: 91.66666667%; }

  .sq-col-lg-10 {
    width: 83.33333333%; }

  .sq-col-lg-9 {
    width: 75%; }

  .sq-col-lg-8 {
    width: 66.66666667%; }

  .sq-col-lg-7 {
    width: 58.33333333%; }

  .sq-col-lg-6 {
    width: 50%; }

  .sq-col-lg-5 {
    width: 41.66666667%; }

  .sq-col-lg-4 {
    width: 33.33333333%; }

  .sq-col-lg-3 {
    width: 25%; }

  .sq-col-lg-2 {
    width: 16.66666667%; }

  .sq-col-lg-1 {
    width: 8.33333333%; } }
.imp-wrap {
  position: relative;
  width: auto;
  height: auto;
  -webkit-tap-highlight-color: transparent; }

.hs-loader-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.imp-zoom-wrap > img {
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.imp-zoom-outer-wrap {
  overflow: hidden; }

#imp-fullscreen-wrap .imp-zoom-outer-wrap {
  overflow: visible; }

#imp-fullscreen-wrap .imp-wrap {
  position: inherit; }

.imp-zoom-wrap {
  transform: scale(1, 1) translate(0, 0);
  transform-origin: 0 0; }

.imp-shape-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.imp-shape {
  cursor: pointer;
  pointer-events: all;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.imp-shape-oval, .imp-shape-rect, .imp-shape-spot, .imp-shape-text {
  position: absolute; }

.imp-shape-text {
  cursor: default; }

.imp-shape-spot {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }

.imp-shape-spot-pin {
  transform-origin: 50% 100%; }

.imp-spot-fontawesome-icon .fa {
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1); }

.imp-shape-icon-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(1, 0.25);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.53) 0, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.53) 0, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.53) 0, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.13) 28%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%); }

.imp-shape img {
  width: 100%; }

.imp-tooltip {
  display: none;
  position: absolute;
  z-index: 1;
  transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.imp-tooltip.imp-tooltip-visible {
  opacity: 1 !important;
  z-index: 4;
  transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important; }

.hs-arrow {
  position: absolute; }

.hs-arrow-top {
  left: 50%;
  top: 0;
  margin-left: -10px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000; }

.hs-arrow-bottom {
  left: 50%;
  top: 100%;
  margin-left: -10px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000; }

.hs-arrow-right {
  left: 100%;
  top: 50%;
  margin-left: 0;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000; }

.hs-arrow-left {
  left: 0;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000; }

.imp-tooltip-buffer {
  position: absolute; }

.imp-tooltip-buffer-top {
  left: 0;
  top: -20px;
  width: 100%;
  height: 20px; }

.imp-tooltip-buffer-bottom {
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px; }

.imp-tooltip-buffer-left {
  left: -20px;
  top: 0;
  width: 20px;
  height: 100%; }

.imp-tooltip-buffer-right {
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%; }

.imp-tooltip-buffer-top.imp-tooltip-buffer-large {
  left: 0;
  top: -60px;
  width: 100%;
  height: 60px; }

.imp-tooltip-buffer-bottom.imp-tooltip-buffer-large {
  left: 0;
  top: 100%;
  width: 100%;
  height: 60px; }

.imp-tooltip-buffer-left.imp-tooltip-buffer-large {
  left: -60px;
  top: 0;
  width: 60px;
  height: 100%; }

.imp-tooltip-buffer-right.imp-tooltip-buffer-large {
  left: 100%;
  top: 0;
  width: 60px;
  height: 100%; }

.imp-fullscreen-tooltips-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 2147483647; }

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-property: none;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1); }

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible {
  opacity: 1 !important;
  z-index: 3;
  transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important; }

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 99; }

.imp-fullscreen-button {
  position: absolute;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  background: #fff;
  border-radius: 5px;
  color: #222;
  z-index: 3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.imp-fullscreen-button i {
  margin-right: 3px; }

.imp-fullscreen-button-position-0 {
  left: 20px;
  top: 20px; }

.imp-fullscreen-button-position-1 {
  left: 50%;
  top: 20px; }

.imp-fullscreen-button-position-2 {
  right: 20px;
  top: 20px; }

.imp-fullscreen-button-position-3 {
  right: 20px;
  bottom: 20px; }

.imp-fullscreen-button-position-4 {
  left: 50%;
  bottom: 20px; }

.imp-fullscreen-button-position-5 {
  left: 20px;
  bottom: 20px; }

.imp-fullscreen-button-icon-only {
  width: 44px;
  text-align: center;
  font-size: 18px;
  padding: 0; }

.imp-fullscreen-button-icon-only i {
  margin: 0; }

#imp-fullscreen-wrap {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

body.imp-fullscreen-mode {
  overflow: hidden; }

.imp-ui {
  z-index: 1; }

.imp-ui-navigator-root {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.imp-ui-navigator-root:active {
  filter: none !important;
  -moz-filter: none !important;
  -webkit-filter: none !important; }

.imp-ui-navigator-background-image-edgefill {
  z-index: 0;
  position: absolute;
  display: block;
  max-width: 150px;
  max-height: 150px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.imp-ui-navigator-background-image {
  z-index: 1;
  position: relative;
  display: block;
  max-width: 150px;
  max-height: 150px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }

.imp-ui-navigator-overlay {
  z-index: 2;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .25;
  left: 0;
  top: 0; }

.imp-ui-navigator-window-image {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  max-width: 150px;
  max-height: 150px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.imp-ui-zoom-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 12px !important;
  z-index: 1;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.imp-ui-zoom-button-zoom-in {
  bottom: 54px; }

.imp-ui-layers-menu-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1; }

.imp-ui-layer-switch {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  border-radius: 5px 0 0 0; }

.imp-ui-layer-switch-down {
  top: 22px;
  border-radius: 0 0 0 5px; }

.imp-ui-layer-switch i {
  width: 100%; }

.imp-ui-layer-switch:active {
  background: #0000001a; }

.imp-ui-layers-select {
  z-index: 1;
  padding: 0 20px 0 40px !important;
  outline: 0;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 44px !important;
  height: 44px !important;
  vertical-align: inherit;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  box-shadow: none;
  background-color: #f8f8f8;
  color: #000;
  outline-color: #222;
  outline-style: none;
  outline-width: 0;
  border: 1px solid #a6a6a6; }

.imp-ui-element {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #00000059;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 14px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.imp-ui-element:active {
  filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -webkit-filter: brightness(0.8); }

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

.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  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;
  touch-action: manipulation; }

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

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

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before {
  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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
  This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../assets/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../assets/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../assets/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../assets/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/************** Bazaarvoice Custom Code - PDP *******************/
.bv-header .bv-section-summary {
  display: none !important; }

/************** Affirm button *******************/
.affirm-site-modal {
  margin: auto;
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  background: #eab63e;
  border: 1px solid #eab63e; }

/************** NAA-Sept-108 Issues on the LIVE site *******************/
body {
  overflow-x: hidden; }

#powrIframeLoader {
  display: none !important; }

img[width="1"] {
  display: none; }

@media (max-width: 900px) {
  .main-navigation__list-item-link {
    font-size: 17px; } }
/************** NAA-Sept-104 ADA compliance *******************/
@media only screen and (min-width: 48em) {
  .home-newsletter__item .section__form .section-home-newsletter-fields, .section-footer__newsletter-desktop .section-footer__newsletter-fields {
    flex-wrap: wrap;
    text-align: left; }

  .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_field_group, .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_field_group {
    margin-right: 0;
    padding-right: 20px; }

  .home-newsletter__item .section__form .section-home-newsletter-fields label, .section-footer__newsletter-desktop .section-footer__newsletter-fields label {
    width: 100%;
    margin-bottom: 10px; } }
.section-footer__newsletter-mobile .section-footer__newsletter-fields .klaviyo_form_actions, .home-newsletter__item .section__form .section-home-newsletter-fields .klaviyo_form_actions {
  top: auto;
  bottom: 0; }

@media only screen and (max-width: 767px) {
  .home-newsletter__item .section__form .section-home-newsletter-fields label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
    color: #fff; }

  .section-footer__newsletter-mobile .section-footer__newsletter-fields label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
    color: #000; } }
@media (max-width: 900px) {
  .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_field_group {
    padding-right: 5px;
    width: 56%; }

  .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_field_group input {
    padding-right: 10px; } }
.bread-divider {
  margin-top: 10px;
  max-width: 200px;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .bread-divider {
      max-width: none;
      width: 100%; } }
  .bread-divider:before {
    width: 50px;
    height: 1px;
    display: inline-block;
    margin: 0 5px;
    content: '';
    vertical-align: middle;
    background: #000; }
  .bread-divider:after {
    width: 50px;
    height: 1px;
    display: inline-block;
    margin: 0 5px;
    content: '';
    vertical-align: middle;
    background: #000; }

.pay-per {
  max-width: 200px;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .pay-per {
      max-width: none;
      width: 100%; } }

#bread-checkout-btn-product {
  width: 200px;
  height: 50px;
  margin: 10px 0px; }
  @media screen and (max-width: 768px) {
    #bread-checkout-btn-product {
      width: 100%; } }

/************** NAA-Sept-110 Fix Button Sizes On Product Page *******************/
@media (min-width: 900px) {
  .product-single__button, #bread-checkout-btn-product {
    width: 100%;
    max-width: 210px; }

  .bread-divider, .pay-per {
    max-width: 210px; } }
@media (max-width: 899px) {
  .product-single__button, #bread-checkout-btn-product {
    width: 100%; } }
/* NAA-Sept-109 Homepage Hero Image Section(With More Features) */
.home-hero-with-more-feature {
  position: relative; }
  @media screen and (max-width: 990px) {
    .home-hero-with-more-feature {
      min-height: 100%; } }
  @media screen and (max-width: 1024px) {
    .home-hero-with-more-feature .section__content {
      padding: 0px 5%; } }
  @media screen and (max-width: 568px) {
    .home-hero-with-more-feature .section__content {
      padding: 0; } }
  .home-hero-with-more-feature img.desktop {
    display: block; }
    @media screen and (max-width: 568px) {
      .home-hero-with-more-feature img.desktop {
        display: none; } }
  .home-hero-with-more-feature img.mobile {
    display: none; }
    @media screen and (max-width: 568px) {
      .home-hero-with-more-feature img.mobile {
        display: block; } }
  .home-hero-with-more-feature .hero-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1024px) {
      .home-hero-with-more-feature .hero-banner-text {
        width: 100%; } }
    @media screen and (max-width: 568px) {
      .home-hero-with-more-feature .hero-banner-text {
        padding: 0 15px; } }
    .home-hero-with-more-feature .hero-banner-text .section__title-text {
      font-family: 'Raleway', sans-serif;
      font-size: 4em;
      color: #3aa2d9;
      font-weight: 900 !important; }
      @media screen and (max-width: 1024px) {
        .home-hero-with-more-feature .hero-banner-text .section__title-text {
          font-size: 32px;
          font-weight: 600; } }
      @media screen and (max-width: 568px) {
        .home-hero-with-more-feature .hero-banner-text .section__title-text {
          font-size: 36px; } }
    .home-hero-with-more-feature .hero-banner-text .section__text {
      margin-top: 30px; }
      @media screen and (max-width: 990px) {
        .home-hero-with-more-feature .hero-banner-text .section__text {
          margin-top: 5px; } }
      .home-hero-with-more-feature .hero-banner-text .section__text strong {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 36px; }
        @media screen and (max-width: 1024px) {
          .home-hero-with-more-feature .hero-banner-text .section__text strong {
            font-size: 22px;
            line-height: 24px; } }
        @media screen and (max-width: 568px) {
          .home-hero-with-more-feature .hero-banner-text .section__text strong {
            font-size: 20px;
            line-height: 22px; } }
      .home-hero-with-more-feature .hero-banner-text .section__text p {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        margin-top: 10px;
        font-weight: 600; }
        @media screen and (max-width: 990px) {
          .home-hero-with-more-feature .hero-banner-text .section__text p {
            font-size: 13px; } }
        @media screen and (max-width: 568px) {
          .home-hero-with-more-feature .hero-banner-text .section__text p {
            font-size: 13px; } }
    .home-hero-with-more-feature .hero-banner-text.right {
      margin: 0 0;
      right: 0;
      left: auto; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-left .section__content {
        text-align: left; }
    .home-hero-with-more-feature .hero-banner-text.text-align-right .section__content {
      text-align: right; }
    .home-hero-with-more-feature .hero-banner-text.text-align-left .section__content {
      text-align: left; }
    .home-hero-with-more-feature .hero-banner-text.medium .hero--timer__block {
      margin: auto; }
    .home-hero-with-more-feature .hero-banner-text.medium.left {
      left: 10%;
      transform: translate(0%, -50%); }
      @media screen and (max-width: 1060px) {
        .home-hero-with-more-feature .hero-banner-text.medium.left {
          left: 0px; } }
      .home-hero-with-more-feature .hero-banner-text.medium.left .section__content {
        text-align: left; }
      .home-hero-with-more-feature .hero-banner-text.medium.left.text-align-center .section__content {
        text-align: center; }
      .home-hero-with-more-feature .hero-banner-text.medium.left.text-align-right .section__content {
        text-align: right; }
    .home-hero-with-more-feature .hero-banner-text.medium.right {
      text-align: right; }
      @media screen and (max-width: 1060px) {
        .home-hero-with-more-feature .hero-banner-text.medium.right {
          left: 0px;
          transform: translate(0%, -50%); } }
    .home-hero-with-more-feature .hero-banner-text.medium.center {
      text-align: center; }
      .home-hero-with-more-feature .hero-banner-text.medium.center .section__content {
        text-align: center; }
      .home-hero-with-more-feature .hero-banner-text.medium.center .hero--timer__block {
        margin: auto; }
    .home-hero-with-more-feature .hero-banner-text.middle.text-align-left .section__content {
      text-align: left; }
    .home-hero-with-more-feature .hero-banner-text.middle.text-align-left .hero--timer__block {
      margin: 0; }
    .home-hero-with-more-feature .hero-banner-text.middle.text-align-right .section__content {
      text-align: right; }
    .home-hero-with-more-feature .hero-banner-text.middle.text-align-right .hero--timer__block {
      margin: 0 0 0 auto; }
    .home-hero-with-more-feature .hero-banner-text.middle.text-align-center .section__content {
      text-align: center; }
    .home-hero-with-more-feature .hero-banner-text.middle.text-align-center .hero--timer__block {
      margin: auto; }
    .home-hero-with-more-feature .hero-banner-text .hero--timer__block {
      margin: auto; }
    .home-hero-with-more-feature .hero-banner-text.right {
      text-align: right; }
      .home-hero-with-more-feature .hero-banner-text.right .section__content {
        text-align: right; }
      .home-hero-with-more-feature .hero-banner-text.right .hero--timer__block {
        margin: 0 0 0 auto; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-center .section__content {
        text-align: left; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-center .hero--timer__block {
        margin: 0; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-right .section__content {
        text-align: right; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-right .hero--timer__block {
        margin: 0 0 0 auto; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-center .section__content {
        text-align: center; }
      .home-hero-with-more-feature .hero-banner-text.right.text-align-center .hero--timer__block {
        margin: auto; }
    .home-hero-with-more-feature .hero-banner-text.text-align-left .section__content {
      text-align: left; }
    .home-hero-with-more-feature .hero-banner-text.text-align-left .hero--timer__block {
      margin: 0; }
    .home-hero-with-more-feature .hero-banner-text.text-align-right .section__content {
      text-align: right; }
    .home-hero-with-more-feature .hero-banner-text.text-align-right .hero--timer__block {
      margin: 0 0 0 auto; }
    .home-hero-with-more-feature .hero-banner-text.text-align-center .section__content {
      text-align: center; }
    .home-hero-with-more-feature .hero-banner-text.text-align-center .hero--timer__block {
      margin: auto; }
    .home-hero-with-more-feature .hero-banner-text.top {
      top: 20px;
      left: 20px;
      transform: translate(0, 0); }
      @media screen and (max-width: 1060px) {
        .home-hero-with-more-feature .hero-banner-text.top {
          left: 0px; } }
      .home-hero-with-more-feature .hero-banner-text.top.middle {
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0%); }
      .home-hero-with-more-feature .hero-banner-text.top.right {
        top: 20px;
        left: auto;
        transform: translate(0%, 0%);
        right: 20px;
        bottom: auto; }
        @media screen and (max-width: 1060px) {
          .home-hero-with-more-feature .hero-banner-text.top.right {
            right: 0px; } }
    .home-hero-with-more-feature .hero-banner-text.bottom {
      top: auto;
      left: 20px;
      transform: translate(0, 0);
      bottom: 20px; }
      @media screen and (max-width: 1060px) {
        .home-hero-with-more-feature .hero-banner-text.bottom {
          left: 0px; } }
      .home-hero-with-more-feature .hero-banner-text.bottom.middle {
        top: auto;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 0%); }
      .home-hero-with-more-feature .hero-banner-text.bottom.right {
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
        right: 20px;
        bottom: 20px; }
        @media screen and (max-width: 1060px) {
          .home-hero-with-more-feature .hero-banner-text.bottom.right {
            right: 0px; } }
    .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__title-text {
      font-size: 4em; }
      @media screen and (max-width: 1060px) {
        .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__title-text {
          font-size: 42px; } }
      @media screen and (max-width: 767px) {
        .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__title-text {
          font-size: 36px; } }
      @media screen and (max-width: 568px) {
        .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__title-text {
          font-size: 24px; } }
    .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__text {
      margin-top: 10px; }
      .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__text p {
        font-size: 14px; }
    .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__text strong {
      font-size: 28px; }
      @media screen and (max-width: 568px) {
        .home-hero-with-more-feature .hero-banner-text.text-size-medium .section__text strong {
          font-size: 20px;
          line-height: 24px; } }
    .home-hero-with-more-feature .hero-banner-text.text-size-small .section__title-text {
      font-size: 3em; }
      @media screen and (max-width: 568px) {
        .home-hero-with-more-feature .hero-banner-text.text-size-small .section__title-text {
          font-size: 24px; } }
    .home-hero-with-more-feature .hero-banner-text.text-size-small .section__text strong {
      font-size: 22px; }
      @media screen and (max-width: 568px) {
        .home-hero-with-more-feature .hero-banner-text.text-size-small .section__text strong {
          font-size: 18px; } }
    .home-hero-with-more-feature .hero-banner-text.text-size-small .section__text p {
      font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .home-hero-with-more-feature .section__action {
      margin: 10px 0; } }
  .home-hero-with-more-feature .section__action .section__button {
    background: #3aa2d9;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    padding: 15px 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1024px) {
      .home-hero-with-more-feature .section__action .section__button {
        padding: 10px 50px;
        font-size: 14px; } }
    @media screen and (max-width: 568px) {
      .home-hero-with-more-feature .section__action .section__button {
        padding: 10px 30px;
        font-size: 14px; } }
  .home-hero-with-more-feature .hero--timer__block {
    background: #3aa2d9;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 460px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 1024px) {
      .home-hero-with-more-feature .hero--timer__block {
        padding: 20px;
        max-width: 380px; } }
    @media screen and (max-width: 568px) {
      .home-hero-with-more-feature .hero--timer__block {
        padding: 15px 0;
        max-width: 280px; } }
    .home-hero-with-more-feature .hero--timer__block .timer__col {
      display: inline-block;
      vertical-align: top; }
      .home-hero-with-more-feature .hero--timer__block .timer__col strong {
        font-size: 46px;
        display: block;
        line-height: 32px;
        vertical-align: top;
        font-weight: 600; }
        @media screen and (max-width: 1060px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col strong {
            font-size: 36px; } }
        @media screen and (max-width: 990px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col strong {
            font-size: 22px;
            line-height: 22px;
            margin: 0px 10px; } }
        @media screen and (max-width: 568px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col strong {
            margin: 0px 5px; } }
      .home-hero-with-more-feature .hero--timer__block .timer__col p {
        font-size: 16px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 12px;
        margin-top: 10px; }
        @media screen and (max-width: 990px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col p {
            font-size: 12px;
            margin-top: 5px; } }
        @media screen and (max-width: 767px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col p {
            font-size: 12px;
            margin-top: 0px; } }
      .home-hero-with-more-feature .hero--timer__block .timer__col.timer--dots {
        font-size: 46px;
        margin: 0px 15px;
        text-align: center;
        max-height: 56px;
        height: 100%;
        vertical-align: middle;
        line-height: 34px; }
        @media screen and (max-width: 1060px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col.timer--dots {
            font-size: 36px;
            line-height: 18px;
            margin: 0px 10px; } }
        @media screen and (max-width: 990px) {
          .home-hero-with-more-feature .hero--timer__block .timer__col.timer--dots {
            font-size: 26px;
            margin: 0px 2px;
            vertical-align: top;
            line-height: 24px; } }

@media (max-width: 1440px) {
  .home-hero-with-more-feature .hero--timer__block {
    padding: 20px; }

  .home-hero-with-more-feature .hero-banner-text .section__text {
    margin-top: 10px; } }
@media (max-width: 1024px) {
  .home-hero-with-more-feature .hero-banner-text .section__text strong br, .home-hero-with-more-feature .hero-banner-text .section__text p br {
    display: none; }

  .mobile-view-position-below {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0%, 0%) !important;
    padding: 20px 5% !important;
    background: #000; }
    .mobile-view-position-below .section__content {
      padding: 0; }
      .mobile-view-position-below .section__content .section__text strong, .mobile-view-position-below .section__content .section__text p {
        color: #fff !important; }
    .mobile-view-position-below .hero--timer__block {
      margin: 0; }

  .home-hero-with-more-feature .hero--timer__block {
    padding: 10px 20px;
    max-width: fit-content; } }
@media (max-width: 767px) {
  .section__action {
    margin-bottom: 15px; }

  .home-hero-with-more-feature .hero--timer__block {
    padding: 5px 20px;
    max-width: fit-content; }

  .home-hero-with-more-feature .hero--timer__block .timer__col strong {
    font-size: 18px;
    line-height: 22px; }

  .home-hero-with-more-feature .hero--timer__block .timer__col p {
    font-size: 11px; }

  .home-hero-with-more-feature .hero-banner-text.medium .hero--timer__block {
    max-width: 220px; }

  .home-hero-with-more-feature .hero--timer__block .timer__col.timer--dots {
    font-size: 22px;
    margin: 0px 3px;
    max-height: 48px;
    line-height: 19px;
    vertical-align: top; }

  .home-hero-with-more-feature .section__action .section__button {
    font-size: 12px;
    padding: 8px 30px; }

  .home-hero-with-more-feature {
    min-height: 100%; }

  .home-hero-with-more-feature .hero-banner-text .section__text {
    margin-top: 10px; }

  .home-hero-with-more-feature .hero-banner-text .section__text p {
    margin-top: 5px;
    font-size: 14px; } }
/* NAA-Sept-113 Update Mobile Filter icon */
@media (min-width: 768px) {
  .sort_mobile {
    display: none; } }
@media (max-width: 767px) {
  .sort_desktop {
    display: none; }

  .sort_mobile {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center; }
    .sort_mobile .collection__hero-title .collection__hero-title-text {
      width: 100%; }
    .sort_mobile .layout-container {
      padding: 8px 0;
      text-align: right;
      border-top: 1px solid #efefef;
      margin: 10px 0;
      border-bottom: 1px solid #efefef; }
      .sort_mobile .layout-container .grid-icon svg {
        margin-left: 0; }
      .sort_mobile .layout-container svg {
        width: 24px;
        height: 24px;
        margin-top: -4px; }
      .sort_mobile .layout-container .grid-icon, .sort_mobile .layout-container .list-icon {
        display: block !important; }

  .filter-container {
    padding: 0;
    border-bottom: 1px solid #efefef; }

  body .filter-menu .pt-mobile-header {
    border-radius: 0;
    border: 2px solid #1f497d;
    margin-top: 20px; }
    body .filter-menu .pt-mobile-header a.pt-nav-toggle {
      position: relative;
      left: 0;
      top: 50%;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%);
      cursor: pointer;
      padding: 0;
      line-height: 100%;
      float: left;
      width: 100%; }
      body .filter-menu .pt-mobile-header a.pt-nav-toggle p {
        display: block;
        margin: 0;
        font-size: 16px !important;
        line-height: 12px;
        top: 0;
        text-transform: uppercase;
        color: #1f497d;
        position: relative;
        font-weight: 600; }
      body .filter-menu .pt-mobile-header a.pt-nav-toggle span {
        background: #1f497d;
        position: absolute;
        height: 2px;
        width: 20px;
        left: 15px;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%); }
        body .filter-menu .pt-mobile-header a.pt-nav-toggle span::before {
          height: 2px;
          width: 100%;
          top: -7px;
          background: #1f497d; }
        body .filter-menu .pt-mobile-header a.pt-nav-toggle span::after {
          height: 2px;
          width: 100%;
          bottom: -7px;
          background: #1f497d; } }
/************** NAA-Sept-111 Back in Stock Notification Form On Product Page *******************/
#sold-out {
  margin-top: 10px; }
  #sold-out p {
    margin-bottom: 5px; }
  #sold-out #notify-me-wrapper input.styled-input {
    min-height: 40px;
    border-right: 0; }
  #sold-out #notify-me-wrapper input.styled-submit {
    float: left;
    margin-left: 0 !important;
    background: #1d7caf;
    border: 1px solid #1d7caf;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 0 30px; }

/************** NAA-Nov-121 Customer Photo Image Carousel *******************/
@media screen and (max-width: 1160px) {
  .product-single__description .inner-content .container {
    width: 100%; } }

.video-popup-container {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .video-popup-container .popup-inner {
    max-width: 1000px;
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .video-popup-container .popup-inner {
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%); } }
    .video-popup-container .popup-inner .popup-close {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      z-index: 10;
      border-radius: 50%;
      background: white;
      cursor: pointer; }
      .video-popup-container .popup-inner .popup-close::before, .video-popup-container .popup-inner .popup-close::after {
        height: 20px;
        width: 2px;
        background: #111111;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -1px; }
      .video-popup-container .popup-inner .popup-close::before {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .video-popup-container .popup-inner .popup-close::after {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
    .video-popup-container .popup-inner iframe {
      height: 600px; }
      @media screen and (max-width: 992px) {
        .video-popup-container .popup-inner iframe {
          height: 400px; } }
      @media screen and (max-width: 480px) {
        .video-popup-container .popup-inner iframe {
          height: 280px; } }

.image-popup-container .popup-inner {
  width: max-content;
  max-width: 1000px;
  background: #ffffff;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .image-popup-container .popup-inner {
      max-width: 90%; } }
  .image-popup-container .popup-inner img {
    max-width: 100%;
    display: block;
    max-height: 80vh; }
  .image-popup-container .popup-inner p {
    margin: 0;
    padding: 10px 0; }

.custom__image-video-slider-title {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  max-width: 1326px;
  margin: 10px auto 0;
  padding-left: 32px; }
  @media screen and (max-width: 1024px) {
    .custom__image-video-slider-title {
      padding-left: 20px; } }

.custom-image-carousel .custom__image-video-slider {
  padding: 0px 45px;
  margin: 20px auto; }
  @media screen and (max-width: 767px) {
    .custom-image-carousel .custom__image-video-slider {
      padding: 0px 25px; } }
  .custom-image-carousel .custom__image-video-slider .slick-slide {
    padding: 0 10px; }
  .custom-image-carousel .custom__image-video-slider .custom__carousel-inner {
    float: left;
    height: 177px;
    text-align: center;
    overflow: hidden; }
  .custom-image-carousel .custom__image-video-slider .custom__carousel-video {
    position: relative;
    height: 100%; }
    .custom-image-carousel .custom__image-video-slider .custom__carousel-video img {
      cursor: pointer;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .custom-image-carousel .custom__image-video-slider .custom__carousel-video img {
          display: inline-block;
          margin: auto; } }
    .custom-image-carousel .custom__image-video-slider .custom__carousel-video .play-icon {
      content: '';
      width: 64px;
      height: 64px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url(/cdn/shop/files/play-icon.png);
      background-repeat: no-repeat;
      background-position: center;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      cursor: pointer;
      pointer-events: none; }
  .custom-image-carousel .custom__image-video-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    border: 0;
    font-size: 0;
    width: 20px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    opacity: .5;
    outline: none; }
    .custom-image-carousel .custom__image-video-slider .slick-arrow:hover {
      opacity: 1; }
    .custom-image-carousel .custom__image-video-slider .slick-arrow.slick-prev {
      background-image: url(/cdn/shop/files/back.svg);
      left: 20px; }
      @media screen and (max-width: 767px) {
        .custom-image-carousel .custom__image-video-slider .slick-arrow.slick-prev {
          left: 5px; } }
    .custom-image-carousel .custom__image-video-slider .slick-arrow.slick-next {
      background-image: url(/cdn/shop/files/next.svg);
      right: 20px; }
      @media screen and (max-width: 767px) {
        .custom-image-carousel .custom__image-video-slider .slick-arrow.slick-next {
          right: 5px; } }
  .custom-image-carousel .custom__image-video-slider .custom__carousel-image {
    position: relative;
    height: 100%; }
    .custom-image-carousel .custom__image-video-slider .custom__carousel-image img {
      cursor: pointer;
      width: auto;
      max-width: none;
      height: 100%;
      float: none;
      margin: auto;
      display: block;
      position: relative;
      /*         left: 50%;
      transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%); */ }
    .custom-image-carousel .custom__image-video-slider .custom__carousel-image p {
      position: relative;
      margin: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.84);
      padding: 5px 0;
      display: none; }
      @media screen and (max-width: 480px) {
        .custom-image-carousel .custom__image-video-slider .custom__carousel-image p {
          position: absolute;
          bottom: 0;
          padding: 5px; } }
  .custom-image-carousel .custom__image-video-slider .slick-track {
    margin-left: 0; }

/* NAA-JAN-201 Bread Finance Button Placeholder */
#bread-checkout-btn-product .loading_btn {
  background: #fff;
  color: #b2bcc3;
  border-radius: 0;
  border: 2px solid #b2bcc3;
  display: table-cell;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  min-width: 210px;
  height: 50px;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    #bread-checkout-btn-product .loading_btn {
      display: block;
      line-height: 50px;
      width: 100%; } }

/* NAA-JAN-203 New Homepage Category Sections */
.homepage-category-row {
  display: flex;
  margin: 30px auto 50px; }
  @media screen and (max-width: 580px) {
    .homepage-category-row {
      flex-wrap: wrap; } }
  .homepage-category-row .cat-col {
    width: 33.3%;
    margin: 0 auto;
    position: relative;
    background: #000;
    margin-right: 20px; }
    .homepage-category-row .cat-col:first-child {
      margin-left: 0; }
    .homepage-category-row .cat-col:nth-child(2) {
      margin-left: 0; }
    .homepage-category-row .cat-col:nth-child(3) {
      margin-right: 0; }
    @media screen and (max-width: 580px) {
      .homepage-category-row .cat-col {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0; } }
    .homepage-category-row .cat-col a {
      display: block; }
      .homepage-category-row .cat-col a img {
        opacity: 0.7;
        vertical-align: text-bottom;
        display: block; }
    .homepage-category-row .cat-col .cat-overlay_block {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 90%; }
      .homepage-category-row .cat-col .cat-overlay_block a {
        text-decoration: none; }
      .homepage-category-row .cat-col .cat-overlay_block h3 {
        margin: 0;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        text-decoration: none; }
        @media screen and (max-width: 990px) {
          .homepage-category-row .cat-col .cat-overlay_block h3 {
            font-size: 16px; } }
      .homepage-category-row .cat-col .cat-overlay_block p {
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        line-height: 18px;
        margin: 10px 0; }
        @media screen and (max-width: 990px) {
          .homepage-category-row .cat-col .cat-overlay_block p {
            font-size: 12px;
            margin: 5px 0 10px; } }
        @media screen and (max-width: 580px) {
          .homepage-category-row .cat-col .cat-overlay_block p {
            font-size: 14px;
            margin: 5px 0 10px; } }
      .homepage-category-row .cat-col .cat-overlay_block .btn {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        display: inherit;
        padding: 10px 15px;
        background: #1f497d;
        border: 1px solid #1f497d;
        max-width: 180px;
        margin: auto; }
        @media screen and (max-width: 990px) {
          .homepage-category-row .cat-col .cat-overlay_block .btn {
            padding: 5px;
            max-width: 160px;
            font-size: 12px; } }

/*=== NAA-MAR-210 Cart - Eligible for Free Shipping ===*/
.cart__freeShipping {
  font-size: 16px; }

/* NAA-MAR-212 Homepage | Buying Guide Section */
.section-collection-tabbing {
  margin: 80px auto 50px; }
  .section-collection-tabbing .section-collection-slider__title {
    margin-bottom: 40px;
    display: block; }

.tabbing-block {
  width: 100%;
  display: block;
  margin-top: 20px; }
  .tabbing-block .tabs {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    display: flex;
    background: #b8b8b8; }
    @media screen and (max-width: 767px) {
      .tabbing-block .tabs {
        display: none; } }
    .tabbing-block .tabs li {
      margin: 0;
      padding: 12px 20px;
      border-right: 1px solid #fff;
      cursor: pointer;
      background: #b8b8b8;
      color: #fff;
      text-transform: uppercase;
      font-family: Raleway,sans-serif;
      list-style: none;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.5px;
      min-width: 20%;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .tabbing-block .tabs li {
          font-size: 11px;
          letter-spacing: 0;
          line-height: 14px; } }
      @media screen and (max-width: 767px) {
        .tabbing-block .tabs li {
          font-size: 16px; } }
      .tabbing-block .tabs li:last-child {
        border-right: 0; }
      .tabbing-block .tabs li.active, .tabbing-block .tabs li:hover {
        background: #1f497d;
        border-color: #1f497d; }
        .tabbing-block .tabs li.active:before, .tabbing-block .tabs li:hover:before {
          content: '';
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          position: absolute;
          bottom: -10px;
          border-top: 10px solid #1f497d;
          left: 20px; }
  .tabbing-block .tab_container {
    margin-top: 40px; }
    .tabbing-block .tab_container .slick-list {
      margin: 0 -20px; }
      .tabbing-block .tab_container .slick-list .slick-track {
        float: left;
        width: 100%; }
      .tabbing-block .tab_container .slick-list .slick-slide {
        padding: 0 20px;
        min-width: 450px; }
        @media screen and (max-width: 1020px) {
          .tabbing-block .tab_container .slick-list .slick-slide {
            min-width: auto; } }
        @media screen and (max-width: 480px) {
          .tabbing-block .tab_container .slick-list .slick-slide {
            min-width: 300px; } }
        @media screen and (max-width: 767px) {
          .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks {
            margin-top: 10px; } }
        .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_img-block {
          height: 200px;
          overflow: hidden;
          width: 100%;
          display: block; }
          @media screen and (max-width: 1080px) {
            .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_img-block {
              height: 150px; } }
          @media screen and (max-width: 767px) {
            .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_img-block {
              height: 160px; } }
          @media screen and (max-width: 480px) {
            .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_img-block {
              height: 180px; } }
          .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_img-block img {
            width: 100%;
            min-width: 416px; }
            @media screen and (max-width: 480px) {
              .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_img-block img {
                min-width: 100%; } }
        .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_content-block {
          background: #e5e5e5;
          padding: 25px;
          display: block; }
          .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_content-block h5 {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            margin-bottom: 20px; }
          .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_content-block p {
            font-size: 14px;
            line-height: 22px;
            display: block;
            margin-bottom: 20px; }
          .tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_content-block a {
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            font-family: Raleway,sans-serif; }
    @media screen and (max-width: 767px) {
      .tabbing-block .tab_container .tab_content {
        margin-bottom: 20px; } }
  .tabbing-block .slick-arrow {
    display: none !important; }
  .tabbing-block .slick-dots li {
    height: 20px;
    width: 20px; }
    .tabbing-block .slick-dots li button {
      height: 20px;
      width: 20px; }
      .tabbing-block .slick-dots li button:before {
        height: 20px;
        width: 20px;
        border: solid 1px #787878;
        background-color: #d8d8d8; }
    .tabbing-block .slick-dots li.slick-active button:before {
      background-color: #787878;
      border-color: #787878; }

.tab_drawer_heading {
  display: none;
  margin: 0;
  padding: 12px 20px;
  border-right: 1px solid #fff;
  cursor: pointer;
  background: #b8b8b8;
  color: #fff;
  text-transform: uppercase;
  font-family: Raleway,sans-serif;
  list-style: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 10px; }
  .tab_drawer_heading.d_active, .tab_drawer_heading:hover {
    background: #1f497d;
    border-color: #1f497d; }
    .tab_drawer_heading.d_active:before, .tab_drawer_heading:hover:before {
      content: '';
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      position: absolute;
      bottom: -10px;
      border-top: 10px solid #1f497d;
      left: 20px; }
  @media screen and (max-width: 767px) {
    .tab_drawer_heading {
      display: block; } }

/* NAA-MAY-215 CSS updated for Yotpo Referral / Rewards page */
#swell-bootstrap .rewards-templete .main-block .block-holder {
  width: 100%; }

/* -- NAA-May-216 Cart Updates -- */
.template-cart .cart__checkout-buttons .section__button {
  background: #EAB63E;
  border-color: #EAB63E; }

/* NAA-June-221 Add to cart button on Collection page */
.product-item__reviews {
  margin-bottom: 10px; }

.list-view {
  flex-wrap: wrap; }
  .list-view .product-form {
    flex-grow: 1;
    margin-top: 20px; }

.col-add-to-cart {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  padding: 0px 20px;
  background: #1f497d;
  border: 1px solid #1f497d;
  line-height: 35px;
  outline: none;
  position: relative;
  width: 180px;
  outline: none; }
  .col-add-to-cart:focus {
    color: #fff; }
  .col-add-to-cart p {
    margin: 0; }
    .col-add-to-cart p.added-btn-b {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      background: #1f497d;
      visibility: hidden;
      opacity: 0; }
  .col-add-to-cart.pop-anim p.added-btn-b {
    visibility: visible;
    opacity: 1; }

.modal.cart-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 999; }
  .modal.cart-popup.hidden {
    visibility: hidden;
    opacity: 0; }
  .modal.cart-popup .modal--overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%; }
  .modal.cart-popup .content {
    position: relative;
    z-index: 99;
    margin: auto;
    text-align: center;
    top: 50%;
    font-size: 24px;
    background: #fff;
    max-width: 500px;
    color: #1f497d;
    font-weight: 600;
    padding: 20px;
    outline: none;
    transform: translateY(-50%); }
    @media screen and (max-width: 568px) {
      .modal.cart-popup .content {
        max-width: 280px;
        line-height: 24px;
        font-size: 18px;
        top: 36%; } }
    .modal.cart-popup .content .close-popup {
      position: absolute;
      right: -10px;
      top: -12px;
      background: #1f497d;
      width: 26px;
      height: 26px;
      line-height: 26px;
      border-radius: 100%;
      font-size: 14px;
      color: #fff;
      cursor: pointer; }

/* NAA-June-222 Update Guarantees in the Cart */
.template-cart #sca_fg_cart {
  display: flex;
  flex-wrap: wrap; }
  .template-cart #sca_fg_cart .na-container {
    order: 2;
    margin-bottom: 60px; }
  .template-cart #sca_fg_cart .product-guarantees {
    order: 1;
    margin-top: 0;
    width: 100%; }
    .template-cart #sca_fg_cart .product-guarantees .product-guarantees__conent p:last-child {
      display: none !important; }

/* NAA-July-231 Low inventory Badges */
.low-inventory {
  position: relative;
  top: 0;
  background: #8D96ED;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 0 8px;
  margin: 0;
  height: 20px;
  line-height: 20px;
  left: 50%;
  max-width: 140px;
  transform: translate(-50%, 0px); }
  .low-inventory::before, .low-inventory::after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
    border-width: 10px 0 10px 12px; }
  .low-inventory::before {
    border-color: #8D96ED transparent;
    left: -12px; }
  .low-inventory:after {
    right: -12px;
    border-color: #8D96ED transparent;
    transform: rotate(180deg); }

.template-product .product-single__info-inner .low-inventory {
  left: 0;
  transform: translate(0);
  text-align: center;
  margin: 10px; }

/* NAA-July-229 New Header/Navigation */
body .MagicToolboxSlides .MagicToolboxSlides-arrow {
  z-index: 2 !important; }

.search__form .search__form-input:focus {
  outline: unset; }

.upper-bar-block {
  background-color: #f6f6f6;
  padding: 10px 0; }
  .upper-bar-block .announcment-bar1 {
    display: inline-block; }
    .upper-bar-block .announcment-bar1 p {
      margin: 0;
      color: #4993cb;
      font-weight: 700;
      font-size: 16px;
      line-height: 1; }
  .upper-bar-block ul.top-menus {
    padding: 0;
    margin: 0;
    float: right; }
    .upper-bar-block ul.top-menus li {
      display: inline-block;
      line-height: 1; }
      .upper-bar-block ul.top-menus li a {
        color: #696969;
        text-decoration: none;
        border-left: 1px solid #969696;
        font-size: 16px;
        line-height: 1;
        padding-right: 15px;
        padding-left: 15px;
        display: inline-block; }
        .upper-bar-block ul.top-menus li a:hover {
          color: #4993cb; }
      .upper-bar-block ul.top-menus li:first-child a {
        border-left: 0px; }
      .upper-bar-block ul.top-menus li:last-child a {
        padding-right: 0px; }

.site-header {
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
  /*menus*/
  /*menus*/ }
  .site-header header {
    padding: 15px 0;
    height: auto;
    padding-bottom: 0; }
  .site-header .header-right__mobile-cart a {
    color: #2e2d2d;
    font-weight: 400;
    font-size: 14px; }
  .site-header .header-right__list-link {
    color: #2e2d2d;
    font-weight: 400;
    font-size: 14px; }
  .site-header .logo-image img {
    width: auto;
    max-width: 100%;
    max-height: 55px; }
  .site-header .header-right__search {
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .site-header .header-top__search-input {
    height: 48px;
    padding: 19px 35px 18px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 60px;
    font-size: 16px; }
    .site-header .header-top__search-input:focus {
      outline: unset; }
  .site-header .header-top__search-btn {
    top: 7px;
    right: 12px; }
    .site-header .header-top__search-btn img {
      max-height: 20px; }
  .site-header .header-right {
    height: auto;
    text-align: right;
    margin-bottom: -6px; }
    .site-header .header-right span.imgg {
      display: block;
      height: 30px; }
    .site-header .header-right img {
      margin-top: 0px;
      margin-bottom: 0px;
      width: auto;
      max-height: 30px; }
    .site-header .header-right a {
      text-decoration: none; }
      .site-header .header-right a:hover {
        color: #4993cb; }
    .site-header .header-right .header-right__mobile-cart {
      margin-right: 50px;
      display: inline-block;
      text-align: center; }
    .site-header .header-right .header-right__list-item {
      display: inline-block;
      text-align: center;
      position: relative; }
      .site-header .header-right .header-right__list-item a {
        position: relative;
        display: inline-block; }
        .site-header .header-right .header-right__list-item a span.count {
          position: absolute;
          background-color: #1f497d;
          color: #fff;
          padding: 2px;
          top: 0;
          left: -7px;
          border-radius: 100%;
          width: 18px;
          font-size: 13px;
          height: 18px;
          text-align: center; }
  .site-header .row {
    height: auto; }
  .site-header .sunmenu-block {
    position: absolute;
    background-color: #f9f9f9;
    padding: 25px;
    z-index: 9;
    max-width: 100%;
    visibility: hidden;
    border-top: 2px solid #4993cc;
    padding-bottom: 10px; }
    @media (min-width: 1300px) {
      .site-header .sunmenu-block {
        left: 0;
        min-width: 705px;
        max-width: 100%; } }
    .site-header .sunmenu-block .product-item {
      padding: 12px;
      margin-top: 0px;
      display: inline-block;
      width: 204px;
      background-color: #fff;
      vertical-align: top;
      height: 165px;
      margin-right: 20px;
      white-space: normal;
      float: left;
      margin-bottom: 15px; }
      .site-header .sunmenu-block .product-item a {
        text-decoration: none;
        display: block;
        color: #000;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 20px; }
        .site-header .sunmenu-block .product-item a:hover {
          color: #1f497d; }
      .site-header .sunmenu-block .product-item img {
        max-height: 100px;
        margin-bottom: 10px; }
      .site-header .sunmenu-block .product-item:nth-child(3n) {
        margin-right: 0px; }
    .site-header .sunmenu-block .mega-submenu {
      float: left;
      width: 100%; }
      .site-header .sunmenu-block .mega-submenu > .submenu-child {
        float: left;
        min-width: 204px;
        margin-right: 20px; }
        .site-header .sunmenu-block .mega-submenu > .submenu-child:nth-child(3) {
          margin-right: 0px; }
        .site-header .sunmenu-block .mega-submenu > .submenu-child > a {
          font-size: 16px;
          font-weight: 600;
          color: #4993cc;
          text-decoration: none;
          padding: 15px 0;
          display: inline-block; }
          .site-header .sunmenu-block .mega-submenu > .submenu-child > a:hover {
            color: #3175a8; }
        .site-header .sunmenu-block .mega-submenu > .submenu-child ul {
          padding: 0;
          margin: 0; }
          .site-header .sunmenu-block .mega-submenu > .submenu-child ul li {
            list-style: none; }
            .site-header .sunmenu-block .mega-submenu > .submenu-child ul li a {
              text-decoration: none;
              font-size: 16px;
              color: #000;
              display: inline-block;
              width: 100%;
              padding: 12px 0;
              border-top: 1px solid #ebebeb; }
              .site-header .sunmenu-block .mega-submenu > .submenu-child ul li a:hover {
                color: #1f497d; }
        .site-header .sunmenu-block .mega-submenu > .submenu-child .submenu-child a {
          font-size: 16px;
          font-weight: 600;
          color: #4993cc;
          text-decoration: none;
          padding: 11px 0;
          display: inline-block;
          border-top: 1px solid #ddd;
          width: 100%; }
          .site-header .sunmenu-block .mega-submenu > .submenu-child .submenu-child a:hover {
            color: #3175a8; }
  .site-header nav.main-navigation {
    height: auto;
    width: 100%;
    margin-top: 16px; }
    .site-header nav.main-navigation .main-navigation__list {
      width: 100%;
      position: relative; }
    .site-header nav.main-navigation .main-navigation__list-item {
      margin: 0px; }
      @media (min-width: 1300px) {
        .site-header nav.main-navigation .main-navigation__list-item {
          position: relative; }
          .site-header nav.main-navigation .main-navigation__list-item:nth-child(5), .site-header nav.main-navigation .main-navigation__list-item:nth-child(6), .site-header nav.main-navigation .main-navigation__list-item:nth-child(7), .site-header nav.main-navigation .main-navigation__list-item:nth-child(8), .site-header nav.main-navigation .main-navigation__list-item:nth-child(9), .site-header nav.main-navigation .main-navigation__list-item:nth-child(10) {
            position: relative; }
            .site-header nav.main-navigation .main-navigation__list-item:nth-child(5) .sunmenu-block, .site-header nav.main-navigation .main-navigation__list-item:nth-child(6) .sunmenu-block, .site-header nav.main-navigation .main-navigation__list-item:nth-child(7) .sunmenu-block, .site-header nav.main-navigation .main-navigation__list-item:nth-child(8) .sunmenu-block, .site-header nav.main-navigation .main-navigation__list-item:nth-child(9) .sunmenu-block, .site-header nav.main-navigation .main-navigation__list-item:nth-child(10) .sunmenu-block {
              left: auto;
              right: 0px; } }
      .site-header nav.main-navigation .main-navigation__list-item .main-navigation__list-item-link {
        color: #000;
        font-weight: 400;
        font-size: 18px;
        padding: 13px 20px;
        display: inline-block;
        position: relative; }
      .site-header nav.main-navigation .main-navigation__list-item:hover .main-navigation__list-item-link {
        color: #fff;
        background-color: #4993cc; }
      .site-header nav.main-navigation .main-navigation__list-item.active .main-navigation__list-item-link {
        color: #fff;
        background-color: #4993cc; }
    .site-header nav.main-navigation .main-navigation__list-item.has-item > a:after {
      content: "\f107";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome; }
    @media (min-width: 1200px) {
      .site-header nav.main-navigation .main-navigation__list-item.has-item:hover .sunmenu-block {
        visibility: visible; } }
  .site-header .nav-mobile__search {
    display: none; }

span.dropdown-menu {
  display: none; }

@media (max-width: 1199px) and (min-width: 768px) {
  .upper-bar-block ul.top-menus li a {
    font-size: 15px;
    padding-right: 5px;
    padding-left: 5px; }

  .upper-bar-block .announcment-bar1 p {
    font-size: 15px; }

  .site-header .header-top__search-input {
    height: 42px;
    padding: 14px 35px 8px 25px; }

  .site-header .header-right span.imgg {
    height: 25px; }
    .site-header .header-right span.imgg img {
      max-height: 25px; }

  .site-header .header-top__search-btn {
    top: 5px; }

  .site-header nav.main-navigation {
    margin-top: 15px; }

  .site-header nav.main-navigation .main-navigation__list-item .main-navigation__list-item-link {
    font-size: 15px;
    padding: 12px 12px; }

  .site-header nav.main-navigation .main-navigation__list-item.has-item > a:after {
    display: none; }

  span.dropdown-menu {
    display: inline-block;
    margin-left: -14px;
    padding: 12px 10px;
    z-index: 2; }

  .site-header nav.main-navigation .main-navigation__list-item:hover .main-navigation__list-item-link {
    color: #000;
    background-color: transparent; }

  .site-header .sunmenu-block {
    left: 0;
    width: 100%; }

  .site-header .show-submneu .sunmenu-block {
    visibility: visible;
    top: 39px; }

  .site-header .sunmenu-block {
    padding: 20px; }

  .site-header .sunmenu-block .product-item {
    margin-right: 15px;
    margin-bottom: 15px; }

  .site-header .sunmenu-block .mega-submenu > .submenu-child {
    margin-right: 15px; }

  .site-header .sunmenu-block .mega-submenu > .submenu-child > a {
    font-size: 16px; }

  .site-header .sunmenu-block .mega-submenu > .submenu-child .submenu-child a {
    font-size: 16px;
    padding: 12px 0; }

  .site-header .logo-image img {
    width: 150px;
    max-width: 100%; }

  .site-header nav.main-navigation .main-navigation__list-item.active .main-navigation__list-item-link {
    color: #4993cc;
    background-color: transparent; } }
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; }

  .upper-bar-block .announcment-bar1 {
    width: 100%;
    text-align: center; }
    .upper-bar-block .announcment-bar1 p {
      font-size: 16px; }

  .hamburger {
    font-size: 25px;
    width: 30px;
    height: auto; }

  .hamburger:before, .hamburger .icon, .hamburger:after {
    height: 3px;
    margin: 0 0 4px;
    background: #000;
    border-radius: 0px; }

  .site-header .header-right a {
    font-size: 0px; }

  .site-header .header-right .header-right__mobile-cart {
    margin-right: 15px; }

  .site-header .header-right span.imgg {
    height: 20px;
    display: inline-block; }
    .site-header .header-right span.imgg img {
      max-height: 20px; }

  .site-header .header-right .header-right__list-item a span.count {
    top: -3px;
    left: -7px;
    width: 14px;
    font-size: 11px;
    height: 14px;
    line-height: 9px;
    overflow: hidden; }

  .site-header header {
    padding: 5px 0;
    height: auto;
    padding-bottom: 18px; }

  .site-header .header-right {
    margin-bottom: -2px; }

  .site-header .nav-mobile__search {
    display: inline-block; }

  .nav-mobile__search {
    margin-top: 16px;
    padding: 0 0px;
    width: 100%; }
    .nav-mobile__search .nav-mobile__search-input {
      border: 1px solid #c4c4c4;
      border-radius: 40px;
      font-size: 14px;
      text-transform: capitalize; }
      .nav-mobile__search .nav-mobile__search-input:focus {
        outline: unset; }

  .nav-mobile__search button.btn.nav-mobile__search-btn {
    right: 5px;
    top: 1px; }
    .nav-mobile__search button.btn.nav-mobile__search-btn img {
      width: 14px; }

  .hamburger.opened:before, .hamburger.opened .icon, .hamburger.opened:after {
    background: #000; }

  .hamburger.hamburger-cancel.opened:after {
    transform: translateY(-5px) rotate(-135deg);
    height: 2px; }

  .hamburger.hamburger-cancel.opened:before {
    height: 2px; }

  #nav-mobile {
    background-color: #f4f4f4;
    top: 107px;
    z-index: 99; }
    #nav-mobile .main-navigation__list {
      padding: 0;
      margin: 0;
      flex-direction: column; }
      #nav-mobile .main-navigation__list li {
        width: 100%;
        flex: 0 0 100%;
        position: relative; }
        #nav-mobile .main-navigation__list li a {
          width: 100%;
          display: inline-block;
          color: #000;
          text-decoration: none;
          font-size: 18px;
          padding: 15px 25px;
          line-height: 1;
          border-bottom: 1px solid #dedddd; }
        #nav-mobile .main-navigation__list li span.show-child2, #nav-mobile .main-navigation__list li span.show-child3 {
          position: absolute;
          right: 0;
          top: 0;
          font-size: 28px;
          padding: 11px 20px;
          line-height: 1;
          z-index: 2; }
        #nav-mobile .main-navigation__list li .mega-submenu, #nav-mobile .main-navigation__list li ul {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100% !important;
          overflow: hidden;
          z-index: 999;
          overflow-y: auto;
          background: #f4f4f4;
          padding: 0 0px;
          display: block !important;
          transform: translate3d(-100%, 0, 0);
          -webkit-transform: translate3d(100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          -ms-transform: translate3d(-100%, 0, 0);
          transition: all 0.15s ease-out;
          -webkit-transition: all 0.15s ease-out;
          -moz-transition: all 0.15s ease-out;
          -webkit-overflow-scrolling: touch; }
      #nav-mobile .main-navigation__list li.active-li {
        position: static; }
        #nav-mobile .main-navigation__list li.active-li .mega-submenu {
          transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0); }
      #nav-mobile .main-navigation__list .herarchay {
        font-size: 16px;
        padding: 14px 25px;
        margin: 0;
        border-bottom: 1px solid #dedddd;
        line-height: 1;
        color: #555; }
        #nav-mobile .main-navigation__list .herarchay i.fa.fa-angle-left {
          color: #2a92cc;
          font-size: 20px;
          margin-right: 4px;
          vertical-align: text-bottom; }
    #nav-mobile ul.menu-lowermenu {
      position: fixed;
      z-index: 999;
      background-color: #e8eff2;
      width: 100%;
      padding: 15px 25px; }
      #nav-mobile ul.menu-lowermenu li {
        width: 50%;
        display: inline-block;
        float: left; }
        #nav-mobile ul.menu-lowermenu li a {
          text-decoration: none;
          color: #777878;
          font-size: 16px;
          margin: 12px 0;
          display: inline-block;
          line-height: 1;
          position: relative;
          padding-left: 13px; }
          #nav-mobile ul.menu-lowermenu li a:before {
            content: "\f111";
            line-height: 10px;
            font: normal normal normal 7px/1 FontAwesome;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 6px; }
    #nav-mobile .child3-li {
      position: relative; }
    #nav-mobile .child3-li.active-level3 {
      position: static; }
      #nav-mobile .child3-li.active-level3 ul {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0); }

  body.nav-mobile-open .upper-bar-block {
    box-shadow: 0px 0px 10px #e8e8e8; }

  body.nav-mobile-open section.site-header {
    box-shadow: inset 0 0px 140px 30px #e4e4e4; }

  body.nav-mobile-open .userway_p2, body.nav-mobile-open div#fc_frame {
    visibility: hidden; } }
/* NAA-Aug-235 Enable AR models on products */
#default-poster {
  left: 0 !important;
  top: 0 !important; }

.product-main-with-3d .main-3dmodel {
  width: 100%;
  height: 575px; }
  @media screen and (max-width: 767px) {
    .product-main-with-3d .main-3dmodel {
      display: none; } }
  .product-main-with-3d .main-3dmodel model-viewer {
    width: 100%;
    height: 575px; }
    @media screen and (max-width: 1280px) {
      .product-main-with-3d .main-3dmodel model-viewer {
        width: 100%; } }

.MagicToolboxSelectorsContainer .product-single__media {
  width: 60px;
  height: 50px;
  display: inline-block;
  padding: 4px; }
  @media screen and (max-width: 767px) {
    .MagicToolboxSelectorsContainer .product-single__media {
      display: none; } }
  .MagicToolboxSelectorsContainer .product-single__media model-viewer {
    width: 100%;
    height: 70px;
    margin-top: 0; }

.model-3d-mobile {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px; }
  .model-3d-mobile .btn {
    background: #1f497d;
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff; }
    @media screen and (min-width: 767px) {
      .model-3d-mobile .btn {
        display: none; } }
  .model-3d-mobile .popup {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99999;
    background: #fff;
    left: 0;
    width: 100%; }
    .model-3d-mobile .popup .btn {
      display: block;
      padding: 10px;
      text-transform: uppercase;
      color: #1f497d;
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 99;
      background: none; }
      @media screen and (min-width: 767px) {
        .model-3d-mobile .popup .btn {
          display: block; } }
      .model-3d-mobile .popup .btn svg {
        width: 20px;
        height: 20px; }
    .model-3d-mobile .popup .product-single__media model-viewer {
      width: 90%;
      height: 100vh;
      margin: auto; }

@media only screen and (max-width: 767px) {
  .MagicToolboxSlides {
    display: block !important; } }

/* NAA-JAN-302 Interactive Product Features Section */
section.product-new-widgetic.product__section {
  text-align: center;
  padding: 30px 0; }
  section.product-new-widgetic.product__section p {
    max-width: 80%;
    margin: 0 auto 20px; }
    @media screen and (max-width: 991px) {
      section.product-new-widgetic.product__section p {
        max-width: 100%; } }

.widgetic-images {
  max-width: 750px;
  margin: 0 auto; }

/*-- NAA-July-311 Change reviews to PowerReviews--*/
.product-single__reviews #pwr-snippets .pr-snippet-stars.pr-snippet-stars-png .pr-snippet-rating-decimal {
  display: none; }

.product-single__reviews #pwr-snippets .pr-snippet-read-and-write .pr-snippet-review-count {
  display: none; }

.product-single__reviews #pwr-snippets .pr-snippet-stars-reco-reco {
  display: none; }

.product-single__reviews #pr-questionsnippet .pr-ask-question-cta.pr-qa-large {
  display: none; }

#pr-reviewdisplay .pr-review-snapshot-faceoff {
  display: none; }

.product-item #category-snippet-2 .pr-snippet-rating-decimal {
  display: none; }

.product-item #category-snippet-2 .pr-category-snippet__total.pr-category-snippet__item {
  display: none; }

p.pr-ask-question-subtext:before {
  content: "("; }

p.pr-ask-question-subtext:after {
  content: ")"; }

.p-w-r .pr-snippet-qa.pr-snippet-qa-empty .pr-ask-question-link {
  display: inline-block; }

.pr-ask-question-cta .pr-qa-large {
  display: block; }

#pr-review-snapshot .pr-subheadline {
  display: none; }

.pr-category-snippet__total.pr-category-snippet__item {
  display: none; }

.pwr-category-snippets .pr-snippet-rating-decimal {
  display: none; }

#category-snippet-2 {
  margin-bottom: 10px; }

/**NAA-SEO-2207 Mobile usability issues**/
@media (max-width: 767px) {
  ul.inthenews-ul li a {
    word-break: break-all;
    font-size: 15px; }

  ul.inthenews-ul li {
    margin-bottom: 10px; }

  ul.inthenews-ul {
    margin: 0;
    padding-left: 18px; }

  .p-w-r .pr-qa-display .pr-qa-display-question a,
  body#newair-windpro18w-wall-mount-fan-3-speed-with-sealed-motor-wall-mount-fan a {
    word-break: break-all; } }
/* NAA-Jan-325 Add Warning to all products - start */
a.na-warning-btn {
  margin: 30px 0 0;
  color: red;
  font-size: 18px;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: bold; }

/* NAA-Jan-325 Add Warning to all products - end */
.template-article table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: unset; }

table.shogun-table td {
  border: 1px solid #D5D6D7;
  background-color: #fff;
  padding: 10px;
  text-align: inherit; }

table.shogun-table.shogun-table-with-header th {
  border: 0px solid #1d7caf;
  background-color: #1d7caf;
  padding: 10px;
  text-align: inherit; }

table.shogun-table.shogun-table-with-header {
  border-radius: 15px;
  overflow: hidden; }

table.shogun-table.shogun-table-with-header td {
  border: 0px solid #1d7caf; }

.why-us__page table.shogun-table td {
  border: 0px solid #1d7caf; }

.shogun-heading-component h3 {
  margin: 15px 0;
  color: #1f497d;
  font-weight: normal;
  font-style: normal;
  font-size: 20px; }

/* div#shopify-section-header li.main-navigation__list-item.cc-blinker.cc-colorchange a.main-navigation__list-item-link{
  color:#000 !important;
}
div#shopify-section-header li.main-navigation__list-item.cc-blinker a.main-navigation__list-item-link{
  color:#000 !important;
}
div#shopify-section-header .main-navigation__list-item.cc-blinker.cc-colorchange .main-navigation__list-item-link{
  color:#000 !important;
}
.tabbing-block .tabs li.active, .tabbing-block .tabs li:hover{
  color:#000 !important;
}
.tabbing-block .tabs li{
  color:#000 !important;
}
.cc-sale-price {
    color: #000 !important;
}
.section-footer__menu .section-footer__menu-title {
    color: #000 !important;
}
.cc-original-price {
    color: #000 !important;
}
.tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_content-block h5 {
    color: #000;
}
.section-footer__newsletter-copy small, .section-footer__newsletter-copy small a {
    color: #000;
}
.product-item__prices-price {
    color: #000 !important;
}
p {
    color: #000;
}
.section-footer__newsletter-fields label {
    color: #000;
}
.section-footer .section-footer__menu-title {
    color: #000;
}
.template-page .rte span, .template-page .rte b {
    color: #000;
}
.template-page .rte a  {
    color:#000;
  font-weight: 700;
}
.homepage-category-row .cat-col .cat-overlay_block .btn {
    color: #000 !important;
}
.why-us__page .shg-rich-text.shg-theme-text-content a, .why-us__page section.section.section__wu-news a {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
  font-weight: 700;
}
.why-us__page a.section__button-thin {
    color: #000;
  font-weight: 700;
  background: #3EA7E0;
    border: 1px solid #3EA7E0;
}
.tabbing-block .tab_container .slick-list .slick-slide .tab_blocks .tab_content-block a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #000;
}
.col-add-to-cart{
  color:#000 !important;
}
.low-inventory {
    color: #000 !important;
}
.filter-group .filter-clear {
    color: #000 !important;
}
.product-item__type span {
    color: #000 !important;
    font-weight: 700 !important;
}
.filter-group h4 {
    color: #000 !important;
}
.product-item__prices-orig-price {
    opacity: 1 !important;
    color: #000 !important;
}
.collection__description .rte a {
    color: #000 !important;
    font-weight: 700;
    border-bottom: 1px solid #000;
  text-decoration: none;
}
.pagination .next a:before, .pagination .prev a:before {
    border: 4px solid #000 !important;
  border: 4px solid #000 !important;
    border-width: 0 6px 6px 0 !important;
}
.pagination span, .pagination span a {
    color: #000 !important;
} */
/* *:focus { outline: 1px solid #1f497d; } */
/* #cc-search:focus, a:focus, button:focus, input:focus{
  outline: 1px solid #1f497d !important;
}
a.btn:focus{
  outline: 1px solid #000 !important;
} */
/* .template-page .rte ul li span {
    color: #000 !important;
    font-weight: 600 !important;
} */
/* .product-item__prices-oos {
    color: #B50101 !important;
    opacity: 1 !important ;
} */
/* .collection__hero-title-text {
    color: #000 !important;
} */
h1, h2, h3, h4, h5, h6, label {
  color: #000; }

.site-header nav.main-navigation .main-navigation__list-item.active .main-navigation__list-item-link, .site-header nav.main-navigation .main-navigation__list-item.cc-blinker:hover .main-navigation__list-item-link {
  color: #000;
  background-color: #1e8bcd; }

/*-footer-*/
@media (min-width: 48em) {
  .section-footer__newsletter-copy.desktop-copy {
    display: none; }

  .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_form_actions button span:last-child {
    color: #fff; } }
@media (max-width: 47em) {
  footer.section-footer .col-xs-12.col-sm-8 {
    order: 2;
    margin-top: 30px; }

  footer.section-footer .col-xs-12.col-sm-4 {
    display: flex;
    flex-flow: wrap; }

  .col-xs-12.col-sm-4 .section-footer__newsletter-desktop {
    width: 100%;
    order: 2;
    margin-top: 30px; }

  .section-footer__newsletter-fields {
    position: relative;
    margin-top: 10px; }

  .section-footer__newsletter-fields label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
    color: #000; }

  .section-footer__newsletter-fields input {
    border: 1px solid #1f497d;
    margin: 0;
    height: 60px;
    padding-right: 60px; }

  .section-footer__newsletter-fields .klaviyo_form_actions {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0; }

  .section-footer__newsletter-fields .klaviyo_form_actions button {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 10px;
    border: none;
    background: transparent; }

  .section-footer__newsletter-fields .klaviyo_form_actions button span:first-child {
    display: inline-block;
    width: 100%;
    height: 100%; }

  .section-footer__newsletter-fields .klaviyo_form_actions button span:last-child {
    display: none; }

  .section-footer__newsletter-desktop .section-footer__newsletter-fields .klaviyo_field_group {
    padding-right: 0px;
    width: 100%; }

  .section-footer__newsletter-fields .klaviyo_form_actions button span:first-child svg {
    width: 40px;
    height: auto; }

  footer.section-footer .col-xs-6.col-sm-4, footer.section-footer .col-xs-6.col-sm-3 {
    max-width: 100%;
    flex-basis: 100%; }

  .section-footer__menu-desktop span.section-footer__menu-title {
    padding-left: 15px;
    position: relative; }

  .section-footer__menu-desktop span.section-footer__menu-title:after {
    content: '\002B';
    font-size: 18px;
    color: #1f497d;
    padding-right: 10px;
    position: absolute;
    top: -4px;
    left: 0; }

  .section-footer__menu-desktop ul.section-footer__menu-list {
    display: none;
    padding-left: 35px !important; }

  .section-footer__menu-desktop span.section-footer__menu-title.active:after {
    content: "\2212"; }

  .section-footer__newsletter-desktop p {
    display: none; }

  .section-footer__newsletter-copy.mobile-copy {
    display: none; } }
/*-end-footer-*/
/*-header-*/
@media (max-width: 991px) {
  .col-xs-3.col-sm-3.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: nowrap; }

  .site-header .header-right .header-right__mobile-cart {
    margin-right: 20px; }

  .cc_Accnt {
    margin-left: 20px !important; } }
@media (max-width: 767px) {
  .col-xs-3.col-sm-3.header-right .cc_Accnt {
    margin: 0 0 0 0px !important; }

  .col-xs-3.col-sm-3.header-right .cc_Accnt .ccAcc-link .cc-img {
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px; }

  .site-header .header-right a {
    display: flex !important; }

  .site-header .header-right img {
    max-height: 20px;
    max-width: 20px; }

  .site-header .header-right .header-right__list-item a span.count {
    left: 15px !important; }

  .header-right__list-item {
    margin: 0 30px; }

  .site-header .header-right .header-right__mobile-cart {
    margin-right: 0; }

  .col-xs-3.col-sm-3.header-right img {
    max-height: 20px; }

  .cc_Accnt {
    margin: 0 !important; } }
@media (max-width: 480px) {
  .na-container {
    padding-left: 10px;
    padding-right: 10px; }

  .col-xs-3.col-sm-3.header-right {
    flex-basis: 28%;
    max-width: 28%; }

  .mobile.col-xs-3.hide--desktop {
    flex-basis: 22%;
    max-width: 22%; }

  .header-right__list-item {
    margin: 0 10px; } }
/*---header----*/
/*--table---*/
.shogun-table-custom-wrapper table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden; }

.shogun-table-custom-wrapper table td {
  border: 1px solid #D5D6D7;
  padding: 20px 10px; }

.shogun-table-custom-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px; }

.shogun-table-custom-wrapper.shogun-table-custom-wrapper-heading {
  overflow: auto;
  border: 3px solid #D5D6D7;
  border-radius: 15px; }

.shogun-table-custom-wrapper.shogun-table-custom-wrapper-heading thead td {
  background-color: #1d7caf;
  color: #fff; }

.shogun-table-custom-wrapper.shogun-table-custom-wrapper-heading thead td strong {
  color: #fff; }

/*---table---*/
.color.swatch-element label {
  font-size: 0;
  position: relative;
  word-break: break-all;
  color: transparent; }

input#cc-search:focus, .slick-arrow:focus, input:focus {
  outline: 1px solid #000; }

/* *:focus{
  outline: 1px doted #000;
} */
.shg-custom-btn {
  background-color: #1f497d;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  background-image: none;
  color: #fff;
  display: flex;
  width: 100px;
  margin: 0 auto; }

.col-add-to-cart {
  outline: auto; }

:focus:not(:focus-visible) {
  outline: none; }

:focus-visible {
  outline-color: #000 !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 1px !important;
  outline-offset: 6px; }

a.btn:focus-visible {
  outline-color: #000 !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 1px !important;
  outline-offset: 6px !important; }

a:focus, .col-add-to-cart:focus, a.skip-link:focus-visible, .shg-btn:focus,
button#default-poster:focus {
  outline: none;
  outline-color: #000 !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 1px !important;
  outline-offset: 6px !important; }

.p-w-r :focus, .p-w-r a:focus {
  outline: none;
  outline-color: #000 !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 1px !important;
  outline-offset: 6px !important; }

a:focus-visible, a:-webkit-any-link:focus-visible, .col-add-to-cart:focus-visible, .shg-btn:focus-visible {
  outline-color: #000 !important;
  outline-color: -webkit-focus-ring-color !important;
  outline-style: auto !important;
  outline-width: 1px !important;
  outline-offset: 6px !important; }

.col-add-to-cart:focus-visible, a.btn:focus-visible, .section__button-thin:focus-visible, button#default-poster:focus-visible, a.skip-link:focus-visible,
.shg-btn:focus-visible, .p-w-r :focus-visible, .p-w-r a:focus-visible {
  color: #fff;
  background-color: #1B3F6C;
  border-color: #1B3F6C;
  outline: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }

/*---color-cahnge-start------*/
.cc-search-icon, .cc-search-loading {
  background: #1f497d !important; }

.site-header .header-right .header-right__list-item a span.count {
  background-color: #1f497d; }

.site-header nav.main-navigation .main-navigation__list-item:hover .main-navigation__list-item-link {
  background-color: #1f497d; }

.main-navigation .main-navigation__list-item.cc-blinker.cc-colorchange {
  background-color: #1f497d !important; }

.site-header .sunmenu-block .mega-submenu > .submenu-child > a {
  color: #1f497d; }

.cc-search-box #cc-search {
  border: 2px solid #1f497d !important; }

.upper-bar-block ul.top-menus li a:hover {
  color: #1f497d; }

.cc-sale-price, .cc-sliderRow-title-88231228 {
  color: #1f497d !important; }

button.cc-arrow-right svg path, button.cc-arrow-left svg path {
  stroke: #1f497d !important; }

.site-header .sunmenu-block {
  border-top: 2px solid #1f497d; }

section.site-header .main-navigation .main-navigation__list-item.cc-blinker .main-navigation__list-item-link {
  color: #1f497d !important; }

.site-header .header-right a:hover {
  color: #1f497d; }

.guarantees span {
  color: #fff; }

.site-header .sunmenu-block .mega-submenu > .submenu-child .submenu-child a {
  color: #1f497d; }

.site-header .main-navigation .main-navigation__list-item.cc-blinker.cc-colorchange .main-navigation__list-item-link {
  color: #fff !important; }

.tabbing-block .tabs li {
  color: #000; }

.tabbing-block .tabs li.active, .tabbing-block .tabs li:hover {
  color: #fff; }

.main-navigation .main-navigation__list-item.cc-blinker .main-navigation__list-item-link {
  color: white !important; }

.cc-original-price {
  color: #000 !important; }

.upper-bar-block ul.top-menus li a {
  color: #000 !important; }

.cc-sf-section .cc-sf-wrap .cc-sf-product-det .cc-sf-product a .cc-sf-productname {
  color: #1f497d !important; }

.quick-start-product {
  background: #1f497d !important; }

.cc-sf-section {
  border: 1px solid #1f497d !important; }

.shogun-heading-component h1, .shogun-heading-component h2, .cc-recPrd h3 {
  color: #1f497d !important; }

.product-item__label {
  background: #196719 !important; }

.low-inventory {
  color: #000 !important; }

p.product-item__type span {
  color: #1f497d !important; }

.filter-group h4 {
  color: #1f497d !important; }

.filter-group .filter-clear {
  background-color: #1f497d !important; }

.product-item__prices-sale-price {
  color: #B30000 !important; }

.product-item__prices-orig-price {
  opacity: 1; }

.cc_DS_newair_prdRec_02141211 .cc-recPrd:before {
  background: #1f497d !important; }

.product-item__prices-oos {
  color: #A91E1E !important;
  opacity: 1 !important; }

.template-article main#MainContent .shg-btn-wrapper .shg-btn, .template-article main#MainContent .shg-btn-wrapper .shg-btn:hover {
  background-color: #1f497d !important;
  color: #fff !important;
  border-color: #1f497d !important; }

.template-article main#MainContent .shg-btn, .template-article main#MainContent .shg-btn:hover {
  background-color: #1f497d !important;
  color: #fff !important;
  border-color: #1f497d !important; }

h4.shogun-accordion-title {
  color: #1f497d !important; }

button.section__button.product-single__button span {
  color: #fff; }

.p-w-r .pr-snippet-qa .pr-answered-question-circle {
  background-color: #1f497d; }

.button-warranty:hover {
  border-color: #1f497d !important;
  box-shadow: 0 0 0 1px inset #1f497d !important;
  background-color: #1f497d !important;
  color: #fff !important; }

.button-warranty:hover span, .button-warranty:hover span strong {
  color: #fff !important; }

.p-w-r a {
  color: #1f497d !important; }

.cc-tab-section .cc-tab-option .cc-tab-inner .cc-tab-list .cc-tab-link.cc-tab-active {
  background: #1f497d !important;
  color: #fff !important; }

.cc-tab-section .cc-tab-option .cc-tab-inner .cc-tab-list .cc-tab-link {
  color: #1f497d !important; }

.cc-tab-section .cc-tab-option .cc-tab-inner .cc-tab-list .cc-tab-link.cc-tab-active:after {
  border-top: 12px solid #1f497d !important; }

.product-specs__content ul li strong, .product-specs__content ul li, .product-specs__content ul li b {
  color: #fff; }

.p-w-r .pr-accessible-btn, .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a {
  background-color: #1f497d !important;
  border-bottom: 2px solid #1f497d !important; }

a.na-warning-btn {
  color: #A80000 !important; }

.section-footer__newsletter-copy.desktop-copy small {
  color: #000;
  background-color: #fff; }

span.back-to-top__content span {
  color: #fff; }

.filter-group li a, .filter-group li a:visited, .filter-group .collection-count {
  color: #000 !important; }

.site-header nav.main-navigation .main-navigation__list-item.active .main-navigation__list-item-link, .site-header nav.main-navigation .main-navigation__list-item.cc-blinker:hover .main-navigation__list-item-link {
  color: #fff !important;
  background-color: #1f497d !important; }

.pt-display-smallbox ul li:hover {
  background-color: #1f497d; }

.pt-display-smallbox ul li:hover a {
  background-color: #1f497d;
  color: #fff !important; }

span.back-to-top__content span {
  color: #000 !important; }

.product-item__title {
  background-color: white !important; }

.product-item__prices-orig-price {
  opacity: 1 !important;
  color: #1f497d !important; }

.product-item__prices-oos {
  color: #A91E1E !important;
  opacity: 1 !important; }

.cc-next svg {
  color: #1f497d !important; }

.cc-previous svg {
  color: #1f497d !important; }

#bread-checkout-btn-product .loading_btn {
  color: #1f497d !important;
  border: 2px solid #1f497d !important; }

.shogun-table-custom-wrapper.shogun-table-custom-wrapper-heading thead td {
  background-color: #1f497d !important;
  color: #fff; }

#financing-options .bread-promo.one {
  background: #1f497d !important;
  transition: all 0.4s; }

#financing-options .bread-content-inner p {
  color: #fff; }

#nav-mobile .main-navigation__list .herarchay i.fa.fa-angle-left {
  color: #1f497d !important; }

/*---color-cahnge-end------*/
/* CB Related to collection page dual layout change  -- Start */
.dual-layout.list-layout {
  display: block !important; }

.dual-layout.list-layout.col-md-4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.dual-layout.list-layout
.product-item {
  display: flex; }

.dual-layout.list-layout
.product-item
.product-item__reviews {
  display: none; }

.list_view_product_description {
  display: none; }

.dual-layout.list-layout
.product-item
.list_view_product_description {
  display: block;
  margin-bottom: 10px; }

.dual-layout.list-layout
.product-item
.product-text-wrapper {
  text-align: left; }

.dual-layout.list-layout
.dual-product-link {
  flex: 0 0 35%; }

.dual-layout.list-layout
.product-item-container {
  display: flex; }

.dual-layout.list-layout
.product-form {
  text-align: center; }

.dual-layout.list-layout
.product-media-container {
  flex: 0 0 35%; }

.dual-layout.list-layout .product-form {
  text-align: left; }

/* CB Related to collection page dual layout change  -- End */
.cc-sf-section .cc-sf-wrap .cc-sf-product-det .cc-sf-boughttext, .ql-font-arial, .ql-font-poppins {
  font-weight: 300 !important; }

.filter-group .filter-clear:hover {
  background-color: #ddd;
  color: #fff; }
