/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  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 ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* 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: 0; }

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

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

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

button[disabled] {
  opacity: .6;
  pointer-events: none; }

/**
 * 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: none;
  /* 1 */
  background-color: #fff; }

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

img {
  max-width: 100%; }

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

@media only screen and (max-width: 1215px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #212121;
  background-color: white; }

[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 {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

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

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

.grid__item {
  float: left;
  padding-left: 24px;
  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.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ 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%; }

.right {
  float: right !important; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 659px) {
  /** 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%; }

  .small--right {
    float: right !important; }

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

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; } }
@media only screen and (min-width: 660px) and (max-width: 1215px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--right {
    float: right !important; }

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

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; } }
@media only screen and (min-width: 660px) {
  /** 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%; }

  .medium-up--right {
    float: right !important; }

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

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; } }
@media only screen and (min-width: 1216px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--right {
    float: right !important; }

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

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 24px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

/*================ Icons ================*/
.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 {
  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 {
    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: 82.28571;
  height: 24; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 12px 24px; }
.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; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
  margin: 16px 0 24px; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 660px) {
  .template-product .rte__video-wrapper {
    padding-bottom: 28.125%;
    margin: 0; } }
/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
.responsive-table {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  border-spacing: 0;
  margin: 24px 0; }
  .responsive-table th {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-left: 1px solid #bdbdbd;
    padding: 16px 8px; }
  .responsive-table td {
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    padding: 16px 16px; }
  .responsive-table th:first-child,
  .responsive-table td:first-child {
    border-left: 0; }
  .responsive-table dd {
    margin: 0; }
  .responsive-table a {
    color: #757575;
    font-weight: 600;
    text-decoration: none; }

@media only screen and (min-width: 660px) {
  .responsive-table td {
    border-left: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    padding: 16px 8px; } }
@media only screen and (max-width: 659px) {
  .responsive-table {
    width: 100%; }
    .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: 12px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px;
      font-weight: 600; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 12px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 12px;
      right: 12px;
      border-bottom: 1px solid #bdbdbd; } }
/*================ 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; }

.btn--cta:hover {
  color: #35be25; }

.btn--detail {
  text-decoration: none;
  color: #424242;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
  padding: 12px 16px;
  background: #f7f7f7;
  margin-top: 20px; }

.btn--upsell {
  background: #00b900;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .btn--upsell:not([disabled]) {
    transition: background-color 280ms, box-shadow 280ms; }
    .btn--upsell:not([disabled]):hover {
      background-color: #009a00;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3); }
  .btn--upsell .svg-icon {
    fill: #fff;
    padding: 2px;
    vertical-align: middle; }

.btn--icon {
  font-family: 'MontserratLocal', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #757575;
  padding: 4px 8px;
  min-width: 64px; }
  .btn--icon svg {
    vertical-align: middle;
    margin-right: 4px;
    fill: #757575;
    width: 20px;
    height: auto;
    transition: fill 240ms cubic-bezier(0.4, 0, 0.2, 1); }

.btn--small {
  padding: 10px 20px;
  min-width: 102px;
  border: 2px solid #424242;
  border-radius: 4px; }

.btn--small ~ .btn--small {
  margin-left: 8px; }

/*============================================================================
  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 {
  border: 1px solid #bdbdbd;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

input, select {
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  font-family: 'MontserratLocal', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #424242; }

label {
  display: block;
  margin-bottom: 13px;
  font-family: 'MontserratLocal', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  color: #757575; }

.form-item {
  margin-top: 24px;
  display: block; }

input[type="checkbox"] {
  width: 24px;
  vertical-align: middle; }

input[type="checkbox"] ~ label {
  display: inline-block; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0209/9072/files/ico-select.svg?v=5356919390413255009);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  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.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

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

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

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

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }

/*================ Account Pages ================*/
.section-account {
  max-width: 1088px;
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 80vh; }

.type--account-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }

.address__details {
  padding: 0px 0px 0 16px; }

.section-account .address__details--title {
  font-size: 15px;
  color: #757575; }

.address__details .icon-place {
  position: absolute;
  margin-left: -30px;
  fill: #424242; }

.logout a {
  color: #757575;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px; }

/*================ 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 {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*================ Social Icons ================*/
.social__list--item {
  border: 2px solid #757575;
  width: 40px;
  height: 40px; }
  .social__list--item svg {
    fill: #BDBDBD; }

/*==================== Box =====================*/
.box {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  padding: 16px 24px 24px;
  margin-top: 24px;
  background: #f7f7f7; }
  .box p {
    font-weight: 500;
    line-height: 20px;
    font-size: 13px; }
  .box a {
    color: #757575;
    font-weight: 600;
    line-height: 20px;
    font-size: 13px; }

/* Product item */
.reviews-widget .svg-icon {
  width: 12px;
  height: 12px;
  fill: #f6a622; }

.product__item--content {
  padding: 0 8px;
  margin: 0 auto; }

.product__item--title {
  font-family: 'MontserratLocal', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
  margin-top: 4px;
  color: #424242;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

.product__item--price {
  font-family: 'MontserratLocal', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #424242;
  margin: 0;
  white-space: nowrap; }

@media only screen and (min-width: 660px) {
  .product__item--price,
  .product__item--title {
    font-size: 14px; } }
.product__item--price--was {
  margin: 0 0 0 4px;
  color: #757575;
  text-decoration: none;
  position: relative;
  padding: 0 4px;
  display: inline-block; }

.product__item--price--was::after {
  content: '';
  width: 100%;
  height: 1px;
  background: red;
  position: absolute;
  left: 0;
  top: 50%; }

/* Product video */
.section-videos .section-wrap {
  max-width: 864px; }

.section-video .section-wrap {
  padding: 0; }
.section-video picture {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden; }
.section-video img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%); }
.section-video picture, .section-video img {
  display: block; }
.section-video .section-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000;
  opacity: .2; }
.section-video a {
  color: #fff;
  text-decoration: none;
  display: block; }
.section-video svg {
  display: block;
  margin: 8px auto 0;
  fill: #fff; }

/* Product spec */
.section-spec a {
  color: #424242; }
.section-spec .spec-picture {
  filter: brightness(0.958); }
@media only screen and (min-width: 660px) {
  .section-spec:after {
    content: '';
    display: block;
    position: absolute;
    background: #e0e0e0;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%; } }

@media only screen and (min-width: 1216px) {
  .section-videos {
    padding: 32px; } }
/* Product video */
.product-video {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  z-index: 5;
  padding: 10%; }
  .product-video .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .product-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.product-video .aspect-ratio::after {
  position: absolute;
  font-size: 3rem;
  color: #fff;
  margin-top: -4rem;
  font-family: Verdana;
  content: "\0000D7";
  right: 0;
  display: block;
  cursor: pointer; }

/* Product notify */
.notify_form {
  margin-top: 48px;
  margin-bottom: 48px; }
  .notify_form .action_button {
    margin-left: 8px;
    background: #424242;
    color: #fff;
    max-width: 86px; }

.swatch__item:not(:first-child) label .type--small {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* Product collapsible */
.collapsible__button {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  text-align: inherit; }

[data-is-animating] {
  display: block !important; }

.collapsible__button .svg-icon {
  position: absolute;
  right: 0;
  padding: 2px;
  fill: #757575;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1); }

.collapsible__title {
  text-align: left; }

.collapsible__button[aria-expanded="false"] .svg-icon,
.collapsible__title[aria-expanded="false"] .svg-icon {
  transform: rotate(-45deg); }

@media only screen and (min-width: 1216px) {
  .template-product .collapsible__title {
    pointer-events: none; } }
/* Product RTE newsletter */
div#mc_embed_signup {
  clear: both;
  margin-top: 24px;
  overflow: hidden; }

.mc-field-group {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 32px 24px;
  margin: 24px 0; }

.mc-field-group label {
  font-weight: 500;
  margin-bottom: 24px;
  display: block;
  font-size: 14px; }

.mc-field-group .form-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.mc-field-group .form-mail .email {
  height: 44px;
  width: 100%;
  border: 1px solid #757575;
  border-radius: 4px;
  background: transparent;
  padding: 0 12px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 8px; }

#mc-embedded-subscribe {
  max-width: 150px;
  margin-top: 0; }

/*================ Section generic ================*/
.section-generic {
  margin-top: 24px; }
  .section-generic .section__header {
    max-width: 100%;
    padding: 0; }
  .section-generic .type--secondary-title {
    display: inline-block;
    margin-right: 8px; }
  .section-generic .section__footer {
    padding: 0px 16px 32px; }

/*================ Section guide ================*/
.section-guide .section-wrap {
  padding: 16px 0; }

.section-guide-picture {
  height: 128px;
  display: block; }
  @media only screen and (min-width: 1216px) {
    .section-guide-picture {
      height: 256px; } }

.section-guide-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section-guide .type--secondary-title {
  color: #fff;
  display: inline-block;
  margin-right: 24px; }

.section-guide .btn--cta {
  color: #fff; }

/*================ Section Msg ================*/
.section-msg {
  background: #d3d1c6;
  text-align: center;
  padding: 16px; }
  .section-msg .svg-icon {
    max-width: 48px;
    vertical-align: middle; }

/*================ Section Utils ================*/
.img-scrim {
  position: relative; }

/*============================================================================
  #Ajax Cart Styles
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important;
  max-height: auto !important; }

.opacity-scrim {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #000;
  z-index: 4;
  opacity: 0.2; }

.opacity-scrim[aria-hidden="true"] {
  display: none;
  opacity: 0; }

.js-drawer-open-right {
  overflow-x: visible; }

.js-drawer-open-right .opacity-scrim {
  z-index: 5;
  opacity: 0; }

.drawer {
  overscroll-behavior: contain; }
  .drawer .ajaxcart__inner {
    margin-bottom: 24px; }
  .drawer .ajaxcart__product {
    position: relative;
    max-height: 500px; }
    .drawer .ajaxcart__product.is-removed {
      max-height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: all 420ms cubic-bezier(0.4, 0, 0.2, 1);
      will-change: max-height; }
  .drawer .ajaxcart__row {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e0e0; }
  .drawer .ajaxcart__product-image {
    display: block;
    overflow: hidden; }
    .drawer .ajaxcart__product-image img {
      display: block;
      margin: 0 auto;
      max-width: 100%; }
  .drawer .meta-_ftmx,
  .drawer .meta-has_bonus,
  .drawer .meta-selected_bonus,
  .drawer .meta-bonus {
    display: none; }
  .drawer .bonus-line-item .ajaxcart__qty {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .4;
    box-shadow: 0 0 0.8rem 0 rgba(189, 188, 188, 0.2); }

/*================ Quantity Selectors ================*/
.drawer .js-qty, .drawer .ajaxcart__qty {
  position: relative;
  width: 96px; }
  .drawer .js-qty input, .drawer .ajaxcart__qty input {
    height: 32px;
    -webkit-appearance: none; }
    .drawer .js-qty input:focus, .drawer .ajaxcart__qty input:focus {
      outline: none;
      box-shadow: 0 0 2px 0 #424242 inset; }
.drawer .js-qty__adjust, .drawer .ajaxcart__qty-adjust {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }
.drawer .js-qty__adjust--plus, .drawer .ajaxcart__qty--plus {
  right: 0; }
.drawer .js-qty__adjust--minus, .drawer .ajaxcart__qty--minus {
  left: 0; }

/*================ Quantity Selectors in Ajax Cart ================*/
.is-loading .drawer .ajaxcart__qty {
  opacity: 0.5;
  transition: none; }
.drawer .ajaxcart__qty svg {
  fill: #424242;
  padding: 4px;
  height: 18px;
  width: 18px; }
.drawer .ajaxcart__qty-num {
  color: #424242; }
.drawer .ajaxcart__qty-adjust {
  color: #424242; }
.drawer .ajaxcart__qty--plus {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.drawer .ajaxcart__qty--minus {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
.drawer .ajaxcart-item__price-strikethrough {
  float: right; }

.cart-loading [data-cart-form-add] button[type="submit"],
.cart-loading [data-product-buy-together-button],
.cart-loading [data-cart-checkout] {
  position: relative;
  pointer-events: none;
  color: transparent; }
  .cart-loading [data-cart-form-add] button[type="submit"] span,
  .cart-loading [data-cart-form-add] button[type="submit"] svg,
  .cart-loading [data-product-buy-together-button] span,
  .cart-loading [data-product-buy-together-button] svg,
  .cart-loading [data-cart-checkout] span,
  .cart-loading [data-cart-checkout] svg {
    opacity: 0; }
  .cart-loading [data-cart-form-add] button[type="submit"]:after,
  .cart-loading [data-product-buy-together-button]:after,
  .cart-loading [data-cart-checkout]:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -.75rem auto 0;
    border: 0.125rem solid rgba(255, 255, 255, 0.6);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner 0.8s linear 0s infinite normal forwards;
    animation: spinner 0.8s linear 0s infinite normal forwards; }
.cart-loading .drawer--right button,
.cart-loading .drawer--right input {
  opacity: 0.5; }
.cart-loading .drawer--right button,
.cart-loading .drawer--right input,
.cart-loading .drawer--right a {
  pointer-events: none !important; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

/*================ Drawer Style ================*/
.drawer .icon-btn {
  width: 32px;
  height: 32px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  z-index: 1; }
  .drawer .icon-btn svg {
    vertical-align: middle;
    padding: 2px; }
  .drawer .icon-btn:hover, .drawer .icon-btn:active, .drawer .icon-btn:focus {
    outline: none;
    box-shadow: none;
    background: #BDBDBD; }
    .drawer .icon-btn:hover svg, .drawer .icon-btn:active svg, .drawer .icon-btn:focus svg {
      fill: #212121; }
.drawer .drawer__close {
  top: 12px;
  right: 16px; }
  @media only screen and (min-width: 1216px) {
    .drawer .drawer__close {
      top: 21px;
      right: 26px; } }
  .drawer .drawer__close svg {
    fill: #424242; }
.drawer .drawer__title {
  border-bottom: 1px solid #e0e0e0; }
.drawer .ajaxcart__product-name {
  max-width: 200px; }
.drawer .ajaxcart__row--price-discount {
  position: relative;
  padding: 0 1px; }
  .drawer .ajaxcart__row--price-discount::after {
    content: '';
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    left: 0;
    top: 50%; }
.drawer .ajaxcart__footer p {
  margin-bottom: 0;
  margin-top: 6px;
  font-family: 'MontserratLocal', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize; }
.drawer .ajaxcart__footer--item {
  text-transform: uppercase;
  padding-bottom: 6px; }
  .drawer .ajaxcart__footer--item:last-of-type {
    border: none; }
  .drawer .ajaxcart__footer--item small {
    font-size: 11px;
    margin-top: -2px;
    text-transform: initial; }
  .drawer .ajaxcart__footer--item .ajaxcart__row--price-discount {
    margin-right: 8px;
    padding: 0 2px;
    color: #757575; }
@media only screen and (max-width: 659px) {
  .drawer .bonus-line-item {
    margin-top: -8px;
    padding-bottom: 8px; }
    .drawer .bonus-line-item .ajaxcart__qty {
      display: none; }
    .drawer .bonus-line-item .ajaxcart__product-image {
      width: 40px;
      margin: -2px auto 0; } }
.drawer .buy-button {
  width: 100%;
  color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  transition: background-color 280ms, box-shadow 280ms; }
.drawer .buy-button:hover {
  background-color: #009600;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3); }
.drawer .cart-msg-top {
  border-bottom: 1px solid #e0e0e0; }
.drawer .display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
.drawer .display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

/*============================================================================
  #Slider Styles
==============================================================================*/
.slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  max-width: 100%; }

.slider__item {
  display: inline-block;
  padding: 0 8px;
  vertical-align: top; }

.slider__track {
  overflow: hidden;
  margin: 0 auto; }

.slider__track--items {
  padding: 0;
  will-change: transform; }

.slider-native-scroll .slider__track {
  overflow-x: auto;
  padding-bottom: 20px;
  position: relative;
  top: 20px;
  margin-top: -20px;
  -webkit-overflow-scrolling: touch; }

.slider__btn--wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  margin-right: 64px;
  z-index: 2;
  display: none; }

.slider__btn {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -28px;
  background: #f7f7f7;
  border-radius: 50%;
  border: 1px solid #888380; }
  .slider__btn svg {
    width: 32px;
    height: 32px;
    fill: #888380;
    vertical-align: middle; }
  .slider__btn [disabled] {
    opacity: .2; }
    .slider__btn [disabled] svg {
      box-shadow: none; }

.slider__btn[disabled] {
  opacity: .2; }

.template-product .slider__btn {
  background: #fff; }

.slider__btn--left {
  left: 4px; }
  @media only screen and (min-width: 1216px) {
    .slider__btn--left {
      left: -54px; } }

.slider__btn--right {
  right: 4px; }
  @media only screen and (min-width: 1216px) {
    .slider__btn--right {
      right: -54px; } }

.slider__track--img {
  margin: 0 auto 24px;
  display: block; }

.slider__item--link {
  text-decoration: none;
  white-space: initial;
  text-align: left; }

@media only screen and (max-width: 640px) {
  .slider__item {
    padding: 0 4px; }

  .slider__btn svg {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); } }
@media only screen and (min-width: 1025px) {
  .slider {
    margin: 0; }

  .section-slider .section__footer {
    margin: 0 0 32px 0;
    padding: 0; } }
/*============================================================================
  #Modal
==============================================================================*/
section.dialog-scrim {
  position: fixed;
  overflow-y: scroll;
  z-index: 6;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  animation: 240ms modal-anim cubic-bezier(0.4, 0, 0.2, 1); }

.dialog-scrim::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  background: #000; }

.modal-dialog {
  width: 90%;
  max-width: 640px;
  padding: 24px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 80vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  text-align: left; }

.modal-header {
  padding: 0;
  margin-bottom: 16px; }
  .modal-header h4 {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 4px; }

.modal-content a {
  font-weight: bold;
  color: #424242; }

.modal-btn {
  background: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  padding: 0; }

.modal-body-overflow {
  overflow-y: hidden; }

.btn--modal img {
  transition: box-shadow 280ms; }
  .btn--modal img:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }

@keyframes modal-anim {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

/*============================================================================
  #Footer
==============================================================================*/
.form-wrap {
  display: flex;
  flex-wrap: wrap; }
  .form-wrap .form-input-wrap {
    flex: 1;
    flex-basis: 220px; }
  .form-wrap .form-btn-wrap {
    flex: 1;
    padding-left: 16px; }

/*============================================================================
  #Header
==============================================================================*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

.header__item:hover > .header__menu--link,
.header__item:hover > .header__btn,
.header__menu--link[aria-expanded="true"],
.header__btn[aria-expanded="true"] {
  color: rgba(255, 255, 255, 0.6); }

.header__menu--link,
.header__btn {
  transition: color 240ms; }

[data-js-panel] > [aria-expanded="true"]::after {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: white;
  bottom: -8px;
  margin-left: -8px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sub__menu {
  text-transform: initial;
  letter-spacing: 0px;
  z-index: 1222;
  width: 100%;
  left: 0;
  margin-top: -1px;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); }

.list-bold-first > li:first-child a {
  font-weight: bold;
  border: 2px solid #424242;
  color: #424242;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
  -webkit-font-smoothing: antialiased; }

/*================ Header search ================*/
#SearchDrawer .header__search {
  margin-bottom: 0 !important; }

.sub__menu .header__search {
  max-width: 1114px;
  margin: 0 auto;
  position: relative; }
  .sub__menu .header__search input {
    font-size: 14px;
    height: 40px;
    border: 1px solid #E0E0E0;
    padding-right: 40px; }

.header__search--links {
  text-align: left;
  line-height: 1;
  border-top: 1px solid #d3d1c6;
  padding: 16px 0;
  display: none; }
  .header__search--links a {
    font-weight: 500;
    margin-left: 16px;
    color: #212121; }

/*================ Header help ================*/
.sub__menu--panel {
  background: transparent;
  box-shadow: none; }

/*============================================================================
  #Header Drawer Styles
==============================================================================*/
/* Header Drawers */
.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  padding: 0 0 12px;
  z-index: 100;
  color: #424242;
  background-color: white;
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform; }
  .drawer textarea {
    border-color: #bdbdbd; }
  .drawer:focus {
    outline: none; }

.drawer--right {
  width: 90%;
  right: -90%;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  padding: 0 16px; }
  .js-drawer-open-right .drawer--right {
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    .lt-ie9 .js-drawer-open-right .drawer--right {
      right: 0; }

@media (min-width: 512px) {
  .drawer--right {
    width: 448px;
    right: -448px;
    padding: 0 24px; }
    .js-drawer-open-right .drawer--right {
      -webkit-transform: translateX(-448px);
      transform: translateX(-448px); } }
.is-moved-by-drawer {
  will-change: transform;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .js-drawer-open-left .is-moved-by-drawer {
    left: 0;
    opacity: 1;
    display: block; }

.drawer--left {
  width: 320px;
  left: -320px;
  width: 100%;
  left: -448px;
  max-width: 448px;
  opacity: 0; }

.js-drawer-open {
  height: 100%; }

/* Custom styles */
.site-nav--product {
  position: relative;
  background: #f9f9f9;
  padding: 24px;
  margin-top: 24px; }
  .site-nav--product img {
    max-width: 100%; }
  .site-nav--product .type--h2 {
    margin-bottom: 0px; }
  .site-nav--product .type--link-more {
    position: absolute;
    bottom: 24px;
    right: 24px; }

/*================== Privi Fix/Hack ==================*/
.privy-pusher + a + div + #shopify-section-header header {
  top: 85px; }

@media (min-width: 471px) {
  .privy-pusher + a + div + #shopify-section-header header {
    top: 58px; } }
/*==================== Lazy Images ===================*/
.js-lazy-picture {
  overflow: hidden;
  position: relative;
  display: block; }
  .js-lazy-picture img {
    transition: filter 200ms;
    width: 100%; }

.js-lazy-picture[aria-busy="true"] img {
  filter: blur(10px); }
.js-lazy-picture[aria-busy="true"] noscript img {
  position: absolute;
  top: 0;
  filter: initial; }

/*==================== Discount Manager ===================*/
.sale_icon_col {
  position: absolute;
  top: 0px;
  left: 0px; }

.sale_icon_prod {
  position: absolute;
  top: 0px;
  left: 0px; }

.sale_text_prod {
  position: absolute;
  top: 4px;
  left: 5px;
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 15px; }

.country-selector-toggle {
  background: transparent;
  padding: 0;
  color: #212121;
  font-family: 'Montserratlocal'; }

.country-selector-toggle-indicator {
  fill: #212121; }

.country-selector a {
  text-decoration: none; }

.country-selector.open .country-selector-toggle-indicator {
  transform: rotate(180deg); }

.country-selector.open .country-list {
  display: block; }

.country-panel .panel__wrap {
  width: auto; }
.country-panel .country-option {
  text-align: left;
  padding-right: 0; }

.mobile-nav .mobile__country {
  margin-top: 8px;
  padding: 16px 32px; }
.mobile-nav .country-selector-toggle {
  font-weight: 500;
  padding-bottom: 0; }
.mobile-nav .country-selector-toggle-indicator {
  position: absolute;
  top: 6px;
  right: 8px; }
.mobile-nav .country-list {
  margin-top: 2px;
  display: none; }

.footer_store_map .country-selector {
  font-size: 12px;
  margin-left: 4px; }
.footer_store_map .country-selector-toggle {
  color: #bdbdbd;
  border: 1px solid #939390;
  padding: 2px 8px;
  border-radius: 4px; }
.footer_store_map .country-selector-toggle-indicator {
  fill: #939390;
  top: 4px; }
.footer_store_map .country-list {
  display: none;
  border: 1px solid #939390;
  position: absolute;
  padding: 4px 8px 2px;
  bottom: 34px;
  width: 100%;
  background-color: #434343;
  border-radius: 4px 4px 0 0; }
.footer_store_map .country-selector.open .country-selector-toggle {
  border-top-color: transparent;
  border-radius: 0 0 4px 4px; }
.footer_store_map .country-selector.open .country-list {
  border-bottom-color: transparent; }
.footer_store_map .country-name {
  color: #bdbdbd; }

@media screen and (min-width: 768px) {
  .footer_store_selector .grid__item {
    float: left;
    padding-left: 24px;
    width: 25%; } }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .footer_store_selector .social__list--item {
    margin-right: 9px;
    margin-bottom: 9px; } }
@media screen and (max-width: 767px) {
  .grid__item_store_mobile {
    margin-bottom: 30px; } }
.stamped-summary-actions-newquestion {
  margin-right: 10px !important; }

.stamped-main-badge {
  margin-right: 0 !important; }

/*================== FastSimon Search ==================*/
.ui-autocomplete.isp-wide-layout span.as_magento_price,
.as_magento_product_name {
  color: #424242;
  font-size: 13px; }

.isp_section_header {
  font-size: 12px !important;
  color: #757575; }

#mobile_facet_container header.facet_header {
  background-color: transparent;
  font-size: 16px; }
