/*============================================================================
  Built with Shopify Slate

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ SASS HELPERS ================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*============================================================================
  Return a color based on the brightness of an existing color.
  Need to pass in brightness because it is calculated with Liquid.
  @param {Number} $brightness
  @param {String} $color
  @example scss - Usage
    $focusColor: adaptiveColor(#000, 0);
  @example css - CSS Output
    $focusColor: #404040;
  @return {String}
==============================================================================*/
/*================ #Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/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 ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
    - Breakpoint pixel values are used in the window.theme.breakpoints object
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Footer Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
@font-face {
  font-family: 'centra-book';
  src: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Book.eot?v=16371153685733170687");
  src: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Book.eot?%23iefix&v=16371153685733170687") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Book.woff2?v=8184840801799414837") format("woff2"), url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Book.woff?v=10247961478175585860") format("woff");
  font-display: fallback; }

@font-face {
  font-family: 'centra-bold';
  src: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Bold.eot?v=1796016341242174847");
  src: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Bold.eot?%23iefix&v=1796016341242174847") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Bold.woff2?v=16872570870994280838") format("woff2"), url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-Bold.woff?v=707873852603393205") format("woff");
  font-display: fallback; }

@font-face {
  font-family: 'centra-bold-italic';
  src: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-BoldItalic.eot?v=16557682144102634329");
  src: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-BoldItalic.eot?%23iefix&v=16557682144102634329") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-BoldItalic.woff2?v=9817087979032189615") format("woff2"), url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/CentraNo1-BoldItalic.woff?v=15843383701859082501") format("woff");
  font-display: fallback; }

/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
  - Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.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; }
  .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; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/ajax-loader.gif?v=4135686330247201572) center center no-repeat; }

/* Icons */
/* 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; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    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-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: black;
    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: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 95%;
  padding-left: 0;
  /*$grid-gutter;*/ }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button, .slick-dots li a {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li a:hover:before, .slick-dots li a:focus:before {
        opacity: 1; }
      .slick-dots li button:before, .slick-dots li a:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #3d3d3f;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #3d3d3f;
      opacity: 1; }

/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0; }

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

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

a {
  background-color: transparent; }

b,
strong {
  font-family: 'centra-bold';
  font-weight: normal; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

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

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 640px) {
    .grid {
      margin-left: -22px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    .grid__item {
      padding-left: 22px; } }
  .grid__item[class*="--push"] {
    position: relative; }

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

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 640px) {
  /* 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; } }
@media only screen and (min-width: 641px) {
  /* Whole */
  .small-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* 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; } }
@media only screen and (max-width: 768px) {
  /* 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; } }
@media only screen and (min-width: 769px) {
  /* 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; } }
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* 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; } }
@media only screen and (max-width: 1024px) {
  /* Whole */
  .large-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--text-center {
    text-align: center !important; } }
@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; } }
@media only screen and (min-width: 1440px) {
  /* Whole */
  .widescreen--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .widescreen--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 640px) {
  /* 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: 641px) {
  /* Halves */
  .small-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 641px) and (max-width: 768px) {
  /* 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 (max-width: 768px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 769px) {
  /* 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: 769px) and (max-width: 1024px) {
  /* 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 (max-width: 1024px) {
  /* Halves */
  .large-down--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--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: 1440px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .widescreen--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visibility-hidden {
  visibility: hidden; }

.visually-hidden--inline {
  margin: 0;
  height: 1em; }

.visually-hidden--static {
  position: static !important; }

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

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

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

.hide {
  display: none !important; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #3d4246;
  background-color: white;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }

.box-alt {
  background: no-repeat;
  background-color: transparent;
  background-size: contain; }

.ratio-container {
  position: relative; }

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.fade-box .lazyloaded {
  opacity: 1; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: white; }

.panel {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .panel.color-blue {
    background-color: #DBF2FF; }
  .panel.color-purple {
    background-color: #EDDAFF; }
  .panel.color-pink {
    background-color: #F6C6D0; }

.page-width {
  *zoom: 1;
  max-width: 1230px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.page-width-narrow {
  *zoom: 1;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px; }
  .page-width-narrow::after {
    content: '';
    display: table;
    clear: both; }

.main-content {
  display: block;
  padding-top: 96px; }
  .template-page .main-content, .template-blog .main-content {
    padding-top: 130px;
    padding-bottom: 55px; }
  .template-cart .main-content {
    padding-top: 180px;
    padding-bottom: 55px; }
  @media only screen and (min-width: 769px) {
    .main-content {
      padding-top: 111px;
      /*padding-top: $section-spacing;*/ }
      .template-page .main-content, .template-blog .main-content {
        padding-top: 190px; } }
  @media only screen and (max-width: 640px) {
    .template-product .main-content, .template-article .main-content {
      padding-top: 60px; } }

.section-header {
  margin-bottom: 35px; }
  @media only screen and (min-width: 769px) {
    .section-header {
      margin-bottom: 55px; } }
  .section-header a {
    border-bottom: 1px solid currentColor; }
  .template-blog .section-header {
    margin-bottom: 80px; }

/*================ Typography ================*/
blockquote {
  font-size: 1.28571em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: #e8e9eb;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 12.5px; }
  blockquote p + cite, blockquote .accordion td:nth-child(even) + cite, .accordion blockquote td:nth-child(even) + cite {
    margin-top: 12.5px; }
  blockquote cite {
    display: block;
    font-size: 12px;
    font-weight: 400; }

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

pre {
  overflow: auto; }

body,
input,
textarea,
button,
select {
  font-size: 14px;
  font-family: centra-book, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3d4246;
  line-height: 1.5; }

@media only screen and (max-width: 768px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
.mega-subtitle,
h4,
.h4,
h5,
.h5,
.product__price,
.featured-product__price,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: centra-book, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.225;
  text-transform: none;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  .mega-subtitle a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  .product__price a,
  .featured-product__price a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 4.64286em;
  line-height: 1.09;
  letter-spacing: -0.0063em; }
  @media only screen and (max-width: 1024px) {
    h1, .h1 {
      font-size: 3.57143em; } }
  @media only screen and (max-width: 640px) {
    h1, .h1 {
      font-size: 2.14286em; } }

h2, .h2 {
  font-size: 2.85714em;
  letter-spacing: -0.0039em; }
  @media only screen and (max-width: 1024px) {
    h2, .h2 {
      font-size: 2.57143em; } }
  @media only screen and (max-width: 640px) {
    h2, .h2 {
      font-size: 1.71429em; } }

h3, .h3, .mega-subtitle {
  font-size: 1.85714em;
  line-height: 1.425;
  letter-spacing: 0; }
  @media only screen and (max-width: 1024px) {
    h3, .h3, .mega-subtitle {
      font-size: 1.144em; } }

h4, .h4 {
  font-size: 1.71429em;
  line-height: 1.38;
  letter-spacing: -0.018em; }
  @media only screen and (max-width: 1024px) {
    h4, .h4 {
      font-size: 1.71429em; } }
  @media only screen and (max-width: 640px) {
    h4, .h4 {
      font-size: 1.71429em; } }

h5, .h5, .product__price,
.featured-product__price {
  font-size: 1.42857em;
  line-height: 1.5;
  letter-spacing: -0.02em; }
  @media only screen and (max-width: 1024px) {
    h5, .h5, .product__price,
    .featured-product__price {
      font-size: 1.14286em; } }

h6, .h6 {
  font-size: 1.28571em;
  line-height: 1.5;
  letter-spacing: -0.018em; }

/*================ RTE headings ================*/
.rte {
  color: #69727b;
  margin-bottom: 35px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte .mega-subtitle,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte .product__price,
  .rte .featured-product__price,
  .rte h6,
  .rte .h6 {
    margin-top: 25px;
    margin-bottom: 12.5px; }
    .rte h1:first-child, .rte .h1:first-child,
    .rte h2:first-child,
    .rte .h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte .mega-subtitle:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte .product__price:first-child,
    .rte .featured-product__price:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }
  .rte iframe {
    width: 100%; }

.rte-setting {
  margin-bottom: 19.44444px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p, .accordion td:nth-child(even) {
  color: #69727b;
  margin: 0 0 19.44444px; }
  @media only screen and (max-width: 640px) {
    p, .accordion td:nth-child(even) {
      font-size: 0.92857em; } }
  p:last-child, .accordion td:last-child:nth-child(even) {
    margin-bottom: 0; }

.p-x-small {
  font-size: 0.78571em;
  line-height: 1.55;
  letter-spacing: -0.011em; }

.p-small, .swatch-value {
  font-size: 0.85714em;
  line-height: 1.6;
  letter-spacing: -0.012em; }

.p-large {
  font-size: 1.07143em;
  line-height: 1.51;
  letter-spacing: -0.015em; }

.p-x-large, .article__grid-excerpt, .hero__inner .hero__inner-content .rte-setting.para, .dynamic-page-wrapper .rich-text p, .dynamic-page-wrapper .rich-text .accordion td:nth-child(even), .accordion .dynamic-page-wrapper .rich-text td:nth-child(even) {
  font-size: 1.14286em;
  line-height: 1.5;
  letter-spacing: -0.016em; }

.p-xx-large, .hero__inner .hero__inner-content .hero__key-points li {
  font-size: 1.14286em;
  line-height: 1.7;
  letter-spacing: -0.016em; }

/*================ Lists ================*/
li {
  list-style: none; }

/*================ Misc styles ================*/
.ls-zero {
  letter-spacing: 0; }

.bold {
  font-family: 'centra-bold'; }

.uppercase {
  text-transform: uppercase; }

.fine-print {
  font-size: 1em;
  font-style: italic; }

.txt--minor {
  font-size: 80%; }

.txt--emphasis {
  font-style: italic; }

.address {
  margin-bottom: 25px; }

/*================ Hero headers ================*/
.mega-title,
.mega-subtitle {
  color: #54585a; }

.mega-title {
  margin-bottom: 8px; }

.mega-subtitle {
  max-width: 400px;
  margin-top: 30px; }
  .mega-subtitle p, .mega-subtitle .accordion td:nth-child(even), .accordion .mega-subtitle td:nth-child(even) {
    color: #54585a; }
  .mega-subtitle a {
    color: #54585a;
    border-bottom: 1px solid currentColor; }
    .mega-subtitle a:hover, .mega-subtitle a:focus {
      color: #54585a; }

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

/*================ #Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

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; }
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #ffffff; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }
  @media only screen and (max-width: 640px) {
    .payment-icons {
      line-height: 40px; } }
  .payment-icons .icon {
    width: 38px;
    height: 24px;
    fill: inherit; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 23px;
  height: 23px; }
  @media only screen and (min-width: 769px) {
    .social-icons .icon {
      width: 25px;
      height: 25px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

/*================ Loading Icons ================*/
.icon-spinner {
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear; }

/*================ Error Icons ================*/
.icon-error {
  fill: #d20000;
  width: 0.85714em;
  height: 0.85714em;
  margin-top: 0.1em;
  flex-shrink: 0; }

/*================ #Lists ================*/
ul,
ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }
  .list--inline > li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

/*================ #Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 17.5px 35px; }
  .rte ul.list--inline,
  .rte ol.list--inline {
    margin-left: 0; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }

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

.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
a {
  color: #3d4246;
  text-decoration: none; }
  a:not([disabled]):hover, a:focus {
    color: #25282b; }
  a.classic-link {
    text-decoration: underline; }

a[href^="tel"] {
  color: inherit; }

/*================ Buttons ================*/
.btn, .btn--secondary, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 24px;
  background-color: white;
  color: #54585a;
  font-family: centra-book, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: normal;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .btn:after, .btn--secondary:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:after, .shopify-payment-button .shopify-payment-button__button--unbranded:after {
    position: absolute;
    left: 11px;
    bottom: -7px;
    content: "";
    border: 2px solid #fff;
    display: inline-block;
    border-left: 0;
    border-top: 0;
    border-bottom-right-radius: 12px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .btn:not([disabled]):hover, .btn--secondary:not([disabled]):hover, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .btn--secondary:focus, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    -ms-transform: translate(6px, 6px);
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
    color: #54585a;
    background-color: white; }
    .btn:not([disabled]):hover:after, .btn--secondary:not([disabled]):hover:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:not([disabled]):hover:after, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:after, .btn:focus:after, .btn--secondary:focus:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:focus:after, .shopify-payment-button .shopify-payment-button__button--unbranded:focus:after {
      -ms-transform: translate(-6px, -6px);
      -webkit-transform: translate(-6px, -6px);
      transform: translate(-6px, -6px); }
  .btn .icon-arrow-right, .btn--secondary .icon-arrow-right, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
  .btn .icon-arrow-left,
  .btn--secondary .icon-arrow-left,
  .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit .icon-arrow-left,
  .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
    height: 9px; }
  .btn[disabled], [disabled].btn--secondary, .site-footer__item-inner--newsletter form .input-group__btn [disabled].newsletter__submit, .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, .btn[aria-disabled], [aria-disabled].btn--secondary, .site-footer__item-inner--newsletter form .input-group__btn [aria-disabled].newsletter__submit, .shopify-payment-button [aria-disabled].shopify-payment-button__button--unbranded {
    cursor: default;
    opacity: 0.5; }
  @media only screen and (max-width: 768px) {
    .btn, .btn--secondary, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
      font-size: 12px;
      padding: 11px 24px; } }

.btn--secondary, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit {
  background-color: transparent;
  border-width: 2px;
  color: #575759;
  border-color: #575759; }
  .btn--secondary:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:after {
    border-color: #575759; }
  .btn--secondary:not([disabled]):hover, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:not([disabled]):hover, .btn--secondary:focus, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:focus {
    background-color: transparent;
    color: #575759;
    border-color: #575759; }
    .btn--secondary:not([disabled]):hover:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:not([disabled]):hover:after, .btn--secondary:focus:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:focus:after {
      -ms-transform: translate(-5px, -5px);
      -webkit-transform: translate(-5px, -5px);
      transform: translate(-5px, -5px);
      border-bottom-right-radius: 8px; }

.btn--secondary-accent {
  background-color: white;
  color: #557b97;
  border-color: #557b97; }
  .btn--secondary-accent:not([disabled]):hover, .btn--secondary-accent:focus {
    background-color: white;
    color: white;
    border-color: white; }

.btn--small {
  padding: 8px 10px;
  font-size: 0.85714em;
  line-height: 1; }

.btn--tertiary {
  position: relative;
  background-color: transparent;
  color: #3d4246;
  padding: 0 0 6px;
  text-transform: initial;
  font-size: 1.42857em;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #595959; }
  .btn--tertiary:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    left: 0;
    transition: right 0.4s cubic-bezier(0, 0.5, 0, 1); }
  .btn--tertiary:not([disabled]):hover, .btn--tertiary:focus {
    background-color: transparent;
    color: #25282b;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .btn--tertiary:not([disabled]):hover:after, .btn--tertiary:focus:after {
      right: 0; }
  @media only screen and (max-width: 768px) {
    .btn--tertiary {
      font-size: 1.14286em;
      line-height: 1.5;
      letter-spacing: -0.016em; } }

/*================ Button variations ================*/
@media only screen and (max-width: 640px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #3d4246;
  text-align: left; }
  .btn--link:not([disabled]):hover, .btn--link:focus {
    color: #25282b;
    background-color: transparent; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--has-icon-after .icon {
  margin-left: 10px; }

.btn--has-icon-before .icon {
  margin-right: 10px; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.text-link--accent {
  color: #557b97;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }
  .text-link--accent:not([disabled]):hover, .text-link--accent:focus {
    color: #557b97; }

.underline-link {
  position: relative; }
  .underline-link:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    left: 0;
    transition: right 0.4s cubic-bezier(0, 0.5, 0, 1); }

.underline-link:hover:after {
  right: 0; }

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  margin-top: 82.5px;
  margin-bottom: 0; }
  @media only screen and (max-width: 640px) {
    .return-link-wrapper {
      margin-top: 55px; } }

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

/*================ #Tables ================*/
table {
  margin-bottom: 12.5px; }
  table a {
    border-bottom: 1px solid currentColor; }

th {
  font-family: centra-book, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

th,
td {
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px; }

tbody th,
tfoot th {
  font-weight: normal; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 640px) {
  .responsive-table thead {
    display: none; }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 12.5px;
    border: 0;
    margin: 0; }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 25px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 12.5px;
      right: 12.5px;
      border-bottom: 1px solid #e8e9eb; } }
/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

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

/*================ Forms ================*/
form {
  margin: 0; }

fieldset {
  border: 1px solid #949494;
  margin: 0 0 25px;
  padding: 12.5px; }

legend {
  border: 0;
  padding: 0; }

button {
  cursor: pointer; }

input[type="submit"] {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 640px) {
    label {
      font-size: 0.85714em; } }
  [type="radio"] + label, [type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 0; }
  label[for] {
    cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #949494;
  background-color: white;
  color: black;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 8px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #7b7b7b; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4; }
  input.input--error::-webkit-input-placeholder,
  textarea.input--error::-webkit-input-placeholder,
  select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }
  .product-form input, .product-form
  textarea, .product-form
  select {
    min-height: 44px; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000;
  margin-bottom: 11.66667px; }

.input-error-message {
  display: flex;
  line-height: 1.3;
  color: #69727b;
  font-size: 0.85714em;
  margin-bottom: 11.66667px;
  background-color: #e1e1e1;
  border-radius: 8px;
  padding: 10px; }
  .input-error-message .site-footer__newsletter-error {
    color: #3d3d40; }
  @media only screen and (max-width: 640px) {
    .input-error-message {
      margin-bottom: 19.44444px; } }
  .input-error-message .icon {
    width: 1em;
    height: 1em;
    margin-right: 0.71429em; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/ico-select.svg?v=14603861084055929462);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px; }
  @media only screen and (min-width: 769px) {
    select {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }

.select-group {
  position: relative;
  z-index: 2; }
  .select-group select {
    background-image: none;
    background-color: transparent; }
  .select-group .icon {
    height: calc(8em / 16);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(8em / 16);
    z-index: -1; }

.select-label {
  font-size: 0.85714em;
  text-transform: uppercase; }

optgroup {
  font-weight: 400; }

option {
  color: #3d4246;
  background-color: white; }

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

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

::-webkit-input-placeholder {
  color: black;
  opacity: 0.6; }

::-moz-placeholder {
  color: black;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: black;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: black;
  opacity: 1; }

/*================ Labels ================*/
.label--error {
  color: #d20000; }

input,
textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 769px) {
    input,
    textarea {
      padding: 10px 18px; } }

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px; }
  .form-vertical input.input--error,
  .form-vertical select.input--error,
  .form-vertical textarea.input--error {
    margin-bottom: 11.66667px; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }
.form-vertical [type="submit"],
.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit,
.site-footer__item-inner--newsletter form .input-group__btn .form-vertical .newsletter__submit,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto; }

/*================ Single field forms ================*/
.form-single-field {
  margin: 0 auto 25px;
  max-width: 35rem; }
  .form-single-field .input--error {
    margin-bottom: 0; }

/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 12.5px; }
  @media only screen and (min-width: 769px) {
    .note,
    .form-message {
      padding: 10px; } }

.note {
  border: 1px solid #949494; }

.form-message--success {
  border: 1px solid #1f873d;
  background-color: #f8fff9;
  color: #1f873d;
  display: block;
  width: 100%; }

.form-message--error {
  color: #651818;
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%; }
  .form-message--error li {
    list-style-type: disc;
    list-style-position: inside; }
  .form-message--error .form-message__title {
    font-size: 1.2em; }
  .form-message--error .form-message__link, .form-message--error a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #651818; }
    .form-message--error .form-message__link:hover, .form-message--error .form-message__link:focus, .form-message--error a:hover, .form-message--error a:focus {
      text-decoration: none;
      color: #651818; }

/*================ Input Groups ================*/
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .form-vertical .input-group {
    margin-bottom: 25px; }

.input-group--error {
  margin-bottom: 11.66667px; }

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn .btn--secondary,
.site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
  min-height: 42px; }
  @media only screen and (min-width: 769px) {
    .input-group__field,
    .input-group__field input,
    .input-group__btn .btn,
    .input-group__btn .btn--secondary,
    .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
      min-height: 46px; } }

.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  border-radius: 0;
  text-align: left; }
  .input-group__field input {
    width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  flex-grow: 1; }
  .input-group__btn .btn, .input-group__btn .btn--secondary, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit, .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    width: 100%;
    border-radius: 8px; }

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block; }

.site-nav {
  position: relative;
  padding: 0;
  margin: 0;
  top: 5px;
  text-transform: uppercase; }
  .site-nav a {
    padding: 0;
    color: #004255;
    padding-bottom: 8px; }
    .site-nav a:hover {
      color: #004255;
      border-color: #004255; }

.site-nav--centered {
  padding-bottom: 25px; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.04em; }
  .site-nav--centered .site-nav__link {
    padding-top: 0; }
  .site-nav__link .icon-chevron-down {
    width: calc(8em / 16);
    height: calc(8em / 16);
    margin-left: 0.5rem; }
  .site-nav__link.site-nav--active-dropdown {
    border: 1px solid #e8e9eb;
    border-bottom: 1px solid transparent;
    z-index: 2; }

.site-nav__link--button {
  border: none;
  background-color: transparent;
  padding: 3px 10px; }
  @media only screen and (max-width: 768px) {
    .site-nav__link--button {
      font-size: 14px; } }
  .site-nav__link--button:focus, .site-nav__link--button:hover {
    color: #25282b; }

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }

.site-nav--has-centered-dropdown {
  position: static; }

.site-nav__dropdown {
  display: none;
  position: absolute;
  padding: 11px 30px 11px 0;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid #e8e9eb;
  background: white;
  left: -1px;
  top: 41px; }
  .site-nav__dropdown .site-nav__link {
    padding: 4px 15px 5px; }
  .site-nav--active-dropdown .site-nav__dropdown {
    display: block; }
  .site-nav__dropdown li {
    display: block; }

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  right: 0;
  left: unset; }

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0; }

.site-nav__dropdown--centered {
  width: 100%;
  padding: 0;
  text-align: center; }

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  background: white;
  padding: 11px 17px;
  text-align: left; }

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -15px; }

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 15px; }

.site-nav__child-link--parent {
  font-weight: 400;
  margin: 4px 0; }

.page-width {
  padding-left: 25px;
  padding-right: 25px; }
  @media only screen and (max-width: 640px) {
    .page-width {
      padding-left: 25px;
      padding-right: 25px; } }

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  /*overflow: hidden;*/ }
  @media only screen and (max-width: 640px) {
    .page-container {
      overflow-x: hidden; } }

hr {
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid #e8e9eb; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

.hr--dark {
  border-bottom: 1px solid #7A7578; }

.border-bottom {
  border-bottom: 1px solid #e8e9eb; }

.border-top {
  border-top: 1px solid #e8e9eb; }

.empty-page-content {
  padding: 125px 25px; }
  @media only screen and (max-width: 640px) {
    .empty-page-content {
      padding-left: 25px;
      padding-right: 25px; } }

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .grid--table > .grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -55px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 55px; }

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

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

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

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

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

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

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

@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02; }

  50% {
    opacity: 0.05; }

  100% {
    opacity: 0.02; } }

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: #3d4246; }

.js-drawer-open {
  overflow: hidden; }

.drawer--top {
  width: 100%; }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block; }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.28571em; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }

.grid--view-items {
  overflow: auto;
  margin-bottom: -35px; }

.grid-view-item {
  margin: 0 auto 35px; }
  .custom__item .grid-view-item {
    margin-bottom: 0; }

.grid-view-item__title {
  margin-bottom: 0;
  color: #3d4246; }

.grid-view-item__meta {
  margin-top: 8px; }

@media only screen and (max-width: 640px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: 0.92857em; } }
.grid-view-item__link {
  display: block; }

.grid-view-item__vendor {
  margin-top: 4px;
  color: #69727b;
  font-size: 0.85714em;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .grid-view-item__vendor {
      font-size: 0.78571em; } }

.grid-view-item__image-wrapper {
  margin: 0 auto 15px;
  position: relative;
  width: 100%; }

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0; }
  .grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5; }
  .grid-view-item__image.lazyload {
    opacity: 0; }

.list-view-item {
  margin-bottom: 25px; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 769px) {
    .list-view-item {
      border-bottom: 1px solid #e8e9eb;
      padding-bottom: 25px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%; }

.list-view-item__image {
  max-height: 95px; }

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 130px; }
  @media only screen and (max-width: 640px) {
    .list-view-item__image-column {
      width: 85px; } }

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px; }
  @media only screen and (max-width: 640px) {
    .list-view-item__image-wrapper {
      margin-right: 17.5px; } }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }

.list-view-item__title {
  color: #3d4246;
  font-size: 1.14286em;
  min-width: 100px; }
  @media only screen and (max-width: 640px) {
    .list-view-item__title {
      font-size: 0.92857em; } }

.list-view-item__sold-out {
  font-size: 0.92857em; }

.list-view-item__on-sale {
  color: #557b97;
  font-size: 0.92857em; }
  @media only screen and (max-width: 640px) {
    .list-view-item__on-sale {
      display: none; } }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.92857em;
  font-style: italic; }
  @media only screen and (max-width: 640px) {
    .list-view-item__vendor {
      font-size: 0.85714em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.07143em; }
  @media only screen and (max-width: 640px) {
    .list-view-item__price-column {
      font-size: 0.92857em; } }
  .list-view-item__price-column .price__vendor,
  .list-view-item__price-column .price-item__label {
    display: none; }
  .list-view-item__price-column .price__regular,
  .list-view-item__price-column .price__sale {
    flex-basis: 100%; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #557b97; }
  @media only screen and (max-width: 640px) {
    .list-view-item__price--reg {
      display: block; } }

@media only screen and (max-width: 640px) {
  .list-view-item__price--sale {
    display: block; } }

/*============================================================================
  Slick slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

/*================ Index sections ================*/
.index-section {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (min-width: 769px) {
    .index-section {
      padding-top: 55px;
      padding-bottom: 55px; } }
  .index-section:first-child {
    padding-top: 0;
    border-top: 0; }
  .index-section:last-child {
    padding-bottom: 0; }
  .template-product .index-section {
    padding: 0; }

.index-section--flush + .index-section--flush {
  margin-top: -70px; }

@media only screen and (min-width: 769px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -110px; } }

.index-section--flush:first-child {
  margin-top: -35px; }

@media only screen and (min-width: 769px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -55px; } }

.index-section--flush:last-child {
  margin-bottom: -35px; }

@media only screen and (min-width: 769px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -55px; } }

@media only screen and (max-width: 640px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }

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

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

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

.placeholder-background--animation {
  background-color: #3d4246;
  -moz-animation: placeholder-background-loading 1.5s infinite linear;
  -o-animation: placeholder-background-loading 1.5s infinite linear;
  -webkit-animation: placeholder-background-loading 1.5s infinite linear;
  animation: placeholder-background-loading 1.5s infinite linear; }
  .no-js .placeholder-background--animation {
    display: none; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/*================ Background Image Row ================*/
.bkgd-img__container {
  display: flex;
  flex-flow: row wrap; }
  .bkgd-img__container .bkgd-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .bkgd-img__container .bkgd-image:before {
      display: block;
      width: 100%;
      padding-top: 50%;
      content: ""; }
  .bkgd-img__container .bkgd-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center; }

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #69727b;
  background-color: white;
  background-size: cover; }

.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.password-header {
  height: 85px;
  display: table-row; }

.password-header__inner {
  display: table-cell;
  vertical-align: middle; }

.password-login {
  padding: 0 30px;
  text-align: right; }

.password-logo .logo {
  color: #3d4246;
  max-width: 100%; }

.password-content {
  text-align: center; }

.password-content--rte {
  margin-bottom: 35px; }

.password-content__title {
  display: block;
  margin-bottom: 37.5px; }

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 12.5px 25px; }

.password-message {
  max-width: 500px;
  margin: 37.5px auto 12.5px; }

.password__form-heading {
  margin-bottom: 25px; }

.password-powered-by {
  margin-top: 37.5px; }

.password-social-sharing {
  margin-top: 37.5px; }

/*============= Templates | Product =============*/
.product-single {
  overflow-anchor: none; }
  .product-single .bkgd-image:before {
    padding-top: 90%; }
  @media only screen and (min-width: 1025px) {
    .product-single {
      display: flex; } }

.product-single__meta {
  padding: 85px 50px;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .product-single__meta {
      padding: 85px 50px;
      max-width: 575px;
      margin: 0 auto; } }
  .product-single__meta .product-single__vendor,
  .product-single__meta .product-single__title {
    color: #54585a; }
  .product-single__meta .product-single__vendor {
    margin-bottom: 0; }
  .product-single__meta .featured-product__price {
    display: inline-block;
    margin-right: 10px; }
  .product-single__meta .featured-product__price,
  .product-single__meta .featured-product__price .price__regular {
    margin-bottom: 0;
    color: #3d3d40; }
  .product-single__meta .feature-product__note {
    display: inline-block;
    color: #004255;
    margin: 5px 0; }
    .product-single__meta .feature-product__note a {
      color: #004255;
      border-color: #004255;
      padding-bottom: 8px; }
  .product-single__meta hr {
    margin-bottom: 20px;
    border-color: #D4D4D4; }
  @media only screen and (max-width: 768px) {
    .product-single__meta {
      padding: 50px; }
      .product-single__meta .product-single__meta-title {
        max-width: 460px;
        display: block; }
      .product-single__meta .featured-product__price-wrapper {
        display: block;
        float: none;
        width: 100%;
        clear: both; }
        .product-single__meta .featured-product__price-wrapper .featured-product__price {
          font-size: 1.42857em;
          line-height: 1.5;
          letter-spacing: -0.02em; }
        .product-single__meta .featured-product__price-wrapper .featured-product__price,
        .product-single__meta .featured-product__price-wrapper .feature-product__note {
          text-align: left; } }
  @media only screen and (max-width: 640px) {
    .product-single__meta {
      padding: 50px 25px; }
      .product-single__meta .featured-product__price-wrapper .featured-product__price,
      .product-single__meta .featured-product__price-wrapper .feature-product__note {
        display: block;
        margin: 0; }
        .product-single__meta .featured-product__price-wrapper .featured-product__price .price,
        .product-single__meta .featured-product__price-wrapper .feature-product__note .price {
          display: block;
          margin: 0; }
          .product-single__meta .featured-product__price-wrapper .featured-product__price .price dt,
          .product-single__meta .featured-product__price-wrapper .featured-product__price .price dd,
          .product-single__meta .featured-product__price-wrapper .feature-product__note .price dt,
          .product-single__meta .featured-product__price-wrapper .feature-product__note .price dd {
            margin: 0; } }

.product-single__title {
  margin-bottom: 2.2rem; }

.product__price,
.featured-product__price {
  font-family: 'centra-bold'; }

.product__policies {
  margin: 0.4rem 0 1rem 0;
  font-size: 0.92857em; }

/*================ Add to cart form ================*/
.product-form {
  width: auto; }

.product-form--payment-button-no-variants {
  max-width: 400px; }

.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 0; }
  .product-form__item label {
    display: block;
    font-family: 'centra-bold'; }
    .product-form--hide-variant-labels .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }

.product-form__item--submit {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px; }

.product-form__item--no-variants {
  max-width: 400px; }

.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 1025px) {
    .product-single--small-image .product-form__item--payment-button, .product-single--full-image .product-form__item--payment-button {
      display: inline-flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start; } }
  .product-form__item--payment-button.product-form__item--no-variants {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__item--quantity {
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px; }

.product-form__input {
  display: block;
  width: 100%; }
  .product-form__input.input--error {
    margin-bottom: 0; }

.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0 1rem;
  margin: 0 0.35714em; }

.product-form__error-message-wrapper--has-payment-button {
  padding: 0.5rem 0; }

.product-form__error-message-wrapper--hidden {
  display: none; }

.product-form__error-message {
  margin-left: 0.5rem;
  font-size: 0.85714em;
  line-height: 1.2;
  color: #69727b; }

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  margin-top: 30px;
  background-color: #B7E5FF; }
  .product-single--small-image .product-form__cart-submit, .product-single--small-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--small-image .shopify-payment-button__button--unbranded, .product-single--full-image .product-form__cart-submit, .product-single--full-image .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-single--full-image .shopify-payment-button__button--unbranded {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 10px; }
  .product-form__item--payment-button .product-form__cart-submit, .product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .product-form__item--payment-button .shopify-payment-button__button--unbranded {
    margin-top: 10px; }
  .product-form__cart-submit:after, .shopify-payment-button .shopify-payment-button__button--unbranded:after {
    border-color: #B7E5FF; }
  .product-form__cart-submit:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .product-form__cart-submit:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    background-color: #B7E5FF; }

.product-single--small-image .shopify-payment-button, .product-single--full-image .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }
.shopify-payment-button .shopify-payment-button__button {
  margin-top: 10px; }
  .product-single--small-image .shopify-payment-button .shopify-payment-button__button, .product-single--full-image .shopify-payment-button .shopify-payment-button__button {
    margin-top: 10px; }
  @media only screen and (min-width: 769px) {
    .shopify-payment-button .shopify-payment-button__button {
      margin-top: 20px; } }
.shopify-payment-button .shopify-payment-button__button--unbranded {
  margin-bottom: 10px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: #557b97 !important; }
.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 8px;
  overflow: hidden; }
.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: 0.85714em;
  text-decoration: underline; }
  .shopify-payment-button .shopify-payment-button__more-options:hover, .shopify-payment-button .shopify-payment-button__more-options:focus {
    opacity: 0.6; }

@media only screen and (min-width: 769px) {
  .product-form__cart-submit--small {
    max-width: 300px; } }
.product-single__description {
  margin-top: 9px;
  margin-bottom: 45px;
  display: block;
  width: 100%;
  max-width: 440px; }

.product__quantity-error .icon {
  margin-right: 1rem; }

/*================ Swatch Styles ================*/
.swatch {
  position: relative;
  margin: 0 0 30px 0; }

/* Label */
.swatch-header {
  display: block;
  font-family: 'centra-bold';
  font-size: 16px;
  margin-bottom: 12px; }

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

.swatch label {
  border-radius: 0;
  float: left;
  min-width: 97px;
  height: 100px;
  margin: 0;
  border: 1px solid #d8d3cd;
  background-color: #FAFAFA;
  border-radius: 5px;
  text-align: left;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  color: #6a6a6a;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  @media only screen and (max-width: 514px) {
    .swatch label {
      min-width: 92px;
      height: 95px; } }
  @media only screen and (max-width: 360px) {
    .swatch label {
      min-width: 100%;
      height: 80px; } }

.swatch-element label {
  cursor: pointer; }

.swatch-value {
  color: #6a6a6a;
  position: relative;
  padding-top: 11px;
  left: 0;
  clear: both;
  display: block;
  max-width: 100px;
  line-height: 1.3; }
  @media only screen and (max-width: 514px) {
    .swatch-value {
      max-width: 90px; } }
  @media only screen and (max-width: 360px) {
    .swatch-value {
      max-width: 80px; } }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  box-shadow: none;
  border-color: #575759; }
  .swatch input:checked + label:after {
    position: absolute;
    background-image: url(//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/swatch-selected.png?v=15595999870623750098);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    top: -7px;
    right: -7px; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0 17px 25px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }
  .swatch .swatch-element:hover label {
    border-color: #575759; }
  .swatch .swatch-element.soldout:hover label {
    border-color: #E6E6E6; }
  @media only screen and (min-width: 1135px) {
    .swatch .swatch-element:nth-of-type(4n+1) {
      clear: both; } }
  @media only screen and (min-width: 1025px) and (max-width: 1134px) {
    .swatch .swatch-element:nth-of-type(3n+1) {
      clear: both; } }
  @media only screen and (min-width: 680px) and (max-width: 768px) {
    .swatch .swatch-element:nth-of-type(5n+1) {
      clear: both; } }
  @media only screen and (min-width: 515px) and (max-width: 679px) {
    .swatch .swatch-element:nth-of-type(4n+1) {
      clear: both; } }
  @media only screen and (max-width: 514px) {
    .swatch .swatch-element {
      margin-right: 15px; }
      .swatch .swatch-element:nth-of-type(3n+1) {
        clear: both; } }
  @media only screen and (max-width: 360px) {
    .swatch .swatch-element {
      width: calc(33.333% - 15px); } }

/* Image with the cross in it */
.swatch .swatch-element.soldout label,
.swatch .swatch-element.soldout .swatch-value {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
  cursor: not-allowed; }

/* Tooltips */
.swatch .tooltip {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: auto;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p, .swatch.error .accordion td:nth-child(even), .accordion .swatch.error td:nth-child(even) {
  margin: 0.7em 0; }

.swatch.error p:first-child, .swatch.error .accordion td:first-child:nth-child(even), .accordion .swatch.error td:first-child:nth-child(even) {
  margin-top: 0; }

.swatch.error p:last-child, .swatch.error .accordion td:last-child:nth-child(even), .accordion .swatch.error td:last-child:nth-child(even) {
  margin-bottom: 0; }

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

/*================ Product Images ================*/
.zoomImg {
  background-color: white; }

.product-single__photo-wrapper {
  margin: 0 auto;
  width: 100%; }

.product-single__photos {
  position: relative;
  top: 0;
  height: 100vh; }
  @media only screen and (min-width: 1025px) {
    .product-single__photos {
      position: -webkit-sticky;
      position: sticky; } }
  @media only screen and (max-width: 1024px) {
    .product-single__photos {
      position: relative;
      height: auto; } }

.product-single__photo {
  position: relative;
  top: 0;
  z-index: 999; }
  .product-single__photo .feature-row__image {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left; }
    @media only screen and (min-width: 641px) and (max-width: 768px) {
      .product-single__photo .feature-row__image {
        height: 75vh;
        background-position: center; } }
    @media only screen and (max-width: 640px) {
      .product-single__photo .feature-row__image {
        height: 60vh; } }
  .product-single__photo.image-hide {
    position: relative;
    z-index: 1; }

/*================ Template | Collections ================*/
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -25px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 769px) {
    .collection-hero {
      margin-bottom: 35px; } }

.collection-description {
  margin-bottom: 25px;
  margin-top: 25px; }
  @media only screen and (min-width: 769px) {
    .collection-description {
      margin-bottom: 35px;
      margin-top: 35px; } }

.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  opacity: 1; }
  @media only screen and (max-width: 640px) {
    .collection-hero__image {
      height: 180px; } }

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.4; }

.collection-hero__title {
  position: absolute;
  color: white;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 769px) {
    .collection-hero__title {
      font-size: 2.28571em; } }

.template-blog .social-sharing {
  margin-bottom: 17.5px; }

.blog-list-view .pagination {
  padding-top: 0; }

.cart-header__title {
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 769px) {
    .cart-header__title {
      margin-bottom: 1rem; } }

/*================ Page template =============*/
.template-page .rte p, .template-page .rte .accordion td:nth-child(even), .accordion .template-page .rte td:nth-child(even) {
  font-size: 1.28571em;
  line-height: 1.5;
  letter-spacing: -0.018em; }
@media only screen and (max-width: 1024px) {
  .template-page .rte h3, .template-page .rte .h3, .template-page .rte .mega-subtitle {
    font-size: 1.5em; } }

/*================ Cart page ================*/
.cart {
  color: #69727b; }
  .cart th,
  .cart td {
    border: 0; }
  .cart td {
    padding-top: 25px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 769px) {
      .cart td {
        padding-left: 25px;
        padding-right: 25px; } }
  .cart th {
    font-weight: 400;
    padding: 12.5px 25px; }
  @media only screen and (max-width: 640px) {
    .cart td:nth-child(3),
    .cart th:nth-child(2) {
      padding-left: 0;
      padding-right: 0; } }
  .cart td:first-child,
  .cart th:first-child {
    padding-left: 0; }
    .cart td:first-child.cart__removed-product,
    .cart th:first-child.cart__removed-product {
      padding: 1rem 0 1.2rem 0.5rem; }
  .cart td:last-child,
  .cart th:last-child {
    padding-right: 0; }
  .cart dd {
    margin-left: 0; }

.cart__meta {
  width: 50%; }
  @media only screen and (min-width: 769px) {
    .cart__meta {
      width: 40%; } }
  @media only screen and (min-width: 1025px) {
    .cart__meta {
      width: 45%; } }

.cart__product-information {
  display: flex; }

.cart__image-wrapper {
  padding-right: 1.5rem;
  flex: 5rem 0 0; }
  @media only screen and (min-width: 769px) {
    .cart__image-wrapper {
      padding-right: 2.5rem;
      flex: 8rem 0 0; } }
  @media only screen and (min-width: 1025px) {
    .cart__image-wrapper {
      padding-right: 3rem;
      flex: 9rem 0 0; } }

.product-details {
  padding: 0.35714em 0 0;
  font-size: 0.85714em; }
  .product-details.hide + .cart__remove {
    margin-top: 0em; }

.product-details__item {
  margin-bottom: 0.15em; }

.product-details__item--variant-option:not(.hide) + .product-details__item--property {
  margin-top: 0.8rem; }

.product-details__item-label {
  font-weight: 400; }

.cart__qty {
  margin-top: 1.07143em; }
  @media only screen and (min-width: 769px) {
    .cart__qty {
      margin-top: 0; } }

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

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 0.35714em;
  padding-right: 0.35714em; }

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
  line-height: 1.2; }
  .cart__qty-error-message-wrapper .icon-error,
  .cart__error-message-wrapper .icon-error {
    margin-top: 0; }

.cart__qty-error-message-wrapper--desktop {
  display: none; }
  @media only screen and (min-width: 769px) {
    .cart__qty-error-message-wrapper--desktop {
      display: block; } }

.cart__qty-error-message-wrapper--mobile {
  display: block; }
  @media only screen and (min-width: 769px) {
    .cart__qty-error-message-wrapper--mobile {
      display: none; } }

.cart__qty-error-message,
.cart__error-message {
  font-size: 0.85714em;
  color: #69727b;
  vertical-align: middle; }

.cart__error-message-wrapper {
  margin-top: 1rem; }
  @media only screen and (min-width: 769px) {
    .cart__error-message-wrapper {
      margin-top: 0.8rem; } }

.cart__row {
  border-bottom: 1px solid #e8e9eb; }
  .cart__row p, .cart__row .accordion td:nth-child(even), .accordion .cart__row td:nth-child(even) {
    margin-bottom: 0; }
    .cart__row p + p, .cart__row .accordion td:nth-child(even) + p, .accordion .cart__row td:nth-child(even) + p, .cart__row .accordion p + td:nth-child(even), .accordion .cart__row p + td:nth-child(even), .cart__row .accordion td:nth-child(even) + td:nth-child(even), .accordion .cart__row td:nth-child(even) + td:nth-child(even) {
      margin-top: 10px; }
  .cart__row td {
    vertical-align: top; }
    @media only screen and (min-width: 769px) {
      .cart__row td {
        vertical-align: middle; } }

.cart__row--heading {
  color: #3d4246; }

.cart__removed-product-details {
  font-weight: 400; }

.cart-subtotal__title {
  font-size: 1.14286em; }

.cart-subtotal__price {
  padding-left: 12.5px; }
  @media only screen and (min-width: 769px) {
    .cart-subtotal__price {
      padding-left: 25px;
      min-width: 150px;
      display: inline-block; } }

.cart__footer {
  padding-top: 17.5px; }

.cart__buttons-container {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .cart__buttons-container {
      display: block;
      max-width: none; } }

.cart__submit-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 769px) {
    .cart__submit-controls {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; } }

.cart__submit {
  margin-bottom: 0;
  min-height: 44px;
  width: 100%; }
  .cart__submit + .cart__submit {
    margin-top: 10px;
    margin-left: 0; }
  @media only screen and (min-width: 769px) {
    .cart__submit {
      min-height: auto;
      width: auto; }
      .cart__submit + .cart__submit {
        margin-top: 0;
        margin-left: 10px; } }

.cart__shipping {
  font-size: 0.85714em;
  padding: 10px 0 20px;
  margin-bottom: 25px; }

.cart-note__label,
.cart-note__input {
  display: block; }
  @media only screen and (max-width: 640px) {
    .cart-note__label,
    .cart-note__input {
      margin: 0 auto; } }

.cart-note__label {
  margin-bottom: 15px; }

.cart-note__input {
  min-height: 50px;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    .cart-note__input {
      margin-bottom: 40px; } }

.cart__product-title {
  border-bottom: none;
  color: #69727b; }
  .cart__product-title:not([disabled]):hover, .cart__product-title:focus {
    color: #69727b;
    border-bottom: 1px solid currentColor; }

.cart__image {
  max-height: 95px;
  display: block;
  margin: 0 auto; }

.cart__remove {
  margin-top: 0.57143em; }

.cart__price {
  text-align: right;
  padding-right: 0;
  font-size: 0.92857em;
  width: 50%; }
  .cart__price dl {
    margin: 0; }
  @media only screen and (min-width: 769px) {
    .cart__price {
      width: 25%; } }

.cart__quantity-td {
  width: 20%; }

.cart__final-price {
  width: 15%; }

@media only screen and (max-width: 640px) {
  .cart-message {
    padding-top: 20px; }

  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.92857em;
    margin-right: 5px; } }
.cart--no-cookies .cart__continue-btn {
  display: none; }

.cart--no-cookies .cart--empty-message {
  display: none; }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

.additional-checkout-buttons {
  margin-top: 1rem; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }

[data-shopify-buttoncontainer] {
  justify-content: flex-end; }

.myaccount {
  display: flex;
  flex-wrap: wrap; }

@media only screen and (min-width: 1025px) {
  .myaccount__order-history {
    -webkit-flex: 1 0 66.66667%;
    -moz-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%; } }

@media only screen and (min-width: 1025px) {
  .myaccount__account-details {
    -webkit-flex: 1 0 33.33333%;
    -moz-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; } }

.order-table {
  border: 1px solid #e8e9eb; }
  .order-table a {
    border-bottom: 1px solid currentColor; }
  .order-table th, .order-table td {
    border: 0; }
  .order-table tbody th,
  .order-table tfoot th {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0; }
  .order-table tbody tr + tr {
    border-top: 1px solid #e8e9eb; }
  .order-table thead {
    border-bottom: 1px solid #69727b; }
  .order-table tfoot {
    border-top: 1px solid #69727b; }
    .order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
      padding-top: 1.25em; }
    .order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
      padding-bottom: 1.25em; }
    .order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
      border-top: 1px solid #69727b;
      font-weight: 400;
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      text-transform: uppercase; }
  @media only screen and (min-width: 769px) {
    .order-table thead th {
      text-transform: uppercase;
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .order-table tbody tr th, .order-table tbody tr td {
      padding-top: 1.25em;
      padding-bottom: 1.25em; }
    .order-table tfoot tr td, .order-table tfoot tr th {
      vertical-align: bottom; } }
  @media only screen and (max-width: 640px) {
    .order-table {
      border: 0; }
      .order-table thead {
        display: none; }
      .order-table th,
      .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 0.5rem 0;
        border: 0;
        margin: 0; }
      .order-table th::before,
      .order-table td::before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%; }
      .order-table tbody tr th:first-child {
        padding-top: 1.25em; }
      .order-table tbody tr td:last-child {
        padding-bottom: 1.25em; }
      .order-table tbody th::before,
      .order-table tbody td::before {
        font-weight: 400; } }

@media only screen and (max-width: 640px) {
  .order-table__product {
    display: flex;
    justify-content: space-between; } }

.order-discount {
  color: #557b97;
  display: block;
  line-height: 1.2em; }
  .order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: 0.4em; }

.order-discount--title {
  text-transform: uppercase;
  word-break: break-word;
  padding-right: 1em; }

.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0; }

.order-discount__item {
  text-indent: -1.3em; }
  .order-discount__item + .order-discount__item {
    margin-top: 0.6em; }

@media only screen and (max-width: 640px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

.order-discount-card-wrapper {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 769px) {
    .order-discount-card-wrapper {
      justify-content: flex-end; } }

.order-discount--cart {
  font-size: 0.92857em;
  padding-right: 0; }
  @media only screen and (min-width: 769px) {
    .order-discount--cart {
      font-size: 0.85714em; } }

.order-discount--cart-total {
  padding-left: 12.5px; }
  @media only screen and (min-width: 769px) {
    .order-discount--cart-total {
      padding-left: 25px;
      min-width: 150px; } }

/*================ MODULES ================*/
#shopify-section-header {
  /*position: -webkit-sticky;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.site-header {
  position: relative;
  background-color: white;
  padding: 35px 90px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .site-header .site-header__logo-image {
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .site-header .site-header__logo-image span {
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      opacity: 1;
      visibility: visible; }
    .site-header .site-header__logo-image span.icon-logo-mini {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 640px) {
        .site-header .site-header__logo-image span.icon-logo-mini svg {
          width: 20px; } }
  @media only screen and (max-width: 768px) {
    .site-header {
      padding: 30px 50px; } }
  @media only screen and (max-width: 640px) {
    .site-header {
      padding: 0 25px; } }
  @media only screen and (min-width: 769px) {
    .site-header.scrolling {
      padding: 15px 90px; } }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .site-header.scrolling {
      padding: 15px 50px; } }
  @media only screen and (min-width: 641px) {
    .site-header.scrolling .site-header__logo-image {
      -webkit-transform: scale(0.77);
      -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
      -o-transform: scale(0.77);
      transform: scale(0.77); } }
  .site-header.scrolling .site-header__logo-image span.icon-logo {
    opacity: 0;
    visibility: hidden; }
  .site-header.show-logo span.icon-logo-mini {
    opacity: 1;
    visibility: visible; }

.announcement-bar {
  text-align: center;
  position: relative;
  z-index: 10; }

.announcement-bar--link {
  display: block; }

.announcement-bar__message {
  display: block;
  font-size: 1.14286em;
  font-weight: normal;
  padding: 10px 25px; }
  @media only screen and (min-width: 769px) {
    .announcement-bar__message {
      padding: 10px 25px; } }

.site-header__logo {
  margin: 0;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .site-header__logo {
      margin: 10px 0; } }

.site-header__logo-link {
  display: inline-block;
  word-break: break-word; }

.site-header__logo-image {
  display: block;
  line-height: 0; }
  @media only screen and (min-width: 769px) {
    .site-header__logo-image {
      margin: 0 auto; } }

.site-header__logo-image img {
  width: 100%; }

@media only screen and (max-width: 640px) {
  .site-header__logo-image svg {
    max-width: 115px;
    margin: 0 auto; } }
.site-header__logo-image svg.switch {
  width: 0; }

.site-header__logo-image--centered img {
  margin: 0 auto; }

@media only screen and (min-width: 769px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto; } }
@media only screen and (max-width: 640px) {
  .site-header__icons .btn--link,
  .site-header__icons .site-header__cart {
    font-size: 1em; } }
.site-header__icons {
  position: relative;
  white-space: nowrap; }

.site-header__icons-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 640px) {
    .site-header__icons-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }

.site-header__cart,
.site-header__search,
.site-header__account {
  position: relative; }

.site-header__search.site-header__icon {
  display: none; }
  @media only screen and (min-width: 1440px) {
    .site-header__search.site-header__icon {
      display: block; } }

.site-header__search-toggle {
  display: block; }
  @media only screen and (min-width: 1440px) {
    .site-header__search-toggle {
      display: none; } }

@media only screen and (min-width: 769px) {
  .site-header__account,
  .site-header__cart {
    padding: 0 0 0 11px; } }
.site-header__cart-title,
.site-header__search-title {
  display: block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.site-header__cart-title {
  margin-right: 3px; }

.site-header__cart-count {
  font-size: 1.28571em;
  letter-spacing: -0.018em;
  color: #004255;
  padding-right: 20px;
  margin-right: 15px;
  border-right: 1px solid #BFBFBF; }

@media only screen and (min-width: 769px) {
  .site-header__menu {
    display: none; } }
.site-header__icon svg {
  height: 18px;
  width: 14px; }
  .site-header__icon svg.icon-cart {
    vertical-align: top; }
    @media only screen and (min-width: 641px) {
      .site-header__icon svg.icon-cart {
        margin-top: 4px; } }
    @media only screen and (max-width: 640px) {
      .site-header__icon svg.icon-cart {
        width: 16px;
        height: 21px;
        margin-top: -2px;
        margin-right: -11px; } }
  .site-header__icon svg.icon-hamburger, .site-header__icon svg.icon-close {
    width: 20px;
    margin-top: 4px; }

@media only screen and (max-width: 640px) {
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0; }
    .site-header__icon.site-header__menu {
      margin: 0 0 0 -11px; }

  .site-header__logo img {
    margin: 0; } }
.article-listing {
  padding-top: 25px;
  margin-bottom: 25px; }

.article__title {
  margin-bottom: 12.5px;
  color: #3d3d40; }

@media only screen and (max-width: 768px) {
  .template-blog .article__title {
    font-size: 1.14286em;
    line-height: 1.4;
    letter-spacing: -0.016em; } }

.article__author-container {
  display: table; }
  .article__author-container .circle-img-container__wrapper,
  .article__author-container .article__author {
    display: table-cell;
    vertical-align: middle; }
  .article__author-container .article__author {
    margin-right: 10px;
    color: #999; }
    .article__author-container .article__author span {
      display: block; }

.article__date {
  color: #ababab; }
  @media only screen and (max-width: 768px) {
    .article__date {
      font-size: 0.78571em;
      line-height: 1.55;
      letter-spacing: -0.011em; } }

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 6px; }
  .template-article .article__author, .template-article
  .article__date {
    margin-bottom: 0; }

.article__tags--list {
  font-style: italic; }

.article__link {
  display: block; }
  @media only screen and (max-width: 640px) {
    .article__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .article__link:not([disabled]):hover, .article__link:focus {
    outline: none;
    /*.article__grid-image-wrapper {
      @include overlay(1);
    }*/ }

.article__meta-buttons li + li {
  margin-left: 1.5rem; }

.article__comment-count {
  border-color: transparent;
  border-bottom-color: currentColor;
  padding: 0 0 3px 0; }
  .article__comment-count:not([disabled]):hover, .article__comment-count:focus {
    border-color: transparent;
    border-bottom-color: currentColor; }

.article-header__image {
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1024px) {
    .article-header__image {
      height: 75vh; } }
  @media only screen and (max-width: 640px) {
    .article-header__image {
      height: 50vh; } }

.article__container {
  margin-top: 70px; }
  .article__container .article__title {
    margin-bottom: 25px; }
  .article__container .blog-main__article-excerpt {
    margin-bottom: 32px; }
  .article__container .blog-main__article-content {
    margin-bottom: 55px; }
    .article__container .blog-main__article-content p, .article__container .blog-main__article-content .accordion td:nth-child(even), .accordion .article__container .blog-main__article-content td:nth-child(even), .article__container .blog-main__article-content li {
      font-size: 1.28571em;
      line-height: 1.5;
      letter-spacing: -0.018em; }

@media only screen and (max-width: 768px) {
  .more-articles .more-articles__post-title {
    margin-bottom: 12.5px;
    font-size: 1.14286em;
    line-height: 1.4;
    letter-spacing: -0.016em; } }
.more-articles .more-articles__title {
  margin-top: 45px;
  margin-bottom: 80px; }
@media only screen and (max-width: 768px) {
  .more-articles .article__date {
    margin-bottom: 6px; } }

/* ======= Featured blog posts section ======== */
.featured-blog-section {
  padding-bottom: 115px; }
  .featured-blog-section .section-header {
    margin: 115px 0 75px 0; }
    .featured-blog-section .section-header h2, .featured-blog-section .section-header .h2 {
      color: #3d3d40; }
  .featured-blog-section .blog-posts-slide {
    display: none; }
    .featured-blog-section .blog-posts-slide:nth-child(-n+3) {
      display: inline-block; }
  @media only screen and (max-width: 768px) {
    .featured-blog-section {
      padding-bottom: 45px; }
      .featured-blog-section.page-width {
        padding-left: 50px;
        padding-right: 50px; }
      .featured-blog-section .section-header {
        margin: 50px 0; }
      .featured-blog-section .blog-posts-slider {
        margin-left: -20px; }
        .featured-blog-section .blog-posts-slider .slick-slide {
          padding-left: 20px; } }
  @media only screen and (max-width: 640px) {
    .featured-blog-section .blog-posts-slider .blog-posts-slide {
      display: inline-block; } }

/*============================================================================
  Blog article grid
==============================================================================*/
.grid--blog {
  margin-bottom: -55px;
  overflow: auto; }

.article__grid-meta {
  max-width: 355px;
  margin-bottom: 100.1px; }
  .template-index .article__grid-meta, .template-article .article__grid-meta {
    margin-bottom: 119.9px; }
    @media only screen and (max-width: 768px) {
      .template-index .article__grid-meta, .template-article .article__grid-meta {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 640px) {
      .template-index .article__grid-meta, .template-article .article__grid-meta {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) {
    .article__grid-meta {
      margin-bottom: 55px; } }

@media only screen and (max-width: 640px) {
  .article__grid-meta--has-image {
    float: left; } }
.article__grid-excerpt {
  margin-bottom: 19px;
  color: #595959; }
  @media only screen and (max-width: 768px) {
    .article__grid-excerpt {
      font-size: 0.85714em;
      line-height: 1.6;
      letter-spacing: -0.012em; } }

.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
  float: left; }
  @media only screen and (max-width: 768px) {
    .article__grid-image-wrapper {
      margin-bottom: 20px; } }

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  margin: 0 auto 27.5px 0;
  min-height: 1px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .article__grid-image-container {
      margin: 0; } }
  @media only screen and (max-width: 640px) {
    .article__grid-image-container {
      float: left; } }
  .article__grid-image-container img {
    display: block;
    width: 100%; }

.article__grid-image {
  margin: 0 auto;
  width: 100%; }
  .js .article__grid-image {
    position: absolute;
    top: 0; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%; }

.article__list-image-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.article__list-image {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0; }

.article-related-section {
  padding-bottom: 115px; }
  @media only screen and (max-width: 768px) {
    .article-related-section {
      padding-bottom: 60px; }
      .article-related-section.page-width {
        padding-left: 50px;
        padding-right: 50px; }
      .article-related-section h3.h2, .article-related-section .h2.h3, .article-related-section .h2.mega-subtitle {
        margin: 50px 0; }
      .article-related-section .article-posts-slider {
        margin-left: -20px; }
        .article-related-section .article-posts-slider .slick-slide {
          padding-left: 20px; } }
  @media only screen and (max-width: 768px) {
    .article-related-section {
      padding-bottom: 45px; } }

.cart-popup-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
  transform: translateY(0%);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  box-shadow: -5px -5px 6px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -5px -5px 6px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px -5px 6px -2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -5px -5px 6px -2px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 769px) {
    .cart-popup-wrapper {
      width: 23rem;
      right: 0; } }

.cart-popup-wrapper--hidden {
  display: none;
  transform: translateY(-100%); }

.cart-popup {
  padding: 1rem 1.5rem; }
  .cart-popup:active, .cart-popup:focus {
    outline: none; }

.cart-popup__heading {
  padding: 0rem 2.5rem 0 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.2rem;
  letter-spacing: 0;
  text-transform: inherit; }

.cart-popup__close {
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  padding: 0.9rem;
  background-color: transparent;
  border: none;
  line-height: 0; }
  .cart-popup__close .icon-close {
    width: 12px;
    height: 12px;
    fill: currentColor; }
  .cart-popup__close:hover, .cart-popup__close:focus {
    color: #25282b; }

.cart-popup-item {
  display: flex;
  margin: 1rem 0; }

.cart-popup-item__image-wrapper {
  position: relative;
  flex-basis: 18%;
  flex-shrink: 0;
  margin-right: 1rem;
  text-align: center; }

.cart-popup-item__image {
  display: block;
  margin: 0 auto;
  max-height: 95px; }

.cart-popup-item__image--placeholder {
  position: relative;
  width: 100%; }

.cart-popup-item__description {
  display: flex;
  color: #69727b;
  flex-basis: 100%;
  justify-content: space-between;
  line-height: 1.2rem; }
  .cart-popup-item__description .product-details {
    padding: 0;
    font-size: 0.85714em; }

.product-details__item {
  margin-bottom: 0.2rem;
  line-height: 1.5; }
  .product-details__item:last-child {
    margin-bottom: 0; }

.product-details__item--variant-option + .product-details__item--property {
  margin-top: 0.8rem; }

.product-details__property-label {
  font-weight: 400; }

.cart-popup-item__quantity {
  font-size: 0.85714em; }

.cart-popup__cta-link {
  width: 100%;
  background-color: #B7E5FF; }
  .cart-popup__cta-link:after {
    border-color: #B7E5FF; }
  .cart-popup__cta-link:not([disabled]):hover, .cart-popup__cta-link:focus {
    background-color: #B7E5FF; }

.cart-popup__dismiss {
  margin-top: 20px;
  text-align: left; }

.cart-popup__dismiss-button {
  font-size: 0.85714em; }

.sidebar {
  margin-top: 40px; }

.sidebar__list {
  list-style: none;
  margin-bottom: 25px; }
  .sidebar__list li {
    margin-bottom: 10px; }

.pagination {
  text-align: center;
  list-style: none;
  font-size: 1.07143em;
  padding-top: 55px; }
  .pagination li {
    display: inline-block; }
  .pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle; }

.pagination__text {
  padding: 0 12.5px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 1em; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.social-sharing {
  display: flex; }
  .template-password .social-sharing {
    justify-content: center; }

.btn--share {
  background-color: transparent;
  border-color: #e8e9eb;
  color: #3d4246;
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share:not([disabled]):hover, .btn--share:focus {
    background-color: transparent;
    border-color: #cdcfd3;
    color: #3d4246; }
  .btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px; }
  .btn--share .icon-facebook {
    fill: #3b5998; }
  .btn--share .icon-twitter {
    fill: #00aced; }
  .btn--share .icon-pinterest {
    fill: #cb2027; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: calc(46em / 16);
  border: 1px solid transparent; }

@media only screen and (max-width: 640px) {
  .search-bar__form {
    width: 100%; } }
.search-bar__submit .icon {
  position: relative;
  top: -1px;
  width: 1.2rem;
  height: auto; }

.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 12px;
  height: 100%;
  z-index: 1; }

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 8px;
  color: #3d4246;
  border-color: transparent;
  padding-right: calc(35em / 16);
  width: 100%;
  min-height: 44px; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: #3d4246;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #3d4246;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #3d4246;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #3d4246;
    opacity: 1; }

.search-bar__input {
  border: 1px solid transparent; }
  .search-bar__input:focus {
    border-color: transparent; }

.search-bar__close {
  padding: calc(10em / 16) 0.75em; }
  .search-bar__close .icon {
    vertical-align: top;
    width: 1.2rem;
    height: auto; }

/*============================================================================
  The search submit button has pointer-events: none which also
  effects the :hover style. This forces the style to be applied.
==============================================================================*/
.search-header__input:hover + .btn--link {
  color: #25282b; }

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid #e8e9eb;
  padding: 0 12.5px;
  z-index: 1000; }

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle; }

.search-bar__form-wrapper {
  width: 90%; }

/*================ Header Search ================*/
.search-header {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: calc(30em / 16);
  vertical-align: middle; }
  .search-header.search--focus {
    max-width: 250px; }

.search-header__input {
  cursor: pointer; }

.search--focus .search-header__input {
  outline: none;
  border-color: #949494;
  cursor: auto; }
.search--focus .search-header__submit {
  pointer-events: auto; }

.search-header__submit {
  pointer-events: none; }

.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1); }

.no-svg .site-header__search {
  display: inline-block; }
.no-svg .search-header {
  max-width: none; }
.no-svg .search__input {
  width: auto;
  padding-left: 60px; }

/*================ Mobile Site Nav ================*/
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 17px 34px;
  font-size: 16px; }

.mobile-nav__link {
  position: relative; }

.mobile-nav__label {
  border-bottom: 1px solid transparent; }
  .mobile-nav__link--active .mobile-nav__label {
    border-bottom-color: #3d4246; }

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 72px;
  padding-right: 34px; }

.mobile-nav__item {
  display: block;
  width: 100%; }
  .mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px; }

.mobile-nav__return {
  border-right: 1px solid #e8e9eb; }

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px; }

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  pointer-events: none;
  overflow: hidden; }

.mobile-nav__table {
  display: table;
  width: 100%; }

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal; }

.mobile-nav__toggle-button {
  padding: 20px 15px; }

.mobile-nav__dropdown {
  position: absolute;
  background-color: white;
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none; }
  .is-active + .mobile-nav__dropdown {
    display: block;
    opacity: 1; }
  .mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99; }
  .mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: centra-book, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    padding-left: 17px; }
  .mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: #69727b; }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  /*@include transform(translateY(-100%));*/
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3d3d40;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  color: white;
  height: 100vh;
  text-align: center;
  z-index: 999; }
  .mobile-nav-wrapper ul.mobile-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #7E7E7E; }
    .mobile-nav-wrapper ul.mobile-nav li,
    .mobile-nav-wrapper ul.mobile-nav li a {
      font-size: 30px;
      letter-spacing: -0.0039em;
      color: white; }
      .mobile-nav-wrapper ul.mobile-nav li.border-bottom,
      .mobile-nav-wrapper ul.mobile-nav li a.border-bottom {
        border-color: #7E7E7E; }
    .mobile-nav-wrapper ul.mobile-nav .mobile-currency__heading {
      color: #b2b2b2;
      margin-top: 60px; }
  .mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e9eb; }
  .mobile-nav-wrapper.js-menu--is-open {
    opacity: 1;
    visibility: visible; }

.mobile-nav--open .icon-close {
  display: none; }

.mobile-nav--close .icon-hamburger {
  display: none; }

.site-header__mobile-nav {
  z-index: 999;
  position: relative;
  background-color: white; }
  @media only screen and (max-width: 640px) {
    .site-header__mobile-nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: white;
  bottom: 0;
  color: #3d4246;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }

.modal__close {
  border: 0;
  padding: 25px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2; }
  .modal__close .icon {
    font-size: 1.42857em; }

/*================ Price ================*/
.price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 640px) {
    .price {
      font-size: 0.92857em; } }
  .price dl {
    margin-top: 0; }
  .price dd {
    margin: 0 0.5em 0 0; }

.price--unavailable {
  visibility: hidden; }

.price__regular {
  color: #69727b; }

.price__sale {
  color: #557b97;
  display: none; }
  .price--on-sale .price__sale {
    display: block; }

.price__vendor {
  color: #69727b;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none; }
  .price--unit-available .price__unit {
    display: block; }

.price-item {
  font-weight: normal; }

.price--on-sale .price-item--regular {
  text-decoration: line-through; }

.price-unit-price {
  color: #69727b;
  font-size: 0.8em; }

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: normal; }

/*================ Module | Filters and Sort toolbar and selection ================*/
.filters-toolbar-wrapper {
  border-bottom: 1px solid #e8e9eb;
  border-top: 1px solid #e8e9eb;
  margin-bottom: 25px; }
  @media only screen and (min-width: 769px) {
    .filters-toolbar-wrapper {
      margin-bottom: 55px; } }

.filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .filters-toolbar .icon-chevron-down {
    fill: black;
    width: calc(10em / 16);
    height: calc(10em / 16);
    right: 8px; }

.filters-toolbar--has-filter {
  position: relative; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar--has-filter {
      border-bottom: none; }
      .filters-toolbar--has-filter .filters-toolbar__item-child {
        flex-basis: 50%; }
      .filters-toolbar--has-filter .filters-toolbar__item-wrapper {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%; }
      .filters-toolbar--has-filter .filters-toolbar__item--count {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        text-align: left; }
        .filters-toolbar--has-filter .filters-toolbar__item--count:before {
          background-color: #e8e9eb;
          content: "";
          height: 1px;
          left: 0;
          position: absolute;
          top: auto;
          width: 100%; } }

.filters-toolbar__item {
  min-width: 33%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  .no-flexbox .filters-toolbar__item {
    text-align: left !important; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar__item:first-child .filters-toolbar__input {
      padding-left: 0; } }

@media only screen and (max-width: 640px) {
  .filters-toolbar__item-child {
    flex-grow: 0; } }
@media only screen and (max-width: 640px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 2.5rem; } }
@media only screen and (min-width: 769px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 3rem; } }
@media only screen and (max-width: 640px) {
  .filters-toolbar__item-child .filters-toolbar__input {
    padding-left: 0;
    padding-right: 25px;
    width: 100%; } }

.filters-toolbar__item-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar__item-wrapper {
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; } }

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar__item--count {
      -webkit-flex: 0 1 50%;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      text-align: right; } }

.no-flexbox .filters-toolbar select {
  width: 100% !important; }

.filters-toolbar__label {
  display: inline-block; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar__label {
      display: block;
      margin-bottom: 0;
      margin-top: 8px; } }

.filters-toolbar__input-wrapper {
  display: inline-block; }

.filters-toolbar__input {
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 55px;
  opacity: 1;
  position: relative; }
  .filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0; }
  .no-flexbox .filters-toolbar__input {
    margin: 0; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar__input {
      height: 46px; } }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__product-count {
  font-size: 0.92857em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 640px) {
    .filters-toolbar__product-count {
      font-size: 0.85714em;
      line-height: 46px; } }

.site-pre-footer {
  margin-top: 55px;
  padding: 30px 0; }
  .site-pre-footer .page-width {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px; }
  .template-product .site-pre-footer {
    margin-top: 0; }
  .site-pre-footer svg {
    max-width: 130px;
    display: block; }
    .site-pre-footer svg path,
    .site-pre-footer svg polygon#Fill-17,
    .site-pre-footer svg polygon#Fill-14 {
      fill: #fff; }
  @media only screen and (max-width: 640px) {
    .site-pre-footer .page-width {
      padding-left: 25px;
      padding-right: 25px; } }

.site-footer {
  padding: 70px 0 35px 0; }
  .site-footer .page-width {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px; }
  .site-footer h4, .site-footer .h4 {
    margin-bottom: 12.5px; }
    @media only screen and (min-width: 769px) {
      .site-footer h4, .site-footer .h4 {
        min-height: 1.35714em;
        margin-bottom: 25px; } }
  @media only screen and (min-width: 769px) {
    .site-footer {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 640px) {
    .site-footer .page-width {
      padding-left: 25px;
      padding-right: 25px; } }

.site-footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 769px) {
    .site-footer__content {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.site-footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 769px) {
    .site-footer__item {
      padding: 0 15px 0 15px; } }
  .site-footer__item:first-of-type {
    padding-left: 0; }
  .site-footer__item:last-of-type {
    padding-right: 0; }
    @media only screen and (max-width: 640px) {
      .site-footer__item:last-of-type {
        margin-bottom: 0; } }

@media only screen and (min-width: 769px) {
  .site-footer__item--full-width {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .site-footer__item--one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }

  .site-footer__item--one-third {
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }

  .site-footer__item--one-quarter {
    -webkit-flex: 1 1 25%;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }

  .site-footer__item--one-fifth {
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }

  .site-footer-newsletter__one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; } }
@media only screen and (min-width: 769px) {
  .site-footer__item--center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .site-footer__item--center > * {
      text-align: center; } }

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .site-footer__item--one-third:nth-child(1) {
    order: 1;
    -webkit-flex: 1 1 45%;
    -moz-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%; }
  .site-footer__item--one-third:nth-child(2) {
    order: 3;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 42px; }
  .site-footer__item--one-third:nth-child(3) {
    order: 2;
    -webkit-flex: 1 1 55%;
    -moz-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%; } }
@media only screen and (max-width: 640px) {
  .site-footer__item--one-third {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    .site-footer__item--one-third:nth-child(2) {
      order: 3;
      padding-top: 50px; }
    .site-footer__item--one-third:nth-child(3) {
      order: 2;
      padding-top: 27px; }

  .site-footer__item-inner--link_list {
    width: 100%; } }
.site-footer__item-inner--text .site-footer__rte {
  max-width: 300px; }
  .site-footer__item-inner--text .site-footer__rte p, .site-footer__item-inner--text .site-footer__rte .accordion td:nth-child(even), .accordion .site-footer__item-inner--text .site-footer__rte td:nth-child(even) {
    color: #ababab; }
  .site-footer__item-inner--text .site-footer__rte .btn--tertiary {
    font-size: 15px;
    margin-top: 18px; }
    .site-footer__item-inner--text .site-footer__rte .btn--tertiary:hover {
      color: white; }
  @media only screen and (max-width: 768px) {
    .site-footer__item-inner--text .site-footer__rte {
      max-width: 490px; } }

.site-footer__item-inner--newsletter {
  width: 100%; }
  .site-footer__item-inner--newsletter .rte {
    max-width: 300px; }
    .site-footer__item-inner--newsletter .rte p, .site-footer__item-inner--newsletter .rte .accordion td:nth-child(even), .accordion .site-footer__item-inner--newsletter .rte td:nth-child(even) {
      color: #ababab; }
  .site-footer__item-inner--newsletter form input.newsletter__input {
    margin: 9px 0 0 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: #fff;
    opacity: 1; }
    .site-footer__item-inner--newsletter form input.newsletter__input::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    .site-footer__item-inner--newsletter form input.newsletter__input::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .site-footer__item-inner--newsletter form input.newsletter__input:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .site-footer__item-inner--newsletter form input.newsletter__input::-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .site-footer__item-inner--newsletter form input.newsletter__input::placeholder {
      color: #fff;
      opacity: 1; }
    .site-footer__item-inner--newsletter form input.newsletter__input:focus, .site-footer__item-inner--newsletter form input.newsletter__input:active {
      outline: none; }
  .site-footer__item-inner--newsletter form .input-group__btn {
    margin-top: 40px;
    display: block; }
    .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit {
      border-color: #ababab;
      color: #ababab;
      width: auto !important;
      font-size: 11px;
      border-width: 1.5px; }
      .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:after {
        border-color: #ababab;
        border-width: 1.5px; }
      .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:not([disabled]):hover, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:focus {
        border-color: #ababab;
        color: #ababab; }
        .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:not([disabled]):hover:after, .site-footer__item-inner--newsletter form .input-group__btn .newsletter__submit:focus:after {
          -ms-transform: translate(-5px, -5.5px);
          -webkit-transform: translate(-5px, -5.5px);
          transform: translate(-5px, -5.5px); }
  @media only screen and (min-width: 769px) {
    .site-footer__item--full-width .site-footer__item-inner--newsletter {
      max-width: 50%; } }

@media only screen and (min-width: 769px) {
  .site-footer__centered--single-block {
    width: 75%;
    margin: 0 auto; } }

.site-footer__hr {
  margin: 55px 0 30px 0; }
  @media only screen and (min-width: 769px) {
    .site-footer__hr {
      margin: 45px 0 20px 0; } }

@media only screen and (max-width: 640px) {
  .site-footer__linklist.list--inline > li {
    display: block; } }

.site-footer__linklist-item {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #979797;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  @media only screen and (min-width: 769px) {
    .site-footer__linklist-item {
      padding: 8px 30px 10px 0; } }
  .site-footer__linklist-item:first-of-type {
    padding-top: 0; }
  .site-footer__linklist-item:last-of-type {
    padding-right: 0; }
  .site-footer__linklist-item:hover {
    border-color: white; }
    .site-footer__linklist-item:hover a {
      color: white; }

.site-footer__icon-list {
  padding-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .site-footer__icon-list {
      padding-bottom: 15px; } }

.site-footer__social-icons li {
  padding: 0 15px; }
  @media only screen and (min-width: 769px) {
    .site-footer__social-icons li:first-of-type {
      padding-left: 0; } }

.social-icons__link {
  display: block; }

.site-footer__subwrapper {
  margin-top: 35px; }

@media only screen and (min-width: 769px) {
  .site-footer__payment-icons {
    text-align: right; } }
.site-footer__payment-icons .payment-icon {
  margin-bottom: 5px;
  margin-left: 5px; }
  .site-footer__payment-icons .payment-icon:first-child {
    margin-left: 0; }

small.site-footer__copyright-content {
  font-size: 0.85714em;
  color: #BCBCBC; }
  small.site-footer__copyright-content a {
    color: #BCBCBC; }
  @media only screen and (max-width: 768px) {
    small.site-footer__copyright-content {
      padding-top: 20px;
      display: block; } }

/*================ Background Image Row ================*/
.bkgd-img__container {
  display: flex;
  flex-flow: row wrap; }
  .bkgd-img__container .bkgd-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .bkgd-img__container .bkgd-image:before {
      display: block;
      width: 100%;
      padding-top: 50%;
      content: ""; }
  .bkgd-img__container .bkgd-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center; }

.circle-img-container {
  display: block;
  margin-right: 25px;
  width: 71px;
  height: 71px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #E1E1E1;
  padding: 5px 5px 0; }
  .color-blue .circle-img-container {
    border-color: #C1D5E1; }
  .color-purple .circle-img-container {
    border-color: #CBBEDD; }
  .color-pink .circle-img-container {
    border-color: #DBB0B9; }
  .circle-img-container .circle-img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.feature-row {
  position: relative; }

.feature-row__image {
  display: block;
  margin: 0 auto; }
  .feature-row__image .modal-toggle {
    display: flex;
    position: absolute;
    bottom: 35px;
    left: 35px;
    max-width: 250px;
    width: 100%;
    background-color: white;
    min-height: 52px;
    border-radius: 4px;
    cursor: pointer; }
    .feature-row__image .modal-toggle .toggle-preview,
    .feature-row__image .modal-toggle .toggle-text {
      display: inline-block;
      float: left; }
      .feature-row__image .modal-toggle .toggle-preview p, .feature-row__image .modal-toggle .toggle-preview .accordion td:nth-child(even), .accordion .feature-row__image .modal-toggle .toggle-preview td:nth-child(even),
      .feature-row__image .modal-toggle .toggle-text p,
      .feature-row__image .modal-toggle .toggle-text .accordion td:nth-child(even),
      .accordion .feature-row__image .modal-toggle .toggle-text td:nth-child(even) {
        letter-spacing: 0.04em;
        color: #54585a;
        line-height: 52px; }
    .feature-row__image .modal-toggle .toggle-preview {
      position: relative;
      width: 32%;
      border-radius: 4px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .feature-row__image .modal-toggle .toggle-preview .icon-play {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .feature-row__image .modal-toggle .toggle-preview:before {
        padding-top: 50%; }
    .feature-row__image .modal-toggle .toggle-text {
      position: relative;
      width: 68%; }
      .feature-row__image .modal-toggle .toggle-text p, .feature-row__image .modal-toggle .toggle-text .accordion td:nth-child(even), .accordion .feature-row__image .modal-toggle .toggle-text td:nth-child(even) {
        width: 71%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.feature-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none; }
  .feature-modal .feature-modal__inner {
    position: fixed;
    top: 55%;
    left: 50%;
    z-index: 99;
    width: 70%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 50px; }
    .feature-modal .feature-modal__inner .modal__close {
      cursor: pointer;
      z-index: 999; }
    @media only screen and (max-width: 640px) {
      .feature-modal .feature-modal__inner {
        width: 90%;
        top: 50%; } }

.modal-bkgd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 98;
  background-color: rgba(171, 171, 171, 0.75); }

.feature-row .bkgd-image {
  background-position: top; }
  .feature-row .bkgd-image:before {
    padding-top: 92%; }

.feature-row__text {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 455px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto; }
  .feature-row__text h2, .feature-row__text .h2 {
    color: #3d3d40;
    margin-bottom: 25px; }
  @media only screen and (max-width: 1024px) {
    .feature-row__text {
      text-align: center; } }
  @media only screen and (max-width: 640px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 50px; } }

@media only screen and (min-width: 769px) {
  .featured-row__subtext {
    font-size: 1.14286em; }
    .featured-row__subtext p, .featured-row__subtext .accordion td:nth-child(even), .accordion .featured-row__subtext td:nth-child(even) {
      color: #595959; } }
.feature-row__signature-text {
  margin-top: 40px;
  margin-bottom: 5px; }

.feature-row__signature {
  max-width: 300px;
  max-height: 50px; }

.hero-alt__intro {
  padding-top: 125px; }
  .hero-alt__intro h2, .hero-alt__intro .h2 {
    max-width: 540px;
    margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .hero-alt__intro {
      padding-top: 70px; } }

.hero {
  position: relative;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.2s; }
  .hero-main .hero {
    height: 475px; }
  .hero-alternative .hero, .hero-alternative-two .hero {
    display: block;
    position: relative;
    overflow: hidden;
    background-position: top; }
    @media only screen and (min-width: 641px) {
      .hero-alternative .hero.last-row, .hero-alternative-two .hero.last-row {
        padding-bottom: 100px; }
        .hero-alternative .hero.last-row:before, .hero-alternative-two .hero.last-row:before {
          padding-bottom: 100px; } }
  .hero-alternative .hero:before, .hero-alternative-two .hero:before {
    display: block;
    width: 100%;
    content: ""; }
  @media only screen and (max-width: 768px) {
    .hero-main .hero {
      background-image: none !important; }
      .hero-main .hero.ratio-container:after {
        padding: 0; } }
  @media only screen and (max-width: 640px) {
    .hero-alternative-two .hero {
      z-index: 9;
      margin-top: -20px; }
    .hero-alternative .hero, .hero-alternative-two .hero {
      background-image: none !important; }
      .hero-alternative .hero:before, .hero-alternative-two .hero:before {
        padding: 0; } }

.hero-alternative-two {
  position: relative; }

.hero.to-right {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0; }

@media only screen and (max-width: 640px) {
  .hero-mobile__image .to-right {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0; } }
.hero-mobile__image .first-img.hide-img {
  opacity: 0; }

.to-right.show {
  visibility: visible;
  opacity: 1; }
  .color-blue .to-right.show {
    background-color: #DBF2FF; }
  .color-purple .to-right.show {
    background-color: #EDDAFF; }
  .color-pink .to-right.show {
    background-color: #F6C6D0; }

.hero-main .hero--adapt, .hero-main
.hero-fixed-width__image {
  max-height: 100vh; }
  @media only screen and (min-width: 769px) {
    .hero-main .hero--adapt, .hero-main
    .hero-fixed-width__image {
      max-height: 80vh; } }

.hero-main .hero--x-small {
  height: 94px; }

.hero-main .hero--small {
  height: 225px; }

.hero-main .hero--medium {
  height: 357px; }

.hero-main .hero--large {
  height: 488px; }

.hero-main .hero--vertical {
  height: auto; }
  @media only screen and (min-width: 769px) {
    .hero-main .hero--vertical {
      height: 100vh; } }

.hero--responsive {
  height: auto; }

@media only screen and (min-width: 769px) {
  .hero-main .hero--x-small {
    height: 640px; }

  .hero-main .hero--small {
    height: 740px; }

  .hero-main .hero--medium {
    height: 1040px; }

  .hero-main .hero--large {
    height: 1480px; } }
.toggle-bkgd {
  max-width: 340px;
  position: absolute;
  left: 56.5%;
  bottom: 17.5%; }
  .toggle-bkgd h3, .toggle-bkgd .h3, .toggle-bkgd .mega-subtitle {
    display: block;
    margin-bottom: 30px; }
  .toggle-bkgd p, .toggle-bkgd .accordion td:nth-child(even), .accordion .toggle-bkgd td:nth-child(even), .toggle-bkgd span {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .toggle-bkgd p.left, .toggle-bkgd .accordion td.left:nth-child(even), .accordion .toggle-bkgd td.left:nth-child(even) {
    color: #595959; }
  .toggle-bkgd p.right, .toggle-bkgd .accordion td.right:nth-child(even), .accordion .toggle-bkgd td.right:nth-child(even) {
    color: #8C979F; }
  .toggle-bkgd span.toggle-btn__toggle {
    background-color: white;
    width: 80px;
    height: 42px;
    border-radius: 20px;
    margin: 0 10px;
    cursor: pointer; }
    .toggle-bkgd span.toggle-btn__toggle .toggle-btn__toggle-inner {
      position: relative;
      top: 6px;
      left: 6px;
      width: 30px;
      height: 30px;
      border: 2px solid #575759;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
      .toggle-bkgd span.toggle-btn__toggle .toggle-btn__toggle-inner.switch {
        left: 42.5px; }
    .toggle-bkgd span.toggle-btn__toggle:hover .toggle-btn__toggle-inner, .toggle-bkgd span.toggle-btn__toggle:focus .toggle-btn__toggle-inner, .toggle-bkgd span.toggle-btn__toggle:active .toggle-btn__toggle-inner {
      background-color: #e1e1e1; }
  .hide-img .toggle-bkgd p.left, .hide-img .toggle-bkgd .accordion td.left:nth-child(even), .accordion .hide-img .toggle-bkgd td.left:nth-child(even) {
    color: #8C979F; }
  .hide-img .toggle-bkgd p.right, .hide-img .toggle-bkgd .accordion td.right:nth-child(even), .accordion .hide-img .toggle-bkgd td.right:nth-child(even) {
    color: #595959; }
  @media only screen and (max-width: 768px) {
    .toggle-bkgd {
      bottom: 8.5%; } }
  @media only screen and (max-width: 640px) {
    .toggle-bkgd {
      position: relative;
      bottom: 0;
      left: auto;
      margin: 0 auto;
      padding: 0 25px;
      max-width: 390px; } }

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 55px 0;
  z-index: 2;
  /*top: -60px;*/
  /* Not needed when header is position: fixed;*/ }
  .hero__inner .btn-wrapper {
    margin-top: 45px; }
  .hero-alternative .hero__inner, .hero-alternative-two .hero__inner {
    position: absolute;
    width: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .hero__inner.right {
    float: right;
    right: 0; }
    @media only screen and (max-width: 768px) {
      .hero__inner.right {
        right: 30px; } }
    @media only screen and (max-width: 640px) {
      .hero__inner.right {
        right: 0; } }
  @media only screen and (max-width: 768px) {
    .hero__inner.left {
      left: 30px; } }
  @media only screen and (max-width: 640px) {
    .hero__inner.left {
      left: 0; } }
  .hero__inner .hero__inner-block {
    max-width: 540px;
    margin: 0 7.5%; }
    @media only screen and (max-width: 1024px) {
      .hero__inner .hero__inner-block {
        max-width: 440px; } }
    @media only screen and (max-width: 768px) {
      .hero-main .hero__inner .hero__inner-block {
        margin: 0 auto;
        text-align: center; } }
  .hero__inner .hero__inner-content {
    max-width: 440px;
    position: relative; }
    .hero-alternative .hero__inner .hero__inner-content, .hero-alternative-two .hero__inner .hero__inner-content {
      margin: 0 auto; }
    .hero__inner .hero__inner-content .l-title {
      font-size: 8.57143em;
      line-height: 1.225;
      letter-spacing: -0.035em;
      margin-bottom: 5px; }
      @media only screen and (max-width: 1024px) {
        .hero__inner .hero__inner-content .l-title {
          font-size: 6.42857em; } }
      @media only screen and (max-width: 640px) {
        .hero__inner .hero__inner-content .l-title {
          font-size: 5.35714em; } }
    .hero__inner .hero__inner-content hr {
      border-color: #C3D2DD;
      margin: 48px 0 15px; }
      .color-blue .hero__inner .hero__inner-content hr {
        border-color: #C1D5E1; }
      .color-purple .hero__inner .hero__inner-content hr {
        border-color: #CBBEDD; }
      .color-pink .hero__inner .hero__inner-content hr {
        border-color: #DBB0B9; }
    .hero__inner .hero__inner-content .circle-img-container {
      display: inline-block;
      float: left;
      /*border: 3px solid #C1D5E1 */ }
    .hero__inner .hero__inner-content .rte-setting.para {
      margin-bottom: 35px;
      line-height: 1.7;
      color: #6a6a6a; }
      .hero__inner .hero__inner-content .rte-setting.para p, .hero__inner .hero__inner-content .rte-setting.para .accordion td:nth-child(even), .accordion .hero__inner .hero__inner-content .rte-setting.para td:nth-child(even) {
        color: #6a6a6a; }
      .hero__inner .hero__inner-content .rte-setting.para strong {
        color: #3d3d40; }
    .hero__inner .hero__inner-content .hero__quote-info {
      display: table;
      width: 100%; }
      .hero__inner .hero__inner-content .hero__quote-info .circle-img-container__wrapper,
      .hero__inner .hero__inner-content .hero__quote-info .rte-setting {
        display: table-cell;
        vertical-align: top; }
      .hero__inner .hero__inner-content .hero__quote-info .rte-setting {
        max-width: calc(100% - 96px); }
        .hero__inner .hero__inner-content .hero__quote-info .rte-setting p, .hero__inner .hero__inner-content .hero__quote-info .rte-setting .accordion td:nth-child(even), .accordion .hero__inner .hero__inner-content .hero__quote-info .rte-setting td:nth-child(even) {
          margin: 0; }
        .hero__inner .hero__inner-content .hero__quote-info .rte-setting strong {
          color: #3d3d40; }
    .hero__inner .hero__inner-content .hero__key-points {
      margin-top: 40px; }
      .hero__inner .hero__inner-content .hero__key-points svg {
        display: inline-block;
        float: left;
        margin-right: 0;
        width: 26px;
        height: 26px;
        top: 2px;
        position: relative; }
        .hero__inner .hero__inner-content .hero__key-points svg g#Desktop---hover-states {
          stroke: #A4B5C0; }
          .color-blue .hero__inner .hero__inner-content .hero__key-points svg g#Desktop---hover-states {
            stroke: #C1D5E1; }
          .color-purple .hero__inner .hero__inner-content .hero__key-points svg g#Desktop---hover-states {
            stroke: #AFA4BE; }
          .color-pink .hero__inner .hero__inner-content .hero__key-points svg g#Desktop---hover-states {
            stroke: #BA959D; }
      .hero__inner .hero__inner-content .hero__key-points li {
        padding-left: 40px;
        color: #6a6a6a;
        margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .hero-alternative .hero__inner .hero__inner-content, .hero-alternative-two .hero__inner .hero__inner-content {
        max-width: 340px; }
        .hero-alternative .hero__inner .hero__inner-content .rte-setting.para,
        .hero-alternative .hero__inner .hero__inner-content .rte-setting.p-large,
        .hero-alternative .hero__inner .hero__inner-content .hero__key-points li, .hero-alternative-two .hero__inner .hero__inner-content .rte-setting.para,
        .hero-alternative-two .hero__inner .hero__inner-content .rte-setting.p-large,
        .hero-alternative-two .hero__inner .hero__inner-content .hero__key-points li {
          font-size: 1em; } }
  @media only screen and (max-width: 768px) {
    .hero-main .hero__inner {
      top: 0;
      padding: 80px 0 0;
      position: relative;
      display: block; } }
  @media only screen and (max-width: 640px) {
    .hero-alternative .hero__inner, .hero-alternative-two .hero__inner {
      margin: 0 auto;
      display: block;
      position: relative;
      width: 100%;
      top: 0 !important;
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      padding: 35px 0 90px; }
      .hero-alternative .hero__inner .btn--wrapper, .hero-alternative-two .hero__inner .btn--wrapper {
        text-align: center; } }

@media only screen and (max-width: 768px) {
  .hero-mobile__image {
    position: relative;
    display: block; }
    .hero-mobile__image img {
      display: block;
      width: 100%; } }
/*================ Fixed width ================*/
.hero-fixed-width {
  position: relative; }
  .hero-fixed-width::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: 0.4;
    z-index: 1; }

.hero-fixed-width__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero-fixed-width__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover";
  overflow: hidden; }

/*================ Quote slider ================*/
.testimonials-section {
  padding-top: 95px;
  padding-bottom: 120px; }
  .testimonials-section .section-header {
    margin-bottom: 74px; }
    .testimonials-section .section-header h2, .testimonials-section .section-header .h2 {
      margin-bottom: 23px;
      color: #3d3d40; }
    .testimonials-section .section-header .rte {
      color: #595959;
      max-width: 400px;
      margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .testimonials-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (min-width: 641px) and (max-width: 768px) {
    .testimonials-section.page-width {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (max-width: 640px) {
    .testimonials-section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider {
  margin-left: -30px; }
  .quotes-slider .slick-slide {
    padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .quotes-slider {
      margin-left: -20px; }
      .quotes-slider .slick-slide {
        padding-left: 20px; } }

.quotes-slider__text {
  padding: 0 15px;
  background-color: #ffffff;
  border-top: 4px solid #3d3d40;
  box-shadow: 0 -6px 0 white, 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px; }
  .quotes-slider__text cite {
    font-style: normal; }
  .quotes-slider__text p + cite, .quotes-slider__text .accordion td:nth-child(even) + cite, .accordion .quotes-slider__text td:nth-child(even) + cite {
    margin-top: 0; }
  .quotes-slider__text .quote {
    font-size: 24px;
    line-height: 1.38;
    letter-spacing: -0.018em;
    margin-top: 30px;
    margin-bottom: 16px; }
    .quotes-slider__text .quote p, .quotes-slider__text .quote .accordion td:nth-child(even), .accordion .quotes-slider__text .quote td:nth-child(even) {
      color: #595959; }
    @media only screen and (max-width: 1024px) {
      .quotes-slider__text .quote {
        font-size: 16px; } }
  .quotes-slider__text .quote_secondary {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px; }
    .quotes-slider__text .quote_secondary p, .quotes-slider__text .quote_secondary .accordion td:nth-child(even), .accordion .quotes-slider__text .quote_secondary td:nth-child(even) {
      color: #6a6a6a; }
    @media only screen and (max-width: 768px) {
      .quotes-slider__text .quote_secondary {
        font-size: 12px;
        line-height: 1.4; } }
  .quotes-slider__text .circle-img-container {
    margin: 5px auto; }
  .quotes-slider__text .quote_author,
  .quotes-slider__text .quote_author-type {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.016em;
    color: #595959; }
  .quotes-slider__text .quote_author-type {
    padding-bottom: 45px; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

@media only screen and (max-width: 640px) {
  .quotes-wrapper {
    width: 200%;
    margin-left: -50%; }

  .blog-posts-wrapper,
  .article-posts-wrapper {
    width: 250%;
    margin-left: -75%; } }
@media only screen and (min-width: 641px) {
  .article-posts-wrapper .article-posts-slide {
    display: none; }
    .article-posts-wrapper .article-posts-slide:nth-child(-n+3) {
      display: inline-block; } }
.quotes-wrapper .slick-dots,
.blog-posts-wrapper .slick-dots,
.article-posts-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 55px; }
  .quotes-wrapper .slick-dots li,
  .blog-posts-wrapper .slick-dots li,
  .article-posts-wrapper .slick-dots li {
    margin: 0; }
  .quotes-wrapper .slick-dots li button::before,
  .blog-posts-wrapper .slick-dots li button::before,
  .article-posts-wrapper .slick-dots li button::before {
    font-size: 34px;
    color: #3d4246;
    opacity: 0.2; }
  .quotes-wrapper .slick-dots li.slick-active button::before,
  .blog-posts-wrapper .slick-dots li.slick-active button::before,
  .article-posts-wrapper .slick-dots li.slick-active button::before {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .quotes-wrapper .slick-dots,
    .blog-posts-wrapper .slick-dots,
    .article-posts-wrapper .slick-dots {
      margin-top: 25px; } }

@media only screen and (max-width: 640px) {
  .blog-posts-wrapper .slick-dots,
  .article-posts-wrapper .slick-dots {
    margin-bottom: 30px; } }

.quotes-wrapper .slick-slide[tabindex="0"],
.blog-posts-wrapper .slick-slide[tabindex="0"],
.article-posts-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.logo-bar__section {
  padding-top: 65px;
  padding-bottom: 65px; }
  .logo-bar__section .logo-bar__section-title .h3 {
    margin-bottom: 0;
    display: inline-block; }
    @media only screen and (max-width: 1024px) {
      .logo-bar__section .logo-bar__section-title .h3 {
        margin-bottom: 20px; } }
  .logo-bar__section .logo-bar__section-title svg {
    margin-left: 20px;
    display: inline-block; }
    @media only screen and (max-width: 1024px) {
      .logo-bar__section .logo-bar__section-title svg {
        display: none; } }
  @media only screen and (max-width: 1024px) {
    .logo-bar__section .logo-bar__section-title {
      text-align: center; } }
  @media only screen and (max-width: 1024px) {
    .logo-bar__section {
      padding-top: 40px;
      padding-bottom: 40px; }
      .logo-bar__section .grid--table .grid__item {
        float: left; } }
  @media only screen and (max-width: 640px) {
    .logo-bar__section.page-width {
      padding-left: 0;
      padding-right: 0; } }

.logo-bar {
  list-style: none; }
  @media only screen and (max-width: 767px) {
    .logo-bar li:last-child, .logo-bar li:nth-last-child(2) {
      display: none; } }
  @media only screen and (max-width: 1024px) {
    .logo-bar {
      text-align: center; } }

@media only screen and (min-width: 769px) {
  .logo-bar--large {
    margin-bottom: -55px; } }
.logo-bar__item {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  padding: 0 27.5px; }
  @media only screen and (max-width: 767px) {
    .logo-bar__item {
      width: 31%;
      padding: 0 15px; } }

.logo__border-line {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border-right: 1px solid #D1D1D1; }

@media only screen and (min-width: 769px) {
  .logo-bar__item--large {
    margin-bottom: 55px; } }
.logo-bar__image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.logo-bar__link {
  display: block; }

.image-bar {
  overflow: hidden; }
  @media only screen and (max-width: 640px) {
    .image-bar {
      max-width: 400px;
      margin: 0 auto; } }

.image-bar__item {
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:hover .image-bar__overlay::before, .image-bar__link:focus .image-bar__overlay::before {
  opacity: 0.8; }
.image-bar__link:focus {
  position: relative;
  z-index: 2; }
  .image-bar__link:focus .image-bar__content {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color; }

.image-bar__content, .image-bar__item {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
    height: 94px; }
  .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
    height: 225px; }
  .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
    height: 357px; }
  .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
    height: 488px; }
  .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
    height: 582px; }
  @media only screen and (min-width: 769px) {
    .image-bar--x-small .image-bar__content, .image-bar--x-small .image-bar__item {
      height: 125px; }
    .image-bar--small .image-bar__content, .image-bar--small .image-bar__item {
      height: 300px; }
    .image-bar--medium .image-bar__content, .image-bar--medium .image-bar__item {
      height: 475px; }
    .image-bar--large .image-bar__content, .image-bar--large .image-bar__item {
      height: 650px; }
    .image-bar--x-large .image-bar__content, .image-bar--x-large .image-bar__item {
      height: 775px; } }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.4; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 25px; }
  @media only screen and (min-width: 769px) {
    .collection-grid-item {
      margin-bottom: 30px; } }

.collection-grid-item__title {
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  padding: 0 5px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  hyphens: auto; }
  @media only screen and (min-width: 769px) {
    .collection-grid-item__title {
      padding: 0 15px; } }

.collection-grid-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:hover .collection-grid-item__title-wrapper::before, .collection-grid-item__link:focus .collection-grid-item__title-wrapper::before {
    opacity: 0.8; }
  .collection-grid-item__link:focus {
    opacity: 1; }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.collection-grid-item__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.4; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media only screen and (max-width: 640px) {
    .custom-content {
      margin-bottom: -22px;
      margin-left: -22px; } }

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media only screen and (max-width: 640px) {
    .custom__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 22px;
      margin-bottom: 22px; }
      .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .custom__item .collection-grid-item {
    margin-bottom: 0; }

.custom__item--image {
  margin: 0 auto;
  padding-left: 0; }

.custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%; }

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }

.custom__item-inner--image {
  position: relative;
  margin: 0 auto; }

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

.product-card {
  position: relative; }
  .product-card:hover .product-card__image-wrapper, .product-card:focus-within .product-card__image-wrapper {
    opacity: 0.8; }
  .product-card:hover .product-card__title, .product-card:focus-within .product-card__title {
    border-bottom-color: #3d4246; }

.product-card__image-with-placeholder-wrapper {
  position: relative; }

.product-card__title {
  border-bottom: 1px solid transparent;
  display: inline; }

/*================ Currency selector ================*/
@media only screen and (max-width: 640px) {
  .currency-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 8px 15px; } }

.currency-selector__label {
  font-size: 0.85714em;
  margin-bottom: 0;
  text-transform: uppercase; }

.currency-selector__input-wrapper {
  margin-top: 4px; }
  .currency-selector__input-wrapper .currency-selector__dropdown {
    border: 1px solid #BFBFBF;
    border-radius: 20px;
    min-width: 90px;
    color: #3d4246;
    padding: 8px 15px;
    margin-right: 15px; }
    .mobile-nav .currency-selector__input-wrapper .currency-selector__dropdown {
      color: #ffffff;
      min-height: 53px;
      border-radius: 26.5px;
      font-size: 16px; }
    @media only screen and (max-width: 640px) {
      .currency-selector__input-wrapper .currency-selector__dropdown {
        font-size: 0.85714em;
        font-weight: 400;
        width: 100%; } }
  .mobile-nav .currency-selector__input-wrapper {
    max-width: 235px;
    margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    .currency-selector__input-wrapper {
      margin-top: 0;
      width: 100%; } }
  .currency-selector__input-wrapper .icon {
    height: 10px;
    width: 10px;
    right: 30px; }
    .mobile-nav .currency-selector__input-wrapper .icon {
      right: 15px; }

[data-section-type="video-section"] {
  margin: 0 auto; }
  @media only screen and (max-width: 640px) {
    [data-section-type="video-section"] {
      transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); } }

.video-section-wrapper {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 769px) {
    .video-section-wrapper {
      overflow: hidden; } }
  @media only screen and (max-width: 640px) {
    .video-section-wrapper {
      overflow: visible !important; }
      .video-section-wrapper.video-is-playing {
        margin: 0; }
      .video-section-wrapper.video-is-loaded {
        transition: margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); } }

.video-section-wrapper--small.video-section-wrapper--min-height {
  min-height: 175px; }
  @media only screen and (min-width: 769px) {
    .video-section-wrapper--small.video-section-wrapper--min-height {
      min-height: 475px; } }

.video-section-wrapper--medium.video-section-wrapper--min-height {
  min-height: 270px; }
  @media only screen and (min-width: 769px) {
    .video-section-wrapper--medium.video-section-wrapper--min-height {
      min-height: 650px; } }

.video-section-wrapper--large.video-section-wrapper--min-height {
  min-height: 375px; }
  @media only screen and (min-width: 769px) {
    .video-section-wrapper--large.video-section-wrapper--min-height {
      min-height: 775px; } }

.video-background-wrapper--no-overlay {
  background-color: rgba(61, 66, 70, 0.2); }

/*================ Video text ================*/
.video__text-content {
  text-align: center;
  position: relative;
  width: 100%;
  top: 20px;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3;
  padding: 40px 0; }
  .video-is-playing .video__text-content {
    display: none; }
  .video-is-loaded .video__text-content, .no-js .video__text-content {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  .video-is-loaded .video__text-content::after, .no-js .video__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none; }

.video__title {
  color: white; }
  .video-is-paused .video__title {
    display: none; }

/*================ Video styles ================*/
.video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.video--background {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in; }

.autoplay .video-is-loaded .video--background {
  display: block;
  visibility: visible;
  opacity: 1; }

.video--image_with_play {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }
  .video-is-playing .video--image_with_play, .video-is-paused .video--image_with_play {
    display: block;
    visibility: visible;
    opacity: 1; }

/*================ Video control buttons ================*/
.video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 4;
  transition: all 0.1s ease-out; }

.video-control__play-wrapper {
  display: none;
  height: 50px; }
  @media only screen and (min-width: 769px) {
    .video-control__play-wrapper {
      display: block; } }

.video-control__play-wrapper-mobile {
  display: block;
  height: 50px;
  position: absolute;
  top: calc(100% - 50px / 2);
  left: calc(50% - 50px / 2); }
  @media only screen and (min-width: 769px) {
    .video-control__play-wrapper-mobile {
      display: none; } }

.video-control__play-wrapper--with-text {
  margin-top: 30px; }

.video-control__play {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
  pointer-events: none;
  background-color: #004255; }
  .video-background-wrapper .video-control__play {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .video-control__play .icon {
    opacity: 0.5; }
  .video-is-loaded .video-control__play {
    pointer-events: auto; }
    .video-is-loaded .video-control__play .icon {
      opacity: 1; }
  .video-is-playing .video-control__play {
    display: none;
    visibility: hidden;
    opacity: 0; }

.video-control__play::before {
  content: '';
  display: block;
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  margin-left: -1.4375rem;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 5;
  top: 1px;
  left: 50%;
  opacity: 0.5; }
  .video-is-loaded .video-control__play::before, .video-is-playing .video-control__play::before, .video-is-paused .video-control__play::before {
    content: none;
    display: none; }

.video-control__close-wrapper {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  z-index: 3; }
  .video-is-playing .video-control__close-wrapper, .video-is-paused .video-control__close-wrapper {
    display: block; }

.video-control__close {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 27px;
  border-radius: 15px;
  background-color: white;
  color: black; }
  .video-control__close-wrapper:hover .video-control__close, .video-control__close-wrapper:focus .video-control__close {
    outline: auto 5px -webkit-focus-ring-color;
    opacity: 0.7; }
  .video-is-playing .video-control__close, .video-is-paused .video-control__close {
    display: inline-block;
    visibility: visible;
    opacity: 1; }
  .video-control__close .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 auto; }

.video__pause {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  @media only screen and (max-width: 640px) {
    .video__pause {
      display: none; } }
  .video-is-playing .video__pause {
    display: none; }
  .video__pause .icon {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  .video__pause:hover, .video__pause:focus {
    outline: none; }
    .video__pause:hover .icon, .video__pause:focus .icon {
      color: white; }
  .video__pause .icon-pause {
    width: 12px;
    height: 12px;
    top: 11px; }
  .video__pause .icon-play {
    width: 16px;
    height: 16px;
    top: 9px; }

.video__pause-resume,
.video__pause-stop {
  height: 34px;
  width: 34px;
  margin: 0 auto;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4); }
  .video__pause:hover .video__pause-resume, .video__pause:focus .video__pause-resume, .video__pause:hover
  .video__pause-stop, .video__pause:focus
  .video__pause-stop {
    background-color: rgba(0, 0, 0, 0.75); }
  .video__pause:focus .video__pause-resume, .video__pause:focus
  .video__pause-stop {
    outline: auto 5px -webkit-focus-ring-color; }

.video__pause-stop {
  display: flex; }
  .is-paused .video__pause-stop {
    display: none; }

.video__pause-resume {
  display: none; }
  .is-paused .video__pause-resume {
    display: flex; }

/*================ Overlay ================*/
.video__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.4;
  z-index: 3; }

.video-is-playing .video__overlay {
  opacity: 0; }
  .video-is-playing .video__overlay:before {
    content: none; }

/*================ Fallback images ================*/
.video__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1; }
  @media only screen and (min-width: 769px) {
    .video-background-wrapper .video__image {
      opacity: 0; } }
  .no-autoplay .video__image {
    opacity: 1; }

/*============= Accordion =============*/
.accordion {
  width: 100%;
  margin: 0 auto; }
  .accordion tr:last-child {
    border-bottom: 1px solid #D4D4D4; }
  .accordion tr:first-child td.toggle {
    margin-top: 47px; }
  .accordion td {
    border-color: #D4D4D4;
    display: block;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    cursor: pointer;
    padding: 9px 0; }
    .accordion td p, .accordion td td:nth-child(even) {
      margin: 0; }
  .accordion td.toggle {
    color: #3d4246;
    padding-right: 20px; }
  .accordion td:nth-child(odd) {
    position: relative; }
    .accordion td:nth-child(odd):before {
      padding-right: 6.25px;
      margin-left: -15px; }
    .accordion td:nth-child(odd):after {
      content: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/icon-chevron-right.svg?v=16137200768401398075");
      width: 12px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      margin-right: 0; }
    .accordion td:nth-child(odd).changed:after {
      content: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/icon-chevron-down.svg?v=1700122446598149407");
      width: 12px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      margin-right: 0; }
  .accordion td:nth-child(even):before {
    padding-right: 6.25px;
    margin-left: -18px;
    margin-left: -18px; }
  .accordion td.content {
    border: none;
    padding: 17px 0 28px; }
    .accordion td.content strong {
      color: #000; }
    .accordion td.content ul {
      padding-left: 0; }
      .accordion td.content ul li {
        list-style-type: none;
        margin: 0;
        padding: 0 0 5px; }
        .accordion td.content ul li:before {
          position: relative;
          top: 3px;
          background-image: url(//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/icon-checklist.svg?v=12758845900843153759);
          background-size: 15px 15px;
          background-repeat: no-repeat;
          display: inline-block;
          width: 15px;
          height: 15px;
          content: "";
          margin-right: 12px; }

.cookie-banner {
  position: fixed;
  z-index: 9;
  bottom: 25px;
  right: 25px;
  width: 400px;
  list-style: none;
  margin: 0;
  background-color: white;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }
  .cookie-banner .cookie-msg {
    padding: 5px 35px 10px 0;
    font-size: 12px;
    line-height: 1.4; }
    .cookie-banner .cookie-msg a {
      text-decoration: underline; }
    @media only screen and (max-width: 1024px) {
      .cookie-banner .cookie-msg {
        display: block;
        border-left: 0; } }
    @media only screen and (max-width: 768px) {
      .cookie-banner .cookie-msg {
        margin-bottom: 3px; } }
  .cookie-banner .close-banner {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
    .cookie-banner .close-banner svg {
      width: 12px;
      height: 12px; }
  .cookie-banner.hide {
    display: none !important; }
  @media only screen and (max-width: 640px) {
    .cookie-banner {
      width: 100%;
      right: 0;
      bottom: 0; } }

#cookie-news-modal.hide {
  display: none !important; }

.cookie-news-modal__bkgd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 98;
  background-color: rgba(37, 40, 41, 0.5); }
  .cookie-news-modal__bkgd.hide {
    display: none !important; }

/*============= Judge Me App =============*/
.jdgm-widget {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 25px; }
  .jdgm-widget .jdgm-rev-widg__title {
    text-align: center;
    margin-bottom: 50px; }

.jdgm-preview-badge {
  margin: 0 0 10px 0; }

.jdgm-submit-rev {
  font-size: 14px;
  border: 1px solid #25282b;
  border-radius: 0;
  transition: none;
  padding: 5px 10px;
  text-transform: initial; }
  .jdgm-submit-rev:after {
    left: 0;
    bottom: 0; }
  .jdgm-submit-rev:not([disabled]):hover, .jdgm-submit-rev:focus {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }

/*============= Currency Converter =============*/
.currency-switcher {
  width: 123px !important;
  height: 33px !important;
  border: 1px solid #C3C3C3 !important;
  border-radius: 18px !important;
  line-height: 30px !important;
  padding: 0 10px !important;
  color: #C3C3C3 !important;
  background-color: transparent !important; }
  .currency-switcher .flags {
    display: none !important; }

select.currency-switcher {
  margin-top: -10px !important;
  background-image: url(//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/switcher-ico-select.svg?v=10689331073708231123) !important; }

.dynamic-page-wrapper {
  margin-top: -80px;
  margin-bottom: -110px; }
  .dynamic-page-wrapper .hero-main .hero {
    height: auto; }
  .dynamic-page-wrapper .rich-text {
    margin-top: 80px;
    margin-bottom: 80px; }
    .dynamic-page-wrapper .rich-text p, .dynamic-page-wrapper .rich-text .accordion td:nth-child(even), .accordion .dynamic-page-wrapper .rich-text td:nth-child(even) {
      line-height: 1.7; }
  .dynamic-page-wrapper .custom-content {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      .dynamic-page-wrapper .custom-content p, .dynamic-page-wrapper .custom-content .accordion td:nth-child(even), .accordion .dynamic-page-wrapper .custom-content td:nth-child(even) {
        font-size: 14px;
        line-height: 1.5; } }
    @media only screen and (max-width: 768px) {
      .dynamic-page-wrapper .custom-content.mobile-left {
        flex-direction: column-reverse; } }

/*============= Blog article lightbox =============*/
.image-popup-vertical-fit {
  position: relative;
  border-bottom: 0 !important;
  margin-bottom: 15px;
  display: block; }
  .image-popup-vertical-fit img {
    display: block; }
  .image-popup-vertical-fit:before {
    content: url("//cdn.shopify.com/s/files/1/1644/5247/t/35/assets/icon-plus.svg?v=18054603368876146261");
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    z-index: 99;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    padding: 7px;
    line-height: 12px; }
  .image-popup-vertical-fit:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.image-popup-vertical-fit:hover:after {
  opacity: 0.5; }
.image-popup-vertical-fit:hover:before {
  opacity: 1; }

.mfp-no-margins img.mfp-img {
  padding: 0; }

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

.mfp-no-margins .mfp-container {
  padding: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

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

/* Geolocation */
.locale-bar__container {
  border-top: 0 !important; }
  .locale-bar__container .locale-bar__close-button {
    margin-top: 0.75em !important; }
