/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ 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 ================*/
/*============================================================================
  COLORS + TYPOGRAPHY + SITE 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 ================*/
/*================ VENDOR ================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

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

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

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

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

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

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

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

/*================ GLOBAL ================*/
/*! 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;
  overflow-x: hidden; }

html.modal-open {
  overflow-y: hidden; }

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

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

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

img {
  max-width: 100%; }

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

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

optgroup {
  font-weight: 800; }

option {
  color: black;
  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; }

.visually-hidden {
  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 {
  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: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *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; }
  .grid__item.fixed-height {
    height: 380px; }

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

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.centered {
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

  .small--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (max-width: 1024px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--text-left {
    text-align: left !important; }

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

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

  .medium-down--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /** 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%; }

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

  .medium--text-left {
    text-align: left !important; }

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

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

  .medium--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 768px) {
  /** 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; }

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

  .medium-up--hide {
    display: none !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; }

  .medium-up--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (max-width: 1024px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--text-left {
    text-align: left !important; }

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

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

  .medium-down--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--text-left {
    text-align: left !important; }

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

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

  .large--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 1025px) {
  /** 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%; }

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

  .large-up--text-left {
    text-align: left !important; }

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

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

  .large-up--centered {
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 1200px) {
  /** Whole */
  .xlarge-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-up--text-left {
    text-align: left !important; }

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

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

  .xlarge-up--centered {
    margin-right: auto;
    margin-left: auto; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 767px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

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

  .small--push-two-thirds {
    left: 66.66667%; }

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

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

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

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

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

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

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

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

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

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

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

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Halves */
  .medium--push-one-half {
    left: 50%; }

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

  .medium--push-two-thirds {
    left: 66.66667%; }

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

  .medium--push-two-quarters {
    left: 50%; }

  .medium--push-three-quarters {
    left: 75%; }

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

  .medium--push-two-fifths {
    left: 40%; }

  .medium--push-three-fifths {
    left: 60%; }

  .medium--push-four-fifths {
    left: 80%; }

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

  .medium--push-two-sixths {
    left: 33.33333%; }

  .medium--push-three-sixths {
    left: 50%; }

  .medium--push-four-sixths {
    left: 66.66667%; }

  .medium--push-five-sixths {
    left: 83.33333%; }

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

  .medium--push-two-eighths {
    left: 25%; }

  .medium--push-three-eighths {
    left: 37.5%; }

  .medium--push-four-eighths {
    left: 50%; }

  .medium--push-five-eighths {
    left: 62.5%; }

  .medium--push-six-eighths {
    left: 75%; }

  .medium--push-seven-eighths {
    left: 87.5%; }

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

  .medium--push-two-tenths {
    left: 20%; }

  .medium--push-three-tenths {
    left: 30%; }

  .medium--push-four-tenths {
    left: 40%; }

  .medium--push-five-tenths {
    left: 50%; }

  .medium--push-six-tenths {
    left: 60%; }

  .medium--push-seven-tenths {
    left: 70%; }

  .medium--push-eight-tenths {
    left: 80%; }

  .medium--push-nine-tenths {
    left: 90%; }

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

  .medium--push-two-twelfths {
    left: 16.66667%; }

  .medium--push-three-twelfths {
    left: 25%; }

  .medium--push-four-twelfths {
    left: 33.33333%; }

  .medium--push-five-twelfths {
    left: 41.66667%; }

  .medium--push-six-twelfths {
    left: 50%; }

  .medium--push-seven-twelfths {
    left: 58.33333%; }

  .medium--push-eight-twelfths {
    left: 66.66667%; }

  .medium--push-nine-twelfths {
    left: 75%; }

  .medium--push-ten-twelfths {
    left: 83.33333%; }

  .medium--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* Halves */
  .large--push-one-half {
    left: 50%; }

  /* Thirds */
  .large--push-one-third {
    left: 33.33333%; }

  .large--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }

  .large--push-two-quarters {
    left: 50%; }

  .large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }

  .large--push-two-fifths {
    left: 40%; }

  .large--push-three-fifths {
    left: 60%; }

  .large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.66667%; }

  .large--push-two-sixths {
    left: 33.33333%; }

  .large--push-three-sixths {
    left: 50%; }

  .large--push-four-sixths {
    left: 66.66667%; }

  .large--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%; }

  .large--push-two-eighths {
    left: 25%; }

  .large--push-three-eighths {
    left: 37.5%; }

  .large--push-four-eighths {
    left: 50%; }

  .large--push-five-eighths {
    left: 62.5%; }

  .large--push-six-eighths {
    left: 75%; }

  .large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }

  .large--push-two-tenths {
    left: 20%; }

  .large--push-three-tenths {
    left: 30%; }

  .large--push-four-tenths {
    left: 40%; }

  .large--push-five-tenths {
    left: 50%; }

  .large--push-six-tenths {
    left: 60%; }

  .large--push-seven-tenths {
    left: 70%; }

  .large--push-eight-tenths {
    left: 80%; }

  .large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.33333%; }

  .large--push-two-twelfths {
    left: 16.66667%; }

  .large--push-three-twelfths {
    left: 25%; }

  .large--push-four-twelfths {
    left: 33.33333%; }

  .large--push-five-twelfths {
    left: 41.66667%; }

  .large--push-six-twelfths {
    left: 50%; }

  .large--push-seven-twelfths {
    left: 58.33333%; }

  .large--push-eight-twelfths {
    left: 66.66667%; }

  .large--push-nine-twelfths {
    left: 75%; }

  .large--push-ten-twelfths {
    left: 83.33333%; }

  .large--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1025px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1200px) {
  /* Halves */
  .xlarge-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .xlarge-up--push-one-third {
    left: 33.33333%; }

  .xlarge-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .xlarge-up--push-one-quarter {
    left: 25%; }

  .xlarge-up--push-two-quarters {
    left: 50%; }

  .xlarge-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .xlarge-up--push-one-fifth {
    left: 20%; }

  .xlarge-up--push-two-fifths {
    left: 40%; }

  .xlarge-up--push-three-fifths {
    left: 60%; }

  .xlarge-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .xlarge-up--push-one-sixth {
    left: 16.66667%; }

  .xlarge-up--push-two-sixths {
    left: 33.33333%; }

  .xlarge-up--push-three-sixths {
    left: 50%; }

  .xlarge-up--push-four-sixths {
    left: 66.66667%; }

  .xlarge-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .xlarge-up--push-one-eighth {
    left: 12.5%; }

  .xlarge-up--push-two-eighths {
    left: 25%; }

  .xlarge-up--push-three-eighths {
    left: 37.5%; }

  .xlarge-up--push-four-eighths {
    left: 50%; }

  .xlarge-up--push-five-eighths {
    left: 62.5%; }

  .xlarge-up--push-six-eighths {
    left: 75%; }

  .xlarge-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .xlarge-up--push-one-tenth {
    left: 10%; }

  .xlarge-up--push-two-tenths {
    left: 20%; }

  .xlarge-up--push-three-tenths {
    left: 30%; }

  .xlarge-up--push-four-tenths {
    left: 40%; }

  .xlarge-up--push-five-tenths {
    left: 50%; }

  .xlarge-up--push-six-tenths {
    left: 60%; }

  .xlarge-up--push-seven-tenths {
    left: 70%; }

  .xlarge-up--push-eight-tenths {
    left: 80%; }

  .xlarge-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .xlarge-up--push-one-twelfth {
    left: 8.33333%; }

  .xlarge-up--push-two-twelfths {
    left: 16.66667%; }

  .xlarge-up--push-three-twelfths {
    left: 25%; }

  .xlarge-up--push-four-twelfths {
    left: 33.33333%; }

  .xlarge-up--push-five-twelfths {
    left: 41.66667%; }

  .xlarge-up--push-six-twelfths {
    left: 50%; }

  .xlarge-up--push-seven-twelfths {
    left: 58.33333%; }

  .xlarge-up--push-eight-twelfths {
    left: 66.66667%; }

  .xlarge-up--push-nine-twelfths {
    left: 75%; }

  .xlarge-up--push-ten-twelfths {
    left: 83.33333%; }

  .xlarge-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ General layout styles ================*/
body,
html {
  background-color: white;
  font-family: "Jost", sans-serif;
  font-display: swap;
  font-feature-settings: "ss01" 1;
  overflow-x: hidden; }

.page-width {
  *zoom: 1;
  max-width: 1440px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .page-width {
      padding: 0 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-width {
      padding: 0 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .page-width {
      padding: 0 75px; } }
  @media only screen and (min-width: 1200px) {
    .page-width {
      padding: 0 120px; } }

.container-grid {
  max-width: 1440px;
  margin: 0 auto; }

.page-width__container {
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .page-width__container {
      padding: 18px 30px 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-width__container {
      padding: 18px 35px 30px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .page-width__container {
      padding: 75px 75px 100px;
      position: relative; } }
  @media only screen and (min-width: 1200px) {
    .page-width__container {
      padding: 75px 120px 100px;
      position: relative; } }

.template-password {
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .template-password {
      background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/cart-bg--mobile.jpg?124407);
      background-position: 50% bottom;
      background-repeat: no-repeat;
      background-size: 100%; } }
  @media only screen and (min-width: 768px) {
    .template-password {
      background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/cart-bg--desktop.jpg?124407);
      background-position: 50% bottom;
      background-repeat: no-repeat;
      background-size: 100%; } }

@media only screen and (max-width: 767px) {
  .empty-page {
    background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/cart-bg--mobile.jpg?124407);
    padding-bottom: 280px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%; } }
@media only screen and (min-width: 768px) {
  .empty-page {
    background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/cart-bg--desktop.jpg?124407);
    padding-bottom: 380px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%; } }
.template-password .empty-page {
  background-image: none;
  padding-bottom: 0; }

.empty-header {
  text-align: center; }
  .empty-header p {
    color: #585452;
    margin: 10px auto 15px; }
    @media only screen and (max-width: 1024px) {
      .empty-header p {
        font-size: 16px; } }
    @media only screen and (min-width: 1025px) {
      .empty-header p {
        font-size: 18px;
        margin-bottom: 45px; } }
  @media only screen and (max-width: 1024px) {
    .template-password .empty-header {
      padding-top: 150px; } }
  @media only screen and (min-width: 1025px) {
    .template-password .empty-header {
      padding-top: 150px; } }

@media only screen and (max-width: 1024px) {
  .hide--small {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide--medium {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .hide--large {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .hide--xlarge {
    display: none !important; } }

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

/*================ Rich Text Editor ================*/
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
.rte p, .rte ul, .rte ol {
  *zoom: 1; }
  .rte h1::after, .rte h2::after, .rte h3::after, .rte h4::after, .rte h5::after, .rte h6::after,
  .rte p::after, .rte ul::after, .rte ol::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
    .rte p, .rte ul, .rte ol {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
    .rte p, .rte ul, .rte ol {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1200px) {
    .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6,
    .rte p, .rte ul, .rte ol {
      padding-left: 120px;
      padding-right: 120px; } }
.rte h6 {
  color: #b0b0b0;
  margin-bottom: 0; }
.rte img {
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .rte img {
      padding-top: 20px;
      padding-bottom: 55px;
      width: auto; } }
  .rte img table {
    table-layout: fixed; }
  .rte img a {
    color: #0077c0;
    text-decoration: none; }
  .rte img blockquote,
  .rte img blockquote p {
    font-size: 22px;
    color: #b0b0b0; }
    @media only screen and (min-width: 1025px) {
      .rte img blockquote,
      .rte img blockquote p {
        font-size: 32px; } }
  .rte img ul,
  .rte img ol {
    list-style-position: inside; }
    @media only screen and (max-width: 767px) {
      .rte img ul,
      .rte img ol {
        margin-left: -38px; } }
  .rte img ul ul {
    list-style-type: none;
    margin: 0; }
    .rte img ul ul li:before {
      content: "-";
      text-indent: -5px;
      padding-right: 8px;
      font-weight: bolder; }
    .rte img ul ul ul {
      list-style-type: none;
      margin: 0; }
      .rte img ul ul ul li:before {
        content: "-";
        text-indent: -5px;
        padding-right: 8px;
        font-weight: bolder; }
  @media only screen and (max-width: 1024px) {
    .rte img li {
      margin-bottom: 12px; } }
  @media only screen and (min-width: 1025px) {
    .rte img li {
      margin-bottom: 8px; } }

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

.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; }
  @media only screen and (max-width: 1024px) {
    .rte__video-wrapper {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1025px) {
    .rte__video-wrapper {
      margin-top: 45px;
      margin-bottom: 45px; } }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .rte__table-wrapper .rte-buy-button-wrapper {
    display: block;
    padding: 0 !important;
    max-width: 400px;
    margin: auto; }

.rte-buy-button-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 35px;
  padding-left: 120px;
  padding-right: 120px; }
  @media only screen and (max-width: 767px) {
    .rte-buy-button-wrapper {
      flex-direction: column; } }

.rte-buy-button-grid-wrapper {
  flex-direction: column;
  padding: 0 !important; }

/*================ 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;
  transition: all ease-in-out 0.2s;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }
  .btn[disabled] {
    cursor: default; }
  .btn[class*='--change-password'] {
    color: #0077c0;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    display: block;
    max-width: 220px; }
    @media only screen and (max-width: 1024px) {
      .btn[class*='--change-password'] {
        display: block;
        text-align: left; } }
    @media only screen and (min-width: 1025px) {
      .btn[class*='--change-password'] {
        display: inline-block; } }
    .btn[class*='--change-password']:hover {
      color: #004773; }
  .btn[class*='--view-all'] {
    color: #0077c0;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    float: right;
    padding-top: 5px; }
    @media only screen and (max-width: 1024px) {
      .btn[class*='--view-all'] {
        display: block; } }
    @media only screen and (min-width: 1025px) {
      .btn[class*='--view-all'] {
        display: inline-block; } }
    .btn[class*='--view-all'].address-new-toggle {
      padding-top: 5px; }
      @media only screen and (min-width: 1025px) {
        .btn[class*='--view-all'].address-new-toggle {
          padding-top: 16px; } }
    .btn[class*='--view-all']:hover {
      color: #004773; }
  .btn[class*='--add-to-cart'] {
    margin-bottom: 8px; }
    @media only screen and (max-width: 1024px) {
      .btn[class*='--add-to-cart'] {
        margin-top: 20px;
        padding: 15px 0; } }

.btn--primary {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #01AB52;
  color: white;
  font-size: 13px;
  width: 100%;
  padding: 20px 0; }
  .btn--primary:before {
    margin-right: 8px; }
  .btn--primary:after {
    transform: rotate(180deg);
    margin-left: 8px; }
  .btn--primary:hover {
    color: white; }
  .btn--primary[disabled] {
    background-color: #E4E7ED;
    color: #757d8b; }
    .btn--primary[disabled]:before, .btn--primary[disabled]:after {
      background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/icon-btn-flourish--out-of-stock.svg?124407); }
    .btn--primary[disabled]:hover {
      background-color: #E4E7ED;
      color: #757d8b; }
  .btn--primary[class*='_blue'] {
    background-color: #0077c0; }
    .btn--primary[class*='_blue']:hover {
      background-color: #004773; }
  .btn--primary[class*='_transparent'] {
    background-color: transparent;
    border: 2px solid white;
    display: inline-block;
    padding: 25px;
    margin: auto;
    max-width: 300px; }
    .btn--primary[class*='_transparent']:hover {
      background-color: transparent; }

.btn--outline_gray {
  color: #50514f;
  font-size: 13px;
  padding: 15px 0;
  border: solid 1px #e1e1e1;
  outline: 1px solid #e1e1e1; }
  @media only screen and (max-width: 1024px) {
    .btn--outline_gray {
      width: 100%; } }
  .btn--outline_gray:hover {
    box-shadow: none;
    background-color: #f4f4f4; }
  .btn--outline_gray[disabled] {
    background-color: #E4E7ED;
    color: #757d8b; }
    .btn--outline_gray[disabled]:before, .btn--outline_gray[disabled]:after {
      background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/icon-btn-flourish--out-of-stock.svg?124407); }
    .btn--outline_gray[disabled]:hover {
      background-color: #E4E7ED;
      color: #757d8b; }

.btn--link__red {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 12px;
  color: #f25f5c; }
  .btn--link__red:focus {
    border: none; }
  .btn--link__red:hover {
    color: #b74442; }

.btn--link__blue {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 12px;
  color: #0077c0; }
  .btn--link__blue:focus {
    border: none; }

.btn--text-link__blue {
  color: #0077c0 !important;
  text-decoration: underline !important; }

.step__footer__continue-btn {
  border-radius: 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 {
  transition: all ease-in-out 0.2s;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #50514f;
  max-width: 100%;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    color: white;
    background-color: #e1e1e1;
    border-color: black; }

textarea {
  min-height: 100px;
  padding-top: 12px;
  padding-bottom: 12px; }

input,
textarea {
  padding-left: 12px;
  padding-right: 12px; }
  input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea:-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #323031;
    font-size: 16px;
    line-height: 1.5; }
  input:focus,
  textarea:focus {
    background-color: rgba(242, 246, 246, 0.8);
    border: 2px solid #0077c0;
    outline: none; }

input[type="search"] {
  font-size: 16px; }
  input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 22px; }
  input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    font-size: 16px;
    line-height: 22px; }
  input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    font-size: 16px;
    line-height: 22px; }
  input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    font-size: 16px;
    line-height: 22px; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: auto;
  height: auto; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease-in-out 0.2s;
  background-position: right -1px center;
  background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/icon-arrow-down-bg.svg?v=171767700482613068631685651661) !important;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 50px;
  padding-left: 12px;
  line-height: 1.25;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  position: relative;
  z-index: 2;
  /*================ Hide the svg arrow in IE9 ================*/ }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product__form select {
      height: 42px;
      padding-right: 38px; } }
  @media only screen and (min-width: 1025px) {
    .product__form select {
      padding-right: 35px;
      padding-left: 10px; } }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }
  select:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }

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

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #f25f5c;
  background-color: rgba(221, 63, 63, 0.06); }
input.error,
select.error,
textarea.error {
  border: 2px solid #f25f5c;
  background-color: rgba(221, 63, 63, 0.06); }

textarea.error {
  margin-bottom: -5px; }

label {
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #50514f;
  margin-bottom: 5px; }
  label.required:after {
    content: '*';
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #f25f5c; }
  label.error {
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
    color: #f25f5c;
    margin-top: 10px;
    margin-bottom: 0; }

.form--success {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00a950;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  background-color: #EEF3F5;
  padding: 30px 25px;
  border-radius: 8px; }
  .form--success .icon {
    margin-right: 12px; }

form ul {
  list-style: none;
  padding: 0; }
@media only screen and (max-width: 1024px) {
  form li {
    margin-bottom: 20px; } }
@media only screen and (min-width: 1025px) {
  form li {
    margin-bottom: 20px; } }
form li input,
form li textarea,
form li select {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    form li input,
    form li textarea,
    form li select {
      height: 40px; } }
  @media only screen and (min-width: 768px) {
    form li input,
    form li textarea,
    form li select {
      height: 50px; } }
@media only screen and (min-width: 1025px) {
  form.contact-form .btn {
    max-width: 280px; } }

.errors {
  color: #f25f5c;
  font-size: 15px;
  font-weight: 500; }
  .errors li {
    margin-bottom: 5px;
    color: #f25f5c; }
  .errors a {
    color: #0077c0; }

.form-success {
  color: #00a950;
  font-weight: 500; }

.breadcrumb-wrapper {
  background: #f4f4f4;
  border-top: 1px solid #e1e1e1;
  position: relative; }

.breadcrumb__inner-wrapper {
  *zoom: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .breadcrumb__inner-wrapper::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .breadcrumb__inner-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadcrumb__inner-wrapper {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .breadcrumb__inner-wrapper {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1200px) {
    .breadcrumb__inner-wrapper {
      padding-left: 120px;
      padding-right: 120px; } }
  @media only screen and (max-width: 1024px) {
    .breadcrumb__inner-wrapper {
      padding-top: 8px;
      padding-bottom: 8px;
      text-align: center; } }
  @media only screen and (min-width: 1025px) {
    .breadcrumb__inner-wrapper {
      padding-top: 12px;
      padding-bottom: 12px; } }

.breadcrumb {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #b0b0b0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media only screen and (min-width: 1025px) {
    .breadcrumb {
      display: flex; } }
  @media only screen and (max-width: 1024px) {
    .breadcrumb a,
    .breadcrumb span {
      font-size: 12px;
      margin-right: 5px; } }
  @media only screen and (min-width: 1025px) {
    .breadcrumb a,
    .breadcrumb span {
      font-size: 14px;
      margin-right: 5px; } }
  .breadcrumb a {
    color: #0077c0;
    text-decoration: none;
    margin-right: 0; }
  @media only screen and (max-width: 1024px) {
    .breadcrumb .icon {
      height: 8px;
      width: 4px;
      margin-top: -1px; } }
  @media only screen and (min-width: 1025px) {
    .breadcrumb .icon {
      height: 10px;
      width: 6px;
      margin-top: -2px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  color: #50514f; }

h1 {
  line-height: 1.25; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (min-width: 1025px) {
    h1 {
      font-size: 46px;
      margin-bottom: 45px; } }

@media only screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 1.25; } }
@media only screen and (min-width: 1025px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 1.25; } }

@media only screen and (min-width: 1025px) {
  .h2 {
    margin-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 1.25; } }
@media only screen and (min-width: 1025px) {
  h3 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 40px; } }

@media only screen and (max-width: 1024px) {
  h4 {
    font-size: 16px;
    line-height: 1.25; } }
@media only screen and (min-width: 1025px) {
  h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 40px 0 22px; } }

h5,
.h5 {
  font-size: 13px; }
  @media only screen and (min-width: 1025px) {
    h5,
    .h5 {
      font-size: 18px; } }

h6 {
  letter-spacing: 1px;
  font-size: 12px; }
  @media only screen and (min-width: 1025px) {
    h6 {
      font-size: 13px; } }

p,
ul,
ol {
  color: #50514f; }
  @media only screen and (max-width: 1024px) {
    p,
    ul,
    ol {
      font-size: 16px;
      line-height: 24px; } }
  @media only screen and (min-width: 1025px) {
    p,
    ul,
    ol {
      font-size: 17px;
      line-height: 26px; } }

blockquote,
blockquote p {
  font-weight: 300;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  color: #b0b0b0; }
  @media only screen and (max-width: 1024px) {
    blockquote,
    blockquote p {
      font-size: 25px;
      line-height: 1.35; } }
  @media only screen and (min-width: 1025px) {
    blockquote,
    blockquote p {
      font-size: 32px;
      line-height: 1.35; } }

@media only screen and (max-width: 1024px) {
  blockquote {
    margin-top: 40px;
    margin-bottom: 50px; } }
@media only screen and (min-width: 1025px) {
  blockquote {
    margin-top: 65px;
    margin-bottom: 75px; } }
blockquote:before, blockquote:after {
  content: '';
  background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/icon-flourish.svg?124407);
  background-repeat: no-repeat;
  display: block;
  width: 108px;
  height: 5px;
  margin: 0 auto; }
@media only screen and (max-width: 1024px) {
  blockquote p {
    margin-top: 15px;
    margin-bottom: 15px; } }
@media only screen and (min-width: 1025px) {
  blockquote p {
    margin-top: 30px;
    margin-bottom: 30px; } }

b,
strong {
  font-weight: 800; }

em {
  font-style: italic; }

hr {
  border: 0.75px solid #e1e1e1;
  border-top: none; }

a {
  color: #0077c0;
  font-weight: 500;
  text-decoration: none; }

.pagination .page,
.pagination .deco,
.pagination .prev,
.pagination .next {
  color: #50514f;
  font-size: 13px;
  background-color: white;
  border: 1px solid #e1e1e1;
  margin-left: -5px;
  padding: 8px 7px; }
  @media only screen and (min-width: 768px) {
    .pagination .page,
    .pagination .deco,
    .pagination .prev,
    .pagination .next {
      padding: 15px 15px; } }
.pagination .page.current {
  background-color: #0077c0;
  color: white; }
.pagination a {
  text-decoration: none;
  color: #50514f; }

/*================ MODULES ================*/
.footer-cta__container {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1; }

.footer-cta__list {
  max-width: 1440px;
  margin: 0 auto;
  *zoom: 1; }
  .footer-cta__list::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .footer-cta__list {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-cta__list {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .footer-cta__list {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1200px) {
    .footer-cta__list {
      padding-left: 120px;
      padding-right: 120px; } }
  @media only screen and (max-width: 1024px) {
    .footer-cta__list {
      padding-right: 0; } }
  @media only screen and (min-width: 1025px) {
    .footer-cta__list .grid {
      display: flex;
      margin-left: 0; } }

.footer-cta {
  text-decoration: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #00a950; }
  @media only screen and (max-width: 1024px) {
    .footer-cta {
      padding: 15px 0px 15px 0px !important;
      margin: 0 auto;
      border-top: 1px solid #e1e1e1; } }
  @media only screen and (min-width: 1025px) {
    .footer-cta {
      padding: 45px 45px !important;
      border-left: 1px solid #e1e1e1; } }
  .footer-cta:last-child {
    border-right: 1px solid #e1e1e1; }
  .footer-cta:hover {
    background: #0077c0;
    fill: white; }
    .footer-cta:hover .footer-cta__header {
      color: white; }
    .footer-cta:hover .icon {
      color: white; }
  .footer-cta .icon {
    color: #00a950; }

.footer-cta__header {
  color: #0077c0;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  margin: 0 0 0 5px; }
  @media only screen and (max-width: 1024px) {
    .footer-cta__header {
      font-size: 18px; } }
  @media only screen and (min-width: 1025px) {
    .footer-cta__header {
      font-size: 20px; } }

@media only screen and (max-width: 1024px) {
  .footer-cta__description {
    display: none; } }
@media only screen and (min-width: 1025px) {
  .footer-cta__description {
    color: white;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 18px;
    margin-bottom: 0; } }

@media only screen and (min-width: 1025px) {
  .footer__flex-container {
    display: flex; } }

.footer__container {
  position: relative; }
  .footer__container h5 {
    color: #50514f; }
    @media only screen and (max-width: 1024px) {
      .footer__container h5 {
        padding-right: 5px; } }

@media only screen and (min-width: 1025px) {
  .footer__inner-container {
    max-width: 1440px;
    margin: 0 auto;
    *zoom: 1;
    padding-top: 65px; }
    .footer__inner-container::after {
      content: '';
      display: table;
      clear: both; } }
  @media only screen and (min-width: 1025px) and (max-width: 767px) {
    .footer__inner-container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
    .footer__inner-container {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1199px) {
    .footer__inner-container {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1025px) and (min-width: 1200px) {
    .footer__inner-container {
      padding-left: 120px;
      padding-right: 120px; } }

.footer-nav__list {
  list-style: none;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    .footer-nav__list {
      padding: 0 30px; } }
  @media only screen and (min-width: 1025px) {
    .footer-nav__list {
      display: block !important;
      margin-bottom: 8px; } }

.footer-nav__list-item {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  color: #50514f; }
  @media only screen and (min-width: 1025px) {
    .footer-nav__list-item {
      line-height: 1.45; } }
  .footer-nav__list-item a {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    text-decoration: none;
    color: #50514f;
    font-weight: normal; }
    @media only screen and (max-width: 1024px) {
      .footer-nav__list-item a {
        padding: 10px 0;
        display: block; } }
    .footer-nav__list-item a:hover {
      color: #0077c0; }
  @media only screen and (max-width: 1024px) {
    .footer-nav__list-item.contact-info {
      margin-left: -30px;
      display: flex; }
      .footer-nav__list-item.contact-info a {
        padding-top: 0; } }

@media only screen and (max-width: 1024px) {
  .footer-nav__button {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
    padding: 20px 30px;
    margin-top: -1px;
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
    color: white; } }
@media only screen and (max-width: 1024px) {
  .footer-nav__button:focus {
    outline: none; } }
@media only screen and (max-width: 1024px) {
  .footer-nav__button svg {
    position: absolute;
    height: 8px;
    width: 9px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #0077c0; } }
@media only screen and (max-width: 1024px) {
  .footer-nav__button.is-open {
    border-bottom: none !important;
    color: #50514f; } }
@media only screen and (max-width: 1024px) {
  .footer-nav__button.is-open svg {
    transform: translateY(-50%) rotate(180deg);
    color: #50514f; } }

@media only screen and (max-width: 1024px) {
  .marketing__container {
    padding: 40px 30px 30px;
    text-align: center; } }

.social__container {
  margin-bottom: 60px; }

.social-list {
  list-style: none;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width: 1025px) {
    .social-list {
      display: inline-block; } }

.social-list__item {
  display: inline-block;
  margin-right: 10px; }
  .social-list__item a {
    display: block; }
  .social-list__item .icon {
    transition: all ease-in-out 0.2s;
    width: 30px;
    height: 30px; }

.footer-supplement__container {
  display: flex; }
  @media only screen and (min-width: 1025px) {
    .footer-supplement__container {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      align-items: center;
      white-space: nowrap; } }
  .footer-supplement__container img {
    max-width: none; }
    @media only screen and (max-width: 1024px) {
      .footer-supplement__container img {
        margin-top: 40px; } }
  .footer-supplement__container p {
    margin: 0;
    color: white;
    font-size: 12px; }
    @media only screen and (max-width: 1024px) {
      .footer-supplement__container p {
        margin: 10px auto;
        text-align: center;
        width: 100%; } }
    .footer-supplement__container p a {
      text-decoration: none;
      color: inherit; }
      @media only screen and (min-width: 1025px) {
        .footer-supplement__container p a {
          margin-left: 5px; } }
      .footer-supplement__container p a:hover {
        text-decoration: underline; }

.footer-supplement__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .footer-supplement__inner-container {
      flex-direction: column-reverse;
      justify-content: center; } }

.footer-supplement__inner-container-items {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .footer-supplement__inner-container-items {
      flex-direction: column-reverse; } }

@media only screen and (max-width: 1024px) {
  .center {
    text-align: center; } }

.no-padding {
  padding-left: 0px; }

.payment-icons {
  list-style: none;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    .payment-icons {
      width: 100%;
      margin: 40px 0 0;
      text-align: center; } }
  @media only screen and (min-width: 1025px) {
    .payment-icons {
      margin: 0 0 0 15px; } }
  .payment-icons li {
    display: inline-block;
    margin-right: 8px; }
  .payment-icons .icon {
    width: 38px;
    height: 27px; }
    .payment-icons .icon rect,
    .payment-icons .icon path {
      fill: auto; }

.social__container .icon {
  height: 20px;
  width: 20px; }

/*================ Site Header ================*/
.site-logo {
  display: block; }
  @media only screen and (max-width: 1024px) {
    .site-logo {
      padding-bottom: 5px; } }
  .site-logo img {
    display: block;
    max-height: 70px; }
  .template-password .site-logo {
    margin: 0 auto;
    max-width: 500px; }
    @media only screen and (max-width: 1024px) {
      .template-password .site-logo {
        width: 80%; } }

/* Navigation */
.nav {
  margin: 0 auto;
  position: relative;
  max-width: 1440px; }
  @media only screen and (max-width: 1024px) {
    .nav {
      padding-top: 40px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .nav {
      padding-left: 75px;
      padding-right: 225px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media only screen and (min-width: 1200px) {
    .nav {
      padding-left: 120px;
      padding-right: 270px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.site-nav__cat {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  letter-spacing: 1px !important;
  pointer-events: none;
  text-transform: uppercase !important;
  font-size: 12px !important; }

.hidden {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .hidden {
      display: block;
      color: transparent; } }

/* SEARCH */
.header__search-form {
  position: relative;
  padding-left: 15px;
  border-radius: 5px; }
  @media only screen and (min-width: 1200px) {
    .header__search-form {
      padding-left: 30px; } }
  @media only screen and (max-width: 767px) {
    .header__search-form {
      padding-left: 0;
      border-radius: 20px; } }

/*================ 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; } }
/* for npm star library to make it look like yotpo */
.star-container .widget-svg {
  stroke: #FEC604;
  stroke-width: 3; }

.yotpo-icon-profile,
.footer-actions,
.yotpo-helpful,
.yotpo-small-box {
  display: none !important; }

.yotpo-main {
  margin-left: 0 !important;
  font-family: "Jost", sans-serif !important; }

.yotpo div {
  font-family: "Jost", sans-serif !important;
  font-size: 17px !important; }

.yotpo.yotpo-main-widget.no-reviews .new-yotpo-small-box.reviews,
.yotpo.yotpo-main-widget.no-reviews .yotpo-nav-content {
  display: none; }
.yotpo.yotpo-main-widget.no-reviews .bottom-line-items {
  visibility: hidden; }
  .yotpo.yotpo-main-widget.no-reviews .bottom-line-items:before {
    content: 'No reviews yet';
    display: block;
    visibility: visible;
    font-weight: bold; }

.yotpo-review.yotpo-regular-box {
  margin-left: 0 !important; }

.yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state {
  border-top: none !important; }

@media only screen and (max-width: 1024px) {
  .plp .yotpo {
    display: inline-block; } }

.slick-slider {
  padding-left: 0; }

.slick-slide img {
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 1025px) {
    .slick-slide img {
      min-height: 500px;
      min-width: 500px; } }

.slick-next,
.slick-prev {
  z-index: 3; }
  @media only screen and (max-width: 1024px) {
    .slick-next,
    .slick-prev {
      width: 11px;
      height: 18px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .slick-next,
    .slick-prev {
      top: 80px; } }
  @media only screen and (min-width: 1025px) {
    .slick-next,
    .slick-prev {
      width: 20px;
      height: 37px;
      transform: none; } }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .slick-next,
    .slick-prev {
      top: 120px; } }
  @media only screen and (min-width: 1440px) {
    .slick-next,
    .slick-prev {
      top: 200px; } }
  .slick-next:before,
  .slick-prev:before {
    color: black;
    display: none;
    background-repeat: no-repeat;
    border-top: 3px solid #b0b0b0;
    border-right: 3px solid #b0b0b0;
    height: 20px; }
    @media only screen and (max-width: 1024px) {
      .slick-next:before,
      .slick-prev:before {
        background-size: 11px;
        width: 11px;
        height: 18px; } }
    @media only screen and (min-width: 1025px) {
      .slick-next:before,
      .slick-prev:before {
        background-size: 20px;
        width: 20px;
        height: 37px; } }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    transition: all ease-in-out 0.2s;
    content: '';
    opacity: 0.5;
    transform: rotate(-135deg); }
  .slick-prev:hover:before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next:before {
    transition: all ease-in-out 0.2s;
    content: '';
    opacity: 0.5;
    transform: rotate(45deg); }
  .slick-next:hover:before {
    opacity: 1; }

@media only screen and (max-width: 1024px) {
  .slick-dots {
    left: 0;
    display: block !important; } }
@media only screen and (min-width: 1025px) {
  .slick-dots {
    position: relative;
    margin: 50px auto 0;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    bottom: 0; } }
@media only screen and (max-width: 1024px) {
  .slick-dots li {
    width: 5px;
    height: 5px;
    display: inline-block !important; } }
@media only screen and (min-width: 1025px) {
  .product__container .slick-dots li {
    height: auto;
    overflow: hidden;
    flex-basis: 12%;
    border: 2px solid transparent; } }
@media only screen and (min-width: 1025px) {
  .slick-dots li:nth-of-type(1n+13) {
    display: none; } }
.slick-dots li button {
  opacity: .5; }
  @media only screen and (max-width: 1024px) {
    .slick-dots li button {
      background: #b0b0b0 !important;
      border-radius: 50%;
      padding: 0;
      width: 6px;
      height: 6px; } }
  @media only screen and (min-width: 1025px) {
    .slick-dots li button {
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 0;
      margin: 0 auto;
      width: 100%;
      height: 58px; } }
  .slick-dots li button:before {
    display: none; }
@media only screen and (min-width: 1025px) {
  .slick-dots li.slick-active {
    border: 1px solid #e1e1e1; } }
.slick-dots li.slick-active button {
  opacity: 1 !important; }
  @media only screen and (max-width: 1024px) {
    .slick-dots li.slick-active button {
      background: #b0b0b0 !important; } }

.slick-lazy-image {
  max-width: 800px !important;
  max-height: 533px !important; }

.prev:before,
.next:before {
  text-shadow: none !important;
  color: #e1e1e1 !important; }
  @media only screen and (min-width: 768px) {
    .prev:before,
    .next:before {
      top: 50% !important; } }

.next:before {
  right: -26px !important; }

.prev:before {
  left: -26px !important; }

.app-details .yotpo-bottomline.pull-left.star-clickable {
  padding-top: 5px; }
  @media only screen and (max-width: 767px) {
    .app-details .yotpo-bottomline.pull-left.star-clickable {
      display: grid;
      text-align: center; } }

.app-header,
.app-header {
  font-size: 16px !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 800;
  color: #50514f !important;
  margin-bottom: 30px;
  padding: 0 !important; }

.prev:before,
.next:before {
  text-shadow: none !important;
  color: #e1e1e1 !important; }
  @media only screen and (min-width: 768px) {
    .prev:before,
    .next:before {
      top: 50% !important; } }

.next:before {
  right: -26px !important; }

.prev:before {
  left: -26px !important; }

.btn-primary {
  display: none !important; }

.ac-main .ac-header {
  font-size: 13px !important; }

#pagination.pagination-container {
  display: inline-block !important;
  margin-top: 75px; }
  @media only screen and (min-width: 768px) {
    #pagination.pagination-container {
      display: inline-block !important;
      margin-left: 35%; } }

/*================ TEMPLATES ================*/
.featured-image__container {
  display: flex;
  flex-direction: column; }
  .featured-image__container .preview {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .featured-image__container .preview a {
      display: flex;
      justify-content: center;
      align-items: center; }
      .featured-image__container .preview a img {
        width: 80%;
        height: 80%; }
  .featured-image__container .thumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    overflow-x: auto;
    width: 100%;
    flex-wrap: wrap; }
    .featured-image__container .thumbs a {
      display: block;
      border: 1px solid white;
      margin-right: 4px;
      margin-left: 4px;
      width: calc(20% - 8px); }
      .featured-image__container .thumbs a.active {
        border-color: #e1e1e1; }
      .featured-image__container .thumbs a img {
        width: 100%;
        height: 100%;
        padding: 4px; }
  .featured-image__container .modal-content {
    display: flex;
    justify-content: center;
    align-items: center; }
    .featured-image__container .modal-content img {
      width: 100%;
      height: auto;
      max-height: 70vh; }
  @media only screen and (max-width: 767px) {
    .featured-image__container {
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (max-width: 1024px) {
    .featured-image__container {
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .featured-image__container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1025px) {
    .featured-image__container {
      margin-top: 100px; } }

.product__container {
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .product__container {
      *zoom: 1;
      padding-bottom: 75px; }
      .product__container::after {
        content: '';
        display: table;
        clear: both; } }
    @media only screen and (min-width: 1025px) and (max-width: 767px) {
      .product__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
      .product__container {
        padding-left: 35px;
        padding-right: 35px; } }
    @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1199px) {
      .product__container {
        padding-left: 75px;
        padding-right: 75px; } }
    @media only screen and (min-width: 1025px) and (min-width: 1200px) {
      .product__container {
        padding-left: 120px;
        padding-right: 120px; } }

.product-header--desktop {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .product-header--desktop {
      display: none; } }

@media only screen and (min-width: 768px) {
  .product-header--mobile {
    display: none; } }

.product-slider {
  display: none; }

.product-slider__zoom {
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .product-slider__zoom {
      text-align: center;
      display: block; } }

@media only screen and (max-width: 767px) {
  .product-info__container {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 768px) {
  .product-info__container {
    padding-top: 35px; } }
.product-info__container h6 a {
  font-weight: 600;
  text-decoration: underline;
  font-size: 20px; }
  .product-info__container h6 a:hover {
    text-decoration: none; }
@media only screen and (max-width: 1024px) {
  .product-info__container[class*='--buy'] {
    margin-top: 15px; } }
@media only screen and (max-width: 767px) {
  .product-info__container[class*='--buy'] {
    padding-top: 15px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-info__container[class*='--buy'] {
    padding-top: 45px; } }
.product-info__container #smartwishlist #bookmarkit {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  color: #193ba3;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  margin: 12px auto 0;
  padding: 0;
  background: white;
  position: relative;
  z-index: 0;
  border: 1px solid #193ba3; }
  @media only screen and (max-width: 767px) {
    .product-info__container #smartwishlist #bookmarkit {
      font-size: 11px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-info__container #smartwishlist #bookmarkit {
      height: 42px;
      text-align: center;
      font-size: 11px; } }
  .product-info__container #smartwishlist #bookmarkit:after {
    transition: all ease-in-out 0.2s;
    content: '';
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    border: 1px solid #193ba3; }
  .product-info__container #smartwishlist #bookmarkit:hover {
    background: #F2F6F6;
    border: 1px solid #193ba3; }
    .product-info__container #smartwishlist #bookmarkit:hover:after {
      opacity: 1; }
  .product-info__container #smartwishlist #bookmarkit.bookmarked {
    color: #b31e89 !important; }
    .product-info__container #smartwishlist #bookmarkit.bookmarked #wishlist_icon:after {
      content: ' Added to Wishlist';
      color: #193ba3 !important; }
  .product-info__container #smartwishlist #bookmarkit.unbookmarked {
    color: #b31e89 !important; }
    .product-info__container #smartwishlist #bookmarkit.unbookmarked #wishlist_icon:after {
      content: ' Add to Wishlist';
      color: #193ba3 !important; }
.product-info__container #smartwishlist #wishlist_icon:after {
  font-family: "Jost", sans-serif;
  font-weight: 600; }

.product-info__title {
  margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .product-info__title {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .product-info__title {
      font-size: 24px; } }
  @media only screen and (min-width: 1025px) {
    .product-info__title {
      font-size: 28px; } }

.product-meta__info {
  display: flex;
  justify-content: space-between;
  padding-top: 15px; }
  @media only screen and (max-width: 1024px) {
    .product-meta__info {
      display: block; } }
  .product-meta__info p {
    margin: 0; }

.product-meta__sku p {
  font-size: 15px;
  line-height: 2;
  color: #50514f; }
  @media only screen and (min-width: 1025px) {
    .product-meta__sku p {
      margin-bottom: 10px; } }

@media only screen and (max-width: 1024px) {
  .product-meta__stock {
    margin-top: 30px;
    margin-bottom: 10px; } }
@media only screen and (min-width: 1025px) {
  .product-meta__stock {
    margin-top: 8px;
    margin-bottom: 4px; } }
.product-meta__stock p {
  margin: 0;
  line-height: 12px; }
  @media only screen and (max-width: 1024px) {
    .product-meta__stock p {
      font-size: 10px; } }
  @media only screen and (min-width: 1025px) {
    .product-meta__stock p {
      font-size: 11px; } }
.product-meta__stock .in-stock, .product-meta__stock .low-stock {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00a950;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 800; }
.product-meta__stock .backorder-message {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #eb761b;
  font-weight: 800;
  margin-bottom: 12px; }
  .product-meta__stock .backorder-message .tooltip {
    margin: 0 0 0 2px;
    font-weight: 400;
    text-transform: none; }
  .product-meta__stock .backorder-message .date {
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-left: 6px; }
  .product-meta__stock .backorder-message div:first-child {
    display: flex;
    align-items: center; }
  .product-meta__stock .backorder-message.condensed div:first-child {
    display: block; }
.product-meta__stock .out-of-stock {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #757d8b;
  font-size: 11px;
  border: 1px solid #E4E7ED;
  padding: 3px 12px;
  display: inline-block; }

.promo-text {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 800;
  color: #b31e89;
  margin: 5px 0 0 0; }

.buy-box-note {
  color: #50514f; }
  .buy-box-note a {
    color: #50514f; }
  @media only screen and (max-width: 1024px) {
    .buy-box-note {
      display: none; } }

@media only screen and (min-width: 1025px) {
  .product__form {
    margin-top: 18px; } }

.product-price__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

ul.tabs {
  list-style: none;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
  ul.tabs li {
    border-bottom: 1px solid #e1e1e1; }
  @media only screen and (min-width: 1025px) {
    ul.tabs {
      display: flex;
      justify-content: center; }
      ul.tabs li {
        border: none;
        text-decoration: none;
        height: 90px; }
        ul.tabs li a {
          text-transform: uppercase;
          letter-spacing: 0.1em;
          font-size: 13px;
          font-family: "Jost", sans-serif;
          font-weight: 800;
          color: #b0b0b0;
          line-height: 90px;
          padding: 0 30px;
          text-decoration: none; } }

ul.tabs li a.active {
  color: #50514f; }

ul.tabs:before, ul.tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0; }

ul.tabs:after {
  clear: both; }

.read-more__container {
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .read-more__container::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .read-more__container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .read-more__container {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .read-more__container {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1200px) {
    .read-more__container {
      padding-left: 120px;
      padding-right: 120px; } }
  @media only screen and (max-width: 1024px) {
    .read-more__container:last-child {
      border-bottom: none; } }
  @media only screen and (min-width: 1025px) {
    .read-more__container:first-child .read-more__content {
      border-top: none; } }
  .read-more__container .grid__item {
    float: none; }

.read-more__content {
  overflow: hidden; }
  .read-more__content.open {
    height: 100%; }
  .read-more__content h3 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .read-more__content h3 {
        font-size: 14px;
        padding: 10px 0 15px; } }
    @media only screen and (min-width: 1025px) {
      .read-more__content h3 {
        font-size: 21px;
        padding: 35px 0 38px; } }

.read-more__content--reviews {
  height: 100%; }
  @media only screen and (min-width: 1025px) {
    .read-more__content--reviews {
      padding-bottom: 100px; } }

.read-more__content--prod-highlight {
  height: 100%; }
  .read-more__content--prod-highlight .rte {
    color: #50514f; }

@media only screen and (min-width: 768px) {
  .documentation-tab {
    display: block; } }

.PDF-container {
  display: flex;
  flex-wrap: wrap; }

.PDF-wrapper {
  padding-bottom: 30px;
  padding-right: 30px; }

.PDF-container:nth-child(4n) {
  padding-right: 0;
  background: red; }

.specs {
  margin-bottom: 40px; }
  .specs td p {
    margin-top: 14px;
    margin-bottom: 0; }
    .specs td p:after {
      display: none; }
  .specs td:last-child p + p {
    margin: 0; }
  .specs th {
    display: inline-block;
    margin-top: 25px; }
    @media only screen and (min-width: 1025px) and (max-width: 1199px) {
      .specs th {
        padding-left: 75px; } }
  .specs tr:first-child th {
    margin-top: 0; }

.specs-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0; }
  .specs-list dt {
    font-weight: 600; }
    @media only screen and (max-width: 1024px) {
      .specs-list dt {
        padding-left: 15px; } }
    @media only screen and (min-width: 1025px) {
      .specs-list dt {
        padding-left: 35px; } }
  @media only screen and (max-width: 1024px) {
    .specs-list dd {
      padding-right: 15px; } }
  @media only screen and (min-width: 1025px) {
    .specs-list dd {
      padding-right: 35px; } }

.specs-list__item {
  float: left;
  display: inline-block;
  width: 50%;
  margin: 0;
  color: #13263A;
  background-color: white; }
  @media only screen and (max-width: 1024px) {
    .specs-list__item {
      padding-top: 12px;
      padding-bottom: 12px;
      font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .specs-list__item {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 16px; } }

.specs-header {
  color: #50514f;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  line-height: 33px;
  margin-top: 30px; }

table {
  width: 100%;
  background-color: white;
  color: #50514f; }
  table td:nth-child(2n) {
    border-right: none; }
  @media only screen and (max-width: 1024px) {
    table td {
      padding-left: 15px; } }
  @media only screen and (min-width: 1025px) {
    table td {
      padding-left: 35px; } }
  table dd:nth-child(4n) {
    background-color: #f25f5c; }
  @media only screen and (max-width: 1024px) {
    table dd {
      padding-right: 15px; } }
  @media only screen and (min-width: 1025px) {
    table dd {
      padding-right: 35px; } }

.reviews__container {
  background: #dcdee1;
  height: 500px;
  width: 100%; }

.yotpo .text-m {
  padding-left: 5px; }

.mobile-accordion {
  margin-top: 30px; }

.accordion {
  background-color: #f4f4f4;
  color: #50514f;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s; }

button.accordion {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  color: #50514f;
  line-height: 50px;
  padding: 0 30px;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  button.accordion svg {
    height: 8px;
    width: 9px; }
  button.accordion.active {
    border-bottom: none; }
    button.accordion.active svg {
      transform: rotate(180deg); }

.panel {
  background-color: #f4f4f4;
  color: #50514f;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }

.collection-landing {
  max-width: 1440px;
  margin: 0 auto;
  *zoom: 1;
  margin: 0 auto; }
  .collection-landing::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .collection-landing {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .collection-landing {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .collection-landing {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1200px) {
    .collection-landing {
      padding-left: 120px;
      padding-right: 120px; } }
  @media only screen and (min-width: 1025px) {
    .collection-landing {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .collection-landing .site-nav__cat {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 15px;
    line-height: 1.25; }
    @media only screen and (min-width: 1025px) {
      .collection-landing .site-nav__cat {
        padding-top: 12px; } }
  @media only screen and (max-width: 767px) {
    .collection-landing .grid__image {
      max-height: none; } }
  @media only screen and (max-width: 767px) {
    .collection-landing .grid__image .grid-image--centered img {
      max-height: 175px; } }

.no-padding {
  margin-left: 0;
  padding-top: 30px; }
  .no-padding .grid__item {
    padding: 15px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .no-padding .grid__item.small--col-6:nth-of-type(odd) {
        clear: left; } }
    .no-padding .grid__item h6.show-on-hover {
      display: none;
      color: #e1e1e1;
      font-size: 13px;
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .no-padding .grid__item h6.show-on-hover {
        display: block;
        visibility: hidden; }
      .no-padding .grid__item:hover {
        top: -3px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
        .no-padding .grid__item:hover h5 {
          color: #0077c0; }
        .no-padding .grid__item:hover h6.show-on-hover {
          visibility: visible; } }

.collection-landing__container {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .collection-landing__container {
      text-align: left; } }
  .collection-landing__container ul {
    padding: 0;
    list-style: none; }
  .collection-landing__container .footer-nav__list-item {
    margin-bottom: 15px; }
  .collection-landing__container h6 {
    text-align: center;
    margin-top: 0; }
    @media only screen and (min-width: 625px) and (max-width: 767px) {
      .collection-landing__container h6 {
        margin-top: 40px; } }
    .collection-landing__container h6 a {
      color: #50514f;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .collection-landing__container h6 a {
          font-size: 17px; } }

.collection-landing__spinner {
  margin: 100px auto;
  text-align: center; }

a.view-all {
  margin-bottom: 15px;
  margin-top: -13px;
  font-size: 13px;
  color: #0077c0;
  text-decoration: none;
  font-weight: 500; }
  @media only screen and (min-width: 1025px) {
    a.view-all {
      text-align: right;
      margin-bottom: 0;
      margin-top: -25px;
      font-size: 15px; } }

.grid__image {
  text-align: center;
  max-height: 175px;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .grid__image img {
      max-width: 50%; } }

.collection-description {
  height: auto; }
  @media only screen and (max-width: 1024px) {
    .collection-description iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 560/350; } }
  .collection-description p {
    padding-left: 0;
    padding-right: 0;
    text-align: left; }

.readmore-container {
  margin: 0 auto;
  display: block;
  width: 65%; }
  @media only screen and (max-width: 767px) {
    .readmore-container {
      width: 100%; } }

a.js-readmore {
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  color: #0077c0;
  font-size: 14px; }
  @media only screen and (min-width: 1025px) {
    a.js-readmore {
      font-size: 15px; } }

.ehs-flex-grid.no-padding {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center; }
  .ehs-flex-grid.no-padding .flex-item {
    width: 33.33333%;
    flex: 0 1 auto;
    align-self: center;
    padding: 15px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .ehs-flex-grid.no-padding .flex-item {
        width: 50%; } }
    .ehs-flex-grid.no-padding .flex-item h6.show-on-hover {
      display: none;
      color: #e1e1e1;
      font-size: 13px;
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .ehs-flex-grid.no-padding .flex-item h6.show-on-hover {
        display: block;
        visibility: hidden; }
      .ehs-flex-grid.no-padding .flex-item:hover {
        top: -3px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
        .ehs-flex-grid.no-padding .flex-item:hover h5 {
          color: #0077c0; }
        .ehs-flex-grid.no-padding .flex-item:hover h6.show-on-hover {
          visibility: visible; } }
    .ehs-flex-grid.no-padding .flex-item:hover {
      top: -3px;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
    .ehs-flex-grid.no-padding .flex-item p {
      font-weight: 400;
      margin-top: -12px; }
    @media only screen and (max-width: 767px) {
      .ehs-flex-grid.no-padding .flex-item p.page-collection-descriptions-ehs {
        font-size: 12px;
        line-height: 12px; } }
    .ehs-flex-grid.no-padding .flex-item h5 {
      margin-top: 10px; }

.collection-landing .filter-nav__header {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  padding-top: 15px;
  line-height: 1.25; }
.collection-landing button.accordion {
  border-bottom: none; }
.collection-landing .accordion {
  background: none;
  padding: 0px 0px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal; }
.collection-landing .panel {
  background: none;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  overflow-y: scroll;
  height: unset !important; }
  @media only screen and (max-width: 1024px) {
    .collection-landing .panel {
      max-height: none;
      text-align: left; } }
.collection-landing button.accordion svg {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .collection-landing button.accordion svg {
      display: block; } }
.collection-landing .product-grid-item:hover {
  top: -3px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
.collection-landing .product-grid-item p {
  font-weight: 400;
  margin-top: -12px; }
@media only screen and (max-width: 767px) {
  .collection-landing .product-grid-item p.page-collection-descriptions-ehs {
    font-size: 12px;
    line-height: 12px; } }
.collection-landing .product-grid-item h5 {
  margin-top: 10px; }

.filter-nav__list-item {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  color: #50514f; }
  @media only screen and (max-width: 1024px) {
    .filter-nav__list-item {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1025px) {
    .filter-nav__list-item {
      line-height: 1.45; }
      .filter-nav__list-item:last-child {
        margin-bottom: 30px; } }
  .filter-nav__list-item .product-count {
    float: right; }

.product-count--mobile {
  display: block;
  color: #b0b0b0;
  margin: -18px 0 20px 0; }

.caption {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #b0b0b0; }

.product-count {
  color: #b0b0b0;
  margin-left: 5px; }

.pagination-container {
  margin-bottom: 75px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pagination-container {
      margin-top: 75px;
      margin-bottom: 75px;
      text-align: center; } }
  @media only screen and (min-width: 1025px) {
    .pagination-container {
      margin-top: 75px;
      margin-bottom: 75px;
      text-align: center; } }

#accepts_marketing {
  *zoom: 1; }
  #accepts_marketing::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 1024px) {
    #accepts_marketing input {
      float: left;
      display: inline-block; } }
  #accepts_marketing span {
    display: inline-block;
    padding-left: 10px; }
    @media only screen and (max-width: 1024px) {
      #accepts_marketing span {
        float: left;
        width: 90%; } }

.account-page-header {
  margin-bottom: 14px;
  margin-top: 20px; }
  @media only screen and (max-width: 1024px) {
    .account-page-header {
      margin-top: 54px;
      text-align: center; } }

.account-header {
  display: inline;
  font-weight: bold; }

.dashboard-section {
  /*============================================================================
    Responsive tables, defined with .responsive-table on table element.
  ==============================================================================*/ }
  @media only screen and (min-width: 1025px) {
    .dashboard-section {
      padding-top: 15px; } }
  .dashboard-section p {
    line-height: 26px; }
  .dashboard-section table {
    font-size: 16px;
    background-color: transparent;
    text-align: left;
    margin-bottom: 20px;
    table-layout: fixed;
    border: 1px solid #e1e1e1; }
    .dashboard-section table tr {
      background-color: white;
      border-bottom: 1px solid #e1e1e1; }
      .dashboard-section table tr:last-child {
        border-bottom: none; }
        @media only screen and (min-width: 768px) {
          .dashboard-section table tr:last-child td {
            border-bottom: none; } }
    .dashboard-section table th, .dashboard-section table td {
      background-color: white;
      padding: 20px; }
      @media only screen and (min-width: 768px) {
        .dashboard-section table th, .dashboard-section table td {
          border-bottom: 1px solid #e1e1e1; } }
    .dashboard-section table p {
      margin: 0; }
  .dashboard-section .btn--outline_gray {
    width: 100%;
    max-width: 100px;
    float: right;
    color: #0077c0;
    letter-spacing: 1px; }
  .dashboard-section .reorderify_link {
    display: none; }
  @media only screen and (max-width: 767px) {
    .dashboard-section .responsive-table {
      width: 100%; }
      .dashboard-section .responsive-table thead {
        display: none; }
      .dashboard-section .responsive-table tr {
        display: block; }
      .dashboard-section .responsive-table tr,
      .dashboard-section .responsive-table td {
        float: left;
        clear: both;
        width: 100%; }
      .dashboard-section .responsive-table td {
        display: block;
        text-align: right;
        padding: 10px;
        margin: 0;
        border-top: none; }
      .dashboard-section .responsive-table th {
        padding-left: 10px; }
      .dashboard-section .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        padding-right: 10px;
        font-weight: bold; }
      .dashboard-section .responsive-table.account-info-table th, .dashboard-section .responsive-table.account-info-table td {
        text-align: left; }
      .dashboard-section .responsive-table tr + tr::after,
      .dashboard-section .responsive-table tfoot > tr:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px; } }
  .dashboard-section .toggle-btn {
    display: block;
    height: 20px;
    width: 20px; }

@media only screen and (min-width: 768px) {
  .account-info-table tr:last-child th {
    border-bottom: none; } }
.dashboard-header {
  padding: 10px 0; }

@media only screen and (min-width: 1025px) {
  .dashboard-section--2-col {
    display: flex; } }
.dashboard-section--2-col table {
  padding: 0;
  border: 0; }
  .dashboard-section--2-col table tr {
    line-height: 35px; }
    @media only screen and (max-width: 767px) {
      .dashboard-section--2-col table tr {
        border: none;
        line-height: 0; } }
  @media only screen and (max-width: 767px) {
    .dashboard-section--2-col table td, .dashboard-section--2-col table th {
      width: 100%;
      text-align: left; } }
.dashboard-section--2-col hr.light {
  margin-bottom: 8px; }
.dashboard-section--2-col .dashboard-section table:hover {
  top: 0;
  box-shadow: none; }
@media only screen and (max-width: 767px) {
  .dashboard-section--2-col tr {
    display: flex; } }
@media only screen and (max-width: 1024px) {
  .dashboard-section--2-col div:last-child.dashboard-section {
    padding-left: 0; } }

.address-container {
  display: grid;
  border: solid 1px #e1e1e1;
  padding: 30px;
  height: 100%; }
  .address-container p {
    margin-top: 0; }
    .address-container p::first-line {
      font-weight: bold; }

.address-container__buttons {
  *zoom: 1;
  display: flex;
  align-items: flex-end; }
  .address-container__buttons::after {
    content: '';
    display: table;
    clear: both; }
  .address-container__buttons button,
  .address-container__buttons .default-address {
    float: left;
    display: inline-block;
    width: auto; }
  .address-container__buttons .btn--outline_gray {
    width: 50%;
    margin-top: 0; }
    .address-container__buttons .btn--outline_gray:first-child {
      margin-right: 15px; }

.account-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  .account-flex .grid__item {
    margin-bottom: 30px; }

.add-new-container {
  padding: 30px;
  text-align: center;
  border: dashed 2px #e1e1e1;
  color: #0077c0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .add-new-container.address-new-toggle {
    transition: all ease-in-out 0.2s;
    font-size: 17px;
    top: 0;
    position: relative;
    color: #0077c0; }
    .add-new-container.address-new-toggle:hover {
      top: -3px;
      background-color: #f4f4f4; }
    .add-new-container.address-new-toggle a {
      color: #00a950; }

.address-container__buttons .default-address {
  color: #00a950;
  font-weight: 600;
  border-left: 1px solid #DADCDE;
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 0 8px;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.form-actions__container {
  display: flex;
  margin-bottom: 70px; }
  .form-actions__container .address-new-toggle,
  .form-actions__container .address-edit-toggle {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    display: block;
    padding: 19px 0;
    float: none;
    margin-left: 20px;
    color: #f25f5c; }
    .form-actions__container .address-new-toggle:hover,
    .form-actions__container .address-edit-toggle:hover {
      color: #b74442; }

.account-content {
  clear: both; }

@media only screen and (min-width: 1025px) {
  .edit-address-form .grid,
  .add-address-form .grid {
    margin-bottom: 30px; } }
.edit-address-form input,
.add-address-form input {
  width: 100%; }
.edit-address-form input[type='checkbox'],
.add-address-form input[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

div.page-nav.page-nav--desktop.no-line {
  margin-top: 0; }
  div.page-nav.page-nav--desktop.no-line:before {
    content: '';
    display: none; }

#orders-disclaimer {
  border: 2px solid #27abad;
  border-radius: 8px;
  background-color: rgba(39, 171, 173, 0.06) !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #27abad !important;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px; }
  #orders-disclaimer p {
    color: #f25f5c; }

.dismiss-icon {
  text-align: right;
  margin-top: 5px;
  margin-right: -15px; }

hr.light {
  border: 0;
  height: 0;
  border-top: 1.5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3); }
  @media only screen and (max-width: 1024px) {
    hr.light {
      margin-bottom: 18px; } }
  @media only screen and (min-width: 1025px) {
    hr.light {
      margin-bottom: 24px; } }
  @media only screen and (max-width: 1024px) {
    hr.light + * {
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    hr.light + * {
      margin-top: 0; } }

.no-orders {
  color: #50514f;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  padding: 30px;
  text-align: center;
  border: dashed 2px #e1e1e1; }

.account-sidenav {
  margin-top: 0; }
  .account-sidenav .icon {
    color: #27abad;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .account-sidenav .current .icon {
    color: #b31e89; }
  .account-sidenav a {
    position: relative;
    text-decoration: none; }

.account-sidenav__account .icon {
  width: 16px;
  height: 18px; }

.rte form select {
  margin-bottom: 30px; }

.page-title {
  margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    #account .page-title {
      margin-bottom: 15px; } }

@media only screen and (max-width: 1024px) {
  .page-nav {
    text-align: center; } }
@media only screen and (min-width: 1025px) {
  .page-nav {
    clear: left;
    margin-top: 20px; } }
@media only screen and (min-width: 1025px) {
  .page-nav[class*='--mobile'] {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .page-nav[class*='--desktop'] {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .page-nav ul {
    display: none; } }
@media only screen and (min-width: 1025px) {
  .page-nav ul {
    padding: 0;
    list-style: none; } }
@media only screen and (min-width: 1025px) {
  .page-nav li {
    margin-bottom: 15px; } }
@media only screen and (min-width: 1025px) {
  .page-nav a {
    font-size: 16px;
    color: #b0b0b0; } }
@media only screen and (min-width: 1025px) {
  .page-nav a:hover {
    color: #50514f; } }
@media only screen and (min-width: 1025px) {
  .page-nav a.current {
    color: #50514f;
    font-weight: 600; } }

.rte .jump-link-nav {
  *zoom: 1;
  list-style: none;
  padding: 0; }
  .rte .jump-link-nav::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 1024px) {
    .rte .jump-link-nav {
      margin: 0 0 25px 0; } }
  @media only screen and (min-width: 1025px) {
    .rte .jump-link-nav {
      margin: 0 0 35px 0; } }
.jump-link-nav:before {
  content: 'jump to:';
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 12px;
  color: #757d8b; }
.jump-link-nav li {
  float: left;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0; }
  .jump-link-nav li:after {
    content: '';
    background: #dcdee1;
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    @media only screen and (min-width: 1025px) {
      .jump-link-nav li:after {
        height: 16px; } }
  .jump-link-nav li:last-child:after {
    display: none; }
.jump-link-nav a {
  color: #193ba3;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px; }
  @media only screen and (max-width: 1024px) {
    .jump-link-nav a {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .jump-link-nav a {
      font-size: 16px; } }
  .jump-link-nav a:hover {
    color: #193ba3;
    border-bottom: 1px solid #193ba3; }

.contact-page__container {
  display: flex;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 768px) {
    .contact-page__container {
      display: block; } }

.contact-page__form {
  padding-right: 120px; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .contact-page__form {
      padding-right: 60px; } }
  @media only screen and (max-width: 767px) {
    .contact-page__form {
      background-color: #f4f4f4;
      width: 108%;
      padding-right: 30px;
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contact-page__form form input,
  .contact-page__form form textarea {
    width: 100%;
    margin-bottom: 20px; }
  .contact-page__form form input {
    height: 50px; }
  .contact-page__form form textarea {
    height: 150px; }

.contact-page__content h6 {
  color: #50514f; }
.contact-page__content a {
  text-decoration: underline;
  font-weight: 400; }
.contact-page__content p,
.contact-page__content h3 {
  padding-right: 0; }

.page-404__container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  padding-top: 200px;
  padding-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .page-404__container {
      background-position: top;
      background-size: 75%;
      padding-top: 0;
      padding-bottom: 200px;
      margin-top: 200px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-404__container {
      background-size: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-404__container .btn {
      width: 25%; } }
  @media only screen and (min-width: 1025px) {
    .page-404__container .btn {
      width: 20%; } }

.content-box {
  border-radius: unset; }

.content {
  font-family: "Jost", sans-serif !important; }

.step__footer__continue-btn {
  border-radius: unset;
  color: red; }

@media only screen and (max-width: 1024px) {
  .cart-continue-link {
    text-align: center;
    margin: 25px auto 25px; } }

@media only screen and (max-width: 1024px) {
  .cart-wrapper__grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; } }
@media only screen and (min-width: 1025px) {
  .cart-wrapper__grid {
    *zoom: 1;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px; }
    .cart-wrapper__grid::after {
      content: '';
      display: table;
      clear: both; } }
  @media only screen and (min-width: 1025px) and (max-width: 767px) {
    .cart-wrapper__grid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
    .cart-wrapper__grid {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1199px) {
    .cart-wrapper__grid {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1025px) and (min-width: 1200px) {
    .cart-wrapper__grid {
      padding-left: 120px;
      padding-right: 120px; } }

@media only screen and (max-width: 1024px) {
  .cart-elements-wrapper {
    width: 100%; } }

.cart-products__container {
  margin-bottom: 30px; }

@media only screen and (max-width: 1024px) {
  .order-notes__container {
    *zoom: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #3F5065; }
    .order-notes__container::after {
      content: '';
      display: table;
      clear: both; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .order-notes__container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
    .order-notes__container {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
    .order-notes__container {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (max-width: 1024px) and (min-width: 1200px) {
    .order-notes__container {
      padding-left: 120px;
      padding-right: 120px; } }
@media only screen and (min-width: 1025px) {
  .order-notes__container {
    padding-top: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid #DAD6D4; } }
.order-notes__container label {
  text-transform: none;
  letter-spacing: 0;
  color: #193ba3;
  margin-bottom: 0;
  font-weight: 400; }
  @media only screen and (max-width: 1024px) {
    .order-notes__container label {
      font-size: 18px; } }
  @media only screen and (min-width: 1025px) {
    .order-notes__container label {
      font-size: 20px; } }
  .order-notes__container label .icon {
    margin-right: 10px; }
    @media only screen and (max-width: 1024px) {
      .order-notes__container label .icon {
        width: 18px;
        height: 20px; } }
    @media only screen and (min-width: 1025px) {
      .order-notes__container label .icon {
        height: 26px;
        width: 23px; } }

.order-notes__inner-container {
  display: none;
  margin-top: 15px; }
  .order-notes__inner-container p {
    color: #3F5065;
    margin-top: 0; }
    @media only screen and (max-width: 1024px) {
      .order-notes__inner-container p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px; } }
    @media only screen and (min-width: 1025px) {
      .order-notes__inner-container p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px; } }
  .order-notes__inner-container textarea {
    max-width: 710px;
    width: 100%; }

.shipping-calc__toggleBtn {
  transition: all ease-in-out 0.2s;
  color: #193ba3;
  border: 1px solid #BEC3C9;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    .shipping-calc__toggleBtn {
      font-size: 18px;
      margin-left: 20px;
      margin-right: 20px;
      padding: 15px 15px 15px 45px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1025px) {
    .shipping-calc__toggleBtn {
      font-size: 20px;
      margin-top: 50px;
      margin-bottom: 0;
      padding: 26px 25px 26px 65px; } }
  .shipping-calc__toggleBtn:before {
    content: '';
    background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/icon-shipping-calc.svg?124407);
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 1024px) {
      .shipping-calc__toggleBtn:before {
        width: 20px;
        height: 16px;
        background-size: 20px; } }
    @media only screen and (min-width: 1025px) {
      .shipping-calc__toggleBtn:before {
        left: 30px;
        background-size: 24px;
        height: 19px;
        width: 24px; } }
  .shipping-calc__toggleBtn:after {
    transition: all ease-in-out 0.2s;
    content: '';
    background-image: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/icon-arrow-down.svg?124407);
    background-repeat: no-repeat;
    background-size: 10px;
    height: 6px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1025px) {
      .shipping-calc__toggleBtn:after {
        right: 45px; } }
  .shipping-calc__toggleBtn:hover {
    border: 1px solid #193ba3;
    background-color: #F0F6F6; }
  .shipping-calc__toggleBtn.open {
    border-bottom: none; }
    .shipping-calc__toggleBtn.open:after {
      transform: rotate(180deg) translate(-50%, 0); }
    .shipping-calc__toggleBtn.open:hover {
      border: 1px solid #BEC3C9;
      border-bottom: none;
      background-color: white; }

@media only screen and (max-width: 1024px) {
  .shipping-calc__toggleBtn--desktop {
    display: none; } }

@media only screen and (min-width: 1025px) {
  .shipping-calc__toggleBtn--mobile {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .cart-header {
    *zoom: 1;
    padding-bottom: 20px;
    width: 100%; }
    .cart-header::after {
      content: '';
      display: table;
      clear: both; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .cart-header {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
    .cart-header {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
    .cart-header {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (max-width: 1024px) and (min-width: 1200px) {
    .cart-header {
      padding-left: 120px;
      padding-right: 120px; } }
@media only screen and (min-width: 1025px) {
  .cart-header {
    padding-top: 55px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-header .btn--primary {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 1024px) {
  .cart-header__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 8px; } }
@media only screen and (min-width: 1025px) {
  .cart-header__title {
    font-size: 28px;
    float: left;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 35px; } }
@media only screen and (max-width: 1024px) {
  .empty-header .cart-header__title {
    margin-top: 25px; } }
@media only screen and (min-width: 1025px) {
  .empty-header .cart-header__title {
    margin-top: 100px;
    float: none;
    display: block; } }

.cart-header__count {
  color: #b0b0b0; }
  @media only screen and (max-width: 1024px) {
    .cart-header__count {
      text-align: center;
      margin-bottom: 20px;
      margin-left: 10px; } }
  @media only screen and (min-width: 1025px) {
    .cart-header__count {
      font-size: 20px;
      line-height: 20px;
      float: left;
      display: inline-block;
      margin-left: 10px;
      margin-top: 42px; } }

@media only screen and (max-width: 1024px) {
  .cart-header__subtotal {
    display: flex;
    align-items: center;
    padding: 10px 5px; } }
@media only screen and (max-width: 1024px) {
  .cart-header__subtotal dt,
  .cart-header__subtotal dd {
    width: 50%;
    font-weight: 600; } }
@media only screen and (max-width: 1024px) {
  .cart-header__subtotal dt {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px; } }
@media only screen and (max-width: 1024px) {
  .cart-header__subtotal dd {
    margin: 0;
    text-align: right; } }

@media only screen and (max-width: 1024px) {
  .mobile-cart-header {
    background-color: #f4f4f4;
    padding: 1px 30px 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #323031; } }

@media only screen and (max-width: 767px) {
  .mobile-cart-actions {
    float: left;
    display: inline-block;
    width: 30%; } }
@media only screen and (min-width: 768px) {
  .mobile-cart-actions {
    display: none; } }

.cart-products__header {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart-products__header {
      *zoom: 1;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; }
      .cart-products__header::after {
        content: '';
        display: table;
        clear: both; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
      .cart-products__header {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
      .cart-products__header {
        padding-left: 35px;
        padding-right: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
      .cart-products__header {
        padding-left: 75px;
        padding-right: 75px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1200px) {
      .cart-products__header {
        padding-left: 120px;
        padding-right: 120px; } }
  @media only screen and (min-width: 768px) {
    .cart-products__header {
      display: block;
      padding-bottom: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-products__header-item {
    border-top: 2px solid #e1e1e1; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-products__header-item:first-child {
    padding-left: 0; } }
.cart-products__header-item h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .cart-products__header-item h4 {
      padding-top: 15px; } }

@media only screen and (min-width: 768px) {
  .cart-products__header-item:not(:first-child) {
    text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-products__products {
    *zoom: 1;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; }
    .cart-products__products::after {
      content: '';
      display: table;
      clear: both; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
    .cart-products__products {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
    .cart-products__products {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
    .cart-products__products {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1200px) {
    .cart-products__products {
      padding-left: 120px;
      padding-right: 120px; } }

@media only screen and (max-width: 1024px) {
  .cart-summary {
    order: 1; } }
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .cart-summary {
    margin-top: 30px; } }
.cart-summary dl {
  *zoom: 1;
  margin: 0; }
  .cart-summary dl::after {
    content: '';
    display: table;
    clear: both; }
.cart-summary dd,
.cart-summary dt {
  width: 50%;
  float: left;
  display: inline-block;
  margin: 0 0 12px;
  padding-top: 12px;
  font-size: 15px;
  line-height: 20px;
  border-top: 1px solid #DAD6D4;
  color: #757673; }
  .cart-summary dd.cart-summary__total,
  .cart-summary dt.cart-summary__total {
    font-family: "Jost", sans-serif;
    font-weight: 800; }
.cart-summary dd {
  font-weight: 500;
  text-align: right; }

.cart-summary__header {
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 9px; }
  @media only screen and (min-width: 1025px) {
    .cart-summary__header {
      font-size: 21px; } }

dt.cart-summary__total,
dd.cart-summary__total {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  padding-top: 25px;
  font-weight: 600;
  font-size: 17px;
  color: #50514f; }

.cart-summary__table {
  background: #f4f4f4;
  border: 1px solid #e1e1e1; }
  @media only screen and (max-width: 1024px) {
    .cart-summary__table {
      *zoom: 1;
      padding-top: 25px;
      padding-bottom: 20px; }
      .cart-summary__table::after {
        content: '';
        display: table;
        clear: both; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .cart-summary__table {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
      .cart-summary__table {
        padding-left: 35px;
        padding-right: 35px; } }
    @media only screen and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
      .cart-summary__table {
        padding-left: 75px;
        padding-right: 75px; } }
    @media only screen and (max-width: 1024px) and (min-width: 1200px) {
      .cart-summary__table {
        padding-left: 120px;
        padding-right: 120px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .cart-summary__table {
      padding: 25px 30px; } }
  @media only screen and (min-width: 1200px) {
    .cart-summary__table {
      padding: 25px 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cart-summary__table .btn--primary {
      width: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .cart-summary__table .btn--primary {
      width: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.shipping-at-checkout-msg {
  font-size: 14px;
  line-height: 1.25;
  clear: both;
  color: #757d8b;
  margin-top: 8px;
  margin-bottom: 18px;
  text-align: center; }

.policy__container {
  padding-top: 25px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    .policy__container {
      *zoom: 1; }
      .policy__container::after {
        content: '';
        display: table;
        clear: both; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .policy__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
      .policy__container {
        padding-left: 35px;
        padding-right: 35px; } }
    @media only screen and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
      .policy__container {
        padding-left: 75px;
        padding-right: 75px; } }
    @media only screen and (max-width: 1024px) and (min-width: 1200px) {
      .policy__container {
        padding-left: 120px;
        padding-right: 120px; } }
  .policy__container .btn--read-more {
    color: #0077c0;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .policy__container .btn--read-more {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

.policy h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 30px auto 20px; }
  @media only screen and (max-width: 767px) {
    .policy h4 {
      text-align: center; } }
.policy p {
  font-size: 15px;
  line-height: 25px;
  color: #757673; }
  @media only screen and (max-width: 767px) {
    .policy p {
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    .policy p {
      text-align: left; } }

.additional-checkout-buttons {
  margin-top: 15px; }

@media only screen and (max-width: 1024px) {
  .blog-list {
    margin-top: 35px !important;
    margin-bottom: 75px !important; } }
@media only screen and (min-width: 1025px) {
  .blog-list {
    margin-top: 75px !important;
    margin-bottom: 120px !important; } }
.blog-list h1 a {
  text-decoration: none;
  color: #50514f; }
.blog-list .blog-categories {
  margin-top: 60px;
  padding-left: 0;
  padding-bottom: 13px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1; }
  .blog-list .blog-categories li {
    font-size: 15px; }
  .blog-list .blog-categories a {
    font-size: 15px;
    color: #b0b0b0;
    text-decoration: none; }
    .blog-list .blog-categories a:hover {
      color: #0077c0;
      font-family: "Jost", sans-serif;
      border-bottom: 1px solid #0077c0;
      padding-bottom: 15px; }
    .blog-list .blog-categories a:focus {
      color: #0077c0;
      font-family: "Jost", sans-serif;
      border-bottom: 1px solid #0077c0;
      padding-bottom: 15px; }
    .blog-list .blog-categories a.current {
      color: #0077c0;
      border-bottom: 1px solid #0077c0;
      padding-bottom: 15px; }
.blog-list .pagination {
  text-align: center;
  padding-left: 30px; }
  @media only screen and (max-width: 1024px) {
    .blog-list .pagination {
      margin-top: 35px !important; } }
  @media only screen and (min-width: 1025px) {
    .blog-list .pagination {
      margin-top: 75px !important; } }

.blog-list__grid-header {
  *zoom: 1; }
  .blog-list__grid-header::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .blog-list__grid-header {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-list__grid-header {
      padding-left: 35px;
      padding-right: 35px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .blog-list__grid-header {
      padding-left: 75px;
      padding-right: 75px; } }
  @media only screen and (min-width: 1200px) {
    .blog-list__grid-header {
      padding-left: 120px;
      padding-right: 120px; } }

.blog-list__grid .blog-list__grid-item {
  margin-bottom: 60px; }
  .blog-list__grid .blog-list__grid-item h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 50px; }
    @media only screen and (max-width: 1024px) {
      .blog-list__grid .blog-list__grid-item h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 100%; } }
  .blog-list__grid .blog-list__grid-item hr {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .blog-list__grid .blog-list__grid-item hr {
        margin-top: 40px; } }
  .blog-list__grid .blog-list__grid-item a {
    text-decoration: none;
    color: #50514f; }
    .blog-list__grid .blog-list__grid-item a:hover {
      color: #0077c0; }
    .blog-list__grid .blog-list__grid-item a:focus {
      border: none; }
  .blog-list__grid .blog-list__grid-item .blog-list__grid-date {
    font-size: 14px;
    color: #b0b0b0; }
    @media only screen and (max-width: 1024px) {
      .blog-list__grid .blog-list__grid-item .blog-list__grid-date time {
        margin-bottom: 10px; } }
.blog-list__grid .blog-list__grid-image {
  height: 250px;
  width: 100%;
  display: block; }
  .blog-list__grid .blog-list__grid-image.placeholder {
    padding-top: 20%; }
.blog-list__grid .blog-list__grid-title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .blog-list__grid .blog-list__grid-title {
      height: 40px; } }

.article__author-on-date {
  color: #b0b0b0; }
  @media only screen and (min-width: 1025px) {
    .article__author-on-date {
      margin-top: -20px; } }

#Article .rte iframe {
  max-width: 100%;
  display: block;
  margin: auto; }

.article-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0; }
  @media only screen and (min-width: 1025px) {
    .article-footer {
      display: flex;
      justify-content: space-between;
      padding-top: 45px;
      margin-top: 0; } }
  .article-footer .article__tags-list {
    color: #0077c0;
    list-style: none;
    display: block;
    padding-left: 0;
    margin-top: 0; }
    @media only screen and (min-width: 1025px) {
      .article-footer .article__tags-list {
        display: flex; } }
    .article-footer .article__tags-list li {
      width: fit-content;
      margin-right: 10px;
      margin-bottom: 20px;
      display: inline-block; }
      @media only screen and (min-width: 1025px) {
        .article-footer .article__tags-list li {
          margin-right: 15px;
          margin-bottom: 0; } }
    .article-footer .article__tags-list a {
      color: #0077c0;
      font-family: "Jost", sans-serif;
      font-weight: 800;
      font-size: 12px;
      text-decoration: none;
      background-color: #f4f4f4;
      padding: 7.5px 15px; }

.social-sharing a {
  text-decoration: none;
  padding-right: 15px; }
  @media only screen and (min-width: 1025px) {
    .social-sharing a {
      padding-left: 15px;
      padding-right: 0; } }
.social-sharing svg {
  vertical-align: middle; }

.comment-form {
  margin-bottom: 40px; }
  .comment-form input, .comment-form textarea {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .comment-form input, .comment-form textarea {
        width: 100%; } }
  .comment-form .btn:not([disabled]) {
    background: #0077c0;
    color: white; }

.prev-next ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-inline-start: 0; }
  .prev-next ul a {
    color: #0077c0; }

.pagination__link h6 {
  color: #0077c0; }

.pagination__btn img {
  width: 100px; }

ul.results {
  list-style-type: none; }

@media (min-width: 721px) {
  ul.results li {
    /*display:inline;*/
    height: 570px;
    width: 32%;
    float: left;
    margin-right: 1%; } }
@media (max-width: 720px) {
  ul.results li {
    /*display:inline;*/
    height: 570px;
    width: 100%; } }
.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip .tooltiptext {
    opacity: 0.9;
    width: 300px;
    background-color: #323031;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
    .tooltip .tooltiptext.right {
      right: 0;
      left: auto;
      transform: translateX(0); }
      .tooltip .tooltiptext.right::after {
        right: 20px;
        left: auto; }
    .tooltip .tooltiptext.left {
      left: 0;
      right: auto;
      transform: translateX(0); }
      .tooltip .tooltiptext.left::after {
        left: 20px;
        right: auto; }
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #323031 transparent transparent transparent; }
  .tooltip .tooltiptoggle {
    line-height: 0;
    cursor: pointer; }
  .tooltip img {
    padding-bottom: 0px; }
  .tooltip a {
    color: #fff;
    text-decoration: underline; }

.SI_trigger {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  color: white;
  background-color: #0077c0;
  text-transform: uppercase; }

#SI_frame {
  z-index: 9999999999 !important; }

@media print {
  #shopify-section-header {
    display: none; }

  .breadcrumb-wrapper {
    display: none; }

  .btn--add-to-cart {
    display: none; }

  .read-more__content--reviews {
    display: none; }

  .footer-cta__list {
    display: none; }

  .footer__container {
    display: none; } }
.collection-landing {
  padding-top: 0px; }

.read-more__container * {
  max-width: 100%; }

#_hj_feedback_container ._hj-21t0-__MinimizedWidgetMiddle__label {
  background-color: #0077c0 !important; }

.modal {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999999999; }
  .modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); }
  .modal .modal-content {
    position: relative;
    z-index: 1;
    background: white;
    width: 80%;
    max-width: 1000px;
    max-height: 90vh;
    padding: 60px;
    border: 1px solid #b0b0b0;
    box-shadow: rgba(80, 81, 79, 0.28) 0px 1px 6px;
    overflow-y: auto; }
    .modal .modal-content .close {
      display: block;
      width: 20px;
      height: 20px;
      top: 20px;
      right: 20px;
      position: absolute; }
      .modal .modal-content .close svg {
        fill: #b0b0b0; }
        .modal .modal-content .close svg:hover {
          fill: #50514f; }
  .modal .arrow {
    position: absolute;
    top: calc(50% - 30px);
    border: none;
    width: 20px;
    height: 34px;
    padding: 40px 30px;
    opacity: 0.7;
    z-index: 1; }
  .modal .left {
    left: 40px;
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat center; }
  .modal .right {
    right: 40px;
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat center; }
  @media only screen and (max-width: 767px) {
    .modal .modal-content {
      height: 100%;
      max-height: 100%;
      width: 100vw;
      max-width: 100%;
      padding: 40px;
      overflow: auto; }
    .modal .left {
      left: 0; }
    .modal .right {
      right: 0; } }

.quickview_modal h1 {
  font-size: 24px; }
.quickview_modal h6 {
  margin: 0; }
.quickview_modal table {
  margin-bottom: 10px; }
.quickview_modal td {
  padding-left: 10px; }
  .quickview_modal td:first-child {
    padding-left: 0; }
.quickview_modal p {
  font-size: 14px;
  margin: 0; }
.quickview_modal .rc_block__type__autodeliver {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .quickview_modal .rc_block__type__autodeliver {
      flex-direction: column;
      align-items: flex-start; } }
.quickview_modal .rc_label__autodeliver {
  margin-bottom: 0; }
.quickview_modal .rc_label__deliver_every {
  padding: 0; }
.quickview_modal .rc_label__delivery {
  vertical-align: middle; }

[class*='specsContent'] th {
  font-size: 12px;
  display: inline; }

.loader-gif {
  background: url(//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/loader.gif?v=135489007613967462741685651661) no-repeat center center;
  background-size: contain;
  width: 42px;
  height: 51px;
  margin: auto; }

.auto-resizable-iframe {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 100%; }

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0; }

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

.ril__image .auto-resizable-iframe > div {
  top: 50%;
  transform: translateY(-50%); }

.video-container iframe {
  height: auto;
  width: 100%; }

.BrainhubCarouselItem {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.BrainhubCarouselItem.BrainhubCarouselItem--clickable {
  cursor: pointer; }

.BrainhubCarouselItem .debug-number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  font-size: 2em;
  text-shadow: 0px 0px 9px white; }

.BrainhubCarousel {
  overflow: hidden;
  display: flex;
  align-items: center; }

.BrainhubCarousel.BrainhubCarousel--isRTL {
  direction: rtl; }

.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
  direction: rtl; }

.BrainhubCarousel .BrainhubCarousel__trackContainer {
  overflow: hidden; }

.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
  display: flex;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0; }

.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition {
  transition: transform; }

.BrainhubCarousel__arrows {
  cursor: pointer; }

.BrainhubCarousel__dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL {
  direction: rtl; }

.BrainhubCarousel__dots .BrainhubCarousel__dot {
  outline: 0;
  padding: 10px;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  -webkit-appearance: none; }

.BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected {
  opacity: 1 !important; }

.BrainhubCarousel__dots .BrainhubCarousel__dot:hover {
  opacity: 1; }

.BrainhubCarousel__dots .BrainhubCarousel__dot:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: #fff; }

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail {
  outline: 0;
  padding: 10px;
  border: none;
  opacity: 0.5;
  cursor: pointer; }

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected {
  opacity: 1 !important; }

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover {
  opacity: 1; }

.BrainhubCarousel__thumbnail[type=button] {
  -webkit-appearance: none; }

.BrainhubCarousel--isRTL + .BrainhubCarousel__dots {
  direction: rtl; }

.BrainhubCarousel__arrows {
  position: relative;
  padding: 21px;
  border: none;
  overflow: hidden;
  outline: 0;
  font-size: 0;
  line-height: 0;
  background-color: #7b59ff; }

.BrainhubCarousel__arrows span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  padding: 5px;
  transition: 0.3s;
  font-size: 0; }

.BrainhubCarousel__arrows:hover {
  background-color: #8768ff; }

.BrainhubCarousel__arrows:hover span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  padding: 5px;
  transition: 0.3s;
  font-size: 0; }

.BrainhubCarousel__arrows:hover:enabled {
  background-color: #8768ff; }

.BrainhubCarousel__arrows:hover:enabled span {
  border-color: #fff;
  margin: 0; }

.BrainhubCarousel__arrows:disabled {
  background-color: #ccc; }

.BrainhubCarousel__arrowLeft span {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2.45px; }

.BrainhubCarousel__arrowRight span {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2.45px; }

.BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2.45px; }

.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span {
  transform: rotate(180deg); }

.BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2.45px; }

.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span {
  transform: rotate(-180deg); }

.BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span {
  margin: 0; }

.BrainhubCarousel__arrow--disable {
  pointer-events: none;
  opacity: 0; }

.pdf-embed {
  width: 100%;
  height: 100vw; }

.rc_popup__hover {
  display: flex !important;
  align-items: center; }

.homepage-map {
  background: url("//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/homepage-map_1380x.png?v=137371236840131211831685651661") no-repeat center top; }

.shop-by-banner {
  background: url("//cdn.shopify.com/s/files/1/2723/8896/t/767/assets/shop-by-banner.svg?v=59318524738199174561685651661") no-repeat center top; }

.wholesale-price {
  white-space: normal; }

.wholesale-price-text {
  font-size: 16px;
  white-space: nowrap; }

.strikethrough {
  text-decoration: line-through; }

/* wsg overrides */
.wsg-cart-header-NO-push, .checkout-one-spof {
  display: none !important; }

#wsg-checkout-one,
#wsg-checkout-two {
  background: #00a950;
  color: white;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Jost", sans-serif;
  font-weight: 800; }

#delayInfo i {
  display: none; }

.cart-backorder-message {
  padding: 14px;
  border-radius: 6px;
  background: #EAEFF8;
  border: 1px solid #004773;
  margin-top: 10px;
  font-size: 12px; }
  .cart-backorder-message ul {
    list-style: disc;
    list-style-position: inside; }
    .cart-backorder-message ul li {
      margin-bottom: 10px; }

.cart-backorder-message strong {
  font-weight: bold; }

.cart-backorder-message strong span {
  color: #EB761B; }

button.dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media only screen and (min-width: 768px) {
  button.dropdown-button {
    padding: 10px 35px;
    border: 1px solid transparent;
    border-bottom: none; }
    button.dropdown-button svg {
      margin-left: 10px;
      display: block;
      height: 5px; }
    button.dropdown-button.active {
      border: 1px solid white;
      border-bottom: none; }
    button.dropdown-button.dropdown-link {
      border: 0; }
      button.dropdown-button.dropdown-link:hover {
        text-decoration: underline; } }
div.dropdown {
  border-top: 1px solid white;
  width: 100%; }

.dropdown-supercats {
  background: #0077c0;
  padding: 10px;
  padding-right: 0;
  min-width: 320px; }
  .dropdown-supercats a {
    padding: 4px 16px;
    display: block;
    color: white;
    border-radius: 5px 0 0 5px; }
    .dropdown-supercats a.active {
      background: white;
      color: #0077c0; }

.dropdown-cats {
  padding: 15px 30px;
  flex: 1; }
  .dropdown-cats h6 {
    color: #0077c0;
    border-bottom: 2px solid #0077c0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 4px 0 24px; }
  .dropdown-cats div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    max-height: 400px; }
    .dropdown-cats div a {
      width: 33.33%;
      color: black;
      font-weight: normal;
      display: block;
      margin-bottom: 6px;
      margin-right: 18px; }
      .dropdown-cats div a:hover {
        text-decoration: underline; }
      .dropdown-cats div a:last-child {
        font-weight: bold; }

body {
  padding-top: 204px; }

#top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 204px;
  overflow: visible;
  z-index: 100; }

#top-super-header {
  display: flex;
  justify-content: center;
  align-items: center; }
  #top-super-header a {
    padding-left: 120px;
    flex: 1; }
  #top-super-header span:first-child {
    font-weight: normal; }

#top-sub-header {
  text-align: center;
  padding: 8px 12px; }

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #top-header {
    height: 211px; }

  body {
    padding-top: 211px; } }
@media only screen and (max-width: 1024px) {
  #top-header {
    position: static;
    height: auto; }

  body {
    padding-top: 0; }

  #top-super-header a {
    padding-left: 0; } }
#alternative-modal .header h6 {
  font-size: 20px;
  font-weight: semibold;
  margin-top: 0; }
#alternative-modal .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
#alternative-modal .product {
  display: flex;
  flex-direction: column;
  width: 30%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #alternative-modal .product:first-child {
    border: none; }
    #alternative-modal .product:first-child .buttons {
      display: none; }
  #alternative-modal .product .vendor {
    margin: 6px 0;
    font-weight: semibold; }
