/*============================================================================
  Debut | 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
    - $grid-narrowscreen is based on a Shopify breakpoint for checkout buttons
==============================================================================*/
/*============================================================================
  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: "Work Sans";
  font-weight: 600;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/work_sans/worksans_n6.136d99375282ffb6ea8c3dc4a8fe189c7be691b2.woff2?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=d92c0171d9fd3cf391936a4fa58cbb6d17b7024029e8ebb433b15bf978963e18") format("woff2"), url("https://fonts.shopifycdn.com/work_sans/worksans_n6.399ae4c4dd52d38e3f3214ec0cc9c61a0a67ea08.woff?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=3a4c71265d874edff91315e5fa4f6bad5df2a7311e1290c0f3baa193fdfa3d9a") format("woff"); }

@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/work_sans/worksans_n4.29e3afeb38a0ba35e784cf169a40e8beaf814daa.woff2?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=b96e1e5587f2411f0e8571fe5bf67c42d5f2296df5a1278b878faa16322c615d") format("woff2"), url("https://fonts.shopifycdn.com/work_sans/worksans_n4.e7c533c4afbed28070f6ac45dbcfe6f37840c0a8.woff?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=d217675f6b9fb521373704d62025646918945106d5e996a6d0dd982cb9de7012") format("woff"); }

@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/work_sans/worksans_n7.35eac55373d3da50c529c81066eb2f2f0fbedb82.woff2?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=6b0f69f06cdfd699afb1adbbf54a10bc0aeb8fb36cf74c0b156378d47312ebfd") format("woff2"), url("https://fonts.shopifycdn.com/work_sans/worksans_n7.1b010d40a44f517d5363112c4aff386332758bc9.woff?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=6fd7b8799d4424add80975a98061ca2ff3c96f73564cd26d795f34cb7b59a810") format("woff"); }

@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/work_sans/worksans_n7.35eac55373d3da50c529c81066eb2f2f0fbedb82.woff2?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=6b0f69f06cdfd699afb1adbbf54a10bc0aeb8fb36cf74c0b156378d47312ebfd") format("woff2"), url("https://fonts.shopifycdn.com/work_sans/worksans_n7.1b010d40a44f517d5363112c4aff386332758bc9.woff?h1=aWRlb3UuY29t&h2=d3d3MS5pZGVvdS5jb20&hmac=6fd7b8799d4424add80975a98061ca2ff3c96f73564cd26d795f34cb7b59a810") format("woff"); }

/*$font-stack-header: "Work Sans", sans-serif;*/
/*$font-stack-body: "Work Sans", sans-serif;*/
/*$font-stack-cart-notification: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
/*================ 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/0259/7876/5396/t/4/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 {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    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: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/*================ 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-weight: 700; }

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: 800px) {
    .grid {
      margin-left: -22px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  @media only screen and (max-width: 800px) {
    .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: 500px) {
  /* Whole */
  .narrowscreen--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .narrowscreen--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (max-width: 800px) {
  /* 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: 1100px) and (max-width: 1199px) {
  /* 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: 1199px) {
  /* 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: 1100px) {
  /* 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%; } }
/*================ #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: #2a2623;
  background-color: white;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  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%; }

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

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

.main-content {
  display: block;
  padding-top: 35px; }
  @media only screen and (min-width: 1100px) {
    .main-content {
      padding-top: 80px; } }

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

/*================ Typography ================*/
blockquote {
  font-size: 1.125em;
  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: 27.5px; }
  blockquote p + cite {
    margin-top: 27.5px; }
  blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400; }
    blockquote cite::before {
      content: '\2014 \0020'; }

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

pre {
  overflow: auto; }

body,
input,
textarea,
button,
select {
  font-size: 16px;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 400;
  color: #2a2623;
  line-height: 1.5; }

@media only screen and (max-width: 1199px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  /*font-family: $font-stack-header;*/
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #000; }
  h1 a, .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 2.375em;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 800px) {
    h1, .h1 {
      font-size: 2em; } }

h2, .h2 {
  font-size: 2em;
  /*text-transform: uppercase;*/
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 800px) {
    h2, .h2 {
      font-size: 1.125em; } }

h3, .h3 {
  font-size: 1.625em;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 800px) {
    h3, .h3 {
      font-size: 1.25em; } }

h4, .h4 {
  font-size: 1.25em; }
  @media only screen and (max-width: 800px) {
    h4, .h4 {
      font-size: 0.9375em; } }

h5, .h5 {
  font-size: 0.9375em; }
  @media only screen and (max-width: 800px) {
    h5, .h5 {
      font-size: 0.8125em; } }

h6, .h6 {
  font-size: 0.875em; }
  @media only screen and (max-width: 800px) {
    h6, .h6 {
      font-size: 0.75em; } }

/*================ RTE headings ================*/
.rte {
  color: #2a2623;
  margin-bottom: 35px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1, .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 55px;
    margin-bottom: 27.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 h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5: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-setting {
  margin-bottom: 19.44444px; }
  .rte-setting:last-child {
    margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  color: #2a2623;
  margin: 0 0 19.44444px; }
  @media only screen and (max-width: 800px) {
    p {
      font-size: 0.9375em; } }
  p:last-child {
    margin-bottom: 0; }

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

/*================ Misc styles ================*/
.fine-print {
  font-size: 0.875em;
  font-style: italic; }

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

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

.address {
  margin-bottom: 55px; }

/*================ Hero and slideshow headers ================*/
.hero__overlay {
  background-size: cover; }

.mega-title,
.mega-subtitle {
  color: #2a2623; }
  .hero .mega-title, .hero
  .mega-subtitle {
    /*text-shadow: 0 0 4px $color-text-shadow;*/ }
  @media only screen and (min-width: 1100px) {
    .mega-title,
    .mega-subtitle {
      /*text-shadow: 0 0 4px $color-text-shadow;*/ } }

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

.mega-title--large {
  font-size: 2.125em; }
  @media only screen and (min-width: 1100px) {
    .mega-title--large {
      font-size: 4.0625em; } }

@media only screen and (min-width: 1100px) {
  .mega-subtitle {
    font-size: 1.25em;
    margin: 0 auto; }
    .text-center .mega-subtitle {
      max-width: 75%; } }
.mega-subtitle p {
  color: #2a2623; }
.mega-subtitle a {
  color: #2a2623;
  border-bottom: 1px solid currentColor; }
  .mega-subtitle a:hover, .mega-subtitle a:focus {
    color: #544c46; }

.mega-subtitle--large {
  font-size: 1.125em;
  font-weight: 600; }
  @media only screen and (min-width: 1100px) {
    .mega-subtitle--large {
      font-size: 1.5em; } }

/*============================================================================
  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: 800px) {
    .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: 1100px) {
    .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; }

/*================ #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: #2a2623;
  text-decoration: none; }
  a:not([disabled]):hover, a:focus {
    /*color: $color-text-focus;*/ }
  a.classic-link {
    text-decoration: underline; }

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

/*================ Buttons ================*/
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  -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: 2px;
  padding: 8px 15px;
  background-color: #ffd203;
  color: black;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  font-size: 14px; }
  @media only screen and (min-width: 1100px) {
    .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
      padding: 10px 18px; } }
  .btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover, .btn:focus, .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    color: black;
    background-color: #cfaa00; }
  .btn .icon-arrow-right, .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
  .btn .icon-arrow-left,
  .shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
    height: 9px; }
  .btn[disabled], .shopify-payment-button [disabled].shopify-payment-button__button--unbranded, .btn[aria-disabled], .shopify-payment-button [aria-disabled].shopify-payment-button__button--unbranded {
    cursor: default;
    opacity: 0.5; }

.btn--secondary {
  background-color: transparent;
  color: #ffd203;
  border-color: #ffd203; }
  .btn--secondary:not([disabled]):hover, .btn--secondary:focus {
    background-color: transparent;
    color: #cfaa00;
    border-color: #cfaa00; }

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

.btn--small {
  padding: 8px 10px;
  /*font-size: em(12);*/
  /*line-height: 1;*/ }

.btn--tertiary {
  background-color: transparent;
  color: #3d4246;
  border-color: #3d4246; }
  .btn--tertiary:not([disabled]):hover, .btn--tertiary:focus {
    background-color: transparent;
    color: #25282b;
    border-color: #25282b; }

/*================ Button variations ================*/
@media only screen and (max-width: 800px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px; } }
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #2a2623;
  text-align: left; }
  .btn--link:not([disabled]):hover, .btn--link:focus {
    color: #544c46;
    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: #ffd203;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px; }
  .text-link--accent:not([disabled]):hover, .text-link--accent:focus {
    color: #cfaa00; }

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

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

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

th {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700; }

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: 800px) {
  .responsive-table thead {
    display: none; }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.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: 55px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 27.5px;
      right: 27.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 55px;
  padding: 27.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: 800px) {
    label {
      font-size: 0.875em; } }
  [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: 2px; }
  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: block;
  width: 100%;
  color: #d20000;
  font-size: 0.875em;
  margin-bottom: 11.66667px; }
  @media only screen and (max-width: 800px) {
    .input-error-message {
      margin-bottom: 19.44444px; } }
  .input-error-message .icon {
    width: 1em;
    height: 1em;
    margin-top: -0.3em; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0259/7876/5396/t/4/assets/ico-select.svg?v=2185065938055608728);
  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: 1100px) {
    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.75em;
  text-transform: uppercase; }

optgroup {
  font-weight: 700; }

option {
  color: #2a2623;
  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: 1100px) {
    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 .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 55px;
  max-width: 35rem; }
  .form-single-field .input--error {
    margin-bottom: 0; }

/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 27.5px; }
  @media only screen and (min-width: 1100px) {
    .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 {
  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 {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #2a2623; }
    .form-message--error .form-message__link:hover {
      text-decoration: none;
      color: #2a2623; }

/*================ 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: 55px; }

.input-error-message {
  display: block;
  width: 100%; }

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

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.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: 1100px) {
    .input-group__field,
    .input-group__field input,
    .input-group__btn .btn,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
      min-height: 48px; } }

.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: 2px 0 0 2px;
  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 .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    width: 100%;
    border-radius: 0 2px 2px 0; }

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

.site-nav {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 25px 0; }
  .site-nav a {
    padding: 3px 10px; }

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

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }
  .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:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label {
    border-bottom-color: #2a2623; }

.site-nav__label {
  border-bottom: 1px solid transparent; }
  .site-nav__link--active .site-nav__label {
    border-bottom-color: #2a2623; }

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

/*================ 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: 700;
  margin: 4px 0; }

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

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1100px) {
    .page-container {
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

.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: -80px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 80px; }

@-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: #2a2623; }

.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-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

.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.125em; }
  .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: #2a2623; }

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

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

.grid-view-item__vendor {
  margin-top: 4px;
  color: #2a2623;
  font-size: 0.875em;
  text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .grid-view-item__vendor {
      font-size: 0.8125em; } }

.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: 22px; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1100px) {
    .list-view-item {
      border-bottom: 1px solid #e8e9eb;
      padding-bottom: 22px; }
      .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: 800px) {
    .list-view-item__image-column {
      width: 85px; } }

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px; }
  @media only screen and (max-width: 800px) {
    .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: #2a2623;
  /*font-size: em($font-size-base + 2px);*/
  min-width: 100px; }
  @media only screen and (max-width: 800px) {
    .list-view-item__title {
      /*font-size: em($font-size-base - 1px);*/ } }

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

.list-view-item__on-sale {
  color: #557b97;
  font-size: 0.9375em; }
  @media only screen and (max-width: 800px) {
    .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.9375em;
  font-style: italic; }
  @media only screen and (max-width: 800px) {
    .list-view-item__vendor {
      font-size: 0.875em; } }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.0625em; }
  @media only screen and (max-width: 800px) {
    .list-view-item__price-column {
      font-size: 0.9375em; } }
  .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: 800px) {
    .list-view-item__price--reg {
      display: block; } }

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

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

/*================ Slick dots and prev/next pagination ================*/
.slideshow__arrows .slick-dots {
  margin: 0 0.75rem; }
  .slideshow__arrows .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px; }
    .slideshow__arrows .slick-dots li:first-of-type {
      margin-left: 0; }
    @media only screen and (min-width: 1100px) {
      .slideshow__arrows .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px; } }
    .slideshow__arrows .slick-dots li button, .slideshow__arrows .slick-dots li a {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
      @media only screen and (min-width: 1100px) {
        .slideshow__arrows .slick-dots li button, .slideshow__arrows .slick-dots li a {
          width: 12px;
          height: 12px; } }
    .slideshow__arrows .slick-dots li button::before,
    .slideshow__arrows .slick-dots li a::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.4;
      transition: all 0.3s; }
      @media only screen and (min-width: 1100px) {
        .slideshow__arrows .slick-dots li button::before,
        .slideshow__arrows .slick-dots li a::before {
          width: 12px;
          height: 12px; } }
    .slideshow__arrows .slick-dots li.slick-active button::before, .slideshow__arrows .slick-dots li.slick-active a::before, .slideshow__arrows .slick-dots li.slick-active-mobile button::before, .slideshow__arrows .slick-dots li.slick-active-mobile a::before {
      opacity: 1; }
    .slideshow__arrows .slick-dots li button:active::before, .slideshow__arrows .slick-dots li .slick-active a::before, .slideshow__arrows .slick-dots li .slick-active-mobile a::before {
      opacity: 0.7; }

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

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

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

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

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

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

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

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

@media only screen and (max-width: 800px) {
  .index-section--slideshow + .index-section--flush {
    margin-top: 0.4rem; } }

.placeholder-svg {
  display: block;
  fill: rgba(42, 38, 35, 0.35);
  background-color: rgba(42, 38, 35, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(42, 38, 35, 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: #2a2623;
  -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; }

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #2a2623;
  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: #2a2623;
  font-weight: 700;
  max-width: 100%; }

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

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

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

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

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

.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px; }

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

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

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

.product-single {
  overflow-anchor: none; }

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

.product__price,
.featured-product__price {
  font-size: 1.25em; }

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

/*================ Add to cart form ================*/
.product-form {
  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;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  padding-top: 2rem; }

.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 5px; }
  .product-form__item label {
    display: block; }
    .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: 1200px) {
    .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;
  margin: 0 0.3125em; }

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

.icon-error {
  fill: #d20000;
  width: 0.875em;
  height: 0.875em;
  margin-top: 0.1em;
  flex-shrink: 0; }

.product-form__error-message {
  margin-left: 0.5rem;
  font-size: 0.875em;
  line-height: 1.2;
  color: #2a2623; }

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 44px; }
  .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-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: 1100px) {
    .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: #cfaa00 !important; }
.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 2px;
  overflow: hidden; }
.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: 0.875em;
  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: 1100px) {
  .product-form__cart-submit--small {
    max-width: 300px; } }
.product-single__description {
  margin-top: 30px; }

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

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  min-height: 44px;
  position: relative; }
  .product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
    opacity: 0.8; }

.product-single__thumbnail-image {
  max-width: 100%;
  display: block;
  border: 2px solid transparent;
  padding: 2px; }
  .active-thumb .product-single__thumbnail-image {
    border-color: #2a2623; }

.product-featured-img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px); }
  .no-js .product-featured-img {
    position: relative; }

.zoomImg {
  background-color: white; }

@media only screen and (min-width: 1100px) {
  .product-single__thumbnails {
    margin-top: 30px; } }
@media only screen and (max-width: 800px) {
  .product-single__photos {
    margin-bottom: 30px; }

  .product-single__photo--has-thumbnails {
    margin-bottom: 30px; } }
.product-single__photos--full {
  margin-bottom: 30px; }

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

.product-single__photo {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 4px; }

@media only screen and (max-width: 800px) {
  /*
  .template-product .main-content {
    padding-top: $grid-gutter-mobile;
  }
  */
  .thumbnails-slider--active .product-single__thumbnails {
    display: none; }
    .thumbnails-slider--active .product-single__thumbnails.slick-initialized {
      display: block;
      margin: 0 auto;
      max-width: 75%; }

  .product-single__photos {
    position: relative; }

  .thumbnails-wrapper {
    position: relative;
    top: 30px;
    text-align: center;
    margin: 0 2px 30px 2px; }

  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .thumbnails-slider__prev {
    left: -20px; }

  .thumbnails-slider__next {
    right: -20px; }

  .product-single__thumbnails-item {
    display: inline-block;
    padding-bottom: 10px;
    width: 72px;
    float: none;
    vertical-align: middle; }
    .slick-slider .product-single__thumbnails-item {
      float: left; }
    .thumbnails-slider--active .product-single__thumbnails-item {
      padding: 5px 0; }

  .product-single__thumbnail {
    margin: 0 auto;
    width: 50px; } }
/*================ Template | Collections ================*/
.collection-hero {
  position: relative;
  overflow: hidden;
  margin-top: -55px;
  margin-bottom: 22px; }
  @media only screen and (min-width: 1100px) {
    .collection-hero {
      margin-bottom: 35px; } }

.collection-description {
  margin-bottom: 22px;
  margin-top: 22px; }
  @media only screen and (min-width: 1100px) {
    .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: 800px) {
    .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: #2a2623;
  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: 1100px) {
    .collection-hero__title {
      font-size: 2em; } }

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

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

.blog-filter {
  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: center;
  -ms-justify-content: center;
  justify-content: center; }
  .blog-filter .icon-chevron-down {
    fill: black;
    width: calc(10em / 16);
    height: calc(10em / 16);
    right: 1rem; }

.blog-filter__label {
  margin: 0 1rem 0 0; }

.cart-header {
  margin-bottom: 0.7rem;
  text-align: center; }
  @media only screen and (min-width: 1100px) {
    .cart-header {
      margin-bottom: 1.7rem; } }

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

/*================ Cart page ================*/
.cart th,
.cart td {
  border: 0; }
.cart td {
  padding-top: 22px;
  padding-bottom: 22px; }
  @media only screen and (min-width: 1100px) {
    .cart td {
      padding-left: 22px;
      padding-right: 22px; } }
.cart th {
  font-weight: 400;
  padding: 27.5px 22px; }
@media only screen and (max-width: 800px) {
  .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:last-child,
.cart th:last-child {
  padding-right: 0; }

.cart__meta-text {
  padding: 5px 0 0;
  font-size: 0.875em;
  font-style: italic; }

.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: 5px;
  padding-right: 5px; }
  @media only screen and (max-width: 800px) {
    .cart__qty-input {
      padding-top: 2px;
      padding-bottom: 2px; } }

.cart__edit {
  margin-top: 10px; }

.cart__edit--active .cart__edit-text--cancel {
  display: none; }

.cart__edit-text--edit {
  display: none; }
  .cart__edit--active .cart__edit-text--edit {
    display: block; }

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none; }

.cart__row p {
  margin-bottom: 0; }
  .cart__row p + p {
    margin-top: 10px; }
.cart__row td {
  vertical-align: top; }
  @media only screen and (min-width: 1100px) {
    .cart__row td {
      vertical-align: middle; } }
.cart__row.cart__update--show {
  border-bottom: 0; }

.cart-subtotal {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 1100px) {
    .cart-subtotal {
      justify-content: flex-end; } }

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

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

.cart__footer {
  padding-top: 17.5px; }

.cart__submit-controls {
  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;
  -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-controls > .cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px; }
  @media only screen and (max-width: 800px) {
    .cart__submit-controls {
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .cart__submit-controls .cart__submit {
        margin-left: 0;
        margin-bottom: 0; } }

@media only screen and (max-width: 800px) {
  .cart__submit {
    line-height: 1.4;
    min-height: 44px;
    margin-left: 0;
    margin-bottom: 0; } }
@media only screen and (max-width: 500px) {
  .cart__submit {
    width: 100%; } }

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

.cart-note__label,
.cart-note__input {
  display: block; }
  @media only screen and (max-width: 800px) {
    .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: 800px) {
    .cart-note__input {
      margin-bottom: 40px; } }

.cart__product-title {
  border-bottom: none; }
  .cart__product-title:hover, .cart__product-title:focus {
    border-bottom: 1px solid currentColor; }

.cart__image {
  max-height: 95px; }

.cart__image-wrapper div {
  display: block;
  padding-right: 17.5px; }
  .cart__image-wrapper div:hover, .cart__image-wrapper div:focus {
    border-bottom: 1px solid currentColor; }

.cart__image {
  max-height: 95px; }

@media only screen and (min-width: 1100px) {
  .cart__image-wrapper {
    width: 130px; }

  .cart__meta {
    max-width: 300px; }

  .cart__remove {
    margin-top: 4px; }

  .cart__qty {
    text-align: center; } }
@media only screen and (max-width: 800px) {
  .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e9eb; }

  .cart__meta {
    padding-left: 22px;
    padding-right: 22px; }

  .cart__update--show td {
    padding-bottom: 10px; }
  .cart__update--show + tr {
    display: table-row; }

  .cart__update-controls {
    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;
    -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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }

  .cart__update-control {
    margin-bottom: 10px; }

  .cart__update-control--remove {
    line-height: 1.2; }

  .cart-flex {
    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;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }

  .cart-flex-item {
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .cart__image-wrapper {
    width: 25%;
    padding: 0; }

  .cart__price-wrapper {
    width: 30%;
    text-align: right; }
  .cart-message {
    padding-top: 20px; }

  .cart__qty {
    padding: 0 10px; }

  .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.8125em;
    margin-right: 5px; } }
  @media only screen and (max-width: 800px) and (max-width: 800px) {
    .cart__price-wrapper {
      font-size: 0.9375em; } }

.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: 22px; }
  .additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent; }
  @media only screen and (max-width: 500px) {
    .additional-checkout-buttons {
      margin-top: 10px; } }

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

@media only screen and (min-width: 1200px) {
  .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: 1200px) {
  .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 #2a2623; }
  .order-table tfoot {
    border-top: 1px solid #2a2623; }
    .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 #2a2623;
      font-weight: 700;
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      text-transform: uppercase; }
  @media only screen and (min-width: 1100px) {
    .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: 800px) {
    .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: 700; } }

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

.order-discount {
  text-transform: uppercase;
  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 {
  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: 800px) {
  .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: 1100px) {
    .order-discount-card-wrapper {
      justify-content: flex-end; } }

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

.order-discount--cart-total {
  padding-left: 27.5px; }
  @media only screen and (min-width: 1100px) {
    .order-discount--cart-total {
      padding-left: 55px;
      min-width: 150px; } }

/*================ MODULES ================*/
.site-header {
  background-color: white;
  position: relative;
  padding: 0 55px; }
  @media only screen and (max-width: 800px) {
    .site-header {
      border-bottom: 1px solid #e8e9eb;
      padding: 0; } }
  @media only screen and (min-width: 1100px) {
    .site-header.logo--center {
      padding-top: 30px; } }

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

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

.announcement-bar__message {
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 22px; }
  @media only screen and (min-width: 1100px) {
    .announcement-bar__message {
      padding: 10px 55px; } }

.site-header__logo {
  margin: 15px 0; }
  .logo-align--center .site-header__logo {
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 800px) {
      .logo-align--center .site-header__logo {
        text-align: left;
        margin: 15px 0; } }

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

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

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

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

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

.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: 800px) {
    .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: 1400px) {
    .site-header__search.site-header__icon {
      display: block; } }

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

@media only screen and (min-width: 1100px) {
  .site-header__account,
  .site-header__cart {
    padding: 10px 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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  font-weight: bold;
  background-color: #ffd203;
  color: black;
  border-radius: 50%;
  min-width: 1em;
  height: 1em; }
  .site-header__cart-count span {
    font-family: "Sentinel A", "Sentinel B", Helvetica, Arial, sans-serif;
    font-size: calc(11em / 16);
    line-height: 1; }

@media only screen and (max-width: 800px) {
  .site-header__cart-count {
    top: calc(7em / 16);
    right: 0;
    border-radius: 50%;
    min-width: calc(19em / 16);
    height: calc(19em / 16); }
    .site-header__cart-count span {
      padding: 0.25em calc(6em / 16);
      font-size: 12px; } }
.site-header__menu {
  display: none; }

.site-header__icon svg {
  height: 23px;
  width: 22px; }
  @media only screen and (min-width: 1100px) {
    .site-header__icon svg {
      margin-right: 3px; } }

@media only screen and (max-width: 800px) {
  .site-header__logo {
    padding-left: 22px; }

  .site-header__icons {
    padding-right: 13px; }

  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0; }

  .site-header__logo {
    text-align: left; }
    .site-header__logo img {
      margin: 0; } }
.article-listing {
  padding-top: 55px;
  margin-bottom: 55px; }

.article__title {
  margin-bottom: 11px; }

@media only screen and (max-width: 800px) {
  .article__title--has-image {
    padding-left: 22px; } }

.article__author {
  margin-right: 10px; }

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

.article__tags {
  margin-bottom: 40px; }

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

.article__link {
  display: block; }
  @media only screen and (max-width: 800px) {
    .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__grid-image-wrapper::before, .article__link:focus .article__grid-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: $color-image-overlay;*/
    opacity: 0.4;
    z-index: 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; }

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

.article__grid-tag {
  margin-right: 10px; }

.article__grid-meta {
  margin-bottom: 80px; }

@media only screen and (max-width: 800px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 22px; } }
.article__grid-excerpt {
  margin-bottom: 17.5px; }

.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%; }

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

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

.cart-popup-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
  border: 1px solid #e8e9eb;
  transform: translateY(0%);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  @media only screen and (min-width: 1100px) {
    .cart-popup-wrapper {
      width: 23rem;
      right: 0; } }

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

.cart-popup {
  padding: 1rem 1.5rem; }

.cart-popup__heading {
  border-bottom: 1px solid #e8e9eb;
  padding: 0rem 2.5rem 1rem 0.5rem;
  margin: 0;
  font-size: 1.125em;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 700;
  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;
  color: #ffd203; }
  .cart-popup__close .icon-close {
    width: 1rem;
    height: 1rem;
    fill: currentColor; }
  .cart-popup__close:hover, .cart-popup__close:focus {
    color: #cfaa00; }

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

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

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

.cart-popup-item__description {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  line-height: 1.2rem; }

.cart-popup-item__title {
  font-weight: 700;
  font-size: 1.125em; }

.product-details {
  margin-top: 0.25rem;
  font-size: 0.875em;
  font-style: italic; }

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

.cart-popup-item__quantity {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-left: 1rem;
  text-align: right;
  font-size: 0.875em; }

.cart-popup__cta-link {
  width: 100%; }

.cart-popup__dismiss {
  margin-top: 0.5rem;
  text-align: center; }

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

.sidebar {
  margin-top: 40px; }

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

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

.pagination__text {
  padding: 0 27.5px; }

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

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 0.875em; }
  .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: #2a2623;
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share:not([disabled]):hover, .btn--share:focus {
    background-color: transparent;
    border-color: #cdcfd3;
    color: #2a2623; }
  .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: 800px) {
  .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: 2px;
  color: #2a2623;
  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: #2a2623;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #2a2623;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #2a2623;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #2a2623;
    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: #544c46; }

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid #e8e9eb;
  padding: 0 27.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.3s 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: 15px 30px;
  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: #2a2623; }

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

.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: 22px;
  padding-right: 22px;
  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: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
  .mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: #2a2623; }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
  width: 100%; }
  .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 {
    display: block; }

.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: 800px) {
    .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: #2a2623;
  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: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2; }
  .modal__close .icon {
    font-size: 1.25em; }

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
  position: relative; }

.slideshow {
  position: unset;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 80vh;
  transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
  @media only screen and (min-width: 1100px) {
    .slideshow {
      position: relative;
      max-height: 100vh; } }
  .slideshow .slideshow__slide,
  .slideshow .slick-list,
  .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-prev,
  .slideshow .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px; }
  .slideshow .slick-prev {
    left: 0; }
  .slideshow .slick-next {
    right: 0; }

@media only screen and (min-width: 1100px) {
  .slideshow--display-controls .slick-dots {
    left: calc(50% - 22px); } }

.slideshow--small {
  height: 175px; }
  @media only screen and (min-width: 1100px) {
    .slideshow--small {
      height: 475px; } }

.slideshow--medium {
  height: 270px; }
  @media only screen and (min-width: 1100px) {
    .slideshow--medium {
      height: 650px; } }

.slideshow--large {
  height: 375px; }
  @media only screen and (min-width: 1100px) {
    .slideshow--large {
      height: 775px; } }

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

@media only screen and (min-width: 1100px) {
  .slideshow__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: $color-image-overlay;*/
    opacity: 0.4;
    z-index: 2; } }

/*================ Slide images ================*/
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  z-index: 1; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }

/*================ Slide text ================*/
.slideshow__text-wrap {
  height: 100%;
  position: relative; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }

.slideshow__text-wrap--mobile {
  display: none; }
  @media only screen and (max-width: 800px) {
    .slideshow__text-wrap--mobile {
      display: block;
      position: relative;
      top: -1.1rem;
      background-color: white;
      width: 85%;
      margin: 0 0 -1.1rem 7.5%; } }

@media only screen and (min-width: 1100px) {
  .slideshow__text-content {
    transition: 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s; } }
.slideshow__text-wrap--desktop .slideshow__text-content {
  position: absolute;
  width: 100%;
  top: 50%;
  opacity: 0;
  z-index: 2; }
@media only screen and (min-width: 1100px) {
  .slideshow__text-content.slideshow__text-content--vertical-top {
    top: 120px; }
  .slideshow__text-content.slideshow__text-content--vertical-bottom {
    top: auto;
    bottom: 40px; } }
.slick-initialized .slick-active .slideshow__text-content, .no-js .slideshow__text-content {
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 1; }
.slick-initialized .slick-active .slideshow__text-content.slideshow__text-content--vertical-center, .no-js .slideshow__text-content.slideshow__text-content--vertical-center {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.slideshow__text-content::after {
  content: '';
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px 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;
  opacity: 1;
  transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
  bottom: -55px;
  left: 50%; }
  @media only screen and (max-width: 800px) {
    .slideshow__text-content::after {
      content: none; } }
.slick-initialized .slideshow__text-content::after, .no-js .slideshow__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none; }

.slideshow__text-content--mobile {
  display: none;
  padding-top: 2.6rem; }
  .slideshow__arrows--mobile ~ .slideshow__text-content--mobile {
    padding-top: 1.7rem; }
    @media only screen and (min-width: 1100px) {
      .slideshow__arrows--mobile ~ .slideshow__text-content--mobile {
        padding-top: 0; } }
  @media only screen and (min-width: 1100px) {
    .slideshow__text-content--mobile {
      padding-top: 0; }
      .slideshow__text-content--mobile::after {
        display: none; } }

.slideshow__title,
.slideshow__subtitle {
  color: #2a2623; }
  @media only screen and (max-width: 800px) {
    .slideshow__title,
    .slideshow__subtitle {
      display: none; } }

.slideshow__title--mobile {
  margin-bottom: 0; }
  .slideshow__title--mobile ~ .slideshow__subtitle--mobile {
    margin-top: 0.5rem; }

.slideshow__subtitle--mobile,
.slideshow__title--mobile {
  display: none;
  color: #2a2623; }
  @media only screen and (max-width: 800px) {
    .slideshow__subtitle--mobile,
    .slideshow__title--mobile {
      display: block; } }

.slideshow__btn-wrapper {
  border: none;
  background-color: transparent; }

@media only screen and (min-width: 1100px) {
  .slideshow__btn-wrapper--push {
    margin-top: 30px; } }

.slideshow__btn {
  max-width: 100%;
  display: inline-block;
  word-wrap: break-word;
  background-color: #ffd203;
  color: black;
  min-height: 3.125rem;
  line-height: 2.2; }
  @media only screen and (max-width: 800px) {
    .slideshow__btn {
      display: none; } }

.slideshow__btn--mobile {
  display: none;
  margin: 1.3rem auto 0; }
  @media only screen and (max-width: 800px) {
    .slideshow__btn--mobile {
      display: inline-block;
      margin: 2rem auto 0.3rem; } }

/*================ Slideshow control styles ================*/
.slideshow__controls {
  display: none;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 1100px) {
    .slideshow__controls {
      top: auto;
      bottom: 0;
      left: 0; } }
  .slick-initialized + .slideshow__controls {
    display: flex; }

.slideshow__arrows {
  height: 44px;
  padding: 5px;
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.4);
  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);
  display: none; }
  @media only screen and (min-width: 1100px) {
    .slideshow__arrows {
      display: flex; } }
  @media only screen and (min-width: 1100px) {
    .slideshow__controls:hover .slideshow__arrows, .slideshow__controls:focus .slideshow__arrows, .slideshow__controls--hover .slideshow__arrows {
      background-color: rgba(0, 0, 0, 0.75); } }
  .slideshow__arrows .slideshow__arrow {
    height: 44px;
    width: 44px;
    position: relative;
    top: -5px;
    padding: 0 0.9rem;
    cursor: pointer;
    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);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none; }
    .slideshow__arrows .slideshow__arrow .icon {
      width: 0.7rem;
      height: 0.7rem;
      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); }
      .slideshow__arrows .slideshow__arrow .icon:hover {
        color: white; }
  .slideshow__arrows .slideshow__arrow-left {
    float: left; }
    @media only screen and (min-width: 1100px) {
      .slideshow__arrows .slideshow__arrow-left {
        order: -1; } }
  .slideshow__arrows .slideshow__arrow-right {
    float: right; }
    @media only screen and (min-width: 1100px) {
      .slideshow__arrows .slideshow__arrow-right {
        order: 1; } }
  .slideshow__arrows .slick-dots {
    line-height: 34px; }
    .slideshow__arrows .slick-dots li {
      width: 9px;
      height: 9px;
      margin-left: 9px; }
    .slideshow__arrows .slick-dots li button::before,
    .slideshow__arrows .slick-dots li a::before {
      width: 8px;
      height: 8px;
      color: rgba(0, 0, 0, 0.5);
      border: none;
      opacity: 1; }
      @media only screen and (min-width: 1100px) {
        .slideshow__arrows .slick-dots li button::before,
        .slideshow__arrows .slick-dots li a::before {
          width: 9px;
          height: 9px;
          color: rgba(255, 255, 255, 0.5); } }
    .slideshow__arrows .slick-dots li.slick-active-mobile button::before,
    .slideshow__arrows .slick-dots li.slick-active-mobile a::before {
      color: black; }
    .slideshow__arrows .slick-dots li.slick-active button::before,
    .slideshow__arrows .slick-dots li.slick-active a::before {
      color: white; }

.slideshow__arrows--mobile {
  display: block;
  width: 100%;
  height: 44px;
  background-color: transparent; }
  .slideshow__arrows--mobile .icon {
    fill: rgba(0, 0, 0, 0.5); }
  .slideshow__arrows--mobile .slideshow__arrow:focus .icon {
    fill: black; }
  @media only screen and (min-width: 1100px) {
    .slideshow__arrows--mobile {
      display: none; } }

.slideshow__pause {
  clip: auto;
  width: 44px;
  height: 44px;
  margin-left: 1px;
  padding: 5px;
  background-clip: content-box;
  z-index: 10000;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  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 (min-width: 1100px) {
    .slideshow__controls:hover .slideshow__pause, .slideshow__controls:focus .slideshow__pause, .slideshow__controls--hover .slideshow__pause {
      background-color: rgba(0, 0, 0, 0.75); } }
  .slideshow__pause .icon {
    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); }
    .slideshow__pause .icon:hover {
      color: white; }
  .slideshow__pause .icon {
    width: 0.65rem;
    height: 0.65rem; }

.slideshow__pause-stop {
  display: block; }
  .is-paused .slideshow__pause-stop {
    display: none; }

.slideshow__pause-rotate {
  display: none; }
  .is-paused .slideshow__pause-rotate {
    display: block; }

.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: 800px) {
    .price {
      font-size: 0.9375em; } }
  .price dl {
    margin-top: 0; }
  .price dd {
    margin: 0 0.5em 0 0; }

.price--unavailable {
  visibility: hidden; }

.price__regular {
  color: #2a2623; }

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

.price__vendor {
  color: #2a2623;
  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: $font-weight-header;*/ }

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

.price-unit-price {
  color: #2a2623;
  font-size: 0.8em; }

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

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

.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: 800px) {
    .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: 800px) {
    .filters-toolbar__item:first-child .filters-toolbar__input {
      padding-left: 0; } }

@media only screen and (max-width: 800px) {
  .filters-toolbar__item-child {
    flex-grow: 0; } }
@media only screen and (max-width: 800px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 2.5rem; } }
@media only screen and (min-width: 1100px) {
  .filters-toolbar__item-child:first-child {
    margin-right: 3rem; } }
@media only screen and (max-width: 800px) {
  .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: 800px) {
    .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: 800px) {
    .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: 800px) {
    .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: 800px) {
    .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.9375em;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 800px) {
    .filters-toolbar__product-count {
      font-size: 0.875em;
      line-height: 46px; } }

.site-footer {
  /*margin-top: $section-spacing;*/
  padding: 45px 0 80px 0; }
  @media only screen and (min-width: 1100px) {
    .site-footer {
      padding-bottom: 35px; } }
  .site-footer h4, .site-footer .h4 {
    margin-bottom: 12.5px; }
    @media only screen and (min-width: 1100px) {
      .site-footer h4, .site-footer .h4 {
        min-height: 1.1875em;
        margin-bottom: 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 (max-width: 800px) {
    .site-footer__content {
      padding: 0 18px; } }
  @media only screen and (min-width: 1100px) {
    .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: 80px; }
  @media only screen and (min-width: 1100px) {
    .site-footer__item {
      padding: 0 15px 0 15px;
      margin-bottom: 45px; } }
  .site-footer__item:first-of-type {
    padding-left: 0; }
  .site-footer__item:last-of-type {
    padding-right: 0; }
    @media only screen and (max-width: 800px) {
      .site-footer__item:last-of-type {
        margin-bottom: 0; } }

@media only screen and (min-width: 1100px) {
  .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: 1100px) {
  .site-footer__item--center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .site-footer__item--center > * {
      text-align: center; } }

.site-footer__item-inner--newsletter {
  width: 100%; }
  .site-footer__item-inner--newsletter .newsletter__submit {
    margin-top: 5px; }
  .site-footer__item-inner--newsletter .newsletter__input {
    margin: 5px 0 0 0;
    width: 100%; }
  @media only screen and (min-width: 1100px) {
    .site-footer__item--full-width .site-footer__item-inner--newsletter {
      max-width: 50%; } }

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

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

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

.site-footer__linklist-item {
  display: block;
  padding: 15px 0; }
  @media only screen and (min-width: 1100px) {
    .site-footer__linklist-item {
      /*padding: 0 $grid-gutter 5px 0;*/
      padding: 0 0 16px 0; } }
  .site-footer__linklist-item:last-of-type {
    padding-right: 0; }

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

.site-footer__social-icons li {
  padding: 0 15px; }
  @media only screen and (min-width: 1100px) {
    .site-footer__social-icons li:first-of-type {
      padding-left: 0; } }

.social-icons__link {
  display: block; }

.site-footer__subwrapper {
  margin-top: 35px; }

.site-footer__copyright-content {
  font-size: 0.8125em; }

@media only screen and (min-width: 1100px) {
  .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; }

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 800px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media only screen and (max-width: 800px) {
    .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%; } }

.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%; }

.feature-row__image {
  display: block;
  margin: 0 auto; }
  .feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0; }
  @media only screen and (max-width: 800px) {
    .feature-row__image {
      order: 1; } }

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (max-width: 800px) {
    .feature-row__text {
      order: 2;
      padding-bottom: 0; } }

@media only screen and (min-width: 1100px) {
  .feature-row__text--left {
    padding-left: 35px; }

  .feature-row__text--right {
    padding-right: 35px; } }
/*
@include media-query($medium-up) {
  .featured-row__subtext {
    font-size: em($font-size-base + 2);
  }
}
*/
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.hero--adapt,
.hero-fixed-width__image {
  max-height: 100vh; }
  @media only screen and (min-width: 1100px) {
    .hero--adapt,
    .hero-fixed-width__image {
      max-height: 80vh; } }

.hero--x-small {
  height: 94px; }

.hero--small {
  height: 225px; }

.hero--medium {
  height: 357px; }

.hero--large {
  height: 488px; }

.hero--x-large {
  height: 582px; }

@media only screen and (min-width: 1100px) {
  .hero--x-small {
    height: 125px; }

  .hero--small {
    height: 300px; }

  .hero--medium {
    height: 475px; }

  .hero--large {
    height: 650px; }

  .hero--x-large {
    height: 775px; } }
.hero__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: $color-image-overlay;*/
  opacity: 0.4;
  z-index: 1; }

.hero__inner {
  position: relative;
  /*display: table-cell;*/
  vertical-align: middle;
  padding: 80px 0;
  z-index: 2; }

.hero__btn {
  margin-top: 40px; }

/*================ Fixed width ================*/
.hero-fixed-width {
  position: relative; }
  .hero-fixed-width::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: $color-image-overlay;*/
    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;
  overflow: hidden; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-slider__text {
  font-size: 1.10938em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px; }
  .quotes-slider__text cite {
    font-size: 0.8em;
    font-style: normal; }
  .quotes-slider__text p {
    margin-bottom: 30px; }
    .quotes-slider__text p + cite {
      margin-top: 0; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 80px; }
  .quotes-wrapper .slick-dots li button::before {
    color: #2a2623;
    opacity: 0.2; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.logo-bar {
  list-style: none;
  text-align: center;
  margin-bottom: -35px; }

@media only screen and (min-width: 1100px) {
  .logo-bar--large {
    margin-bottom: -80px; } }
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 40px 35px; }

@media only screen and (min-width: 1100px) {
  .logo-bar__item--large {
    margin-bottom: 80px; } }
.logo-bar__image {
  display: block;
  margin: 0 auto; }

.logo-bar__link {
  display: block; }

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (min-width: 1100px) {
    .map-section {
      min-height: 500px; } }

.map-section--load-error {
  height: auto; }

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  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-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2; }

.map-section__error {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 1100px) {
    .map-section__error {
      position: absolute;
      margin: 0 2rem;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0; }
  @media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .map-section__content-wrapper {
      -ms-flex-preferred-size: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      flex-basis: 50%; } }
  @media only screen and (min-width: 1200px) {
    .map-section__content-wrapper {
      -ms-flex-preferred-size: 33%;
      -webkit-flex-basis: 33%;
      -moz-flex-basis: 33%;
      flex-basis: 33%; } }

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: rgba(42, 38, 35, 0.05);
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  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;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center; }
  .map-section__content > * {
    width: 100%; }
  @media only screen and (min-width: 1100px) {
    .map-section__content {
      background-color: white;
      margin: 55px 0;
      min-height: 300px; } }
  .map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0; }
  @media only screen and (min-width: 1100px) {
    .map-section__container {
      position: absolute;
      height: 100%;
      top: 0;
      width: 130%; } }

.map_section__directions-btn [class^="icon"] {
  height: 1em; }
.map_section__directions-btn * {
  vertical-align: middle; }

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }
  @media only screen and (min-width: 1100px) {
    .map-section__background-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; } }
  .map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh; }

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 1100px) {
    .map-section__image {
      position: absolute; } }
  .map-section--display-map .map-section__image {
    display: none !important; }
  .map-section--load-error .map-section__image {
    display: block !important; }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

.image-bar {
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    .image-bar {
      max-width: 400px;
      margin: 0 auto; } }

.image-bar__item {
  display: block;
  color: #2a2623;
  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: 1100px) {
    .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: $color-image-overlay;*/
  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 {
  margin-bottom: -22px;
  overflow: auto; }

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 22px; }
  @media only screen and (min-width: 1100px) {
    .collection-grid-item {
      margin-bottom: 30px; } }

.collection-grid-item__title {
  color: #2a2623;
  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: 1100px) {
    .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: 800px) {
    .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: 800px) {
    .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; }

.newsletter-section {
  padding-top: 80px; }

.index-section--newsletter-background {
  background-color: rgba(42, 38, 35, 0.05); }

.rich-text__heading--large {
  font-size: 1.4em; }

.rich-text__heading--small {
  font-size: 0.88em; }

.rich-text__text--large {
  font-size: 1.125em; }

.rich-text__text--small {
  font-size: 0.875em; }

.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: #2a2623; }

.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: 800px) {
  .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;
    background-color: rgba(42, 38, 35, 0.1);
    padding: 12px 17px 12px 30px; } }

.currency-selector__label {
  font-size: 0.75em;
  margin-bottom: 0;
  text-transform: uppercase; }

.currency-selector__input-wrapper {
  margin-top: 4px; }
  @media only screen and (max-width: 800px) {
    .currency-selector__input-wrapper {
      margin-top: 0;
      width: 100%; } }
  .currency-selector__input-wrapper .icon {
    left: auto;
    height: 10px;
    margin: 0;
    width: 12px; }
    @media only screen and (min-width: 1100px) {
      .currency-selector__input-wrapper .icon {
        height: calc(8em / 16);
        right: 5px;
        width: calc(8em / 16); } }

.currency-selector__dropdown {
  border: none;
  color: #2a2623;
  padding-left: 8px;
  padding-right: 17px; }
  @media only screen and (max-width: 800px) {
    .currency-selector__dropdown {
      font-size: 0.75em;
      font-weight: 700;
      width: 100%; } }

[data-section-type="video-section"] {
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    [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: 1100px) {
    .video-section-wrapper {
      overflow: hidden; } }
  @media only screen and (max-width: 800px) {
    .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: 1100px) {
    .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: 1100px) {
    .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: 1100px) {
    .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: #2a2623; }
  .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.3s 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.3s 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: 1100px) {
    .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: 1100px) {
    .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; }
  .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: 800px) {
    .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: $color-image-overlay;*/
  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: 1100px) {
    .video-background-wrapper .video__image {
      opacity: 0; } }
  .no-autoplay .video__image {
    opacity: 1; }

.product-recommendations__inner {
  padding: 35px 0; }
  @media only screen and (min-width: 1100px) {
    .product-recommendations__inner {
      padding: 80px 0; } }

/*================ IDEOU.scss.liquid ================*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px; }

/****************************/
/*** Theme Over-rides ***/
/****************************/
.filter-ribbon .text-link span
button,
select,
input {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

input, textarea {
  padding: 10px; }

.btn:not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
.btn:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  background-color: #2A2623;
  color: #fff; }

a {
  transition: all .3s ease; }

button, .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  border-radius: 4px;
  letter-spacing: 0.03em;
  transition: all .3s;
  min-height: 40px; }

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  letter-spacing: normal; }

h2, .h2, .h2 {
  font-size: 2.375em;
  line-height: 1.1em; }

h5, .h5, .h5 {
  font-size: 1em; }

.rte {
  color: #2A2623; }

.price__regular {
  color: #000; }

select,
input, textarea, select {
  border: none; }

select,
input {
  background-color: #f4f4f4;
  font-weight: 500; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #605D5A;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #605D5A; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #605D5A; }

.announcement-bar__message {
  font-weight: 400; }

.mobile-nav-wrapper.js-menu--is-open {
  z-index: 999; }

.feature-row__image-wrapper {
  /*margin-bottom: #605D5A;*/ }

/*
.feature-row__text {
padding-top: 16px;
padding-bottom: 16px;
}
*/
.collection-hero {
  margin: 0; }

.collection-hero__title {
  text-align: left;
  font-size: 2.75em; }

.grid--view-items {
  padding-top: 4px;
  margin-bottom: 0; }

.grid-view-item {
  margin: 0 auto; }

.grid-view-item__image-wrapper {
  margin: 0 auto 24px; }

.list-view-item__link {
  display: flex;
  align-items: center;
  width: 100%; }

.hr--invisible {
  display: none; }

.site-nav {
  margin: 14px 0; }

.site-nav__link--button {
  padding: 3px 20px; }

.site-nav__label {
  font-weight: 500;
  font-size: .875em;
  letter-spacing: 0; }

.site-header__icons-wrapper .btn--link:not([disabled]):hover,
.site-header__icons-wrapper .btn--link:focus {
  color: #2a2623; }

.site-footer {
  padding: 80px 0 160px 0; }

.product-recommendations__inner {
  padding-bottom: 0px; }

.product-recommendations__inner ul.grid {
  overflow: visible; }

.product-recommendations__inner .product-card {
  /*margin-bottom: 12px;*/ }

/*
.product-recommendations__inner .product-card:hover,
.product-recommendations__inner .product-card:focus-within {
margin-bottom: 16px;;
}
*/
.return-link-wrapper {
  margin-top: 20px; }

.myaccount__order-history,
.myaccount__account-details {
  width: 100%;
  flex: auto;
  -webkit-flex: auto; }

.myaccount__account-details {
  margin-bottom: 80px; }

.logo-bar__item {
  max-width: initial;
  margin: 0 0 40px 0; }

@media only screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 48px; } }
@media only screen and (max-width: 1099px) {
  p {
    font-size: 1em; } }
@media only screen and (min-width: 1100px) {
  .feature-row__text--left {
    padding-left: 0px; } }
@media only screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 48px; } }
@media only screen and (max-width: 1099px) {
  p {
    font-size: 1em; } }
@media only screen and (min-width: 1100px) {
  .feature-row__text--left {
    padding-left: 0px; } }
.logo-bar {
  display: flex;
  justify-content: center;
  align-items: center; }

.logo-bar__item {
  float: left;
  margin-right: 20px; }

.logo-bar__item:last-child {
  margin-right: 0; }

@media only screen and (max-width: 400px) {
  .logo-bar__item {
    width: 100%;
    margin-right: 0; } }
@media only screen and (max-width: 800px) {
  .logo-bar__item {
    width: calc(50% - 20px); } }
@media only screen and (min-width: 1100px) {
  .logo-bar__item {
    width: calc(20% - 20px); } }
/****************************/
/*** Utility Classes ***/
/****************************/
.italic {
  font-style: italic; }

.sentinel {
  font-family: "Sentinel A","Sentinel B"; }

.gotham {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

hr {
  margin: 30px 0; }

p {
  color: #2A2623;
  line-height: 1.3em; }

a {
  transition: all .3s; }

.bold-link {
  padding-bottom: 1px;
  color: initial;
  border-bottom: solid #3d4246 2px; }

.text-link {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 18px; }

.text-link span {
  color: #000;
  font-size: .75em;
  /*padding-bottom: 3px;*/
  border-bottom: 2px solid #000;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(10%, #ffd203));
  background-image: linear-gradient(180deg, transparent 65%, #ffd203 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .3s ease; }

.text-link:hover span {
  background-size: 100% 100%; }

.text-link svg {
  margin-left: 12px; }

.text-link.inline,
.text-link.inline span {
  font-family: "Sentinel A","Sentinel B";
  color: #2A2623;
  font-size: initial;
  font-weight: initial;
  display: inline;
  text-transform: none; }

.main-content {
  padding-top: 0; }

.flush-top {
  padding-top: 0; }

.flush-bottom {
  padding-bottom: 0; }

.grey-bg {
  background-color: #EDEDF2; }

.ltblue-bg {
  background-color: #F2F9F9; }

.ltrblue-bg {
  background-color: #F9FCFC; }

.island-content {
  background-color: #Fff;
  padding: 5%;
  box-shadow: 0px 4px 20px 0px rgba(42, 38, 35, 0.1);
  border-radius: 4px;
  margin-bottom: 45px;
  transition: all .3s; }

.island-content.hover:hover,
.island-content.hover:focus {
  box-shadow: 0px 6px 20px 0px rgba(42, 38, 35, 0.15);
  margin-top: -4px;
  margin-bottom: 4px; }

.shadow {
  box-shadow: 0px 4px 20px 0px rgba(42, 38, 35, 0.1); }

.icon-default,
.icon-big {
  color: #000; }

.icon-default svg {
  height: 20px;
  width: 20px; }

.icon-big svg {
  height: 38px;
  width: 38px; }

.heading-hr {
  width: 32px;
  border-bottom: 5px solid;
  margin-top: 22px;
  margin-bottom: 24px;
  /*color: #fff;*/ }

.link-underline {
  text-decoration: underline; }

.link-underline:hover,
.link-underline:active {
  color: #949291; }

.link-hover-underline:hover {
  text-decoration: underline; }

.rounded {
  border-radius: 4px; }

.square {
  border-radius: 0; }

button.secondary,
.btn.secondary,
.shopify-payment-button .secondary.shopify-payment-button__button--unbranded {
  background-color: #E5F4F2; }

.btn.secondary.alt, .shopify-payment-button .secondary.alt.shopify-payment-button__button--unbranded {
  color: #fff;
  background-color: #1d1655; }

button.secondary:hover,
.btn.secondary:hover,
.shopify-payment-button .secondary.shopify-payment-button__button--unbranded:hover,
.btn.secondary.alt:hover,
.shopify-payment-button .secondary.alt.shopify-payment-button__button--unbranded:hover {
  background-color: #FFD203;
  color: #000; }

.no-padding {
  padding: 0; }

.double-padding {
  padding-left: 120px; }

.no-margin {
  margin: 0 !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.half-margin {
  margin-bottom: 40px !important; }

.overflow {
  overflow: visible; }

.mobile {
  display: none; }

iframe {
  max-width: 100%; }

/****************************/
/*** 404 Page ***/
/****************************/
.error {
  font-size: 2.375em;
  line-height: 1em;
  margin-bottom: 5%; }

.message-error {
  max-width: 60%;
  margin: auto; }

/*
.message-error P:first-child {
font-size: 2em;
}
*/
/****************************/
/*** Header Menu ***/
/****************************/
#shopify-section-header {
  z-index: 1;
  box-shadow: 0px 4px 8px 0px rgba(42, 38, 35, 0.05); }

#shopify-section-header .tmenu_item--root > .tmenu_submenu,
#shopify-section-header .tmenu_item--root > .tmenu_masonry.tmenu_submenu.tmenu_submenu_type_mega,
ul.tmenu_submenu.tmenu_submenu_type_mega.tmenu_submenu--desktop.tmenu_submenu_mega_position_leftparent {
  top: 55px !important; }

#shopify-section-header .tmenu_item--root > .tmenu_submenu.tmenu_submenu_type_mega {
  top: 59px !important; }

.site-nav__link--active .site-nav__label {
  border-bottom: none; }

.site-nav__link .icon-chevron-down {
  display: none; }

.tmenu_nav .tmenu_item--root > .tmenu_item_link {
  font-weight: 500 !important; }

ul.tmenu_nav,
ul.site-nav,
ul.mobile-nav {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  letter-spacing: normal;
  font-size: .875em;
  color: #000; }

.tmenu_submenu.tmenu_submenu_type_flyout.tmenu_submenu--desktop.tmenu_submenu_flyout_position_automatic {
  padding: 20px 0 30px !important; }

.tmenu_submenu.tmenu_submenu_type_flyout.tmenu_submenu--desktop.tmenu_submenu_flyout_position_automatic a.tmenu_item_link {
  padding: 5px 20px !important; }

.tmenu_custom_content a.tmenu_item_link.custom {
  padding: 5px 0 !important;
  display: block !important; }

.tmenu_item--root .tmenu_item_display_header > .tmenu_item_link > .tmenu_item_text,
li.tmenu_item.tmenu_item_level_1.tmenu_item_submenu_type_automatic.tmenu_item_mobile.tmenu_item_layout.tmenu_item_layout_text.tmenu_item_display_header > .tmenu_item_link > .tmenu_item_text {
  font-weight: bold !important;
  font-size: .85714em !important;
  color: #1D1655 !important;
  border: none;
  margin: 5px 0; }

.tmenu_item--root .tmenu_item_display_header > .tmenu_item_link > .tmenu_item_text:after {
  display: none; }

li:not(.tmenu_item_mobile) .tmenu_item_display_header > .tmenu_item_link {
  border-color: transparent !important; }

ul.tmenu_submenu.tmenu_submenu_type_automatic.tmenu_submenu--desktop {
  padding-top: 0 !important; }

.tmenu_item_text {
  float: left; }

.tmenu_item--root > a .tmenu_item_text:after {
  background: 0 0;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  height: .2rem;
  transition: background,.3s ease;
  transition: width,.5s ease; }

.tmenu_item--root > a .tmenu_item_text:hover:after,
.tmenu_item--root > a .tmenu_item_text:active:after {
  background: #231F20;
  width: 100%;
  transition: background,.3s ease;
  transition: width,.5s ease; }

.tmenu_submenu .tmenu_item_text:hover {
  text-decoration: underline; }

.tmenu_item_display_header > a .tmenu_item_text:hover {
  text-decoration: none; }

.tmenu_submenu_type_mega .tmenu_item_badge,
span.tmenu_item_badge {
  position: relative !important;
  top: -4px !important;
  right: 0 !important;
  font-weight: 500; }

/*
.site-header__icon.mobile-nav--close svg {
height: 12px;
width: 12px;
}
*/
.tmenu_indicator_icon svg {
  width: 16px !important;
  height: 16px !important; }

.site-header__icon.site-header__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  padding: 4px 11px 5px; }

.site-header__icon.site-header__cart.active {
  background: #FFD206; }

.site-header__cart svg {
  margin-right: 3px;
  height: 22px;
  width: 21px; }

.site-header__cart #CartCount:not(.hide) {
  position: relative;
  top: initial;
  right: initial;
  height: initial;
  min-width: 0;
  background: none; }

.site-header__cart #CartCount:not(.hide) span {
  font-size: 16px;
  padding: 0; }

/****************************/
/*** Home Hero ***/
/****************************/
.hero-desktop__image, .hero-mobile__image {
  object-fit: cover; }

.hero-fixed-width__image {
  height: 100%; }

.mega-title {
  /*border-bottom: 4px solid #fff;*/
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  line-height: 1.143em; }

.mega-title.home {
  font-size: 3.5em; }

.mega-subtitle,
.mega-subtitle p {
  font-family: 'Sentinel A', 'Sentinel B';
  font-size: 24px;
  line-height: 30px;
  /*color: inherit;*/ }

.hero .mega-title, .hero .mega-subtitle {
  text-shadow: none; }

.newsletter-section {
  padding-top: 0;
  padding-bottom: 80px; }

.newsletter {
  float: left;
  width: 100%;
  color: #D8D8D8;
  padding-top: 22px; }

.newsletter h2, .newsletter .h2 {
  color: #D8D8D8; }

.newsletter p {
  color: #D8D8D8; }

/*
.newsletter-bg {
background-image: url(//cdn.shopify.com/s/files/1/0259/7876/5396/t/4/assets/newsletter-bg.jpg?v=11237145175267081074);
background-repeat: no-repeat;
background-position: center center;
}
*/
.newsletter-section.ribbon {
  margin-top: 0;
  background-color: #E5F4F2;
  padding: 24px 0; }

.newsletter-section.ribbon .grid {
  display: flex;
  align-items: center; }

.newsletter-section.ribbon p {
  color: #000;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: bold; }

.newsletter-section.ribbon .form-single-field,
.newsletter-section.ribbon .input-group__field {
  margin: 0;
  border-color: transparent;
  z-index: 2;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  /*font-weight: bold;*/ }

.newsletter-section.ribbon .input-group__field {
  background-color: #fff; }

.newsletter-section.ribbon .btn, .newsletter-section.ribbon .shopify-payment-button .shopify-payment-button__button--unbranded, .shopify-payment-button .newsletter-section.ribbon .shopify-payment-button__button--unbranded {
  background-color: #1D1655;
  color: #fff;
  border-radius: 0 4px 4px 0; }

.newsletter-section.ribbon .btn:hover, .newsletter-section.ribbon .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .shopify-payment-button .newsletter-section.ribbon .shopify-payment-button__button--unbranded:hover {
  background-color: #000; }

.offerings p {
  padding: 0 30px; }

.topic-wrapper {
  padding-bottom: 60px;
  margin-bottom: 60px;
  /*border-bottom: 1px solid #979797;*/ }

.topic-wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.topic-heading.text-center {
  padding: 0 15%;
  /*text-transform: uppercase;*/ }

.section-header > p {
  padding: 0 15%;
  font-size: 1.125em;
  line-height: 1.335em; }

.product-card {
  /*border: 1px solid #979797;*/
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(42, 38, 35, 0.08);
  float: left;
  transition: all .3s;
  width: 100%;
  margin-bottom: 40px; }

.glider-track .product-card {
  margin-bottom: 0;
  height: 100%; }

.product-card:hover,
.product-card:focus-within,
.proof-points .grid__item:hover .proof-card,
.proof-points .grid__item:focus-within {
  box-shadow: 0px 6px 20px 0px rgba(42, 38, 35, 0.15);
  transform: translateY(-4px);
  /*margin-bottom: 44px;*/ }

.product-card:hover .product-card__image-wrapper,
.product-card:focus-within .product-card__image-wrapper {
  opacity: 1; }

.product-card:hover .product-card__title, .product-card:focus-within .product-card__title {
  border: none; }

.product-card-header {
  height: 125px;
  overflow: hidden; }

.product-card__image-wrapper,
.product-card__image-wrapper img {
  max-height: 224px !important;
  min-height: 224px !important; }

.grid-view-item__image-wrapper .grid-view-item__image,
.product-card__image-wrapper,
.product-card__image-wrapper img {
  max-width: 100% !important; }

.product-card .product-banner {
  position: absolute;
  z-index: 2;
  background-color: gainsboro;
  font-size: .75em;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: bold;
  padding: 1% 7%;
  text-transform: uppercase;
  top: 5%;
  letter-spacing: .03em;
  /*min-width: 45%;*/ }

.product-card .product-banner.starting-soon {
  background-color: #F7403A;
  color: #fff; }

.product-card .product-banner.new,
.product-card .product-banner.introductory {
  background-color: #C9E9E5;
  color: #000; }

.product-card .product-banner.certificate {
  background-color: #1c1655;
  color: #fff; }

.product-card .product-banner.certificate img {
  margin-top: 2px;
  position: absolute; }

.product-card .product-banner.certificate span {
  margin-left: 18px; }

.product-card__info-wrapper {
  float: left;
  padding: 0 15px 15px;
  width: 100%; }

.product-card__info-wrapper .product-card__title {
  height: 50px;
  display: block;
  margin-bottom: 8px;
  color: #000; }

.product-card__info-wrapper select {
  background-color: #F4F4F4; }

.product-short-desc {
  margin-bottom: 20px;
  max-height: 50px;
  overflow: hidden;
  color: #2A2623; }

.product-info {
  display: flex;
  flex-direction: column;
  /*float: left;*/
  /*width: 100%;*/ }

.product-info span {
  /*display: flex;*/
  /*align-items: center;*/
  margin-bottom: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-size: .75em;
  line-height: 1.665em;
  text-transform: uppercase;
  float: left;
  width: 100%; }

.product-info span.course-length {
  color: #2a2623; }

.product-info span.course-length g {
  stroke: #2a2623; }

.product-info .course-info-container {
  /*width: 75%;*/ }

.product-info span .price-item {
  font-weight: 400; }

.product-info .price-container {
  margin-top: auto;
  width: 25%;
  display: none; }

.product-info .price-container .price {
  justify-content: flex-end; }

.product-info .price-container .price .price__regular {
  color: #2A2623;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: 1.25em; }

.product-info .btn.secondary, .product-info .shopify-payment-button .secondary.shopify-payment-button__button--unbranded, .shopify-payment-button .product-info .secondary.shopify-payment-button__button--unbranded {
  transition: all .3s;
  width: 100%; }

.product-card:hover .btn.secondary, .product-card:hover .shopify-payment-button .secondary.shopify-payment-button__button--unbranded, .shopify-payment-button .product-card:hover .secondary.shopify-payment-button__button--unbranded,
.product-card:focus-within .btn.secondary,
.product-card:focus-within .shopify-payment-button .secondary.shopify-payment-button__button--unbranded,
.shopify-payment-button .product-card:focus-within .secondary.shopify-payment-button__button--unbranded {
  background-color: #FFD203; }

.product-card .atc-wrapper {
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-evenly; }

.product-card .atc-wrapper span.field-value {
  margin-right: 16px; }

.product-card .atc-wrapper button,
.product-card .atc-wrapper .btn,
.product-card .atc-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-card .atc-wrapper .shopify-payment-button__button--unbranded {
  width: 100%; }

.product-card .atc-wrapper button,
.product-card .atc-wrapper .btn,
.product-card .atc-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-card .atc-wrapper .shopify-payment-button__button--unbranded,
.product-card__info-wrapper select {
  font-size: .87em;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: normal;
  border-width: 0; }

.product-card__info-wrapper select {
  /*font-weight: 400;*/ }

/********************************/
.testimonials-container {
  /*border-bottom: 1px solid #979797;*/
  display: flex;
  align-items: center; }

.testimonial-content {
  min-height: 560px; }

[class^="testimonial-tab"] {
  margin-right: 15%;
  margin-bottom: 5%; }

[class^="testimonial-tab"]:last-child {
  margin-bottom: 0; }

[class^="testimonial-tab"]:hover .author-container {
  opacity: 1; }

.author-container {
  display: flex;
  align-items: center;
  background-color: #979797;
  border-radius: 4px;
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

.author-container img {
  float: left;
  padding: 16px;
  border-radius: 88px; }

.author-container .details span {
  display: block; }

span.author-name {
  font-weight: bold;
  text-transform: uppercase; }

span.author-occupation,
span.author-location,
span.author-company {
  font-size: .75em;
  font-weight: 500;
  text-transform: uppercase;
  display: block; }

.testimonial-content h5, .testimonial-content .h5 {
  margin-bottom: 0;
  font-size: 1em; }

.testimonial-content {
  background-color: #E5F4F2;
  padding: 8%;
  padding-bottom: 6.04%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between; }

.testimonial-content span.course-type {
  font-size: .75em;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  line-height: 1.3em; }

.testimonial-content p {
  font-style: italic;
  font-size: 1.875em;
  line-height: 1.19em;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #1D1655; }

.author-block {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

.author-block cite {
  font-weight: 600;
  text-transform: uppercase;
  border-top: 2px solid #3d4246;
  padding-top: 5px;
  font-style: normal;
  color: #000; }

[data-tab] .author-container {
  background-color: #F2F9F9;
  color: #3E3A38;
  transition: all .3s; }

[data-tab] .author-container img {
  opacity: .5;
  transition: all .3s; }

[data-tab].active .author-container,
[data-tab]:hover .author-container {
  color: #000000;
  opacity: 1;
  cursor: default; }

[data-tab].active .author-container {
  background-color: #E5F4F2;
  box-shadow: 0px 6px 25px 0px rgba(42, 38, 35, 0.15); }

[data-tab].active .author-container img,
[data-tab]:hover .author-container img {
  opacity: 1; }

.testimonial-content.active {
  display: flex !important; }

/********************************/
.pedagody {
  display: flex;
  align-items: center; }

.pedagody .text-block {
  padding: 0 30px; }

.pedagody .text-block:first-child {
  margin-bottom: 80px; }

.pedagody .text-block p {
  line-height: 1.2em; }

.logos {
  padding-top: 0; }

.logos-wrapper {
  padding-top: 80px;
  /*border-top:  1px solid #979797;*/
  /*border-bottom:  1px solid #979797;*/ }

.text-content {
  padding: .5% 4.5% 2px 4.5%; }

.link-content {
  padding: 0 4.5% 40px; }

.link-content a {
  font-size: 1em; }

.site-footer a {
  color: #D8D8D8; }

.site-footer div.svg {
  width: 100px;
  margin: auto; }

.site-footer .community-column {
  width: initial; }

/****************************/
/*** Collection Page Classes ***/
/****************************/
.topics-menu {
  background-color: #F3F3F6;
  z-index: 9;
  border-bottom: 2px solid #C7C5D4;
  box-shadow: 0px 2px 4px 0px rgba(42, 38, 35, 0.08); }

.topics-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  /*
  margin-left: 20px;
  margin-right: 20px;
  */
  margin-bottom: -2px; }

.topics-menu ul li {
  border-bottom: 2px solid transparent;
  padding: 24px 0;
  letter-spacing: 0.02em;
  transition: all .3s; }

.topics-menu ul li.active {
  border-color: #000; }

.topics-menu ul li a {
  color: #000;
  padding: 24px 0; }

.topics-menu ul li a:hover,
.topics-menu ul li.active a {
  color: #000;
  font-weight: bold; }

/****************************/
/*** Product Page Classes ***/
/****************************/
[id^="shopify-section-product"] {
  background-color: #EDEDF2;
  padding-bottom: 80px; }

div#shopify-section-product-recommendations,
#shopify-section-product-cohort-community {
  background-color: #fff; }

.product-template__container {
  z-index: 2;
  position: relative; }

.product-hero-heading {
  /*padding: 40px 7.5%;*/
  padding: 80px;
  float: left;
  /*margin-top: 40px;*/ }

a.btn-play {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0.1rem;
  cursor: pointer;
  margin-top: 24px; }

a.btn-play:not([disabled]):hover, a.btn-play:focus {
  color: #fff; }

a.btn-play span {
  border-bottom: 2px solid transparent;
  transition: all .3s;
  margin-left: 8px;
  margin-top: 4px; }

a.btn-play:not([disabled]):hover span, a.btn-play:focus span {
  border-bottom: 2px solid; }

a.btn-play svg {
  fill: inherit;
  box-shadow: 0px 6px 20px 0px rgba(42, 38, 35, 0.1); }

a.btn-play svg g {
  fill: inherit; }

span.course-length {
  color: #F7403A; }

span.course-length g {
  stroke: #F7403A; }

/*
.product-single__description ul {
  margin:0;
}
*/
.product-single__description li {
  /*list-style: none;*/
  margin: 20px 0; }

.product-certificates,
.product-themes {
  margin-top: 40px; }

.product-certificates .link {
  display: block; }

.product-certificates .link:hover {
  text-decoration: underline; }

.product-single__description .h5,
.product-certificates .h5,
.product-themes .h5 {
  margin-bottom: 10px;
  color: #000; }

.product-themes span {
  display: inline-block;
  font-size: .8em;
  padding: 5px 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: normal;
  /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,.2);*/
  margin-top: 4px;
  margin-right: 8px; }

.fine-print {
  margin: 15px; }

.small-print {
  font-size: 12px; }

.product__meta-wrapper {
  padding: 50px 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(42, 38, 35, 0.1);
  float: left;
  border-radius: 4px;
  /*margin-bottom: 80px;*/ }

.product-single__description.rte {
  margin: 0 10% 0 2px; }

.product-details {
  padding: 9.5% 6%;
  box-shadow: 0px 4px 20px 0px rgba(42, 38, 35, 0.1);
  margin: 0 20px;
  border-radius: 4px;
  font-size: 1em; }

.product-details select {
  background-color: #F4F4F4; }

.product-details dl.price {
  justify-content: flex-end; }

.product-details .text-link span {
  font-size: .875em;
  font-weight: bold; }

.line-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4% 0;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-style: normal;
  font-weight: 500;
  box-shadow: inset 0 1px 0 0 #EDEDF2; }

.line-item:first-child {
  box-shadow: none; }

span.field-name,
span.field-value {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

span.field-value {
  text-align: right;
  color: #000;
  /*font-size: 1.15em;*/ }

span.field-name {
  color: #605D5A;
  font-size: 1em;
  text-transform: uppercase; }

span.field-value input {
  max-width: 50%;
  float: right; }

/*
.course-details {
padding-bottom: 80px;
}
*/
.index-section.instructor {
  /*background-image: url(instructor-bg.png);*/
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

.feature-row__flex {
  display: flex;
  align-items: center;
  justify-content: center; }

/****** Instructor Card ****/
.instructor-anchor {
  padding-bottom: 40px;
  margin-top: -40px; }

.instructor-card {
  background-color: #fff;
  padding: 5% 8.81%;
  margin-top: 40px;
  border-radius: 4px; }

.instructor-card:first-of-type {
  margin-top: 0px; }

.instructor-card .feature-row__item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.instructor-card .feature-row__text {
  padding-top: 16px;
  padding-bottom: 16px; }

.instructor-card img {
  min-width: initial;
  max-width: initial; }

.instructor-name {
  font-family: "Sentinel A","Sentinel B";
  font-weight: 500;
  font-size: 2.25em;
  line-height: 1.11em; }

.instructor-title {
  font-size: 1.25em;
  margin-bottom: 8%;
  font-weight: 500;
  text-transform: uppercase;
  color: #2A2623; }

.instructor-card .text-link {
  font-size: 1em;
  text-align: left;
  margin-top: 40px; }

.instructor-card .text-link span {
  font-weight: bold; }

.feature-row.instructor-card-full {
  align-items: flex-start; }

.feature-row.instructor-card-full img {
  /*padding: 15%;*/
  max-width: 100%;
  min-width: 100%;
  border: 0; }

.feature-row.instructor-card-full .feature-row__image {
  padding-right: 35px; }

.feature-row.instructor-card-full .feature-row__text {
  padding-top: 16px; }

.instructor-more .heading {
  padding: 40px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.instructor-more .heading .icon {
  width: 24px;
  height: 24px; }

.feature-row.instructor-card-full .label {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  text-transform: uppercase;
  color: #1d1655; }

.feature-row.instructor-card-full .rte.rte-setting.featured-row__subtext {
  padding-top: 32px; }

.rte a:not(.btn) {
  border: none; }

.feature-row.instructor-card-full.window {
  background: transparent;
  margin: 0;
  box-shadow: none; }

.feature-row.instructor-card-full img {
  max-width: 100%;
  min-width: 100%;
  border: 0; }

.instructor-list-wrapper {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 80px;
  padding-bottom: 72px; }

.instructor-list {
  display: flex; }

.instructor-list ul:first-child {
  border-right: 3px solid #D7EEEC;
  padding-right: 13.5px; }

.instructor-list ul:nth-child(2) {
  padding-left: 16.5px; }

.instructor-list li {
  margin-bottom: 32px; }

.instructor-list li:last-child {
  margin-bottom: 0; }

.instructor-list a {
  border-bottom: 2px solid transparent; }

.instructor-list a:hover {
  border-bottom: 2px solid #2A2623;
  font-weight: bold; }

.instructor-card-full {
  background-color: #fff;
  padding: 4%;
  border-radius: 4px;
  margin-bottom: 48px;
  box-shadow: 0px 4px 20px 0px rgba(42, 38, 35, 0.1); }

.instructor-card-modal {
  background-color: #fff;
  padding: 4%; }

.rte a:not(.btn) {
  border: none; }

.feature-row.instructor-card-full {
  align-items: flex-start; }

.feature-row.instructor-card-full img {
  max-width: 100%;
  min-width: 100%;
  border: 0; }

.instructor-card-full .feature-row__image {
  padding-right: 35px; }

.instructor-more .heading .icon {
  width: 24px;
  height: 24px;
  color: #000; }

.instructor-more .heading .icon:hover {
  color: #949291; }

.label {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  text-transform: uppercase;
  color: #1d1655;
  font-weight: bold; }

.link-item {
  padding-bottom: 16px; }

.link-item a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  text-decoration: underline;
  color: #2A2623; }

.link-item a:hover {
  color: #949291; }

.rte.rte-setting.featured-row__subtext {
  padding-top: 32px; }

#shopify-section-feature-columns-ideo .page-width {
  padding-bottom: 80px;
  border-bottom: 1px solid #979797; }

.enroll {
  background-color: #F2F9F9; }

.link-type {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  text-transform: uppercase;
  font-weight: 500;
  font-size: .75em;
  margin-bottom: 16px; }

.breadcrumbs {
  position: absolute;
  padding-top: 20px;
  z-index: 5;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: .75em;
  color: #fff; }

.breadcrumbs a {
  color: #fff;
  transition: all .3s; }

.breadcrumbs a:hover {
  text-decoration: underline;
  /*color: #fff;*/ }

ul#topic-products {
  margin-top: 80px;
  margin-bottom: 80px;
  /*border-bottom: 1px solid #979797;*/
  padding-bottom: 40px; }

.topic-container {
  padding-top: 80px;
  background-color: #FFF; }

.bg-pattern:nth-child(2n) .topic-container {
  background-color: #FBFAFC; }

.topic-row {
  padding-bottom: 80px; }

.topic-header .icon-big {
  display: block;
  margin: 8px 0 16px; }

.topic-header h2, .topic-header .h2 {
  margin-bottom: 24px; }

.topic-header p {
  padding-right: 20%; }

.topic-header img {
  padding: 0 0 10% 5%; }

@media (max-width: 980px) {
  .wistia_embed {
    /*display:none;*/ }

  .hero-mobile__image {
    display: block !important;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover";
    overflow: hidden; }

  .hero-fixed-width__image {
    display: none; } }
/****************************/
/*** Certificates Page Classes ***/
/****************************/
.cert-container:nth-child(2n) {
  background-color: #FBFAFC; }

.cert {
  padding: 40px 0;
  align-items: flex-start; }

.cert .feature-row__image {
  margin-top: 35px;
  padding-left: 35px;
  padding-right: 0px; }

.cert .feature-row__text {
  padding-right: 35px; }

.cert .rte.rte-setting.featured-row__subtext {
  padding-top: 32px; }

.cert a.btn, .cert .shopify-payment-button a.shopify-payment-button__button--unbranded, .shopify-payment-button .cert a.shopify-payment-button__button--unbranded {
  margin-top: 25px; }

.featured-row__subtext li {
  margin-bottom: 16px;
  line-height: 1.2em; }

.cert-overview-wrapper {
  padding: 0 80px; }

.cert-overview-wrapper ol {
  padding: 40px 40px 0; }

hr {
  background-color: #EDEDF2;
  height: 2px;
  width: 100%; }

ol.cert-steps.inline {
  display: flex; }

li.cert-item {
  padding: 0 10px; }

.cert-steps img {
  width: initial; }

span.ordinal {
  background-color: #F3F3F6;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-weight: 500;
  font-size: 1.2em;
  color: #1D1655;
  font-family: "Sentinel A","Sentinel B"; }

.cert-faq {
  padding: 0 5%; }

.cert-faq li {
  margin-bottom: 24px; }

.question {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  font-size: .75em;
  text-transform: uppercase; }

/****************************/
/*** Learning Experience Page Classes ***/
/****************************/
.lx-hero-container {
  display: flex;
  align-items: center; }

.lx-hero-image {
  display: flex;
  padding: 2% 2% 2% 0; }

/****************************/
/*** All Courses Page Classes ***/
/****************************/
.filter-ribbon {
  font-size: 14px !important;
  padding: 16px 0; }

.filter-ribbon .page-width {
  display: flex;
  align-items: center; }

.filter-ribbon select {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: bold;
  transition: all .3s; }

.filter-ribbon select:hover {
  /*color: #56517E;*/ }

select#format-filters {
  margin-left: 48px; }

.filter-ribbon .calendar-link {
  margin-left: auto; }

.filter-ribbon .text-link span {
  font-size: 1.143em;
  font-weight: bold; }

ul#courses-list {
  margin-top: 48px; }

/****************************/
/*** Carousel Classes ***/
/****************************/
.carousel {
  position: relative; }

#dots {
  position: absolute;
  left: 245px;
  bottom: 10px; }

#dots.dots-right {
  left: initial;
  right: 22%; }

.glider,
.glider-contain {
  position: relative; }

.glider,
.glider-track {
  transform: translateZ(0); }

.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0; }

.glider-contain {
  width: 100%; }

.glider {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }

.glider.grid--view-items {
  margin-bottom: 0;
  margin-right: -28px; }

.glider-track {
  width: 100%;
  margin: 0;
  padding: 4px 0 20px 0;
  display: flex;
  z-index: 1; }

.community .glider-track,
.collaborate .glider-track {
  padding: 0;
  display: block; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
  padding: 0 16px; }

.community .glider-slide,
.collaborate .glider-slide {
  padding: 0;
  /*object-fit: none;*/ }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-next,
.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #cccccc; }

.glider-next {
  right: -23px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot {
  display: block;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 999px;
  background: transparent;
  width: 12px;
  height: 12px;
  min-height: initial;
  margin: 8px 8px 8px 0; }

.glider-dot:focus,
.glider-dot:hover {
  /*background:#ddd*/ }

.glider-dot.active {
  background: white; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }
.glider-view {
  overflow-x: hidden;
  padding-bottom: 30px; }

.glider-left,
.glider-right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */ }

.community .glider-left,
.community .glider-right {
  top: initial; }

.glider-left:hover,
.glider-right:hover {
  font-weight: bold; }

.glider-left {
  left: -42px; }

.community .glider-left {
  left: calc(50% + 16px); }

.glider-right {
  right: -42px; }

.community .glider-right {
  right: 16px; }

.glider-right.disabled,
.glider-left.disabled {
  cursor: default;
  font-weight: normal;
  opacity: .2; }

.arrow-box {
  /*color: #F4F4F4;*/
  line-height: 1em;
  padding-top: 7px;
  padding-bottom: 4px; }

.topic-wrapper .arrow-box {
  background-color: #F4F4F4; }

.arrow-box.right {
  padding-left: 12px;
  padding-right: 8px; }

.arrow-box.left {
  padding-left: 8px;
  padding-right: 12px; }

.arrow-box svg,
.arrow-box svg path {
  stroke: #000;
  transition: all .1s; }

.community .arrow-box svg,
.community .arrow-box svg path {
  stroke: #fff;
  transition: all .1s; }

.community .arrow-box:hover svg,
.community .arrow-box:hover svg path {
  stroke: #1D1655; }

.arrow-box:hover svg,
.arrow-box:hover svg path {
  stroke: #1D1655; }

i.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px; }

i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

i.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

i.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

i.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

/****************************/
/*** Topic Resources ***/
/****************************/
#topic-resources {
  /*padding-top: 80px;*/
  padding-bottom: 80px; }

#topic-resources .cta {
  margin: 0px auto;
  display: block;
  width: 300px; }

#topic-resources .heading {
  text-align: center;
  margin-bottom: 80px; }

#topic-resources .headline,
li .resource {
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0;
  display: block; }

#topic-resources .headline > a {
  display: flex; }

#topic-resources .headline .media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

#topic-resources .headline .content {
  padding: 20px 25px;
  position: relative;
  width: 60%; }

#topic-resources .headline .content q {
  font-style: italic;
  font-size: 1.875em;
  line-height: 1.265em;
  color: #1D1655;
  margin-left: -12px; }

#topic-resources .headline .content .author {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

#topic-resources .headline .content .name {
  border-top: solid 2px #000;
  display: inline-block;
  font-weight: 500;
  margin-top: 12px;
  padding-top: 10px;
  text-transform: uppercase; }

#topic-resources .headline .content .title {
  display: block;
  font-weight: 500;
  text-transform: uppercase; }

li .resource > div {
  max-height: 200px !important;
  min-height: 200px !important;
  padding: 0px; }

li .resource .media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

li .resource > a {
  display: block;
  min-height: 200px !important;
  width: 100%; }

li .resource .content {
  padding: 20px;
  position: relative; }

li .resource .content .icons {
  bottom: 30px;
  position: absolute; }

/****************************/
/*** Syllabus/FAQ ***/
/****************************/
.faq {
  cursor: pointer;
  background-color: #fff;
  padding: 0 2.67%;
  margin: 0 50px 30px 50px;
  position: relative; }

.faq.active {
  cursor: default; }

.faq:last-child {
  margin-bottom: 0; }

.faq-header {
  padding: 32px 0; }

.faq-header h3, .faq-header .h3,
.faq-header .h3 {
  display: flex;
  justify-content: flex-start; }

.faq-header h3 img, .faq-header .h3 img,
.faq-header .h3 img {
  max-width: 24px;
  margin-right: 12px; }

.faq-header .rte-setting {
  padding-right: 30%; }

.faq-toggler {
  cursor: pointer; }

.faq-toggler:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.35em;
  content: '\f067';
  position: absolute;
  top: 35px;
  right: 35px;
  transition: all .3s;
  display: block;
  width: 100%;
  text-align: right; }

.faq.active .faq-toggler:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.35em;
  content: "\f068"; }

.faq-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: all .25s; }

.faq.active .faq-content {
  padding: 0 30% 4% 0;
  opacity: 1;
  height: initial; }

.faq.active .faq-content {
  /*margin-top: -10px;*/ }

.faq-section {
  border-top: solid 1px #EDEDF2;
  padding: 20px 0; }

.faq-section h6, .faq-section .h6 {
  margin-bottom: 15px;
  text-transform: uppercase; }

.faq-section li {
  align-items: center;
  display: flex;
  line-height: 35px; }

.faq-section li img {
  height: 20px;
  margin-right: 8px; }

.faq-section li p {
  margin-bottom: 15px; }

.faq-section li span.italic {
  font-style: italic; }

.faq-section li.event {
  cursor: pointer; }

.faq-section li.event span {
  line-height: 1.2em;
  padding: 10px 0px; }

.faq-section li.event:hover span {
  text-decoration: underline; }

/****************************/
/*** Proof Points ***/
/****************************/
.proof-points {
  display: flex;
  margin-bottom: 80px; }

.proof-points .grid__item {
  /*display: flex;*/ }

.proof-points .proof-card {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s; }

.proof-points .list-container {
  padding: 24px;
  height: 100%; }

.proof-card h3, .proof-card .h3 {
  margin-bottom: 8px; }

.proof-card q {
  font-size: 1.375em;
  line-height: 1.364em;
  font-style: italic; }

.proof-card .cta {
  padding: 16px 24px 24px;
  text-transform: uppercase;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-size: .75em;
  font-weight: 500; }

.proof-card .cta span {
  border-bottom: solid 2px #444; }

.link-cover {
  cursor: pointer;
  position: absolute;
  left: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

.magazine-author {
  display: inline-flex;
  align-items: center;
  line-height: 1.3333em;
  text-transform: uppercase;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  color: #000;
  font-size: .75em;
  margin-bottom: 24px; }

.magazine-author img {
  margin-right: 5px;
  min-height: 50px;
  max-height: 50px;
  max-width: 50px; }

.magazine-author span {
  font-size: 12px;
  margin-left: 2px; }

.proof-modal {
  display: flex;
  max-height: 80vh; }

.proof-image-modal {
  display: flex;
  flex: 0 1 48%; }

.proof-image-modal > img {
  object-fit: cover; }

.proof-modal .proof-content {
  padding: 56px 24px;
  flex: 0 1 52%; }

.proof-modal .h1 {
  margin-bottom: 60px; }

.proof-modal .h5 {
  margin-top: 30px;
  margin-bottom: 8px;
  text-transform: uppercase; }

/****************************/
/*** Learning Experience ***/
/****************************/
ul.learning-steps,
li.step {
  float: left;
  background-color: #FBFBFB; }

li.step {
  display: flex;
  align-items: center; }

ul.learning-steps,
li.step:nth-child(2n+0) {
  background-color: #fff; }

li.step > div.image {
  background-color: #E5F4F2; }

li.step:nth-child(2n+0) > div.image {
  background-color: #D7EEEC; }

li.step div,
.overview div {
  padding: 5%; }

.learning-process,
.offerings.island-content {
  float: left; }

.learning-process {
  padding: 0;
  margin: 35px 0 70px; }

.overview {
  display: flex;
  align-items: center; }

.offerings.island-content {
  padding: 5% 0;
  margin-bottom: 70px; }

.learning-steps img.shadow {
  border-radius: 14px; }

/****************************/
/*** Blog ***/
/****************************/
div#shopify-section-blog-template {
  padding-bottom: 80px; }

.article-listing .rte p:nth-child(3n) {
  padding: 0 5%; }

label.blog-filter__label.select-label {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 600; }

svg.icon.icon--wide.icon-arrow-left {
  transition: all .3s; }

.btn:hover svg.icon.icon--wide.icon-arrow-left, .shopify-payment-button .shopify-payment-button__button--unbranded:hover svg.icon.icon--wide.icon-arrow-left {
  stroke: #fff; }

.blogcall {
  background: #F4F4F4;
  padding: 15px 30px; }

.blogcall .product-card {
  margin-bottom: 30px; }

.blogcall .product-card:hover,
.blogcall .product-card:focus-within {
  transform: none; }

.blogcall .product-card__image-wrapper, .blogcall .product-card__image-wrapper img {
  max-height: 164px !important; }

.blogcall .product-card .product-card__title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  border: solid 0px transparent; }

.blogcall .product-card .product-card__info-wrapper {
  width: 100%; }

.blogcall .product-card-header {
  height: initial;
  overflow: visible; }

/****************************/
/*** Side Cart ***/
/****************************/
.scotch-content .cart {
  padding: 40px 0; }

.cart,
.cart a {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  color: #000; }

.cart input {
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

.cart .product-card__title {
  font-weight: 800 !important;
  /*font-size: .889em;*/ }

.price-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px; }

.cart [data-property="_Run Dates"] {
  font-size: .75em !important;
  font-weight: 500;
  color: #2a2623; }

.cart .price-item {
  font-weight: 500;
  font-size: .945em; }

.btn.upsell, .shopify-payment-button .upsell.shopify-payment-button__button--unbranded {
  background-color: #1D1655;
  color: #fff; }

.cart .checkout-container {
  border-radius: 4px;
  background-color: #F4F4F4;
  margin: 30px 30px 16px;
  padding: 30px; }

#cart-preview .cart {
  padding: 35px 0px; }

.cart-row {
  padding: 0px 30px; }

.policy.small-print.cart-row {
  padding-left: 60px; }

#cart-preview > h1, #cart-preview > .h1 {
  font-weight: 500;
  margin-top: 30px;
  position: absolute;
  border-bottom: solid 3px #000; }

.cart .cart-heading {
  margin-bottom: 40px; }

#cart-preview > nav {
  font-size: 14px;
  margin-top: 100px;
  margin-bottom: 30px; }

.cart #run-selector {
  margin-top: 15px; }

.cart .price-calc input {
  width: 80px; }

.cart .price-calc a.icon {
  cursor: pointer; }

.cart .product-card:hover, .product-card:focus-within {
  margin-top: 0px; }

.cart .product-card {
  box-shadow: none !important;
  border-bottom: solid 2px #eee;
  padding: 15px 0; }

.cart .product-card:last-child {
  border-bottom-color: transparent; }

.cart .list-view-item__image-column {
  display: flex;
  width: 200px; }

.cart .list-view-item__title-column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 100px;
  max-height: 150px;
  position: relative;
  width: 100%; }

.cart .list-view-item__title-column .icon {
  margin-left: 16px; }

.cart .list-view-item__options-column,
.cart .list-view-item__product-price-column,
.cart .list-view-item__quantity-column,
.cart .list-view-item__total-price-column {
  display: table-cell;
  max-height: 150px;
  position: relative;
  vertical-align: middle; }

.cart .product-card__image-wrapper,
.cart .product-card__image-wrapper img {
  max-height: 150px !important;
  min-height: 100px !important;
  width: 175px;
  display: flex; }

.cart .line-item-property {
  font-size: .75em;
  margin-top: 5px; }

.cart .line-item-block {
  margin-top: 15px; }

.cart .line-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cart .property-selector {
  margin-top: 15px; }

.cart .property-selector .ccbox {
  line-height: 8px;
  margin-bottom: 0px; }

.cart .property-selector .ccbox .checkmark {
  top: -5px; }

.cart [data-if],
.cart [data-hidden] {
  display: none; }

.cart .cart-upsell {
  width: 100%;
  max-height: 0px;
  display: none;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all  1s ease;
  -ms-transition: all  1s ease;
  -o-transition: all  1s ease;
  transition: all 1s ease; }

.cart .cart-upsell.active {
  max-height: initial;
  display: block; }

.cart .cart-upsell .expander {
  background-color: #F3F3F6;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  width: 100%;
  font-weight: 500;
  border-radius: 4px; }

.cart .cart-upsell .pitch {
  display: flex;
  flex-wrap: nowrap;
  font-size: .75em;
  align-items: center; }

.cart .cart-upsell .pitch img {
  max-width: 120px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; }

.cart .cart-upsell .pitch > div {
  /*font-size: 13px;*/
  display: inline-block;
  max-width: 90%;
  padding: 5px 10px 5px 0;
  vertical-align: top; }

/*
.cart .cart-upsell .pitch > div a {
white-space: nowrap;
}
*/
.cart .cart-upsell .actions {
  text-align: right;
  width: 38%; }

.cart .cart-upsell .actions button {
  min-width: 150px;
  background-color: #1D1655;
  color: #fff; }

.cart .cart-upsell .actions button:hover,
.cart .cart-upsell .actions button:focus {
  background-color: #2A2623; }

.cart .cart-subtotal {
  border-bottom: solid 2px #C7C5D4;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  font-weight: 800;
  font-size: 1.25em; }

.cart .cart-subtotal .cart-subtotal-price {
  text-align: right;
  font-weight: bold !important; }

.cart .cart-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 15px; }

.cart .cart-checkout .small-print {
  max-width: 200px;
  color: #2a2623;
  font-weight: 500; }

.cart .policy {
  margin-top: 16px;
  font-weight: 400; }

/*
.cart-items-container {
padding-bottom: 56px;
}
*/
.product-card--list {
  padding: 24px 0;
  border-bottom: 1px solid #DBDBDA; }

.product-card--list:last-child {
  border-bottom: none; }

#cart {
  padding: 80px 0; }

#cart h1, #cart .h1 {
  padding-bottom: 34px; }

#cart nav,
#cart .cart-headers {
  font-weight: 500;
  color: #2A2623;
  font-size: .75em; }

#cart nav {
  padding-bottom: 38px; }

#cart nav a {
  color: inherit; }

#cart .cart-headers {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #DBDBDA; }

#cart .image-column {
  width: 20%; }

#cart .title-column {
  width: 25%; }

#cart .option-column {
  width: 22.5%; }

#cart .price-column {
  width: 10%; }

#cart .quantity-column {
  width: 12.5%;
  position: relative; }

#cart .total-column {
  width: 10%; }

#cart .cart .policy {
  margin-top: 40px;
  font-weight: 400; }

#cart .option-column,
#cart .price-column,
#cart .quantity-column,
#cart .total-column {
  display: flex;
  align-items: center;
  /*justify-content: center;*/ }

#cart .option-column {
  flex-direction: column;
  font-weight: 500;
  font-size: .75em;
  align-items: flex-start;
  position: relative; }

#cart .option-column p {
  font-family: "Sentinel A","Sentinel B";
  font-style: italic;
  position: absolute;
  bottom: -48px; }

#cart input[type="number"] {
  max-width: calc(100% - 46px);
  padding-right: 8px; }

.list-view-item__link .quantity-column {
  justify-content: flex-start !important; }

.proxy-purchase .line-item-property {
  font-size: .75em; }

a.remove {
  height: 20px;
  position: absolute;
  right: 24px;
  cursor: pointer; }

#cart span {
  font-weight: 500; }

#cart .cart-upsell {
  padding-bottom: 56px; }

.checkout {
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 30px;
  font-weight: 500;
  width: 60%;
  float: right;
  border-radius: 4px; }

#cart .cart-checkout .small-print {
  max-width: initial; }

@media (max-width: 980px) {
  #cart .cart .cart-subtotal,
  #cart .cart .cart-checkout {
    margin-left: 0; }

  .cart .line-item-row {
    display: block; }

  .cart .line-item-row #run-selector {
    font-size: 12px;
    margin-top: 2px; }

  .cart .property-selector {
    margin-top: 21px;
    margin-bottom: 2px; }

  .cart .property-selector .ccbox .checkmark {
    top: -6px; } }
#cart-preview .cart {
  box-shadow: 1px 1px 10px 2px #eee; }

#cart-preview #cart-line-items {
  max-height: calc(100vh - 300px);
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden; }

/****************************/
/*** Managed Learners ***/
/****************************/
.logged-in-as {
  max-width: 1200px;
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto; }

#appContainer {
  padding: 80px 0; }

/****************************/
/*** Account Pages ***/
/****************************/
#customer_login input:not[type=submit] {
  font-family: "Sentinel A","Sentinel B";
  background-color: #ffffff !important; }

/****************************/
/*** Countdown Timer ***/
/****************************/
.countdown-details .line-item {
  justify-content: center; }

/* MODAL: scotch ---------------------------- */
.modal-content {
  display: none; }

.scotch-content {
  max-height: 80vh;
  position: relative;
  overflow-y: auto; }

.scotch-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1ms opacity ease;
  -moz-transition: 1ms opacity ease;
  -ms-transition: 1ms opacity ease;
  -o-transition: 1ms opacity ease;
  transition: 1ms opacity ease;
  background: rgba(0, 0, 0, 0.6); }

.scotch-modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  opacity: 0;
  max-height: 80vh;
  width: 70vw;
  padding: 0px;
  -webkit-transition: 1ms opacity ease;
  -moz-transition: 1ms opacity ease;
  -ms-transition: 1ms opacity ease;
  -o-transition: 1ms opacity ease;
  transition: 1ms opacity ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff; }

.scotch-modal.scotch-open.scotch-anchored {
  top: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.scotch-modal.scotch-open {
  opacity: 1; }

.scotch-overlay.scotch-open {
  opacity: 1; }

.scotch-close {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 12px;
  position: absolute;
  top: -34px;
  right: -24px;
  padding: 0px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
  z-index: 2; }

/* animations: default */
.scotch-overlay.fade-and-drop {
  display: block;
  opacity: 0; }

.scotch-modal.fade-and-drop {
  top: -300%;
  opacity: 0;
  display: block; }

.scotch-modal.fade-and-drop.scotch-open {
  opacity: 1;
  top: 50%; }

.scotch-overlay.fade-and-drop.scotch-open {
  top: 0;
  opacity: 1; }

.scotch-modal.fade-and-drop {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.scotch-overlay.fade-and-drop {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

/* animations: slide-in-right */
.scotch-modal.slide-in-right .scotch-close {
  color: #000;
  font-size: 28px;
  line-height: 18px;
  font-weight: 500;
  top: 32px;
  right: 25px;
  padding-bottom: 4px; }

.scotch-modal.slide-in-right .scotch-content {
  max-height: 100vh; }

.scotch-modal.slide-in-right {
  right: -100%;
  opacity: 1;
  display: block;
  border-radius: 0px;
  bottom: 0px;
  top: 0px;
  left: unset;
  max-height: unset;
  -webkit-transition: 300ms right ease;
  -moz-transition: 300ms right ease;
  -ms-transition: 300ms right ease;
  -o-transition: 300ms right ease;
  transition: 300ms right ease;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  min-width: 480px;
  width: 50vw; }

.scotch-modal.slide-in-right.scotch-open {
  right: 0px;
  -webkit-transition: 300ms right ease;
  -moz-transition: 300ms right ease;
  -ms-transition: 300ms right ease;
  -o-transition: 300ms right ease;
  transition: 300ms right ease; }

.scotch-modal.slide-in-right.scotch-open.scotch-anchored {
  top: 0;
  right: 0;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  -webkit-transition: 300ms right ease;
  -moz-transition: 300ms right ease;
  -ms-transition: 300ms right ease;
  -o-transition: 300ms right ease;
  transition: 300ms right ease; }

.scotch-overlay.slide-in-right.scotch-open {
  top: 0;
  opacity: 1; }

.scotch-overlay.slide-in-right {
  display: block;
  opacity: 0;
  -webkit-transition: 300ms opacity ease;
  -moz-transition: 300ms opacity ease;
  -ms-transition: 300ms opacity ease;
  -o-transition: 300ms opacity ease;
  transition: 300ms opacity ease; }

/* STICKY ENROLL ---------------------------- */
#shopify-sticky-enrollment {
  background-color: #f4f4f4;
  box-shadow: 0px 4px 20px 0px rgba(42, 38, 35, 0.1);
  padding: 25px 0;
  z-index: 3; }

#shopify-sticky-enrollment > div {
  display: flex;
  justify-content: center;
  align-items: center; }

#shopify-sticky-enrollment h5, #shopify-sticky-enrollment .h5 {
  font-weight: normal;
  margin-bottom: 8px;
  font-weight: bold; }

#shopify-sticky-enrollment .notice {
  width: 40%; }

.newsletter .section-header .rte {
  font-size: 21px; }

/****************************/
/*** Custom CSS ***/
/****************************/
.noselect {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */ }

.block {
  display: block; }

.icon {
  margin-right: 8px; }

.icon-text {
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Gotham SSm A', 'Gotham SSm B'; }

.floating-anchor {
  position: absolute;
  margin-top: -60px; }

.max50 {
  max-width: 50%; }

.relative {
  position: relative; }

/* OVERRIDES ---------------------------- */
a.btn-play svg {
  box-shadow: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

/* HERO ---------------------------- */
/*
.hero.autosize {
height: auto;
}*/
/* BUTTERBAR ---------------------------- */
@media (max-width: 600px) {
  .announcement-bar {
    display: none; } }
.announcement-bar.closed {
  display: none; }

/* MENU ---------------------------- */
.tmenu_app_mobile .tmenu_item_mobile {
  position: static !important; }

/* TABS ---------------------------- */
[data-panel] {
  display: none; }

[data-panel].active {
  display: block; }

/* HOMEPAGE HERO VIDEO ---------------------------- */
/* NEWSLETTER ---------------------------- */
.newsletter {
  color: #fff;
  padding: 40px 96px; }

.newsletter .section-header .rte {
  font-size: 21px; }

/* TEMPLATE: custom ---------------------------- */
[data-archive],
[data-template] {
  display: none; }

/* FILTERS: topics and formats ---------------------------- */
[data-format].hidden,
option.topic-filter.hidden,
option.format-filter.hidden {
  display: none; }

/* COUNTDOWN / STICKY ENROLLMENT ---------------------------- */
#shopify-sticky-enrollment {
  position: fixed !important;
  width: 100%; }

#shopify-sticky-enrollment.hidden {
  display: none !important; }

.countdown-block {
  /*max-width: 85%;*/ }

[data-countdown-block] {
  display: none; }

[data-countdown-block].active {
  display: inline; }

[data-countdown-notice] {
  line-height: 1.5em; }

.notice-details {
  display: inline-flex;
  align-items: center; }

.countdown-details {
  padding: 0% 6%;
  margin: 0 20px 20px 20px;
  border-radius: 4px;
  font-size: 1em; }

/* CHECKBOX ----------- */
.ccbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.ccbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: solid 3px #DBDBDA; }

/* On mouse-over, add a grey background color */
.ccbox:hover input ~ .checkmark {
  background-color: #DBDBDA; }

/* When the checkbox is checked, add a blue background */
.ccbox input:checked ~ .checkmark {
  background-color: #1D1655;
  border-color: #1D1655; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.ccbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.ccbox .checkmark:after {
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Style the Cookie App */
.cc-floating.cc-theme-classic {
  border-radius: 0 !important; }

/****************************/
/*** Hubspot Forms ***/
/****************************/
.hbspt-form form {
  display: flex;
  /*align-items: center;*/
  justify-content: space-evenly;
  width: 100%; }

.hbspt-form form p {
  color: #000; }

.hbspt-form form ul li {
  list-style: none; }

.hbspt-form label {
  display: none; }

.hs-form-field {
  width: 100%;
  position: relative; }

.hs-form-field.hs-inline {
  width: calc(100% - 24px);
  margin-right: 24px; }

.hs-form-field .input > input {
  width: 100%; }

.hs-form-field .input > input.error {
  font-size: 16px;
  margin-bottom: 0; }

ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: -40px; }

/*
.hs_submit.hs-submit input {
    background-color: #E5F4F2;
  transition: all .25s;
}
.hs_submit.hs-submit input:hover,
.hs_submit.hs-submit input:focus {
    background-color: #FFD203;
    color: #000;
}
*/
input.hs-button.primary.large {
  width: 100%;
  white-space: nowrap;
  min-height: 42px; }

#hb-email {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease-out;
  background-color: #D7EEEC;
  /*
  background-size: cover; background-image: url(//cdn.shopify.com/s/files/1/0259/7876/5396/t/4/assets/hubspot-email-bg.jpg?v=7505850521541991858)*/ }

#hb-email.scrolled {
  top: unset;
  left: unset;
  transform: unset;
  bottom: 0px;
  right: 0px; }

#hb-email label {
  display: none; }

.hb-form-image {
  display: flex; }

.hb-form-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  max-width: 456px; }

.hb-form-text p {
  margin-bottom: 48px; }

.hbspt-form {
  width: 100%;
  display: flex; }

#hb-email .hbspt-form form {
  flex-direction: column;
  width: 100%; }

#hb-email.scrolled .hs-form-field {
  width: 100%;
  position: relative; }

#hb-email .hs_submit.hs-submit {
  width: 100%;
  margin-top: 16px; }

.hs-button {
  border-radius: 4px;
  letter-spacing: 0.03em;
  transition: all .3s;
  min-height: 40px;
  padding: 10px 18px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #ffd203;
  color: #000;
  font-family: "Gotham SSm A","Gotham SSm B";
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px; }

#hb-email .hs_submit.hs-submit input {
  background-color: #ffd203;
  transition: all .3s;
  white-space: nowrap; }

#hb-email .hs_submit.hs-submit input:hover,
#hb-email .hs_submit.hs-submit input:focus {
  background-color: #2A2623;
  color: #fff; }

[data-hubspot-email-close]:hover {
  color: #fff; }

#hb-syllabus {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease-out;
  background-color: #D7EEEC;
  z-index: 9;
  /*
  background-size: cover; background-image: url(//cdn.shopify.com/s/files/1/0259/7876/5396/t/4/assets/hubspot-email-bg.jpg?v=7505850521541991858)*/ }

#hb-syllabus label {
  display: none; }

#hb-syllabus .hbspt-form form {
  flex-direction: column;
  width: 100%; }

#hb-syllabus.scrolled .hs-form-field {
  width: 100%;
  position: relative; }

#hb-syllabus .hs_submit.hs-submit {
  width: 100%;
  margin-top: 16px; }

#hb-syllabus .hs_submit.hs-submit input {
  background-color: #ffd203;
  transition: all .25s;
  white-space: nowrap; }

#hb-syllabus .hs_submit.hs-submit input:hover,
#hb-syllabus .hs_submit.hs-submit input:focus {
  background-color: #2A2623;
  color: #fff; }

[data-hubspot-syllabus-close]:hover {
  color: #fff; }

@media (max-width: 900px) {
  .hb-syllabus, .hb-email {
    width: 100%;
    text-align: center; }

  .hb-form-image {
    display: none !important; }

  .hb-form-text {
    max-width: 600px !important; }

  #hb-syllabus {
    position: fixed;
    bottom: 0px;
    left: 0px;
    transform: none; }

  .hbspt-form form {
    flex-direction: column; }

  .hs-form-field.hs-inline {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px; }

  [int-success] {
    text-align: center !important; } }
/****************************/
/*** Integer CSS ***/
/****************************/
[v-cloak] {
  display: none; }

/****************************/
/*** Responsive Classes ***/
/****************************/
@media only screen and (max-width: 1099px) {
  h1, .h1, .h1, .mega-title, .mega-title.home {
    font-size: 1.875em !important; }

  h2, .h2, .h2 {
    font-size: 1.625em !important; }

  h3, .h3, .h3 {
    font-size: 1.125em !important; }

  h4, .h4, .h4 {
    font-size: 1.25em !important; }

  /*
  h4, .h4 {
  font-size: .875em;
}
  */
  .tmenu_item_mobile .tmenu_item_link, .tmenu_item_mobile .tmenu_custom_content, .tmenu_item_mobile .tmenu_item_maps, .tmenu_item_mobile .tmenu_item_contact_form {
    float: left;
    width: 100%; }

  .heading-hr {
    margin-top: 12px;
    margin-bottom: 14px; }

  .order-one {
    order: 1; }

  .order-two {
    order: 2; }

  .order-three {
    order: 3; }

  .flush-bottom {
    padding-bottom: 0 !important; }

  .flush-top {
    padding-top: 0 !important; }

  .double-padding {
    padding-left: 0; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  .grid--flush-bottom {
    margin-bottom: 0; }

  .grid--flush-bottom > .grid__item {
    margin-bottom: 40px; }

  .index-section {
    padding-top: 40px;
    padding-bottom: 40px; }

  [id^="shopify-section-product"] {
    padding-bottom: 40px; }

  .breadcrumbs {
    padding-left: 0 !important; }

  .hero {
    height: 350px; }

  .hero__inner {
    padding: 48px 0; }

  .hero.autosize .hero__inner {
    padding: 48px 0; }

  .mega-subtitle, .mega-subtitle p {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 24px; }

  .hero__btn {
    margin-top: 0; }

  a.btn-play svg {
    height: 35px; }

  .newsletter .section-header .rte {
    font-size: 21px;
    padding-bottom: 20px; }

  .newsletter-section.ribbon .grid {
    flex-direction: column; }

  .newsletter-section.ribbon p {
    margin-bottom: 12px;
    text-align: center; }

  .newsletter-section.ribbon .input-group__field,
  .newsletter-section.ribbon .btn,
  .newsletter-section.ribbon .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .newsletter-section.ribbon .shopify-payment-button__button--unbranded {
    border-radius: 4px; }

  .newsletter-section.ribbon .input-group__field {
    text-align: center; }

  .newsletter-section.ribbon .input-group__btn {
    margin-top: 8px; }

  .section-header > p {
    padding: 0; }

  .feature-row__item.feature-row__image {
    justify-content: center;
    /*display: flex;*/ }

  .testimonials-container {
    display: block; }

  .proof-points {
    flex-direction: column; }

  .proof-points .proof-card {
    margin-bottom: 24px; }

  .proof-points .grid__item:last-child .proof-card {
    margin-bottom: 0; }

  .island-content {
    margin-bottom: 0; }

  .pedagody {
    flex-direction: column; }

  .pedagody .text-block:first-child,
  .pedagody .text-block {
    margin-bottom: 40px; }

  .pedagody .image-block .feature-row__image-wrapper {
    margin-bottom: 24px; }

  .pedagody.grid__item.medium-up--one-whole {
    margin-bottom: 0; }

  .topic-header p {
    padding-right: 0; }

  ul.grid--view-items {
    overflow: visible; }

  ul#topic-products {
    margin-top: 40px; }

  ul#topic-products li:last-child .product-card {
    margin-bottom: 0; }

  #topic-resources {
    /*padding-top: 40px;*/
    padding-bottom: 40px; }

  #topic-resources .heading {
    margin-bottom: 40px; }

  .filter-ribbon .page-width {
    flex-direction: column; }

  select#format-filters {
    margin-left: 0; }

  .filter-ribbon .calendar-link {
    margin-left: auto;
    margin: 20px 0 0; }

  #dots.dots-right {
    left: initial;
    right: initial;
    top: 56%; }

  .community .glider-left, .community .glider-right {
    top: 15%; }

  .community .glider-left {
    left: 16px; }

  .glider-left {
    left: -20px; }

  .glider-right {
    right: -20px; }

  [class^="testimonial-tab"] {
    margin-right: 0; }

  [class^="testimonial-tab"]:last-child {
    margin-bottom: 5%; }

  .product__meta-wrapper {
    padding: 24px; }

  .product-hero-heading {
    padding: 60px 0 40px; }

  .product-single__meta {
    display: flex;
    flex-direction: column; }

  .product-single__meta .grid__item {
    padding-left: 0; }

  .product-single__description.rte {
    padding: 0;
    margin: 40px 0 0; }

  .product-details {
    margin: 0; }

  .product-card:hover, .product-card:focus-within, .proof-points .grid__item:hover .proof-card, .proof-points .grid__item:focus-within {
    transform: none; }

  .product-card__image-wrapper, .product-card__image-wrapper img {
    min-height: initial !important; }

  .product-recommendations__inner .product-card {
    margin-bottom: 40px; }

  .product-info {
    margin-bottom: 12px; }

  .product-card .atc-wrapper {
    flex-direction: column; }

  .product-card .atc-wrapper span.field-value {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%; }

  .product-card__image-wrapper img {
    object-fit: cover; }

  .product-card__info-wrapper {
    width: 100%; }

  .product-card__info-wrapper select {
    width: 100%; }

  .product-info {
    flex-direction: column; }

  .product-card-cta {
    width: 100%; }

  .product-card-cta a.btn.secondary, .product-card-cta .shopify-payment-button a.secondary.shopify-payment-button__button--unbranded, .shopify-payment-button .product-card-cta a.secondary.shopify-payment-button__button--unbranded {
    z-index: 2;
    margin-bottom: 15px;
    width: 100%; }

  /*
  .product-card:hover a.btn.secondary,
  .product-card:focus-within a.btn.secondary{
    background-color: red;
  }
  */
  .countdown-details.island-content {
    margin: 0 0 20px 0; }

  .countdown-details.island-content .icon {
    margin-right: 0px; }

  .max50 {
    max-width: 100%; }

  .topic-header img {
    padding-left: 0; }

  .topics-menu ul {
    flex-direction: column;
    margin: 0;
    display: none; }

  #topic-filters, #format-filters {
    width: 100%; }

  #format-filters {
    margin-top: 20px; }

  #topic-resources .headline > a {
    flex-direction: column; }

  #topic-resources .headline .content {
    width: initial; }

  #topic-resources .headline .content q {
    font-size: 1.4em; }

  div#shopify-section-product-certificate-journey {
    display: none; }

  .cert-overview-wrapper {
    padding: 0; }

  .cert-overview-wrapper ol {
    padding: 40px 0px 0; }

  .cert-steps img {
    width: 100%; }

  .cert .feature-row__image {
    padding-left: 0; }

  .lx-hero-container {
    flex-direction: column; }

  .lx-hero-image {
    justify-content: center;
    padding: 24px;
    padding-left: 24px !important;
    padding-bottom: 0; }

  .lx-hero-image img {
    align-self: center; }

  .overview,
  li.step {
    flex-direction: column; }

  .faq {
    margin: 0 0 24px 0; }

  .faq-toggler:before {
    top: 4px;
    right: 12px; }

  .faq.island-content {
    padding: 0 24px; }

  .faq-header h3, .faq-header .h3,
  .faq-header .h3 {
    display: flex;
    justify-content: flex-start; }

  .faq-header h3 img, .faq-header .h3 img {
    max-width: 20px;
    margin-right: 12px; }

  .faq-header .rte-setting,
  .faq.active .faq-content {
    padding-right: 0; }

  .instructor-list-wrapper {
    padding-top: 40px;
    padding-bottom: 0; }

  .instructor-card,
  .instructor-card .text-link {
    text-align: center; }

  .instructor-card-full .feature-row__image {
    flex-direction: column;
    padding: 0; }

  .feature-row.instructor-card-full .feature-row__image {
    padding-right: 0; }

  .blog-filter {
    flex-direction: column; }

  div#shopify-section-article-template .grid__item {
    padding: 0; }

  .instructor-more .heading {
    flex-direction: column;
    align-items: flex-start; }

  .feature-row.instructor-card-full .rte.rte-setting.featured-row__subtext {
    padding-top: 0; }

  li .resource > div {
    max-height: initial !important;
    min-height: initial !important;
    padding: 0px; }

  li .resource .media {
    max-height: 200px !important;
    min-height: 200px !important; }

  li .resource .content .icons {
    position: relative;
    bottom: initial; }

  iframe {
    max-width: 100%; }

  .scotch-modal {
    width: 90vw !important; }

  .scotch-modal.slide-in-right {
    width: 100% !important; }

  .scotch-modal.fade-and-drop.scotch-open {
    max-width: 80%; }

  .list-view-item__image-column {
    width: 100%; }

  .product-card__image-wrapper, .product-card__image-wrapper img {
    margin-left: 0 !important; }

  .list-view-item__link {
    flex-direction: column; }

  li.step div, .overview div {
    padding: 24px; }

  .cart .list-view-item__image-column {
    width: 100%; }

  .cart .list-view-item__title-column {
    padding-top: 16px; }

  .cart .product-card__image-wrapper, .cart .product-card__image-wrapper img {
    max-height: initial !important;
    width: 100%;
    margin: 0; }

  .cart .cart-upsell .expander,
  .cart .cart-upsell .pitch,
  .cart .cart-checkout {
    flex-direction: column; }

  .cart .cart-upsell .pitch {
    margin-bottom: 12px; }

  .cart .cart-upsell .pitch img {
    max-width: 100%;
    margin-right: 0; }

  .cart .cart-checkout {
    align-items: center; }

  .cart .cart-checkout .small-print {
    max-width: 100%;
    /*text-align: center;*/
    margin-bottom: 12px; }

  .cart .cart-checkout form,
  .cart .cart-upsell .actions,
  .cart .cart-upsell .actions button,
  .cart .btn,
  .cart .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .cart .shopify-payment-button__button--unbranded {
    width: 100%; }

  #cart .cart-headers {
    display: none; }

  #cart .image-column,
  #cart .title-column,
  #cart .option-column,
  #cart .price-column,
  #cart .quantity-column,
  #cart .total-column {
    width: 100%;
    margin-bottom: 16px; }

  #cart .total-column {
    margin-bottom: 0; }

  .cart #run-selector {
    margin-top: 8px; }

  #cart .option-column p {
    position: relative;
    margin-top: 6px;
    bottom: initial; }

  label.mobile {
    width: 50%;
    margin: 0;
    font-weight: 500; }

  #cart select#quantity-selector {
    align-self: flex-end;
    margin-left: auto; }

  #cart input[type="number"] {
    max-width: 25%;
    padding-right: 8px;
    justify-self: flex-end;
    margin-left: auto; }

  #cart .total-column,
  #cart .price-column {
    justify-content: space-between; }

  #cart a.remove {
    position: relative;
    padding-left: 12px;
    right: initial;
    justify-self: flex-end; }

  .checkout {
    width: inherit; }

  #shopify-sticky-enrollment {
    /*display: none;*/
    /* block mobile */ }

  .register {
    padding-top: 48px; }

  .site-footer {
    padding: 40px 0; }

  .site-footer .grid {
    display: flex;
    flex-direction: column; }

  .site-footer .shop-menu {
    flex-direction: column;
    margin-bottom: 32px !important; }

  .site-footer__linklist-item {
    padding: 8px 0; }

  .site-footer .shop-column {
    flex-direction: column;
    margin-bottom: 20px; }

  .site-footer .community-column {
    float: none !important;
    display: flex;
    flex-direction: column; }

  .site-footer__icon-list {
    padding-bottom: 16px; } }
@media (max-width: 700px) {
  .newsletter {
    padding: 20px 40px; } }
@media (max-width: 480px) {
  #dots.dots-right {
    left: initial;
    right: initial;
    top: 30%; } }
@media (max-width: 420px) {
  #dots.dots-right {
    left: initial;
    right: initial;
    top: 33%; } }
@media (max-width: 380px) {
  #dots.dots-right {
    left: initial;
    right: initial;
    top: 30%; } }
.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

@media (max-width: 600px) {
  .desktop-only {
    display: none; }

  .mobile-only {
    display: block; } }
