/** Shopify CDN: Minification failed

Line 4794:3 Unexpected "zoom"
Line 5522:3 Unexpected "zoom"
Line 7007:7 Unexpected "zoom"

**/
@charset "UTF-8";
/*============================================================================
  [MadeBySeed] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
iframe[src="//localhost:3000/preview_bar"] {
  display: none; }

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  width: 100%; }
  .slick-track:after, .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

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

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

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

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

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

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

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

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*! houdinijs v11.0.4 | (c) 2019 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/houdini */
.houdini {
  display: none; }

.houdini[tabindex="-1"]:focus {
  outline: none; }

.houdini.is-expanded {
  display: block; }

.houdini-heading .houdini-toggle {
  background: inherit;
  border: none;
  display: block;
  font: inherit;
  padding: 0;
  text-align: inherit;
  width: 100%; }

.houdini-toggle-icon {
  padding: 0 0.5em; }

/*================ TOOLS ================*/
/*================ Utilities & Helpers ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

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

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ Flexbox ================*/
/*================ Transform and Animation ================*/
@-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); } }

/*================ Gradient ================*/
/*================ Spinner ================*/
/*================ Box Shadow ================*/
/*================ Margin/Padding Spacing Helper ================*/
/*================ Typography Tools ================*/
/*================ Spacing ================*/
/*================ Animations ================*/
@keyframes button-spinner {
  0% {
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }

  100% {
    -ms-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=f91b64b89b88fc8e8886234afca25995199990d4c85f233d869f05a41d430b57") format("woff2"), url("https://fonts.shopifycdn.com/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=1d215cc7196526dd99e34005f190d4db3d4b069aa166e0452d6e64d946030be8") format("woff"); }

@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/poppins/poppins_n7.58aca33913fc6666cc9e8a53f6b16ec5c3c05a3f.woff2?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=c6abed3dc21b4a9a5afd9d4a03473069fa8e7d18369e15119d0a9de3dfdb0859") format("woff2"), url("https://fonts.shopifycdn.com/poppins/poppins_n7.59016f931f3f39434d2e458fba083eb7db7a07d9.woff?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=00c3020cf4c0f47e7fc577bae77390058a1f7271135a2fcd8cd3ef2860a8e000") format("woff"); }

@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/poppins/poppins_i4.a7e8d886e15d5fb9bc964a53b3278effbf270e9c.woff2?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=71c4fe09f92fa1c8fa3e8595d0ae3c652a3d7ac8bd5954d5fa6a764b51b36cd8") format("woff2"), url("https://fonts.shopifycdn.com/poppins/poppins_i4.e87de252199e27825a41bf81646996685d86452d.woff?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=b47141ef4d0a3faa5b3e6f7974658869d8947eb17f25158484c3ba0e53494cbd") format("woff"); }

@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/poppins/poppins_i7.4f85a5d51a1aecf426eea47ac4570ef7341bfdc1.woff2?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=86906e14bb8ea0f0cae14d5a6940dc40ca77911affbde57757fa1576826427f9") format("woff2"), url("https://fonts.shopifycdn.com/poppins/poppins_i7.aff3a08a92d1c136586c611b9fc43d357dfbbefe.woff?h1=c2FsdGFuZHN0cmF3LmNvbQ&hmac=846a4b2253ee2bbc8c21982057794ad227585c329409c218ec845a5c9f2f3dd6") format("woff"); }

@font-face {
  font-family: 'Moret';
  src: url("39F995_0_0.eot");
  src: url("39F995_0_0.woff2") format("woff2"), url("39F995_0_0.woff") format("woff"), url("39F995_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AkkuratStd';
  src: url("AkkuratStd-Regular.otf") format("opentype"); }

/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Spacing Variables ================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Opacity ================*/
/*================ Transitions ================*/
/*================ Box Shadow ================*/
/*================ Border radius ================*/
/*================ Form Elements ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

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

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

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: #fdf7eb; }

[tabindex='-1']:focus {
  outline: none; }

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

/*================ Typography ================*/
body {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: black;
  letter-spacing: 0.05625rem; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Moret, Arial, sans-serif;
  line-height: 1;
  margin: 0 0 0.9375rem; }

h1, .h1 {
  font-size: 2.125rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

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

h6, .h6 {
  font-size: 0.875rem; }

p {
  color: black;
  margin: 0 0 0.9375rem; }
  p:last-child {
    margin-bottom: 0; }

button,
input,
select,
textarea {
  font-family: Poppins, Arial, sans-serif; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 47.99em) {
    .grid {
      margin-left: -0.9375rem; } }

.grid__item {
  max-width: 100%;
  width: 100%;
  padding-left: 1.875rem;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }
  @media only screen and (max-width: 47.99em) {
    .grid__item {
      padding-left: 0.9375rem; } }

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

.grid--half-gutters {
  margin-left: -0.9375rem; }
  .grid--half-gutters > .grid__item {
    padding-left: 0.9375rem; }
  @media only screen and (max-width: 47.99em) {
    .grid--half-gutters {
      margin-left: -0.46875rem; }
      .grid--half-gutters > .grid__item {
        padding-left: 0.46875rem; } }

.grid--double-gutters {
  margin-left: -3.75rem; }
  .grid--double-gutters > .grid__item {
    padding-left: 3.75rem; }
  @media only screen and (max-width: 47.99em) {
    .grid--double-gutters {
      margin-left: -1.875rem; }
      .grid--double-gutters > .grid__item {
        padding-left: 1.875rem; } }

.grid--view-items {
  margin-bottom: -0.9375rem;
  overflow: auto; }
  .grid--view-items > .grid__item {
    margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 48em) {
    .grid--view-items {
      margin-bottom: -1.875rem; }
      .grid--view-items > .grid__item {
        margin-bottom: 1.875rem; } }

.grid--view-items-half {
  margin-bottom: -0.46875rem;
  overflow: auto; }
  .grid--view-items-half > .grid__item {
    margin-bottom: 0.46875rem; }
  @media only screen and (min-width: 48em) {
    .grid--view-items-half {
      margin-bottom: -0.9375rem; }
      .grid--view-items-half > .grid__item {
        margin-bottom: 0.9375rem; } }

/*============================================================================
  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.
==============================================================================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

/* )Halves */
.one-half {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

/* Thirds */
.one-third {
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.two-thirds {
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

/* Quarters */
.one-quarter {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.two-quarters {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.three-quarters {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

/* Fifths */
.one-fifth {
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.two-fifths {
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%; }

.three-fifths {
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%; }

.four-fifths {
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  flex-basis: 80%;
  max-width: 80%; }

/* Sixths */
.one-sixth {
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.two-sixths {
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.three-sixths {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.four-sixths {
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.five-sixths {
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

/* Eighths */
.one-eighth {
  -ms-flex-preferred-size: 12.5%;
  -webkit-flex-basis: 12.5%;
  -moz-flex-basis: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

.two-eighths {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.three-eighths {
  -ms-flex-preferred-size: 37.5%;
  -webkit-flex-basis: 37.5%;
  -moz-flex-basis: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%; }

.four-eighths {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.five-eighths {
  -ms-flex-preferred-size: 62.5%;
  -webkit-flex-basis: 62.5%;
  -moz-flex-basis: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%; }

.six-eighths {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.seven-eighths {
  -ms-flex-preferred-size: 87.5%;
  -webkit-flex-basis: 87.5%;
  -moz-flex-basis: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%; }

/* Tenths */
.one-tenth {
  -ms-flex-preferred-size: 10%;
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  flex-basis: 10%;
  max-width: 10%; }

.two-tenths {
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.three-tenths {
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%; }

.four-tenths {
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%; }

.five-tenths {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.six-tenths {
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%; }

.seven-tenths {
  -ms-flex-preferred-size: 70%;
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  flex-basis: 70%;
  max-width: 70%; }

.eight-tenths {
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  flex-basis: 80%;
  max-width: 80%; }

.nine-tenths {
  -ms-flex-preferred-size: 90%;
  -webkit-flex-basis: 90%;
  -moz-flex-basis: 90%;
  flex-basis: 90%;
  max-width: 90%; }

/* Twelfths */
.one-twelfth {
  -ms-flex-preferred-size: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  -moz-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.two-twelfths {
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  -moz-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.three-twelfths {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.four-twelfths {
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.five-twelfths {
  -ms-flex-preferred-size: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  -moz-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.six-twelfths {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.seven-twelfths {
  -ms-flex-preferred-size: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  -moz-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.eight-twelfths {
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  -moz-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.nine-twelfths {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.ten-twelfths {
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  -moz-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.eleven-twelfths {
  -ms-flex-preferred-size: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  -moz-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-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: 29.99em) {
  /** Whole */
  .xs--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .xs--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .xs--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .xs--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .xs--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .xs--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .xs--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .xs--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .xs--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .xs--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .xs--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .xs--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .xs--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .xs--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .xs--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .xs--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .xs--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .xs--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .xs--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .xs--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .xs--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .xs--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .xs--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .xs--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .xs--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .xs--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .xs--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .xs--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .xs--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .xs--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .xs--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .xs--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .xs--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .xs--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .xs--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .xs--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .xs--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .xs--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .xs--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .xs--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .xs--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .xs--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .xs--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

  .xs--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 30em) and (max-width: 47.99em) {
  /** Whole */
  .small--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .small--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .small--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .small--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .small--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .small--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .small--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .small--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .small--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .small--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .small--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .small--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .small--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .small--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .small--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .small--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .small--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .small--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .small--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .small--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .small--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .small--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .small--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .small--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .small--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .small--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .small--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .small--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .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 (max-width: 47.99em) {
  /** Whole */
  .small-down--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .small-down--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .small-down--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small-down--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .small-down--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small-down--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-down--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .small-down--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .small-down--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .small-down--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .small-down--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .small-down--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .small-down--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small-down--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-down--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .small-down--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .small-down--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .small-down--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small-down--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .small-down--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-down--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .small-down--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .small-down--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .small-down--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .small-down--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .small-down--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .small-down--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .small-down--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-down--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .small-down--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .small-down--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .small-down--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .small-down--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .small-down--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .small-down--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small-down--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small-down--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .small-down--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-down--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .small-down--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .small-down--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .small-down--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .small-down--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

  .small-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 30em) {
  /** Whole */
  .small-up--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .small-up--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .small-up--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small-up--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .small-up--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small-up--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-up--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .small-up--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .small-up--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .small-up--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .small-up--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .small-up--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .small-up--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small-up--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-up--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .small-up--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .small-up--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .small-up--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small-up--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .small-up--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-up--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .small-up--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .small-up--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .small-up--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .small-up--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .small-up--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .small-up--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .small-up--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-up--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .small-up--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .small-up--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .small-up--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .small-up--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .small-up--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .small-up--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .small-up--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .small-up--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .small-up--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .small-up--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .small-up--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .small-up--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .small-up--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .small-up--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

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

  /* )Halves */
  .medium-up--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium-up--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium-up--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-up--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .medium-up--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .medium-up--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .medium-up--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .medium-up--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium-up--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-up--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .medium-up--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .medium-up--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium-up--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .medium-up--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-up--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .medium-up--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .medium-up--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .medium-up--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .medium-up--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .medium-up--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .medium-up--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-up--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .medium-up--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .medium-up--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .medium-up--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .medium-up--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .medium-up--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium-up--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium-up--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .medium-up--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-up--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .medium-up--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .medium-up--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .medium-up--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .medium-up--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 63.99em) {
  /** Whole */
  .medium-down--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .medium-down--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium-down--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .medium-down--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium-down--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-down--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .medium-down--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .medium-down--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .medium-down--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .medium-down--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium-down--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-down--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .medium-down--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .medium-down--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .medium-down--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium-down--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .medium-down--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-down--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .medium-down--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .medium-down--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .medium-down--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .medium-down--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .medium-down--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .medium-down--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-down--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .medium-down--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .medium-down--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .medium-down--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .medium-down--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .medium-down--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium-down--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium-down--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .medium-down--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium-down--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .medium-down--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .medium-down--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .medium-down--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .medium-down--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .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: 48em) and (max-width: 63.99em) {
  /** Whole */
  .medium--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .medium--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .medium--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .medium--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .medium--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .medium--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .medium--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .medium--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .medium--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .medium--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .medium--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .medium--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .medium--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .medium--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .medium--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .medium--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .medium--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .medium--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .medium--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .medium--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .medium--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .medium--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .medium--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .medium--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .medium--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .medium--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .medium--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .medium--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .medium--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .medium--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .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 (min-width: 64em) {
  /** Whole */
  .large-up--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .large-up--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .large-up--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .large-up--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .large-up--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large-up--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .large-up--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .large-up--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .large-up--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .large-up--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .large-up--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large-up--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .large-up--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .large-up--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .large-up--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .large-up--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large-up--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .large-up--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .large-up--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .large-up--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .large-up--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .large-up--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .large-up--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large-up--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .large-up--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .large-up--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .large-up--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .large-up--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .large-up--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .large-up--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .large-up--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .large-up--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large-up--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .large-up--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .large-up--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .large-up--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .large-up--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 64em) and (max-width: 79.99em) {
  /** Whole */
  .large--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .large--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .large--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .large--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .large--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .large--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .large--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .large--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .large--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .large--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .large--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .large--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .large--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .large--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .large--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .large--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .large--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .large--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .large--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .large--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .large--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .large--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .large--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .large--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .large--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .large--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .large--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .large--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .large--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .large--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .large--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .large--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .large--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .large--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .large--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .large--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .large--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

  .large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 80em) {
  /** Whole */
  .widescreen--one-whole {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; }

  /* )Halves */
  .widescreen--one-half {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* Thirds */
  .widescreen--one-third {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .widescreen--two-thirds {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  /* Quarters */
  .widescreen--one-quarter {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .widescreen--two-quarters {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .widescreen--three-quarters {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  /* Fifths */
  .widescreen--one-fifth {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .widescreen--two-fifths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .widescreen--three-fifths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .widescreen--four-fifths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  /* Sixths */
  .widescreen--one-sixth {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .widescreen--two-sixths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .widescreen--three-sixths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .widescreen--four-sixths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .widescreen--five-sixths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  /* Eighths */
  .widescreen--one-eighth {
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    -moz-flex-basis: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }

  .widescreen--two-eighths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .widescreen--three-eighths {
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    -moz-flex-basis: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }

  .widescreen--four-eighths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .widescreen--five-eighths {
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    -moz-flex-basis: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }

  .widescreen--six-eighths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .widescreen--seven-eighths {
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    -moz-flex-basis: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }

  /* Tenths */
  .widescreen--one-tenth {
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    flex-basis: 10%;
    max-width: 10%; }

  .widescreen--two-tenths {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%; }

  .widescreen--three-tenths {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%; }

  .widescreen--four-tenths {
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%; }

  .widescreen--five-tenths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .widescreen--six-tenths {
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%; }

  .widescreen--seven-tenths {
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%; }

  .widescreen--eight-tenths {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%; }

  .widescreen--nine-tenths {
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    flex-basis: 90%;
    max-width: 90%; }

  /* Twelfths */
  .widescreen--one-twelfth {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    -moz-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .widescreen--two-twelfths {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -moz-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .widescreen--three-twelfths {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .widescreen--four-twelfths {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .widescreen--five-twelfths {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    -moz-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .widescreen--six-twelfths {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .widescreen--seven-twelfths {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -moz-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .widescreen--eight-twelfths {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .widescreen--nine-twelfths {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .widescreen--ten-twelfths {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -moz-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .widescreen--eleven-twelfths {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -moz-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

  .widescreen--text-center {
    text-align: center !important; } }
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.template-index, .template-about {
  background-color: #fdf7eb; }

.template-product, .template-collection {
  background-color: white; }

.page-width {
  margin: 0 auto;
  position: relative; }

@media only screen and (min-width: 64em) {
  .page-container {
    padding-top: 118px;
    transition: padding-top 0.25s; } }
.page-width--contain {
  max-width: 78.75rem;
  margin: auto; }

#PageContainer {
  background: white;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25); }

@media only screen and (max-width: 63.99em) {
  .site-header__icon--nav {
    width: 16% !important; }

  .site-header__right {
    margin-right: 0.5rem !important;
    padding-right: 0.5rem !important; } }
#shopify-section-header {
  position: relative;
  z-index: 3; }

@media only screen and (min-width: 64em) {
  #shopify-section-header .site-header {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 0px black;
    transition: box-shadow 0.25s, height 0.25s;
    background-image: none;
    background-color: white;
    background-position: top center; }
  #shopify-section-header nav {
    margin-bottom: 2rem;
    transition: margin-bottom 0.25s; }
  #shopify-section-header .site-header__logo {
    margin-bottom: 0;
    position: absolute;
    margin-left: 1rem;
    z-index: 7;
    transition: position 0s;
    transition-delay: 0.25s; }
    #shopify-section-header .site-header__logo img {
      max-width: 250px !important;
      transition: max-width 0.25s; }
  #shopify-section-header .site-header__logo-image {
    min-width: 0px; }
  #shopify-section-header .site-logo {
    position: relative; }
    #shopify-section-header .site-logo:before {
      content: '';
      background: white;
      background-image: url(//cdn.shopify.com/s/files/1/0092/2815/7033/files/planks.png?v=1589554780);
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -18%;
      border: solid 1px #000;
      border-top: 0;
      border-bottom: 0;
      border-radius: 0 0 2px 2px;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.25s; }
  #shopify-section-header .site-header__right-icons {
    margin-top: 0;
    margin-bottom: 0.625rem;
    transition: margin-top 0.25s, margin-bottom 0.25s; } }
@media only screen and (max-width: 63.99em) {
  #shopify-section-header .site-header {
    height: 70px; } }
.scrolled #shopify-section-header .site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  transition: box-shadow 0.25s, height 0.25s; }
  @media only screen and (min-width: 64em) {
    .scrolled #shopify-section-header .site-header {
      height: 52px; } }
@media only screen and (min-width: 64em) {
  .scrolled #shopify-section-header .site-logo:before {
    bottom: -18%;
    border-bottom: solid 1px;
    opacity: 1;
    transition: opacity 0.75s;
    transition-delay: 0.25s; }
  .scrolled #shopify-section-header nav {
    margin-bottom: 0rem;
    transition: margin-bottom 0.25s; }
  .scrolled #shopify-section-header .site-header__logo {
    position: fixed;
    top: 0; }
    .scrolled #shopify-section-header .site-header__logo img {
      max-width: 200px !important;
      transition: max-width 0.25s; }
  .scrolled #shopify-section-header .site-header__right-icons {
    margin-top: -2.4rem;
    margin-bottom: 1rem;
    transition: margin-top 0.25s, margin-bottom 0.25s; } }
@media only screen and (min-width: 64em) {
  .scrolled .page-container {
    padding-top: 52px;
    transition: padding-top 0.25s; } }
@media only screen and (max-width: 63.99em) {
  .scrolled .page-container {
    padding-top: 70px;
    transition: none; } }

.page-wide,
.page-width {
  width: 100%;
  padding: 0 4.375rem;
  *zoom: 1; }
  .page-wide::after,
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 47.99em) {
    .page-wide,
    .page-width {
      padding: 0 0.9375rem; } }

.page-width--article {
  padding: 0 2.5rem; }

@media only screen and (max-width: 47.99em) {
  .page-width--flavors, .page-width--collage {
    padding: 0; } }

.page-width--flavors {
  margin: 6.25rem 0; }

@media only screen and (max-width: 47.99em) {
  .page-width--drive {
    padding: 0; } }
@media only screen and (max-width: 47.99em) {
  .page-width--drive .section-header {
    font-size: 3.125rem; } }

hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid #d8d8d8; }

.hr--clear {
  border: transparent; }

.hr--medium {
  margin: 1.875rem 0; }

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

ol {
  list-style: decimal; }

li {
  list-style: none; }

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

/*================ Misc styles ================*/
.address {
  margin-bottom: 1.25rem; }

.shopify-policy__title h1, .shopify-policy__title .h1 {
  text-transform: capitalize;
  padding-top: 1.875rem; }

/*================ Images ================*/
/*** Responsive lazyloaded images ***/
.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
  /* padding-top is calculated and rendered directly from HTML */ }

.ratio-box--video {
  padding-top: 56.25%; }

.ratio-box img,
.ratio-box iframe,
.ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.background-box {
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  min-height: 300px; }

.lazyload,
.lazyloading {
  opacity: 0.25; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.15s ease-in-out; }

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

.icon--wide {
  width: 2.5rem; }

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

.icon-hamburger {
  height: 1.5rem;
  width: 1.5rem;
  color: white; }

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

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

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 5.14286rem;
  height: 1.5rem; }

/*================ Rich Text Editor ================*/
.rte {
  line-height: 1.5; }
  .rte:not(:last-child) {
    margin-bottom: 0.9375rem; }
  .rte img {
    height: auto; }
  .rte table {
    table-layout: fixed; }
  .rte ul,
  .rte ol {
    margin: 0 0 0.9375rem 1.25rem; }
  .rte ul {
    list-style: none; }
  .rte li {
    list-style: inherit; }
    .rte li:before {
      content: "";
      background-color: #f9423a;
      display: inline-block;
      width: 0.625rem;
      height: 0.625rem;
      margin-right: 0.625rem;
      margin-left: -1.25rem;
      padding-left: 0.625rem;
      border-radius: 50%; }

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

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

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

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

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 47.99em) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 0.9375rem;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 0.9375rem;
      color: black; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 0.9375rem;
    padding-top: 0.9375rem; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0.9375rem;
      right: 0.9375rem;
      border-bottom: 1px solid #d8d8d8; } }
/*================ Links & Buttons ================*/
a {
  color: black;
  text-decoration: none; }

.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  background-color: #f9423a;
  color: white;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.25rem;
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .btn:focus, .btn:hover {
    opacity: 0.6; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.6; }
  .btn.is-adding {
    position: relative; }
    .btn.is-adding:after, .btn.is-adding:before {
      content: "";
      position: absolute; }
    .btn.is-adding:before {
      top: 50%;
      left: 50%;
      border: 2px solid currentColor;
      border-top: 2px solid transparent;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      animation: button-spinner 2s linear infinite;
      z-index: 1; }
    .btn.is-adding:after {
      width: 100%;
      height: 100%;
      background-color: inherit;
      top: 0;
      left: 0; }

.btn--secondary {
  color: white;
  background-color: #3e3934; }

.btn--outline {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  border-color: currentColor;
  color: currentColor; }

.btn--link,
.btn--text-link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: black;
  text-align: left; }

.btn--link {
  padding-left: 0;
  padding-right: 0; }
  .btn--link .icon {
    vertical-align: middle; }

.btn--text-link {
  padding: 0;
  font-size: 1rem;
  text-decoration: underline;
  text-transform: capitalize; }

.btn--wide {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
label {
  display: block; }

.label-overlaid {
  background-color: white;
  padding: 0.3125rem;
  position: relative;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  z-index: 1; }
  .product-card .label-overlaid {
    background-color: #fff; }

.label-overlaid--centered {
  left: 0;
  right: 0; }

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

input,
select,
textarea {
  border: 2px solid #36322e;
  border-radius: 0;
  max-width: 100%;
  padding: 1.25rem 0.9375rem; }
  .label-overlaid + input, .label-overlaid +
  select, .label-overlaid +
  textarea {
    padding-top: 1.5625rem; }
  input[disabled],
  select[disabled],
  textarea[disabled] {
    cursor: default;
    background-color: #eeeeee;
    border-color: #cccccc; }

textarea {
  min-height: 6.25rem; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-size: auto 2.5rem;
  background-image: url(//cdn.shopify.com/s/files/1/0092/2815/7033/t/98/assets/ico-select.svg?v=89047845456690160011688066446);
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2.8125rem;
  text-indent: 0.00063rem;
  text-overflow: '';
  cursor: pointer;
  color: black;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 0.625rem;
    background-image: none; }

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

/*================ Custom Checkbox & Radio styles ================*/
.checkbox,
.radio {
  position: relative;
  border: 2px solid #36322e;
  cursor: pointer; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0; }

.checkbox, .checkbox + label,
.radio,
.radio + label {
  display: inline-block;
  vertical-align: middle; }

.checkbox {
  width: 1rem;
  height: 1rem; }

input[type="checkbox"] + .checkbox__mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
input[type="checkbox"]:checked + .checkbox__mark:after {
  content: "\02714";
  position: relative;
  top: -0.3125rem; }

.radio,
.radio__mark {
  border-radius: 100%; }

.radio {
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #fdf7eb; }

input[type="radio"] + .radio__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  height: 55%;
  background-color: currentColor;
  display: none;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
input[type="radio"]:checked + .radio__mark {
  display: block; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #e74c3c;
  background-color: #c0392b;
  color: #e74c3c; }

/*================ Vertical forms ================*/
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  width: auto;
  margin-right: 0.3125rem; }
.form-vertical [type="radio"],
.form-vertical [type="checkbox"],
.form-vertical label {
  display: inline-block; }
.form-vertical [type="submit"],
.form-vertical .btn {
  display: inline-block;
  width: auto; }
.form-vertical .btn {
  margin-bottom: 0.9375rem; }

/*================ Form feedback messages ================*/
.note,
.form-message,
.form-success,
.errors {
  padding: 1.25rem 0.9375rem;
  margin: 0 0 0.9375rem; }

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

.form-success, .form-message--success {
  border: 1px solid #2ecc71;
  color: #2ecc71; }

.errors {
  border: 1px solid #e74c3c;
  color: #e74c3c; }
  .errors ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .errors a {
    color: #e74c3c;
    text-decoration: underline; }

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

.placeholder-svg--small {
  width: 30rem; }

.placeholder-noblocks {
  padding: 2.5rem;
  text-align: center; }

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

/*================ Drawers ================*/
.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: #fdf7eb;
    color: black; }

.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--left {
  width: 18.75rem;
  left: -18.75rem; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(18.75rem);
    -webkit-transform: translateX(18.75rem);
    transform: translateX(18.75rem); }
    .lt-ie9 .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  width: 18.75rem;
  right: -18.75rem;
  border-left: 1px solid #d8d8d8; }
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-18.75rem);
    -webkit-transform: translateX(-18.75rem);
    transform: translateX(-18.75rem); }
    .lt-ie9 .js-drawer-open-right .drawer--right {
      right: 0; }

.drawer--left,
.drawer--right {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 1.875rem 1.875rem;
  z-index: 9;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.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__header {
  display: table;
  height: 4.375rem;
  width: 100%; }

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

.drawer__title {
  width: 100%; }

.drawer__close {
  width: 1%;
  text-align: center; }

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -0.9375rem;
  height: 100%;
  width: 3.75rem;
  padding: 0 1.25rem;
  color: inherit;
  font-size: 1.125rem; }
  .drawer__close-button:active, .drawer__close-button:focus {
    background-color: rgba(0, 0, 0, 0.6); }

/*================ Slick Slider Overrides ================*/
/*** Slick Arrow ***/
.slick-slider .slick-prev {
  left: 0; }
.slick-slider .slick-next {
  right: 0; }

/*** Slick dots and prev/next pagination ***/
.slick-slider .slick-dots li {
  margin: 0;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 1.25rem; }
  .slick-slider .slick-dots li:first-of-type {
    margin-left: 0; }
  .slick-slider .slick-dots li button {
    position: relative;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem; }
  .slick-slider .slick-dots li button::before {
    text-indent: -9999px;
    background-color: transparent;
    border-radius: 100%;
    background-color: currentColor;
    width: 1.125rem;
    height: 1.125rem;
    opacity: 0.3;
    transition: all 0.2s; }
  .slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #f9423a; }
  .slick-slider .slick-dots li button:active::before {
    opacity: 0.7; }

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

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

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

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

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

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

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

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

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

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

/*================ Positioning Classes ================*/
.relative {
  position: relative; }

/*================ Flex Helper Classes ================*/
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.justify-start {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.justify-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }

.justify-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.justify-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.align-items-start {
  -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; }

.align-items-stretch {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }

.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.align-items-end {
  -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; }

.align-items-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline; }

.align-self-auto {
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto; }

.align-self-start {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align-self-end {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline; }

.align-content-start {
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }

.align-content-between {
  -webkit-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between; }

.align-content-around {
  -webkit-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around; }

.align-content-stretch {
  -webkit-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch; }

.align-content-end {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end; }

/*================ Spacing Helpers ================*/
.m-top-0 {
  margin-top: 0; }

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

.m-bottom-0 {
  margin-bottom: 0; }

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

.m-left-0 {
  margin-left: 0; }

.p-left-0 {
  padding-left: 0; }

.m-right-0 {
  margin-right: 0; }

.p-right-0 {
  padding-right: 0; }

.m-top-1 {
  margin-top: 0.3125rem; }

.p-top-1 {
  padding-top: 0.3125rem; }

.m-bottom-1 {
  margin-bottom: 0.3125rem; }

.p-bottom-1 {
  padding-bottom: 0.3125rem; }

.m-left-1 {
  margin-left: 0.3125rem; }

.p-left-1 {
  padding-left: 0.3125rem; }

.m-right-1 {
  margin-right: 0.3125rem; }

.p-right-1 {
  padding-right: 0.3125rem; }

.m-top-2 {
  margin-top: 0.625rem; }

.p-top-2 {
  padding-top: 0.625rem; }

.m-bottom-2 {
  margin-bottom: 0.625rem; }

.p-bottom-2 {
  padding-bottom: 0.625rem; }

.m-left-2 {
  margin-left: 0.625rem; }

.p-left-2 {
  padding-left: 0.625rem; }

.m-right-2 {
  margin-right: 0.625rem; }

.p-right-2 {
  padding-right: 0.625rem; }

.m-top-3 {
  margin-top: 0.9375rem; }

.p-top-3 {
  padding-top: 0.9375rem; }

.m-bottom-3 {
  margin-bottom: 0.9375rem; }

.p-bottom-3 {
  padding-bottom: 0.9375rem; }

.m-left-3 {
  margin-left: 0.9375rem; }

.p-left-3 {
  padding-left: 0.9375rem; }

.m-right-3 {
  margin-right: 0.9375rem; }

.p-right-3 {
  padding-right: 0.9375rem; }

.m-top-4 {
  margin-top: 1.25rem; }

.p-top-4 {
  padding-top: 1.25rem; }

.m-bottom-4 {
  margin-bottom: 1.25rem; }

.p-bottom-4 {
  padding-bottom: 1.25rem; }

.m-left-4 {
  margin-left: 1.25rem; }

.p-left-4 {
  padding-left: 1.25rem; }

.m-right-4 {
  margin-right: 1.25rem; }

.p-right-4 {
  padding-right: 1.25rem; }

.m-top-5 {
  margin-top: 1.5625rem; }

.p-top-5 {
  padding-top: 1.5625rem; }

.m-bottom-5 {
  margin-bottom: 1.5625rem; }

.p-bottom-5 {
  padding-bottom: 1.5625rem; }

.m-left-5 {
  margin-left: 1.5625rem; }

.p-left-5 {
  padding-left: 1.5625rem; }

.m-right-5 {
  margin-right: 1.5625rem; }

.p-right-5 {
  padding-right: 1.5625rem; }

.m-top-6 {
  margin-top: 1.875rem; }

.p-top-6 {
  padding-top: 1.875rem; }

.m-bottom-6 {
  margin-bottom: 1.875rem; }

.p-bottom-6 {
  padding-bottom: 1.875rem; }

.m-left-6 {
  margin-left: 1.875rem; }

.p-left-6 {
  padding-left: 1.875rem; }

.m-right-6 {
  margin-right: 1.875rem; }

.p-right-6 {
  padding-right: 1.875rem; }

/*================ Typography Helpers ================*/
.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-lowercase {
  text-transform: lowercase; }

.text-normal {
  font-weight: 400; }

.text-bold {
  font-weight: 700; }

.text-italic {
  font-style: italic; }

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

.text-regular {
  font-style: normal; }

.text-cta {
  color: #f9423a; }

.text-highlight {
  color: #ff671f; }

.text-highlight-secondary {
  color: #da262e; }

/*================ Misc. ================*/
.full-width {
  display: block;
  width: 100%; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.promo-bar {
  min-height: unset;
  height: 3.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #f9423a;
  text-align: center; }
  .promo-bar p {
    margin-bottom: 0;
    color: white;
    margin-top: 0; }
  @media only screen and (max-width: 47.99em) {
    .promo-bar {
      font-size: 0.875rem; } }

.promo-bar--hidden {
  max-height: 0;
  padding: 0; }

.promo-close {
  position: absolute;
  right: 5%;
  cursor: pointer; }
  .promo-close svg {
    fill: white;
    height: 1.25rem;
    width: 1.25rem; }

.site-header {
  min-height: inherit;
  background-color: #f9423a;
  background-size: auto;
  background-position: top center;
  background-repeat: repeat-y;
  height: 120px;
  transition: height 0.25s; }

.site-header__container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: static; }
  @media only screen and (max-width: 47.99em) {
    .site-header__container {
      padding: 0; } }
  .site-header__container .site-header__container {
    height: 100%; }

.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 63.99em) {
      .site-logo img {
        max-height: 70px;
        width: auto;
        transition: max-height 0.25s; } }

.site-header__logo-image {
  margin: 0 auto;
  min-width: 15.625rem; }
  @media only screen and (max-width: 63.99em) {
    .site-header__logo-image {
      min-width: 11.25rem; } }

@media only screen and (max-width: 63.99em) {
  .site-header__logo {
    margin: 0 0; } }

.site-header__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: 1rem; }

.site-header__account-log {
  margin-right: 0.9375rem; }
  .site-header__account-log a {
    color: white;
    position: relative; }
    .site-header__account-log a:first-of-type {
      padding-right: 0.3125rem; }
    .site-header__account-log a:first-of-type::after {
      content: "";
      background: white;
      width: 1px;
      position: absolute;
      right: 0;
      top: 0.25rem;
      height: 65%;
      margin-right: 0.3125rem; }

.site-header__right-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-header__right-icons .icon {
    fill: white; }
    .site-header__right-icons .icon:not(.icon-cart) {
      margin-right: 1.25rem; }
    @media only screen and (max-width: 63.99em) {
      .site-header__right-icons .icon {
        height: 1.5rem;
        width: 1.5rem; } }

.site-navigation {
  margin-bottom: 1.5625rem; }
  @media only screen and (max-width: 63.99em) {
    .site-navigation {
      display: none; } }

.site-header__left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.site-header__right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 47.99em) {
    .site-header__right {
      width: 25%;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      padding-right: 1.25rem; } }

@media only screen and (max-width: 63.99em) {
  .site-header__icon--nav {
    width: 25%; } }

.site-nav__link {
  font-size: 1.75rem;
  color: #382f2d;
  font-family: Moret, Arial, sans-serif;
  padding: 0.625rem 1.25rem; }
  .site-nav__link:hover {
    background: white;
    color: #f9423a; }
  @media only screen and (max-width: 79.99em) {
    .site-nav__link {
      font-size: 1.375rem; } }
  @media only screen and (max-width: 63.99em) {
    .site-nav__link {
      font-size: 1.125rem; } }

.site-header__icon-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-header__icon-link span {
    margin-top: 0.125rem;
    color: white; }

.site-nav--has-submenu:hover .site-nav__submenu {
  max-height: 18.75rem; }

.site-nav__submenu {
  margin-top: 0.5rem;
  background: #dee2e6;
  position: absolute;
  z-index: 9;
  padding: 0 0.625rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s; }
  .site-nav__submenu .site-nav__link {
    color: #382f2d;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600; }
    .site-nav__submenu .site-nav__link:hover {
      color: #f9423a;
      background: none; }
  .site-nav__submenu .site-nav__child {
    margin-bottom: 0.625rem; }
    .site-nav__submenu .site-nav__child:first-child {
      padding-top: 1.5625rem; }
    .site-nav__submenu .site-nav__child:last-child {
      padding-bottom: 0.9375rem; }

li.site-nav__child[data-link="instant-pickup-delivery"] {
  display: flex;
  margin-left: 1rem; }
  li.site-nav__child[data-link="instant-pickup-delivery"] a {
    background: #f9423a;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: solid 1px white;
    font-size: 1.3rem; }

/*================ Header Search ================*/
.search-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  vertical-align: middle;
  max-width: 1.25rem;
  margin-right: 1.25rem; }
  .search-header .icon.icon-search {
    margin: 0; }
  .search-header.search--focus {
    max-width: 250px; }

.search-header__input {
  cursor: pointer;
  border: none;
  position: absolute;
  padding: 0;
  background: transparent;
  margin-right: 0.625rem; }

.search--focus .search-header__input {
  outline: none;
  cursor: auto;
  background: white;
  position: static; }
.search--focus .search-header__submit {
  pointer-events: auto;
  position: static; }

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

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

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

/*================ Site Footer ================*/
.site-footer {
  background: white;
  margin-top: 1.25rem;
  position: relative; }
  .site-footer .contact-form {
    padding: 0 10%;
    width: 100%; }

.footer-detail {
  max-width: 34.375rem;
  padding: 0 1.5625rem;
  padding-left: 4.375rem; }
  @media only screen and (max-width: 47.99em) {
    .footer-detail {
      padding: 3.125rem 1.5625rem; } }

.footer-title {
  color: #f9423a; }

.footer-linklist a {
  font-weight: 600; }

.footer-linklist__title {
  text-transform: uppercase; }

.footer-subtitle {
  font-weight: 600; }

.footer-social {
  max-width: 6.25rem; }

.footer-social__list-item {
  border: 2px #fdf7eb solid;
  border-radius: 1.25rem;
  margin: 0 0.625rem; }
  .footer-social__list-item:first-child {
    margin-left: 0; }
  .footer-social__list-item .icon {
    height: 1.875rem;
    width: 1.875rem; }

.footer-newsletter__input {
  height: 4.375rem;
  border: none;
  width: 100%;
  background: white; }
  .footer-newsletter__input::placeholder {
    color: #382f2d; }
  @media only screen and (max-width: 47.99em) {
    .footer-newsletter__input {
      max-width: unset; } }

.newsletter__submit {
  padding: 0.625rem 0.9375rem;
  height: 100%;
  background: #f9423a;
  border-radius: 0; }

@media only screen and (max-width: 63.99em) {
  .newsletter__submit {
    padding: 0.625rem 0.3125rem; } }
.site-footer__email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -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: #ddd5cd;
  min-height: 18.75rem; }

.site-footer__copyright {
  font-size: 0.6875rem;
  font-weight: 600; }

.footer-copyright__link:first-of-type {
  border-left: 1px #382f2d solid;
  border-right: 1px #382f2d solid; }

.footer-linklist-container {
  margin: 1.5625rem 0; }

/*================ Sticky Element ================*/
.sticky-element.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }

/*================ Ajax Cart ================*/
.ajaxcart__inner {
  margin-bottom: 1.875rem; }

.ajaxcart__product {
  position: relative;
  max-height: 31.25rem; }
  .ajaxcart__product.is-removed {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95); }
  .ajaxcart__product .sub_items {
    display: flex;
    flex-direction: column;
    padding-bottom: 1em;
    margin-left: -0.5em; }
    .ajaxcart__product .sub_items .sub_item {
      position: relative;
      display: flex;
      margin-bottom: 0.5em;
      align-items: center; }
      .ajaxcart__product .sub_items .sub_item img {
        flex: 0;
        margin-right: 1em; }
      .ajaxcart__product .sub_items .sub_item .sub_title {
        flex: 1;
        font-size: 0.7em; }
      .ajaxcart__product .sub_items .sub_item .badge {
        margin-right: 1em;
        position: absolute;
        top: 0;
        right: 0;
        background: #f9423a;
        width: 20px;
        height: 20px;
        text-align: center;
        color: white;
        border-radius: 50px;
        padding: 2px;
        font-size: 0.8em;
        border: solid 1px white; }
        .ajaxcart__product .sub_items .sub_item .badge[data-quantity="1"] {
          display: none; }

.ajaxcart__row {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #d8d8d8; }

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 0.9375rem;
  border-radius: 150px; }
  .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.ajaxcart__product-name,
.ajaxcart__product-meta {
  display: block; }
  .ajaxcart__product-name.sub-item,
  .ajaxcart__product-meta.sub-item {
    font-size: 0.8em; }

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 0.375rem; }

/*================ Quantity Selectors ================*/
.js-qty, .ajaxcart__qty {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.9375rem;
  max-width: 6.25rem;
  min-width: 4.6875rem;
  overflow: visible; }
  .js-qty input, .ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 0.9375rem 1.5625rem;
    margin: 0; }
  .js-qty .icon, .ajaxcart__qty .icon {
    width: 0.75rem;
    height: 0.75rem; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 0.5rem;
  background: none;
  text-align: center;
  overflow: hidden; }
  .js-qty__adjust:hover, .ajaxcart__qty-adjust:hover, .js-qty__adjust:focus, .ajaxcart__qty-adjust:focus {
    color: black; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0; }

/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
  margin: 0; }
  .is-loading .ajaxcart__qty {
    opacity: 0.5;
    transition: none; }

.ajaxcart__qty-num {
  border-color: #d8d8d8;
  color: black; }

.ajaxcart__qty-adjust {
  color: black; }

.ajaxcart__qty--plus {
  border-color: #d8d8d8; }

.ajaxcart__qty--minus {
  border-color: #d8d8d8; }

.ajaxcart-item__price-strikethrough {
  float: right; }

.cart-drawer {
  width: 23.4375rem; }
  .cart-drawer .drawer__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #382f2d;
    margin-bottom: 1.5625rem; }
  .cart-drawer .drawer__close {
    width: auto; }
  .cart-drawer h2, .cart-drawer .h2 {
    color: #f9423a; }

.cartNote {
  margin-bottom: 10px; }

.cartNoteLabel {
  margin-bottom: 5px; }

.cartNoteInput {
  background-color: transparent !important;
  outline: none;
  border: 1px solid #707070;
  resize: none; }

.submitCart {
  display: block;
  margin: 0 auto;
  width: fit-content;
  cursor: pointer; }

/*================ Collection Card ================*/
.collection-card {
  position: relative; }

.collection-card__link {
  display: block; }

.collection-card__title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0.9375rem; }
  @media only screen and (min-width: 48em) {
    .collection-card__title {
      bottom: 1.875rem; } }
  @media only screen and (max-width: 47.99em) {
    .collection-card__title {
      margin: 0 0.3125rem; } }

.collection-card__btn {
  width: 100%;
  border-radius: 999rem;
  background-color: rgba(249, 66, 58, 0.9);
  font-size: 1rem; }
  .collection-card__btn:hover {
    opacity: 1; }
  @media only screen and (min-width: 48em) {
    .collection-card__btn {
      max-width: 80%; } }
  @media only screen and (min-width: 64em) {
    .collection-card__btn {
      max-width: 65%; } }

@media only screen and (min-width: 48em) {
  .template-index .collection-card__image--1 {
    border-top-left-radius: 1.875rem; }
  .template-index .collection-card__image--2 {
    border-top-right-radius: 1.875rem; }
  .template-index .collection-card__image--3 {
    border-bottom-left-radius: 1.875rem; }
  .template-index .collection-card__image--4 {
    border-bottom-right-radius: 1.875rem; } }
@media only screen and (max-width: 47.99em) {
  .template-index .collection-card__image--1 {
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem; }
  .template-index .collection-card__image--4 {
    border-bottom-left-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem; } }
/*================ Product Card ================*/
.product-card.is-selected .product-card__qty-wrapper {
  display: block; }
.product-card.is-selected .product-card__btn {
  display: none; }

.product-card__link {
  display: block;
  margin-bottom: 0.9375rem; }

.product-card__price,
.product-card__title {
  color: rgba(0, 0, 0, 0.7); }

.product-card__form {
  min-height: 5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -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; }
  .product-card__form .js-qty, .product-card__form .ajaxcart__qty {
    margin-bottom: 0; }

.product-card__qty-wrapper {
  display: none; }

.product-card .js-qty__adjust[disabled], .product-card [disabled].ajaxcart__qty-adjust, .product-card .js-qty__adjust[disabled]:hover, .product-card [disabled].ajaxcart__qty-adjust:hover {
  color: #cccccc; }

/*================ Product Form ================*/
.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5625rem; }

.product-form__item {
  padding-bottom: 1.5625rem;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }
  .product-form__item input {
    display: block; }
  .product-form__item select {
    display: block;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .product-form__item label:not(.label-overlaid) {
    padding-bottom: 0.625rem; }

.product-form__item--quantity .js-qty, .product-form__item--quantity .ajaxcart__qty {
  margin: 0; }
.product-form__item--quantity .label-overlaid {
  left: 1.875rem; }

/*================ Account Nav ================*/
.account-nav {
  margin-bottom: 1.875rem; }

.account-nav__link {
  text-transform: capitalize; }

.account-nav--desktop .account-nav__list-item {
  padding: 0.625rem 0; }
.account-nav--desktop .account-nav__link {
  text-decoration: underline; }

.account-nav--mobile .account-nav__list {
  display: none; }
.account-nav--mobile.is-open .account-nav__list {
  display: block; }
.account-nav--mobile .account-nav__list-item {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.25rem 0.625rem; }

.account-nav__header--mobile {
  position: relative; }
  .account-nav__header--mobile:after {
    content: "\0002B";
    display: inline-block;
    position: absolute;
    font-size: 2.125rem;
    top: 50%;
    right: 0;
    font-weight: 700;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .is-open .account-nav__header--mobile:after {
      content: "\02212"; }

.mobile-nav-drawer {
  padding: 0;
  overflow: visible; }

.mobile-nav-drawer__header {
  background: #d22630;
  position: relative;
  height: 6.25rem;
  color: #fdf7eb; }
  .mobile-nav-drawer__header a {
    color: #fdf7eb; }
  .mobile-nav-drawer__header .mobile-nav__close {
    background: #fdf7eb;
    border-radius: 1.5625rem;
    height: 2.1875rem;
    width: 2.1875rem;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    top: 0.625rem;
    right: -3.125rem; }
  .mobile-nav-drawer__header svg {
    color: #fdf7eb; }

.mobile-nav-drawer__account {
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 1.5625rem 0.9375rem;
  text-transform: uppercase; }
  .mobile-nav-drawer__account svg {
    margin-right: 0.3125rem; }

.mobile-nav-drawer__body {
  padding: 0.9375rem; }

.mobile-nav-drawer__nav li {
  padding: 0.625rem 0.3125rem;
  border-top: 1px #d8d8d8 solid; }
  .mobile-nav-drawer__nav li:last-child {
    border-bottom: 1px #d8d8d8 solid; }
  .mobile-nav-drawer__nav li[data-link="instant-pickup-delivery"] {
    border: 0;
    text-align: center;
    margin-top: 1rem; }
    .mobile-nav-drawer__nav li[data-link="instant-pickup-delivery"] a {
      background: #f9423a;
      padding: 0.25rem;
      color: white;
      border-radius: 4px; }

.mobile-nav-icons {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.9375rem; }

.mobile-nav-icons__link {
  padding: 0.625rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .mobile-nav-icons__link svg {
    margin-right: 0.3125rem;
    color: #f9423a; }

.mobile-nav--has-submenu {
  position: relative; }
  .mobile-nav--has-submenu .icon {
    position: absolute;
    right: 0.625rem;
    top: 0.9375rem;
    bottom: 0;
    height: 0.625rem;
    width: 0.625rem; }
  .mobile-nav--has-submenu.active .mobile-nav__submenu {
    max-height: 50rem; }

.mobile-nav__submenu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s; }
  .mobile-nav__submenu li {
    border: none !important; }

.mobile-nav__link {
  display: block;
  width: 100%; }

/*================ Page Banner ================*/
.page-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  min-height: 6.25rem;
  margin-bottom: 1.875rem;
  background-color: #f9423a; }
  @media only screen and (min-width: 48em) {
    .page-banner {
      min-height: 10.3125rem;
      margin-bottom: 3.125rem; } }

.page-banner--tall {
  min-height: 25rem; }
  @media only screen and (max-width: 47.99em) {
    .page-banner--tall {
      min-height: 12.5rem; } }

.page-banner__inner,
.page-banner__inner--custom,
.page-banner__inner-box,
.page-banner__inner-box--custom {
  width: 100%; }

.page-banner__inner {
  text-align: center;
  max-width: 25rem;
  margin: 0 auto;
  padding: 0.9375rem; }
  @media only screen and (min-width: 48em) {
    .page-banner__inner {
      padding: 1.875rem 0; } }

.page-banner__inner--custom {
  max-width: 80%; }
  @media only screen and (max-width: 47.99em) {
    .page-banner__inner--custom {
      max-width: initialf; } }

.page-banner__inner-box {
  background-color: rgba(249, 66, 58, 0.8);
  padding: 1.875rem; }

.page-banner__inner-box--custom {
  background-color: rgba(253, 247, 235, 0.8); }
  .page-banner__inner-box--custom .page-banner__title {
    color: #36322e; }
    @media only screen and (max-width: 47.99em) {
      .page-banner__inner-box--custom .page-banner__title {
        text-align: left; } }
  @media only screen and (max-width: 47.99em) {
    .page-banner__inner-box--custom .btn {
      width: 100%;
      padding: 1.25rem 0rem; } }

.page-banner__subtitle,
.page-banner__subtitle *,
.page-banner__title {
  color: #fdf7eb; }

.page-banner__subtitle * {
  margin-bottom: 0; }

.page-banner__social {
  max-width: 9.375rem;
  margin: 0.625rem auto 0; }
  .page-banner__social svg {
    color: #fdf7eb; }
  @media only screen and (max-width: 47.99em) {
    .page-banner__social {
      margin-left: auto;
      margin-right: auto; } }

.page-banner__social-item {
  padding: 0.3125rem;
  border: 2px #fdf7eb solid;
  border-radius: 1.25rem; }

/*================== MODAL ==================*/
.modal {
  border-radius: 0;
  padding: 0.9375rem;
  max-width: 37.5rem; }
  @media only screen and (max-width: 47.99em) {
    .modal {
      padding: 0.625rem;
      width: 100%;
      vertical-align: top; } }

.modal-inner {
  height: 25rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.modal-inner__btn-container {
  width: 11.25rem;
  margin: 0.625rem 0;
  padding-left: 0.9375rem; }

.modal-inner__btn {
  background-color: #47aaae;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: block;
  color: #fdf7eb; }

.modal a.close-modal {
  top: 1.25rem;
  right: 1.25rem; }

.modal-none {
  text-decoration: underline;
  margin-top: 3.125rem; }

/*================ Seasonal Pack ================*/
.seasonal-pack {
  position: relative; }

.seasonal-pack__text-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0.625rem; }

.seasonal-pack__text,
.seasonal-pack__text *,
.seasonal-pack__title,
.seasonal-pack__title * {
  color: #fdf7eb; }

.seasonal-pack__title {
  margin-bottom: 0;
  font-size: 1.25rem; }

.seasonal-pack__text {
  font-size: 0.875rem; }

/*================ Breadcrumbs  ================*/
.breadcrumbs {
  margin: 0.9375rem 0; }
  @media only screen and (max-width: 63.99em) {
    .template-product .breadcrumbs {
      margin-bottom: 0; } }
  .breadcrumbs a,
  .breadcrumbs span {
    opacity: 0.5;
    padding-bottom: 0.5rem;
    display: inline-block; }
  .breadcrumbs a,
  .breadcrumbs span:not(:last-child) {
    padding-right: 0.25rem; }
  .breadcrumbs .breadcrumbs__active {
    opacity: 1; }

.houdini-container {
  margin-top: 1.875rem;
  border-bottom: 2px solid #d8d8d8; }

.houdini-heading {
  padding: 0.9375rem 0;
  margin: 0;
  border-top: 2px solid #d8d8d8; }

.houdini-toggle-icon {
  float: right; }

.houdini {
  padding: 0.9375rem 0;
  font-size: 1.125rem; }

/*================ SECTIONS ================*/
/*================ Instafeed ================*/
#insta-feed h2, #insta-feed .h2 {
  margin-bottom: 1.5625rem; }
  @media only screen and (min-width: 48em) {
    #insta-feed h2, #insta-feed .h2 {
      margin-bottom: 3.125rem; } }

/*================ Sections ================*/
.section {
  padding: 0.625rem 0; }
  @media only screen and (min-width: 48em) {
    .section {
      padding: 1.5625rem 0; } }

.section-header {
  margin-bottom: 1.5625rem;
  font-size: 4.4375rem;
  font-weight: 100;
  color: #f9423a;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .section-header {
      margin-bottom: 3.125rem;
      text-align: left; } }

.section-subtitle {
  font-size: 1.75rem;
  color: #f9423a;
  font-weight: 100; }

.section--bottom-padding-large {
  padding-bottom: 4.375rem; }

.section--bottom-padding-small {
  padding-bottom: 0.625rem; }

.section--no-gutters {
  padding: 0; }

/*================ Product ================*/
.product__reviews-badge {
  margin-bottom: 0.625rem; }
  .product__reviews-badge .text-m {
    padding-left: 0.3125rem; }
  @media only screen and (min-width: 48em) {
    .product__reviews-badge {
      margin-bottom: 0.9375rem; } }
  @media only screen and (max-width: 47.99em) {
    .product__reviews-badge .yotpo-stars,
    .product__reviews-badge .text-m {
      display: block; }
    .product__reviews-badge .yotpo-stars {
      *zoom: 1; }
      .product__reviews-badge .yotpo-stars::after {
        content: '';
        display: table;
        clear: both; } }

@media only screen and (max-width: 47.99em) {
  .product__meta {
    margin-bottom: 1.875rem; } }

.product__featured-image {
  margin-bottom: 1.875rem; }

.product__photos-wrapper {
  position: relative; }
  @media only screen and (min-width: 48em) {
    .product__photos-wrapper {
      margin-bottom: 0.3125rem; } }

.product__photos-label {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  padding: 0.625rem;
  max-width: 5rem;
  background-color: #36322e;
  z-index: 1; }
  @media only screen and (min-width: 48em) {
    .product__photos-label {
      max-width: 6.25rem;
      padding: 0.9375rem; } }

@media only screen and (max-width: 47.99em) {
  .product__photos.slick-initialized {
    margin-bottom: 3.75rem; }
  .product__photos .slick-dots {
    bottom: -2.5rem; } }

.product__photo-wrap:not(:first-child) {
  visibility: hidden; }
.slick-initialized .product__photo-wrap {
  visibility: visible; }

.product__thumbnail-item {
  display: inline-block; }

.product__thumbnail {
  display: block;
  width: 5rem; }

.product__description {
  font-size: 1.125rem; }

/*================ Slideshow Section ================*/
.slideshow {
  height: 28.125rem;
  visibility: hidden;
  position: relative; }
  .slideshow.slick-initialized {
    visibility: visible; }
  @media only screen and (min-width: 48em) {
    .slideshow {
      height: 32.5rem; } }

/*** Override Slick ***/
.slideshow.slick-dotted {
  margin-bottom: 3.75rem; }
.slideshow .slick-list {
  overflow: hidden; }
.slideshow .slick-list,
.slideshow .slick-track {
  height: 100%; }
.slideshow .slick-dots {
  bottom: -2.5rem; }

.slideshow__slide {
  position: relative; }

.slideshow__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slideshow__text-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 47.99em) {
    .slideshow__text-wrapper {
      margin: 0 0.9375rem; } }

.slideshow__text-box {
  padding: 0.9375rem;
  display: inline-block; }
  @media only screen and (min-width: 48em) {
    .slideshow__text-box {
      padding: 1.875rem; } }

.slideshow__title {
  margin-bottom: 0; }

.slideshow__subtitle {
  color: #382f2d;
  font-size: 1.125rem;
  font-family: Poppins, Arial, sans-serif; }

.slideshow__title {
  color: #f9423a;
  font-size: 1.875rem;
  font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .slideshow__title {
      font-size: 2.25rem; } }

/*================ CTA Grid ================*/
.cta-column {
  position: relative;
  overflow: hidden; }
  .cta-column:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-color: #f9f7ed; }

.cta-column--portrait {
  height: 100%; }
  .cta-column--portrait:before {
    height: 100%;
    padding-top: 100%; }

.cta-column__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cta-column__text-wrapper {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.9375rem; }
  @media only screen and (min-width: 48em) {
    .cta-column__text-wrapper {
      left: 1.875rem;
      bottom: 1.875rem; } }

.cta-column__cta,
.cta-column__title {
  color: #fdf7eb; }

/*================ Product Details ================*/
@media only screen and (max-width: 47.99em) {
  .product-details {
    margin-bottom: 1.875rem; } }

.product-details__block {
  max-width: 56.25rem;
  margin: 0 auto;
  font-size: 1.125rem; }
  .product-details__block:not(:last-child) {
    margin-bottom: 3.125rem; }

.product-details__block--flush {
  margin-bottom: -6.25rem; }

.product-details__image-wrapper {
  position: relative;
  max-width: 37.5rem;
  overflow: hidden;
  margin: 0 auto; }

.product-details___image-border {
  height: 0.25rem;
  width: 100%;
  display: block;
  background-color: #36322e;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.product-details___image-border--left {
  left: -75%; }
  @media only screen and (min-width: 48em) {
    .product-details___image-border--left {
      left: -65%; } }

.product-details___image-border--right {
  right: -75%; }
  @media only screen and (min-width: 48em) {
    .product-details___image-border--right {
      right: -65%; } }

.product-details___image {
  max-width: 8.125rem; }

/*================== Location Specific Styles ================*/
.location-block {
  border-bottom: 1px #e7e7e6 solid;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem; }

@media only screen and (max-width: 47.99em) {
  .location-block__content {
    font-size: 1.125rem; } }
.location-block__content p {
  color: #757575; }

.location-block__title {
  font-weight: 400;
  font-size: 2rem; }
  .location-block__title svg {
    height: 1.5625rem;
    margin-right: 0.625rem;
    color: #f9423a; }

.location-block__details {
  position: relative; }
  .location-block__details p {
    color: #f9423a;
    margin-bottom: 0;
    height: 1.25rem; }
  .location-block__details .location-block__phone,
  .location-block__details .rte {
    color: #f9423a; }
  .location-block__details img {
    width: 12.5rem;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 63.99em) {
      .location-block__details img {
        margin-top: 1.25rem; } }

.page-banner__flavor-list {
  margin-top: 1.5625rem; }
  @media only screen and (min-width: 48em) {
    .page-banner__flavor-list {
      width: 85%;
      margin-left: auto; } }
  .page-banner__flavor-list li {
    color: #757575;
    text-align: left;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.99em) {
      .page-banner__flavor-list li {
        width: 100%; } }

/*================ Image With Text ================*/
.image-with-text__container {
  position: relative; }
  @media only screen and (max-width: 47.99em) {
    .image-with-text__container {
      margin-top: 1.25rem; } }
  .image-with-text__container .icon-chevron-left, .image-with-text__container .icon-chevron-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 2.8125rem;
    cursor: pointer;
    z-index: 2; }
  .image-with-text__container .icon-chevron-left {
    left: 0; }
  .image-with-text__container .icon-chevron-right {
    right: 0; }
  .image-with-text__container .bottom-image {
    max-width: 9.375rem;
    height: auto;
    left: 0;
    right: 5.9375rem;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: -4.0625rem; }

.image-slider .image-slider__slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 47.99em) {
    .image-slider .image-slider__slide {
      flex-flow: column-reverse;
      padding: 0 0.625rem; } }

.image-slider__slide-text, .image-slider__slide-image {
  flex: 1; }

.image-slider__slide-text {
  max-width: 29.375rem; }
  @media only screen and (max-width: 47.99em) {
    .image-slider__slide-text {
      max-width: none; } }

.image-slider__slide-image {
  max-width: 50%; }
  @media only screen and (max-width: 47.99em) {
    .image-slider__slide-image {
      max-width: none; } }

.slide-text__subtitle {
  font-weight: 600; }

.slide-text__title {
  font-size: 4.4375rem;
  margin-top: 1.5625rem;
  color: #f9423a;
  word-break: break-all; }
  @media only screen and (max-width: 47.99em) {
    .slide-text__title {
      font-size: 3rem; } }

.slide-text__text {
  line-height: 1.8; }

.slide-text__link {
  position: relative; }
  .slide-text__link::before {
    content: '+';
    color: #f9423a;
    margin-right: 0.3125rem; }
  .slide-text__link:hover {
    color: #f9423a; }

.slide-text__link:hover span {
  color: #f9423a; }
.slide-text__link:hover .icon-circle-full-color {
  display: block; }

/*================ Gif With Text ================*/
.gif-with-text__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 47.99em) {
    .gif-with-text__container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.gif-container, .gif-text {
  flex: 1; }

.gif-text__title {
  font-size: 4.4375rem;
  color: #f9423a; }

.gif-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-left: 5%; }
  @media only screen and (max-width: 47.99em) {
    .gif-text {
      text-align: center;
      margin-top: 1.5625rem;
      padding: 0; } }

.gif-text__link {
  position: relative;
  width: fit-content;
  font-weight: bold; }
  .gif-text__link::before {
    content: '+';
    color: #f9423a;
    margin-right: 0.125rem; }
  @media only screen and (max-width: 47.99em) {
    .gif-text__link {
      margin: 0 auto; } }

.gif-text__link:hover {
  color: #f9423a; }
  .gif-text__link:hover .icon-circle-full-color {
    display: block; }

/*================ Flavor Collage ================*/
.flavor-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  margin-left: -1.25rem;
  margin-top: -6vw; }
  @media only screen and (max-width: 47.99em) {
    .flavor-container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0; } }

.flavor-container__block {
  width: 33.33%;
  padding-left: 1.25rem; }
  @media only screen and (max-width: 47.99em) {
    .flavor-container__block {
      width: 100%;
      margin: 0 !important;
      padding: 0; } }

.flavor-container__block-flavor {
  margin-bottom: 1.25rem;
  position: relative; }
  .flavor-container__block-flavor:hover .block-flavor__overlay {
    opacity: 1; }
  @media only screen and (max-width: 47.99em) {
    .flavor-container__block-flavor {
      display: -webkit-flex;
      display: -ms-flexbox;
      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;
      min-height: 13.75rem; } }

@media only screen and (max-width: 47.99em) {
  .block-flavor__image {
    width: 60%; } }

.block-flavor__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 1.5625rem;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.25s;
  opacity: 0; }
  .block-flavor__overlay p {
    color: white; }
    @media only screen and (max-width: 63.99em) {
      .block-flavor__overlay p {
        font-size: 0.75rem; } }
  .block-flavor__overlay h3, .block-flavor__overlay .h3 {
    color: #f9423a; }
    @media only screen and (max-width: 63.99em) {
      .block-flavor__overlay h3, .block-flavor__overlay .h3 {
        font-size: 1rem; } }
  @media only screen and (max-width: 47.99em) {
    .block-flavor__overlay {
      background-color: #443635;
      opacity: 1;
      width: 50%;
      right: 1.5625rem;
      left: auto;
      min-height: 12.5rem;
      max-height: 18.75rem;
      height: 80%;
      top: 0;
      bottom: 0;
      margin: auto;
      padding: 0 0.625rem; } }

@media only screen and (max-width: 47.99em) {
  .block-flavor--reverse .block-flavor__image {
    margin-left: auto; }
  .block-flavor--reverse .block-flavor__overlay {
    left: 1.5625rem;
    right: auto; } }

.flavor-badge {
  height: 15.625rem;
  width: 15.625rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.block-image {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0 auto; }

.flavor-cta {
  max-width: 25rem;
  width: 33.33%; }
  @media only screen and (max-width: 47.99em) {
    .flavor-cta {
      width: 100%;
      text-align: center;
      margin-bottom: 1.5625rem;
      max-width: none;
      padding: 0 0.9375rem; } }
  .flavor-cta .section-header {
    color: #f9423a;
    font-size: 3.125rem;
    margin-bottom: 1.5625rem; }
  .flavor-cta a {
    font-weight: bold; }
    .flavor-cta a::before {
      content: "+";
      color: #f9423a;
      margin-right: 0.3125rem; }
    .flavor-cta a:hover {
      color: #f9423a; }

/*================ Homepage Blog Section ================*/
.featured-article {
  height: 37.5rem;
  position: relative; }

.featured-article__overlay {
  position: absolute;
  bottom: 0.625rem;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(253, 247, 235, 0.9);
  padding: 2.5rem;
  padding-top: 1.5625rem; }
  .featured-article__overlay .rte {
    margin-bottom: 1.5625rem; }
  .featured-article__overlay p {
    margin: 0;
    font-size: 1.625rem;
    line-height: 1;
    font-family: Moret, Arial, sans-serif; }
  .featured-article__overlay strong {
    font-weight: 600;
    font-size: 0.875rem;
    font-family: Poppins, Arial, sans-serif; }
  .featured-article__overlay a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600; }
    .featured-article__overlay a::before {
      content: '+';
      color: #f9423a;
      font-weight: bold;
      font-size: 0.75rem;
      display: block;
      margin-right: 0.375rem; }
    .featured-article__overlay a:hover {
      color: #f9423a; }

.blog-article {
  width: 100%; }

.blog-article-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }

.blog-article__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .blog-article__link:hover .blog-article__title {
    color: #f9423a; }

.blog-article__title {
  font-weight: 100;
  margin-bottom: 0.3125rem; }

.blog-article__image {
  flex: 1;
  min-height: 8.125rem; }

.blog-article__detail {
  flex: 2;
  padding-left: 1.5625rem; }

.blog-article-top {
  width: 100%; }

.blog-title-image {
  width: 100%;
  height: 6.875rem;
  overflow: hidden; }
  @media only screen and (max-width: 47.99em) {
    .blog-title-image {
      height: auto; } }

.blog-title-image__image {
  max-width: 21.25rem;
  height: auto !important; }

.blog-subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem; }

.blog-mobile-container {
  width: 100%;
  padding-left: 0.9375rem; }
  .blog-mobile-container .blog-article-top {
    width: 21.25rem;
    margin: 0 auto;
    margin-bottom: 0.9375rem; }
  .blog-mobile-container .featured-article {
    height: 28.125rem; }
  .blog-mobile-container .featured-article__overlay {
    padding: 1.5625rem; }
  .blog-mobile-container .slick-dots {
    position: static;
    margin-top: 1.5625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    .blog-mobile-container .slick-dots li {
      margin: 0 0.3125rem; }
  .blog-mobile-container .slick-dots button {
    border-radius: 10px;
    border: 2px #f9423a solid; }
    .blog-mobile-container .slick-dots button:before {
      color: transparent !important;
      opacity: 1; }
  .blog-mobile-container .slick-active button {
    border: none; }

/*================ Quote Slider ================*/
.quote-container {
  padding: 1.5625rem 1.875rem;
  background: rgba(0, 0, 0, 0.3);
  position: relative; }
  @media only screen and (max-width: 47.99em) {
    .quote-container {
      padding: 3.125rem 1.875rem; } }
  .quote-container .icon {
    height: 2.8125rem;
    width: 2.8125rem;
    opacity: 0.4; }

.quote-subtitle {
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.875rem; }

.quote .rte {
  font-family: Moret, Arial, sans-serif;
  font-size: 1.5625rem;
  max-width: 48.125rem;
  margin: 0 auto; }
  @media only screen and (max-width: 47.99em) {
    .quote .rte {
      line-height: 1.2; } }

.quote-prev, .quote-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.4;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  z-index: 9; }

.quote-prev {
  left: 0.9375rem; }

.quote-next {
  right: 0.9375rem; }

.quote__name {
  color: #f9423a;
  margin-top: 0.625rem;
  display: block; }
  @media only screen and (max-width: 47.99em) {
    .quote__name {
      font-size: 0.875rem; } }

/*================ CTA Block ================*/
.cta-block .section-header {
  max-width: 24.375rem;
  margin-bottom: 2.5rem; }
.cta-block a {
  font-weight: 600; }
  .cta-block a:hover {
    color: #f9423a; }
  .cta-block a::before {
    content: "+";
    color: #f9423a;
    margin-right: 0.3125rem; }

.cta-block__subtitle {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 2.5rem;
  font-family: Moret, Arial, sans-serif; }

.cta-block__image {
  min-height: 30rem;
  background-size: contain;
  background-color: #fdf7eb; }

/*================ Image Collage ================*/
.collage-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  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; }
  @media only screen and (max-width: 47.99em) {
    .collage-container {
      flex-flow: wrap;
      padding: 0 3.125rem;
      padding-top: 2.5rem; } }

.page-width--collage {
  position: relative; }
  .page-width--collage .section-header {
    font-size: 5.6875rem;
    color: white;
    position: absolute;
    z-index: 9;
    font-weight: 100;
    top: 0;
    left: 4.0625rem;
    max-width: 25rem;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6); }
    @media only screen and (max-width: 47.99em) {
      .page-width--collage .section-header {
        font-size: 4.5rem;
        left: 1.875rem;
        max-width: 18.75rem;
        line-height: 0.8;
        top: 3.125rem; } }

.collage-link {
  position: absolute;
  bottom: 1.5625rem;
  right: 30%; }
  @media only screen and (max-width: 47.99em) {
    .collage-link {
      right: 15%;
      bottom: 2.5rem; } }
  .collage-link svg {
    display: inline-block;
    vertical-align: sub;
    margin-right: 0.3125rem; }

.collage-block {
  width: 25%; }
  @media only screen and (max-width: 47.99em) {
    .collage-block {
      margin: 0 !important;
      width: 50%; } }
  @media only screen and (max-width: 47.99em) {
    .collage-block:first-child {
      width: 100%; }
      .collage-block:first-child .collage-block__image {
        margin-left: auto;
        width: 50%; } }
  @media only screen and (max-width: 47.99em) {
    .collage-block:last-child {
      display: none; } }

.collage-block__image {
  padding: 0 0.625rem 0.625rem 0; }

/*================ TEMPLATES ================*/
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

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

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

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

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

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

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.template-giftcard #MainContent {
  margin-top: 50px !important; }

.giftcard__header,
.giftcard__main {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center; }

.giftcard__header {
  padding: 30px 0; }

.giftcard__logo {
  color: black;
  display: inline-block;
  margin: 0 20px; }

.giftcard__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px; }

.giftcard__h1 {
  text-align: center;
  width: 100%;
  font-size: 20px; }

.giftcard-tag {
  display: block;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300; }

.giftcard__container {
  position: relative; }

.giftcard__image {
  position: relative;
  z-index: 0; }

.giftcard__balance {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 1; }

.giftcard__code {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: white;
  border-radius: 5px;
  padding: 15px; }

.giftcard__note {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  text-align: center;
  padding: 15px 0; }

.giftcard__cta {
  margin-top: 30px; }

p {
  margin: 15px 0; }

/*================ Cart Page Template ================*/
.cart-page {
  padding-bottom: 3.125rem; }
  @media only screen and (min-width: 48em) {
    .cart-page {
      padding-top: 1.5625rem; } }

.cart-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.1875rem; }
  @media only screen and (min-width: 48em) {
    .cart-table {
      margin-bottom: 2.5rem; } }

.cart-table__item {
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 48em) {
    .cart-table__item {
      vertical-align: top; }
      .cart-table__item:not(:last-child) {
        padding-right: 1.875rem; } }

.cart-table__item--image img {
  width: 9.375rem; }
@media only screen and (min-width: 48em) {
  .cart-table__item--image {
    width: 10.9375rem; } }

.cart-table__item-title {
  display: block;
  margin-bottom: 0.9375rem; }

.cart-table__line-item-properties li {
  margin-bottom: 0.3125rem; }

.cart-table__item-qty-wrapper {
  margin-top: -1.25rem; }
  .cart-table__item-qty-wrapper .label-overlaid {
    background-color: white; }

@media only screen and (max-width: 47.99em) {
  .cart-table__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .cart-table__item {
    padding-bottom: 2.1875rem; }

  .cart-table__item--details,
  .cart-table__item--image {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }

  .cart-table__item--qty,
  .cart-table__item--total {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }

  .cart-table__item-total-price {
    display: inline-block; } }
/*================ Collection Template ================*/
.collection-header {
  background-color: #E7543E;
  margin-bottom: 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  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; }
  @media only screen and (min-width: 48em) {
    .collection-header {
      margin-bottom: 2.8125rem; } }

.collection-header__inner {
  padding: 1.875rem 0; }

.collection-header__text-box {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.875rem;
  background-color: rgba(249, 66, 58, 0.8); }

.collection-header__title {
  color: #fdf7eb; }

/*================ Shop Collection Template ================*/
.shop-collection__subscription-select label,
.shop-collection__title,
.slot-item__btn,
.slot-item__text {
  color: #fdf7eb; }

.shop-collection__title-number {
  background-color: #3e3934;
  border-radius: 100%;
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  padding: 0.3125rem; }

.shop-collection__body {
  max-width: 31.25rem;
  margin: 0 auto; }

.shop-collection__subscription-select {
  text-align: left;
  padding-bottom: 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .shop-collection__subscription-select .radio {
    margin-right: 0.625rem;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.shop-collection__submit {
  font-family: Moret, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0;
  padding: 0.9375rem 1.875rem; }

.slot-item__image-wrapper {
  position: relative; }
  .slot-item__image-wrapper:hover .slot-item__tooltip {
    opacity: 1; }

.slot-item__btn {
  padding: 0;
  background: none;
  border: 0; }

.slot-item__btn,
.slot-item__text {
  font-size: 0.75rem;
  color: #241f21; }

.slot-item__tooltip {
  position: absolute;
  display: block;
  background-color: #3e3934;
  top: auto;
  top: -40px;
  left: 50%;
  min-width: 9.375rem;
  z-index: 1;
  color: #fdf7eb;
  padding: 0.3125rem;
  font-size: 0.75rem;
  opacity: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none; }
  .slot-item__tooltip:before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    position: absolute;
    bottom: -0.3125rem;
    left: 50%;
    background-color: inherit;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media only screen and (max-width: 63.99em) {
    .slot-item__tooltip {
      top: 96px; }
      .slot-item__tooltip:before {
        bottom: auto;
        top: -0.3125rem; } }
  .slot-item__tooltip.right {
    right: 0px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    left: auto; }
    .slot-item__tooltip.right:before {
      right: 22px;
      left: auto; }
  .slot-item__tooltip.left {
    left: 0px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .slot-item__tooltip.left:before {
      left: 22px; }

/*================ All Customer Pages ================*/
.customer-page {
  padding-top: 1.25rem;
  padding-bottom: 5rem; }
  .customer-page .checkbox {
    background-color: white; }

.customer-form {
  padding: 0.9375rem 0; }
  @media only screen and (min-width: 48em) {
    .customer-form {
      padding: 1.875rem 0; } }

.customer-form__activate {
  max-width: 25rem;
  margin: 0 auto;
  margin-bottom: 1.875rem; }
  .customer-form__activate a {
    font-weight: 600;
    text-decoration: underline; }

.customer-form__body {
  max-width: 25rem;
  margin: 0 auto; }
  .customer-form__body select {
    background-color: white; }
  .customer-form__body .btn {
    margin-top: 1.875rem; }

.customer-form__body--left {
  margin-left: 0; }

.customer-form__header {
  margin-bottom: 0.9375rem; }

.customer-form__title {
  margin-bottom: 1.5625rem; }

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

.customer-form__footer {
  padding-top: 2.8125rem; }

.customer-form__link {
  display: block; }
  @media only screen and (max-width: 47.99em) {
    .customer-form__link {
      margin-bottom: 1.875rem; } }

.order-single-table,
.orders-table {
  width: 100%;
  border-collapse: collapse; }

@media only screen and (min-width: 48em) {
  .orders-table.responsive-table td:not(:first-child),
  .orders-table.responsive-table th:not(:first-child) {
    padding-left: 0.9375rem; }
  .orders-table.responsive-table td:not(:last-child),
  .orders-table.responsive-table th:not(:last-child) {
    padding-right: 0.9375rem; }
  .orders-table.responsive-table td {
    padding-top: 1.5625rem; } }

.order-single-table td:first-child {
  width: 9.375rem; }
.order-single-table td {
  padding-bottom: 0.9375rem; }

/*================ Activate Customer ================*/
.activate-customer {
  max-width: 37.5rem;
  margin: 3.125rem auto; }
  .activate-customer input {
    width: 100%;
    margin-bottom: 0.9375rem; }
  .activate-customer ol {
    margin-left: 1.3125rem;
    margin-bottom: 0.9375rem; }
  .activate-customer li {
    list-style: decimal;
    margin-left: 0.625rem;
    margin-bottom: 0.625rem; }
  .activate-customer .login-form__btn {
    display: block;
    width: auto;
    margin: 0 auto; }

/*================ Contact Template ================*/
.contact-page.page-width {
  max-width: 87.5rem;
  padding-bottom: 6.25rem; }
  .contact-page.page-width .grid {
    margin-top: 3.75rem; }
    @media only screen and (max-width: 47.99em) {
      .contact-page.page-width .grid {
        margin-top: 1.875rem; } }
  .contact-page.page-width .contact-page__header {
    margin-top: 1.875rem; }
    @media only screen and (max-width: 47.99em) {
      .contact-page.page-width .contact-page__header {
        margin-top: 0.9375rem; } }
  .contact-page.page-width .btn {
    padding: 0.9375rem 3.75rem; }
    @media only screen and (max-width: 47.99em) {
      .contact-page.page-width .btn {
        margin: 0 auto;
        display: block; } }

.contact-details__heading,
.contact-form__heading {
  font-weight: 400; }

.rte.contact-details__content {
  margin-bottom: 1.875rem; }
  .rte.contact-details__content a,
  .rte.contact-details__content strong {
    font-weight: 100;
    color: #f9423a; }

.contact-form__input {
  max-width: 23.75rem; }
  @media only screen and (max-width: 47.99em) {
    .contact-form__input {
      max-width: unset; } }

/*================ Menu Template ================*/
.menu-page__banner {
  max-width: 80rem;
  height: 10rem;
  min-height: unset;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .menu-page__banner,
  .menu-page__banner * {
    color: #fdf7eb; }
  .menu-page__banner p {
    font-family: Moret, Arial, sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    margin: 0;
    line-height: 1; }

.menu-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding: 0 0.9375rem; }

.menu-container__subtext {
  color: #f9423a;
  font-size: 0.8125rem; }

.menu-content {
  transition: all 0.25s; }
  @media only screen and (max-width: 47.99em) {
    .menu-content {
      overflow: hidden;
      max-height: 0; } }

.menu-content.active {
  max-height: 31.25rem;
  margin-bottom: 1.5625rem;
  overflow: auto; }

.menu-content__details p {
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  margin-bottom: 0;
  line-height: 1;
  color: #757575; }
  @media only screen and (max-width: 47.99em) {
    .menu-content__details p {
      margin-bottom: 0.625rem; } }
  .menu-content__details p::before {
    content: '•';
    color: #f9423a;
    font-size: 2rem;
    margin-right: 0.3125rem;
    padding-bottom: 0.3125rem; }

.menu-content__description {
  color: #757575; }

.menu-detail-trigger {
  color: #757575;
  cursor: pointer; }
  .menu-detail-trigger::after {
    content: '+';
    margin-left: 0.3125rem; }

.menu-detail-trigger.active::after {
  content: '-';
  margin-left: 0.3125rem; }

/*================ Location None Template ================*/
.location-banner .page-banner__inner-box {
  padding: 0.9375rem 1.5625rem; }

.location-block__text {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .location-block__text p {
    color: #757575; }

.location-block__btn {
  color: #fdf7eb;
  padding: 0.9375rem 0;
  width: 15.625rem; }
  @media only screen and (max-width: 47.99em) {
    .location-block__btn {
      margin: 1.875rem auto; } }

/*================ FAQ Template ================*/
@media only screen and (max-width: 47.99em) {
  .faq-title {
    font-size: 2.625rem; } }

.faq-question {
  font-weight: 500; }
  @media only screen and (max-width: 47.99em) {
    .faq-question {
      font-size: 2rem; } }

.faq-answer p {
  font-size: 0.875rem;
  color: #757575; }
  @media only screen and (max-width: 47.99em) {
    .faq-answer p {
      font-size: 1.25rem; } }

/*================ Flavot Template ================*/
.flavors {
  background: white;
  padding: 3.125rem 0 6.25rem; }
  @media only screen and (max-width: 63.99em) {
    .flavors {
      padding: 0 1.875rem; } }

.flavor-heading {
  background-image: linear-gradient(180deg, #fdf7eb, #f9f9f9); }

.flavor-city {
  position: absolute;
  top: 4.6875rem;
  left: 3.4375rem; }
  @media only screen and (max-width: 63.99em) {
    .flavor-city {
      position: static;
      margin-bottom: 4.6875rem; } }

.flavor-hero {
  min-height: 25rem;
  position: relative; }

.flavor-hero__overlay {
  background: rgba(253, 247, 242, 0.95);
  max-width: 34.375rem;
  margin-left: 2.1875rem;
  max-height: 21.875rem;
  padding: 2.5rem;
  position: absolute;
  top: 0; }
  .flavor-hero__overlay .section-header {
    margin-bottom: 1.25rem; }
  .flavor-hero__overlay p {
    line-height: 1.8; }
  @media only screen and (max-width: 63.99em) {
    .flavor-hero__overlay {
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: none;
      max-height: none;
      height: 90%;
      width: 90%; }
      .flavor-hero__overlay p, .flavor-hero__overlay .section-header {
        text-align: center; }
      .flavor-hero__overlay .section-header {
        font-size: 3.4375rem; } }

.flavor-title {
  font-weight: 100;
  font-size: 3.6875rem;
  padding-top: 1.875rem; }

.flavor-message {
  max-width: 38.75rem;
  margin: 0 auto; }

.location-container {
  background-image: linear-gradient(#f9f9f9, white); }
  .location-container .icon-chevron-down {
    height: 0.625rem;
    width: 0.625rem;
    margin-left: 0.625rem; }
  .location-container span {
    display: block;
    width: 100%;
    padding: 2.5rem 0 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #f9423a; }

.location-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 1.5625rem 0; }
  @media only screen and (max-width: 63.99em) {
    .location-menu {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.location-menu__location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer; }
  .location-menu__location p {
    font-weight: bold; }
  .location-menu__location:hover p {
    color: #f9423a; }
  .location-menu__location:hover svg {
    fill: #f9423a; }
  .location-menu__location a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
  @media only screen and (max-width: 63.99em) {
    .location-menu__location {
      margin: 1.5625rem 4vw; } }

.location-image {
  height: 3.125rem;
  width: 3.125rem;
  margin: 0 auto; }

.flavors-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 9.375rem; }
  @media only screen and (max-width: 63.99em) {
    .flavors-container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.flavor-block {
  width: 33.33%;
  position: relative;
  padding: 0 3.125rem; }
  .flavor-block:nth-child(4) {
    margin-top: -12.5rem; }
  .flavor-block .flex {
    width: 100%; }
  .flavor-block .relative {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 63.99em) {
      .flavor-block .relative {
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 63.99em) {
    .flavor-block {
      width: 100%;
      margin: 0 !important; } }

.flavor-block__title {
  position: absolute;
  top: 0;
  border-radius: 6.25rem;
  height: 12.5rem;
  width: 12.5rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 2.5rem; }
  @media only screen and (max-width: 63.99em) {
    .flavor-block__title {
      position: static;
      margin-right: 3.125rem; } }
  .flavor-block__title p {
    max-width: 9.375rem;
    color: #f9423a;
    font-size: 1.125rem; }

.flavor-block__image {
  width: 100%;
  margin-top: auto;
  padding-top: 10vw; }
  @media only screen and (max-width: 63.99em) {
    .flavor-block__image {
      margin-top: -7.1875rem;
      max-width: 25rem;
      max-height: 20rem; } }

.flavor-list {
  background: #e8e2de;
  padding: 3.125rem 0;
  width: 100%;
  margin-top: 3.125rem; }
  @media only screen and (max-width: 63.99em) {
    .flavor-list .grid {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.flavor-list__image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 63.99em) {
    .flavor-list__image-container {
      width: 100%;
      max-width: none;
      text-align: center !important;
      margin-bottom: 3.125rem; } }
  .flavor-list__image-container p {
    margin: 0;
    font-family: Moret, Arial, sans-serif;
    font-size: 1.6875rem;
    font-weight: 100;
    line-height: 1; }

.flavor-list__image {
  height: 6.25rem;
  width: 6.25rem;
  margin-left: auto;
  margin-right: 0.625rem;
  margin-bottom: -1.25rem; }
  @media only screen and (max-width: 63.99em) {
    .flavor-list__image {
      margin: 0 auto;
      margin-bottom: 25px; } }
  .flavor-list__image .icon {
    height: 100%;
    width: 100%; }

.flavor-list__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 12.5rem;
  padding-left: 1.875rem; }
  .flavor-list__list li {
    padding: 0.3125rem 0;
    font-size: 0.9375rem; }
  .flavor-list__list a:hover {
    color: #f9423a; }
  @media only screen and (max-width: 63.99em) {
    .flavor-list__list {
      max-height: none;
      max-width: 29.375rem;
      padding: 0 1.875rem;
      margin: 0 auto; } }

@media only screen and (max-width: 63.99em) {
  .flavor-list__list-container {
    max-width: none;
    width: 100%; } }

.flavor-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e8e2de;
  padding: 1.875rem;
  opacity: 0;
  transition: all 0.25s; }
  .flavor-overlay .rte {
    border-top: 1px solid #382f2d;
    padding-top: 0.625rem; }
  .flavor-overlay:hover {
    opacity: 1; }

.flavor-overlay__title {
  font-size: 1.125rem;
  color: #f9423a;
  margin-bottom: 0.625rem;
  display: block; }

/*================ Location Template ================*/
.location-page {
  padding-top: 6.25rem; }
  .location-page .location-container {
    background: none; }
  .location-page .location-block {
    border-bottom: none;
    padding: 0;
    margin: 0; }

.location-message {
  max-width: 40.625rem;
  margin: 0 auto;
  text-align: center; }

.location-image {
  height: 6.25rem;
  width: 6.25rem; }
  .location-image .icon {
    height: 100%;
    width: 100%; }

.location-block__header {
  height: 13.75rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background-size: auto;
  background-repeat: repeat; }

.location-block__name {
  font-size: 4.4375rem;
  color: #382f2d;
  font-weight: 100; }

.location-block_flavor-link {
  color: #f9423a;
  font-weight: bold; }

.location-block__body {
  height: 34.375rem;
  position: relative; }

.division-container, .division-container--mobile {
  padding: 0 3.4375rem;
  position: absolute;
  margin-top: -4.375rem;
  width: 100%; }

.division-container {
  text-align: center;
  display: flex;
  justify-content: center; }

.division-container--mobile {
  margin: 0;
  position: static; }

.division-slide {
  display: inline-block;
  width: 18vw;
  margin: 0 0.9375rem; }

.division-block {
  width: 100%;
  height: 100%;
  background: #fdf7ec;
  text-align: center;
  padding: 2.5rem 0; }
  .division-block h2, .division-block .h2 {
    font-size: 2.625rem;
    color: #f9423a;
    font-weight: 100; }
  .division-block a {
    background: #382f2d;
    color: white;
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    margin: 1.25rem auto;
    width: 8.125rem;
    padding: 0.625rem 0; }
  .division-block a:nth-of-type(3) {
    background-color: #f9423a; }
  .division-block .direction-link {
    background: none; }
  .division-block p {
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 0.5rem; }
    .division-block p i, .division-block p em {
      color: #f9423a;
      font-style: normal; }

.division-block__postmates {
  width: 9.375rem;
  margin: 0 auto; }

.division-next {
  position: absolute;
  right: 2.8125rem;
  z-index: 2;
  top: 7.5rem;
  margin-bottom: auto;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  background: red;
  border-radius: 6.25rem;
  padding-left: 0.625rem;
  padding-top: 0.5rem; }
  .division-next svg {
    fill: white;
    width: 1.5625rem;
    height: 1.5625rem; }

.division-prev {
  position: absolute;
  left: 2.8125rem;
  z-index: 2;
  top: 7.5rem;
  margin-bottom: auto;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  background: red;
  border-radius: 6.25rem;
  padding-left: 0.3125rem;
  padding-top: 0.5rem; }
  .division-prev svg {
    fill: white;
    width: 1.5625rem;
    height: 1.5625rem; }

.location-accordion.active .section-header {
  color: #f9423a; }
.location-accordion.active svg {
  fill: #f9423a; }
.location-accordion.active .icon-minus {
  display: block; }
.location-accordion.active .icon-plus {
  display: none; }
.location-accordion.active .location-accordion__body {
  max-height: none; }

.location-accordion__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  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: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer; }
  .location-accordion__header .location-image {
    margin: 0; }
  .location-accordion__header .section-header {
    color: #382f2d;
    font-weight: 100;
    font-size: 2.625rem;
    font-family: Moret, Arial, sans-serif;
    margin: 0;
    margin-right: auto; }
  .location-accordion__header .icon {
    margin-right: 1.5625rem; }
  .location-accordion__header .icon-minus {
    display: none;
    fill: #f9423a; }

.location-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s;
  min-height: 0; }
  .location-accordion__body .division-block {
    max-width: 21.875rem;
    margin: 25px auto; }

.location-cta {
  padding: 3.125rem; }
  .location-cta p {
    margin: 0; }
  .location-cta .rte {
    font-family: Moret, Arial, sans-serif;
    font-weight: 100;
    font-size: 1.75rem; }
  .location-cta a {
    display: block;
    margin: 0 auto;
    width: 9.375rem;
    font-family: Moret, Arial, sans-serif;
    color: white;
    background: #f9423a;
    padding: 1.25rem;
    margin-top: 1.25rem;
    font-size: 1.375rem; }

.location-accordion__subtitle {
  display: block;
  width: 100%;
  padding: 2.5rem 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #f9423a;
  text-align: center;
  margin-bottom: 3.125rem; }
  .location-accordion__subtitle svg {
    height: 0.625rem; }

/*================ About Page Template ================*/
.about-title {
  padding-top: 3.125rem; }
  @media only screen and (max-width: 47.99em) {
    .about-title .section-header {
      text-align: left; } }

.about-message {
  width: 65%; }
  @media only screen and (max-width: 47.99em) {
    .about-message {
      width: 100%; } }

.about-main-image {
  max-width: 31.25rem;
  margin: 5rem auto;
  position: relative; }
  .about-main-image canvas {
    position: absolute;
    right: -50%;
    top: 6.25rem;
    opacity: 0;
    transition: all 0.25s; }
    .about-main-image canvas.active {
      opacity: 1; }
  .about-main-image .line-background {
    position: absolute;
    right: -8.125rem;
    bottom: -20.625rem;
    height: 15.625rem;
    width: 13.75rem; }
    .about-main-image .line-background svg {
      height: 100%;
      width: 100%;
      fill: #f9423a; }

.line-backgroud__overlay {
  position: stick; }

.about-badge-image {
  max-width: 9.375rem;
  position: absolute;
  left: -26%;
  top: -2%;
  width: 100%; }

.about-cart-image {
  max-width: 12.5rem;
  position: absolute;
  right: -30%;
  bottom: -30%;
  width: 100%; }
  @media only screen and (max-width: 47.99em) {
    .about-cart-image {
      position: static;
      margin: 3.125rem auto; } }

.about-mission {
  position: relative; }

.about-mission__background {
  width: 100%;
  height: 100%; }

.about-mission__overlay {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.about-mission-title {
  font-size: 4.4375rem;
  font-weight: 100;
  color: white; }

.about-mission-text {
  font-size: 1.125rem;
  max-width: 43.75rem;
  margin: 0 auto; }
  @media only screen and (max-width: 47.99em) {
    .about-mission-text {
      text-align: center; } }
  .about-mission-text p {
    color: white;
    font-weight: 100; }

.drive-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.125rem; }
  @media only screen and (max-width: 47.99em) {
    .drive-block {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.drive-left {
  padding-right: 0.9375rem;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 47.99em) {
    .drive-left {
      width: 100%;
      margin-top: 3.125rem;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.drive-right {
  padding-left: 0.9375rem;
  width: 50%; }
  @media only screen and (max-width: 47.99em) {
    .drive-right {
      width: 100%;
      padding: 0 1.5625rem; } }

.drive-left__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 47.99em) {
    .drive-left__detail {
      width: 50%; } }

@media only screen and (max-width: 47.99em) {
  .drive-left__detail--left {
    padding-left: 1.5625rem; }
    .drive-left__detail--left .drive-left__title, .drive-left__detail--left .drive-left__icon, .drive-left__detail--left .drive-left__text {
      margin: 0;
      text-align: left; } }

.drive-left__image {
  max-width: 18.75rem;
  margin-left: auto;
  width: 100%;
  margin-bottom: 0.625rem; }
  @media only screen and (max-width: 47.99em) {
    .drive-left__image {
      max-width: 11.25rem;
      width: 50%;
      margin: 0;
      margin-right: auto; } }

@media only screen and (max-width: 47.99em) {
  .drive-left__image--right {
    margin: 0;
    margin-left: auto; } }

@media only screen and (max-width: 47.99em) {
  .drive-left--two {
    padding: 0; } }

.drive-right__image {
  max-width: 25rem;
  width: 100%; }
  @media only screen and (max-width: 47.99em) {
    .drive-right__image {
      margin: 0 auto;
      max-width: 18.75rem; } }

.drive-left__icon {
  max-width: 5rem;
  margin-left: auto;
  width: 100%;
  margin-bottom: 0.625rem; }
  @media only screen and (max-width: 47.99em) {
    .drive-left__icon {
      margin-bottom: 1.25rem; } }

.drive-left__text {
  text-align: right;
  margin-left: auto; }
  @media only screen and (max-width: 47.99em) {
    .drive-left__text {
      font-size: 0.75rem; } }

.drive-left__title {
  margin-left: auto;
  color: #f9423a;
  font-weight: 100; }
  @media only screen and (max-width: 47.99em) {
    .drive-left__title {
      margin-bottom: 0.3125rem;
      font-size: 1.5rem; } }

.drive-right__title {
  color: #f9423a;
  font-weight: 100; }
  @media only screen and (max-width: 47.99em) {
    .drive-right__title {
      font-size: 1.5rem;
      margin-bottom: 0.3125rem; } }

.drive-right__text {
  margin-bottom: 3.125rem; }
  @media only screen and (max-width: 47.99em) {
    .drive-right__text {
      font-size: 0.75rem; } }

.difference-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 47.99em) {
    .difference-heading {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.difference-heading__info {
  width: 65%; }
  @media only screen and (max-width: 47.99em) {
    .difference-heading__info {
      width: 100%; }
      .difference-heading__info .section-header {
        text-align: left; } }
  .difference-heading__info .rte {
    font-size: 1.125rem; }

.difference-heading__image {
  width: 35%;
  max-width: 18.75rem; }
  @media only screen and (max-width: 47.99em) {
    .difference-heading__image {
      max-width: none;
      width: 65%; } }

.difference-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  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-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 6.25rem; }

.difference-block {
  max-width: 40rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  margin-bottom: 6.25rem; }

.difference-block__image {
  width: 35%;
  margin-right: 3.125rem; }

.difference-block__text {
  width: 65%; }
  .difference-block__text .rte {
    line-height: 1.8; }

.difference-block__title {
  color: #f9423a;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.3125rem; }

.about-issues {
  padding: 0.625rem 0 3.125rem;
  position: relative; }

.about-issues__background {
  height: 100%;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .about-issues__background {
      min-width: 85.625rem; } }

.about-issues__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4.375rem; }
  @media only screen and (max-width: 47.99em) {
    .about-issues__overlay .section-header {
      font-size: 2.8125rem;
      margin-bottom: 0; } }
  .about-issues__overlay .slick-dots {
    bottom: 32vw; }

.issue-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  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; }

.issue-block {
  width: 33.33%;
  padding: 0 2vw;
  padding-top: 6.25rem;
  position: relative;
  min-height: 31.25rem; }
  @media only screen and (max-width: 47.99em) {
    .issue-block {
      padding-top: 3.75rem; } }
  .issue-block .rte {
    margin-top: 6.25rem; }
    @media only screen and (max-width: 47.99em) {
      .issue-block .rte {
        margin-top: 2.5rem;
        font-size: 0.875rem; } }

.issue-block:not(:last-child)::after {
  content: "";
  width: 0.0625rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  background: #f9423a; }
  @media only screen and (max-width: 47.99em) {
    .issue-block:not(:last-child)::after {
      display: none; } }

.issue-block__image {
  width: 6.25rem;
  margin: 0 auto; }

.issue-block__title {
  color: #f9423a;
  position: absolute;
  font-weight: 600; }

.top-title {
  top: 3.125rem;
  right: 9.375rem; }
  @media only screen and (max-width: 47.99em) {
    .top-title {
      top: 1.875rem; } }

.bottom-title {
  left: 0;
  right: 6.25rem;
  bottom: 14.6875rem; }
  @media only screen and (max-width: 47.99em) {
    .bottom-title {
      bottom: 18.75rem; } }

.about-detail {
  background-color: #fdf7eb;
  background-size: contain; }

.about-detail__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 47.99em) {
    .about-detail__container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.about-detail__text {
  width: 50%;
  padding-right: 6.25rem; }
  @media only screen and (max-width: 47.99em) {
    .about-detail__text {
      width: 100%;
      padding: 0;
      margin-bottom: 1.5625rem; }
      .about-detail__text .section-header {
        text-align: left; } }

.about-detail__image {
  width: 50%; }
  @media only screen and (max-width: 47.99em) {
    .about-detail__image {
      width: 100%;
      margin: 0 auto; } }

/*================ Career Page Template ================*/
.career-page {
  background-color: white; }

/*================ Article Template ================*/
.article-image {
  height: 32.5rem; }
  @media only screen and (max-width: 47.99em) {
    .article-image {
      height: 28.125rem; } }

.article-body {
  max-width: 50rem;
  margin: 0 auto; }

/*============================================================================
  Set the image size for a specific flavor image based on index

  Usage:
    // Input:
    .timeline-flavor__image {
      @include setImageSize(1, 5);
    }

    // Output:
    .timeline-flavor__image[data-index="1"] {
      width: 3.125rem;
      height: 3.125rem;
    }

    @param {Number} $index - The index of the image in the list
    @param {Number} $px - The pixel value of the image width and height
    @param {Number} $height - The pixel value of the image height
==============================================================================*/
/*============================================================================
  Set the flavor position relative to the background image

  Usage:
    // Input:
    .timeline-flavor{
      @include setPosition(1, 10, 15);
    }

    // Output:
    .timeline-flavor[data-index="1"] {
      top: 10%;
      left: 15%;
    }

    @param {Number} $index - The index of the image in the list
    @param {Number} $x - The x-axis position
    @param {Number} $y - The y-axis position
==============================================================================*/
/*============================================================================
  Set the alignment for the flavor image on mobile

  Usage:
    // Input:
    .timeline-flavor{
      @include setAlignment(1, left);
    }

    // Output:
    .timeline-flavor[data-index="1"] {
      text-align: left;
    }

    @param {Number} $index - The index of the image in the list
    @param {String} $side - Left or Right sides
==============================================================================*/
/*============================================================================
  Sets the display for the background circles

  Usage:
    // Input:
    .timeline-flavor__image {
      @include setImageSize(1, $small);
    }

    // Output:
    .timeline-flavor__image[data-index="1"]:before {
      opacity: 0.3;
    }

    @param {Number} $index - The index of the image in the list
    @param {String} $option - Accepts ['both', 'small', 'big']
==============================================================================*/
/*============================================================================
  Sets the background-color for the flavor popup hover state

  Usage:
    // Input:
    .timeline-flavor__text {
      @include setPopUpBgColor(1, blue);
    }

    // Output:
    .timeline-flavor__text[data-index="1"]:before {
      background-color: #506DA5;
    }

    @param {Number} $index - The index of the image in the list
    @param {String} $color - Accepts ['blue', 'green', 'yellow', 'purple']
==============================================================================*/
/*================ Timeline Page Template ================*/
.section--timeline {
  background: repeating-linear-gradient(to bottom, #1d2041, #110f1c, #28143c); }

.timeline__title {
  font-size: 2rem; }

.timeline__subtitle {
  font-size: 1.25rem; }
  .timeline__subtitle,
  .timeline__subtitle * {
    color: #fff; }

.timeline__cta {
  background: linear-gradient(180deg, #f9423a, rgba(255, 255, 255, 0.5));
  background-color: #f9423a;
  font-weight: 700;
  text-transform: capitalize; }

.timeline-section {
  padding-bottom: 3.125rem; }
  .timeline-section > .grid--view-items {
    overflow: initial; }
  @media only screen and (max-width: 47.99em) {
    .timeline-section {
      max-width: 20rem;
      margin: 0 auto; } }
  @media only screen and (min-width: 48em) {
    .timeline-section {
      padding-bottom: 6.25rem; }
      .timeline-section.timeline-section--2012, .timeline-section.timeline-section--2013, .timeline-section.timeline-section--2019 {
        padding-bottom: 12.5rem; }
      .timeline-section.timeline-section--2014 {
        padding-bottom: 3.125rem; }
      .timeline-section.timeline-section--2015 {
        padding-bottom: 18.75rem; } }

.timeline-section__column {
  position: relative;
  text-align: center; }

.timeline-section__title {
  color: #f9423a;
  background-color: #310655;
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  font-size: 3.75rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%; }
  @media only screen and (max-width: 47.99em) {
    .timeline-section__title {
      margin-bottom: 0; } }
  @media only screen and (min-width: 48em) {
    .timeline-section__title {
      position: absolute;
      z-index: 1; } }

.timeline-section__image-wrapper {
  display: block; }
  @media only screen and (max-width: 47.99em) {
    .timeline-section__image-wrapper {
      max-width: 12.5rem; }
      .timeline-section--2012 .timeline-section__image-wrapper, .timeline-section--2013 .timeline-section__image-wrapper, .timeline-section--2017 .timeline-section__image-wrapper {
        margin-left: auto; } }

.timeline-flavor-list {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 48em) {
    .timeline-flavor-list {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.timeline-flavor {
  display: block; }

.timeline-flavor__pints-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: table;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #EA423A;
  border-radius: 100%;
  color: #fff; }
  .timeline-flavor__pints-link span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0.3125rem;
    font-size: 0.75rem; }
  @media only screen and (min-width: 48em) {
    .timeline-flavor__pints-link {
      width: 5rem;
      height: 5rem; }
      .timeline-flavor__pints-link span {
        font-size: 0.9375rem; } }

.timeline-flavor,
.timeline-flavor__image {
  position: relative; }

@media only screen and (max-width: 47.99em) {
  .timeline-flavor {
    margin-bottom: 1.875rem; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor {
    position: absolute; } }

.timeline-flavor__image {
  min-height: initial;
  width: 15.625rem;
  height: 15.625rem;
  display: inline-block;
  background-color: transparent; }
  .timeline-flavor__image,
  .timeline-flavor__image .placeholder-svg {
    border-radius: 100%; }
  .timeline-flavor__image:hover .timeline-flavor__text {
    opacity: 1;
    bottom: 65%;
    visibility: visible; }
  .timeline-flavor__image:after, .timeline-flavor__image:before {
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: -1; }
    @media only screen and (min-width: 48em) {
      .timeline-flavor__image:after, .timeline-flavor__image:before {
        opacity: 0 !important; } }
  .timeline-flavor__image:before {
    background-color: #2B487A;
    opacity: 0.4;
    width: 50%;
    height: 50%;
    top: 0;
    left: -20%; }
  .timeline-flavor__image:after {
    background-color: #4C0081;
    opacity: 0.3;
    width: 90%;
    height: 90%;
    bottom: -20%;
    left: -25%;
    z-index: -2; }

.timeline-flavor__link {
  display: block;
  position: relative; }
  .timeline-flavor__link, .timeline-flavor__link:before {
    width: 100%;
    height: 100%; }
  .timeline-flavor__link:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(//cdn.shopify.com/s/files/1/0092/2815/7033/t/98/assets/light-flare.png?v=50487186963541441221688066446);
    background-repeat: no-repeat;
    background-size: contain;
    top: 10%;
    left: -20%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out; }
  .timeline-flavor__link:hover:before {
    opacity: 1;
    visibility: visible; }

.timeline-flavor__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 0.625rem);
  height: calc(100% + 0.625rem);
  overflow: visible !important;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .timeline-flavor__title path,
  .timeline-flavor__title use {
    fill: transparent; }
  .timeline-flavor__title path {
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center; }
  .timeline-flavor__title text {
    fill: white;
    font-size: 3.125rem; }

.timeline-flavor__text {
  position: absolute;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  bottom: 50%;
  background-color: #6D3484;
  padding: 0.9375rem;
  border-radius: 0.625rem;
  text-align: center;
  z-index: 3;
  width: auto;
  min-width: 15.625rem;
  font-size: 0.875rem;
  color: #fff;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 47.99em) {
    .timeline-flavor__text {
      display: none; } }
  .timeline-flavor__text:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.8125rem;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: inherit;
    -ms-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%); }
  .timeline-flavor__text * {
    color: inherit; }
  .timeline-flavor__text p {
    margin: 0; }

.timeline-trial-svg-wrapper {
  position: absolute; }
  @media only screen and (max-width: 47.99em) {
    .timeline-trial-svg-wrapper {
      display: none; } }

.timeline-trial-svg {
  display: block;
  visibility: hidden;
  clip-path: inset(0% 0% 100% 0);
  transition: all 1.5s ease-in-out; }
  .timeline-trial-svg.expand {
    visibility: visible; }
  .timeline-trial-svg.expand {
    clip-path: inset(0% 0% 0% 0%); }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2011 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2011 {
    top: 5%;
    left: 40%; } }

.timeline-flavor--2011 .timeline-flavor__text[data-index="1"] {
  background-color: #76B99F; }
.timeline-flavor--2011 .timeline-flavor__text[data-index="3"] {
  background-color: #506DA5; }
.timeline-flavor--2011 .timeline-flavor__text[data-index="4"] {
  background-color: #506DA5; }
.timeline-flavor--2011 .timeline-flavor__text[data-index="5"] {
  background-color: #DFC580;
  color: #333; }
.timeline-flavor--2011 .timeline-flavor__text[data-index="7"] {
  background-color: #76B99F; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2011[data-index="1"] {
    text-align: right; }
  .timeline-flavor--2011[data-index="2"] {
    text-align: left; }
  .timeline-flavor--2011[data-index="3"] {
    text-align: right; }
  .timeline-flavor--2011[data-index="4"] {
    text-align: left; }
  .timeline-flavor--2011[data-index="5"] {
    text-align: right; }
  .timeline-flavor--2011[data-index="6"] {
    text-align: left; }
  .timeline-flavor--2011[data-index="7"] {
    text-align: right; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="1"] {
    width: 8.75rem;
    height: 8.75rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="2"] {
    width: 9.6875rem;
    height: 9.6875rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="3"] {
    width: 8.4375rem;
    height: 8.4375rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="4"] {
    width: 10.3125rem;
    height: 10.3125rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="5"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="6"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="7"] {
    width: 9.0625rem;
    height: 9.0625rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="1"]:before {
    content: ""; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="3"]:before {
    content: ""; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="5"]:after {
    content: ""; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="7"]:before {
    content: ""; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2011[data-index="1"] {
    top: 5%;
    left: 0%; }
  .timeline-flavor--2011[data-index="2"] {
    top: 20%;
    left: 45%; }
  .timeline-flavor--2011[data-index="3"] {
    top: 5%;
    left: 70%; }
  .timeline-flavor--2011[data-index="4"] {
    top: 35%;
    left: 0%; }
  .timeline-flavor--2011[data-index="5"] {
    top: 70%;
    left: 15%; }
  .timeline-flavor--2011[data-index="6"] {
    top: 55%;
    left: 55%; }
  .timeline-flavor--2011[data-index="7"] {
    top: 35%;
    left: 65%; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="1"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="2"] {
    width: 5.3125rem;
    height: 5.3125rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="3"] {
    width: 5.625rem;
    height: 5.625rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="4"] {
    width: 11.5625rem;
    height: 11.5625rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="5"] {
    width: 5.3125rem;
    height: 5.3125rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="6"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="7"] {
    width: 5.9375rem;
    height: 5.9375rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2011 .timeline-flavor__image[data-index="1"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="2"] {
    width: 7.1875rem;
    height: 7.1875rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="3"] {
    width: 7.5rem;
    height: 7.5rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="4"] {
    width: 13.4375rem;
    height: 13.4375rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="5"] {
    width: 7.1875rem;
    height: 7.1875rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="6"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2011 .timeline-flavor__image[data-index="7"] {
    width: 7.8125rem;
    height: 7.8125rem; } }

.timeline-trial-svg-wrapper--2011 {
  top: 70%;
  left: -5%; }
  @media only screen and (min-width: 64em) {
    .timeline-trial-svg-wrapper--2011 {
      left: 5%; } }

.timeline-svg-trail--2011 {
  width: 21.25rem;
  height: 24.375rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2012 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2012 {
    top: 5%;
    left: 40%; } }

.timeline-flavor--2012 .timeline-flavor__text[data-index="1"] {
  background-color: #DFC580;
  color: #333; }
.timeline-flavor--2012 .timeline-flavor__text[data-index="3"] {
  background-color: #76B99F; }
.timeline-flavor--2012 .timeline-flavor__text[data-index="4"] {
  background-color: #506DA5; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2012[data-index="1"] {
    text-align: left;
    margin-left: 1.875rem; }
  .timeline-flavor--2012[data-index="2"] {
    text-align: right;
    margin-right: 1.25rem; }
  .timeline-flavor--2012[data-index="3"] {
    text-align: right; }
  .timeline-flavor--2012[data-index="4"] {
    text-align: left; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="1"] {
    width: 8.75rem;
    height: 8.75rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="2"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="3"] {
    width: 10.9375rem;
    height: 10.9375rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="4"] {
    width: 10.3125rem;
    height: 10.3125rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="2"]:before, .timeline-flavor--2012 .timeline-flavor__image[data-index="2"]:after {
    content: ""; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2012[data-index="1"] {
    top: 15%;
    left: 65%; }
  .timeline-flavor--2012[data-index="2"] {
    top: 40%;
    left: 60%; }
  .timeline-flavor--2012[data-index="3"] {
    top: 10%;
    left: 0%; }
  .timeline-flavor--2012[data-index="4"] {
    top: 55%;
    left: 15%; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="1"] {
    width: 5.625rem;
    height: 5.625rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="2"] {
    width: 11.5625rem;
    height: 11.5625rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="3"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="4"] {
    width: 6.5625rem;
    height: 6.5625rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2012 .timeline-flavor__image[data-index="1"] {
    width: 7.5rem;
    height: 7.5rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="2"] {
    width: 13.4375rem;
    height: 13.4375rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="3"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2012 .timeline-flavor__image[data-index="4"] {
    width: 8.4375rem;
    height: 8.4375rem; } }

.timeline-trial-svg-wrapper--2012 {
  top: 80%;
  left: 75%; }

.timeline-svg-trail--2012 {
  width: 24.375rem;
  height: 35rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2013 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2013 {
    top: 0%;
    left: 25%; } }

.timeline-flavor--2013 .timeline-flavor__text[data-index="1"] {
  background-color: #506DA5; }
.timeline-flavor--2013 .timeline-flavor__text[data-index="2"] {
  background-color: #506DA5; }
.timeline-flavor--2013 .timeline-flavor__text[data-index="4"] {
  background-color: #76B99F; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2013[data-index="1"] {
    text-align: left; }
  .timeline-flavor--2013[data-index="2"] {
    text-align: right; }
  .timeline-flavor--2013[data-index="3"] {
    text-align: left; }
  .timeline-flavor--2013[data-index="4"] {
    text-align: right; }
  .timeline-flavor--2013[data-index="5"] {
    text-align: left; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="1"] {
    width: 9.0625rem;
    height: 9.0625rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="2"] {
    width: 9.0625rem;
    height: 9.0625rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="3"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="4"] {
    width: 9.375rem;
    height: 9.375rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="5"] {
    width: 9.375rem;
    height: 9.375rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="1"]:before {
    content: "";
    top: 50% !important;
    left: 85% !important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="2"]:before {
    content: ""; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="4"]:after {
    content: ""; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2013[data-index="1"] {
    top: 15%;
    left: 45%; }
  .timeline-flavor--2013[data-index="2"] {
    top: 60%;
    left: 25%; }
  .timeline-flavor--2013[data-index="3"] {
    top: 20%;
    left: 0%; }
  .timeline-flavor--2013[data-index="4"] {
    top: 40%;
    left: 50%; }
  .timeline-flavor--2013[data-index="5"] {
    top: 80%;
    left: 30%; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="1"] {
    width: 5.9375rem;
    height: 5.9375rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="2"] {
    width: 5.625rem;
    height: 5.625rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="3"] {
    width: 11.5625rem;
    height: 11.5625rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="4"] {
    width: 11.5625rem;
    height: 11.5625rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="5"] {
    width: 10rem;
    height: 10rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2013 .timeline-flavor__image[data-index="1"] {
    width: 7.8125rem;
    height: 7.8125rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="2"] {
    width: 7.5rem;
    height: 7.5rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="3"] {
    width: 13.4375rem;
    height: 13.4375rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="4"] {
    width: 13.4375rem;
    height: 13.4375rem; }
  .timeline-flavor--2013 .timeline-flavor__image[data-index="5"] {
    width: 11.875rem;
    height: 11.875rem; } }

.timeline-trial-svg-wrapper--2013 {
  top: 82%;
  left: -20%; }

.timeline-svg-trail--2013 {
  width: 16.25rem;
  height: 26.875rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2014 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2014 {
    top: 0%;
    left: 35%; } }

.timeline-flavor--2014 .timeline-flavor__text[data-index="1"] {
  background-color: #DFC580;
  color: #333; }
.timeline-flavor--2014 .timeline-flavor__text[data-index="2"] {
  background-color: #76B99F; }
.timeline-flavor--2014 .timeline-flavor__text[data-index="3"] {
  background-color: #506DA5; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2014[data-index="1"] {
    text-align: right; }
  .timeline-flavor--2014[data-index="2"] {
    text-align: left; }
  .timeline-flavor--2014[data-index="3"] {
    text-align: right; }
  .timeline-flavor--2014[data-index="4"] {
    text-align: left; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="1"] {
    width: 8.75rem;
    height: 8.75rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="2"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="3"] {
    width: 9.0625rem;
    height: 9.0625rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="4"] {
    width: 10.3125rem;
    height: 10.3125rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="1"]:before {
    content: "";
    top: 5%;
    left: -5%; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="3"]:before {
    content: ""; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2014[data-index="1"] {
    top: 15%;
    left: 65%; }
  .timeline-flavor--2014[data-index="2"] {
    top: 25%;
    left: 0%; }
  .timeline-flavor--2014[data-index="3"] {
    top: 70%;
    left: 15%; }
  .timeline-flavor--2014[data-index="4"] {
    top: 50%;
    left: 50%; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="1"] {
    width: 5.625rem;
    height: 5.625rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="2"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="3"] {
    width: 5.625rem;
    height: 5.625rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="4"] {
    width: 11.5625rem;
    height: 11.5625rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2014 .timeline-flavor__image[data-index="1"] {
    width: 7.5rem;
    height: 7.5rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="2"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="3"] {
    width: 7.5rem;
    height: 7.5rem; }
  .timeline-flavor--2014 .timeline-flavor__image[data-index="4"] {
    width: 13.4375rem;
    height: 13.4375rem; } }

.timeline-trial-svg-wrapper--2014 {
  top: 70%;
  left: 100%;
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

.timeline-svg-trail--2014 {
  width: 18.75rem;
  height: 13.75rem; }
  @media only screen and (min-width: 64em) {
    .timeline-svg-trail--2014 {
      width: 21.875rem;
      height: 16.875rem; } }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2015 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2015 {
    top: 5%;
    left: 30%; } }

.timeline-flavor--2015 .timeline-flavor__text[data-index="1"] {
  background-color: #76B99F; }
.timeline-flavor--2015 .timeline-flavor__text[data-index="2"] {
  background-color: #506DA5; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2015[data-index="1"] {
    text-align: left; }
  .timeline-flavor--2015[data-index="2"] {
    text-align: right; }
  .timeline-flavor--2015 .timeline-flavor__image[data-index="1"] {
    width: 9.375rem;
    height: 9.375rem; }
  .timeline-flavor--2015 .timeline-flavor__image[data-index="2"] {
    width: 10.625rem;
    height: 10.625rem; }
  .timeline-flavor--2015 .timeline-flavor__image[data-index="1"]:before {
    content: "";
    top: 50%;
    left: 90%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2015[data-index="1"] {
    top: 20%;
    left: 50%; }
  .timeline-flavor--2015[data-index="2"] {
    top: 75%;
    left: 15%; }
  .timeline-flavor--2015 .timeline-flavor__image[data-index="1"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2015 .timeline-flavor__image[data-index="2"] {
    width: 11.5625rem;
    height: 11.5625rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2015 .timeline-flavor__image[data-index="1"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2015 .timeline-flavor__image[data-index="2"] {
    width: 13.4375rem;
    height: 13.4375rem; } }

.timeline-trial-svg-wrapper--2015 {
  top: 100%;
  left: -50%; }

.timeline-svg-trail--2015 {
  width: 28.125rem;
  height: 25rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2016 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2016 {
    top: 0%;
    left: 35%; } }

.timeline-flavor--2016 .timeline-flavor__text[data-index="1"] {
  background-color: #76B99F; }
.timeline-flavor--2016 .timeline-flavor__text[data-index="2"] {
  background-color: #DFC580;
  color: #333; }
.timeline-flavor--2016 .timeline-flavor__text[data-index="3"] {
  background-color: #506DA5; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2016[data-index="1"] {
    text-align: right; }
  .timeline-flavor--2016[data-index="2"] {
    text-align: left; }
  .timeline-flavor--2016[data-index="3"] {
    text-align: right; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="1"] {
    width: 9.375rem;
    height: 9.375rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="2"] {
    width: 10.625rem;
    height: 10.625rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="3"] {
    width: 9.0625rem;
    height: 9.0625rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="1"]:before {
    content: ""; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="3"]:before {
    content: ""; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2016[data-index="1"] {
    top: 10%;
    left: 0%; }
  .timeline-flavor--2016[data-index="2"] {
    top: 40%;
    left: 60%; }
  .timeline-flavor--2016[data-index="3"] {
    top: 55%;
    left: 5%; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="1"] {
    width: 10rem;
    height: 10rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="2"] {
    width: 11.5625rem;
    height: 11.5625rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="3"] {
    width: 10rem;
    height: 10rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2016 .timeline-flavor__image[data-index="1"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="2"] {
    width: 13.4375rem;
    height: 13.4375rem; }
  .timeline-flavor--2016 .timeline-flavor__image[data-index="3"] {
    width: 11.875rem;
    height: 11.875rem; } }

.timeline-trial-svg-wrapper--2016 {
  top: 90%;
  left: 25%; }

.timeline-svg-trail--2016 {
  width: 21.875rem;
  height: 11.875rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2017 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2017 {
    top: 5%;
    left: 25%; } }

.timeline-flavor--2017 .timeline-flavor__text[data-index="2"] {
  background-color: #506DA5; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2017[data-index="1"] {
    text-align: left; }
  .timeline-flavor--2017[data-index="2"] {
    text-align: right; }
  .timeline-flavor--2017 .timeline-flavor__image[data-index="1"] {
    width: 8.75rem;
    height: 8.75rem; }
  .timeline-flavor--2017 .timeline-flavor__image[data-index="2"] {
    width: 8.75rem;
    height: 8.75rem; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2017[data-index="1"] {
    top: 40%;
    left: 0%; }
  .timeline-flavor--2017[data-index="2"] {
    top: 15%;
    left: 60%; }
  .timeline-flavor--2017 .timeline-flavor__image[data-index="1"] {
    width: 11.5625rem;
    height: 11.5625rem; }
  .timeline-flavor--2017 .timeline-flavor__image[data-index="2"] {
    width: 10rem;
    height: 10rem; } }
@media only screen and (min-width: 64em) {
  .timeline-flavor--2017 .timeline-flavor__image[data-index="1"] {
    width: 13.4375rem;
    height: 13.4375rem; }
  .timeline-flavor--2017 .timeline-flavor__image[data-index="2"] {
    width: 11.875rem;
    height: 11.875rem; } }

.timeline-trial-svg-wrapper--2017 {
  top: 85%;
  left: -5%; }

.timeline-svg-trail--2017 {
  width: 22.5rem;
  height: 12.5rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2018 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2018 {
    top: 5%;
    left: 35%; } }

.timeline-flavor--2018 .timeline-flavor__text[data-index="1"] {
  background-color: #DFC580;
  color: #333; }
.timeline-flavor--2018 .timeline-flavor__text[data-index="2"] {
  background-color: #76B99F; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2018[data-index="1"] {
    text-align: right; }
  .timeline-flavor--2018[data-index="2"] {
    text-align: left; }
  .timeline-flavor--2018 .timeline-flavor__image[data-index="1"] {
    width: 9.0625rem;
    height: 9.0625rem; }
  .timeline-flavor--2018 .timeline-flavor__image[data-index="2"] {
    width: 10.3125rem;
    height: 10.3125rem; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2018[data-index="1"] {
    top: 60%;
    left: 65%; }
  .timeline-flavor--2018[data-index="2"] {
    top: 30%;
    left: 10%; }
  .timeline-flavor--2018 .timeline-flavor__image[data-index="1"] {
    width: 11.875rem;
    height: 11.875rem; }
  .timeline-flavor--2018 .timeline-flavor__image[data-index="2"] {
    width: 13.4375rem;
    height: 13.4375rem; } }

.timeline-trial-svg-wrapper--2018 {
  top: 100%;
  left: 60%; }

.timeline-svg-trail--2018 {
  width: 15rem;
  height: 17.1875rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2019 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2019 {
    top: 0%;
    left: 65%; } }

.timeline-flavor--2019 .timeline-flavor__text[data-index="1"] {
  background-color: #506DA5; }
@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2019[data-index="1"] {
    text-align: left; }
  .timeline-flavor--2019 .timeline-flavor__image[data-index="1"] {
    width: 9.0625rem;
    height: 9.0625rem; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2019[data-index="1"] {
    top: 40%;
    left: 40%; }
  .timeline-flavor--2019 .timeline-flavor__image[data-index="1"] {
    width: 13.4375rem;
    height: 13.4375rem; } }

.timeline-trial-svg-wrapper--2019 {
  top: 85%;
  left: 0%; }

.timeline-svg-trail--2019 {
  width: 17.5rem;
  height: 23.125rem; }

@media only screen and (max-width: 47.99em) {
  .timeline-section__title--2020 {
    margin-left: 35%;
    margin-bottom: -5%; } }
@media only screen and (min-width: 48em) {
  .timeline-section__title--2020 {
    top: 5%;
    left: 30%; } }

@media only screen and (max-width: 47.99em) {
  .timeline-flavor--2020[data-index="1"] {
    text-align: left; }
  .timeline-flavor--2020 .timeline-flavor__image[data-index="1"] {
    width: 9.0625rem;
    height: 9.0625rem; } }
@media only screen and (min-width: 48em) {
  .timeline-flavor--2020[data-index="1"] {
    top: 15%;
    left: 65%; }
  .timeline-flavor--2020 .timeline-flavor__image[data-index="1"] {
    width: 7.5rem;
    height: 7.5rem; } }

/*================ SHOPIFY APP RESETS ================*/
/*================ Recharge Reset ================*/
select.rc_select {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  background-size: auto 1.7rem !important; }

div.rc_block .rc_label__discount {
  display: none !important; }
div.rc_block label.rc_label__deliver_every {
  display: flex !important;
  flex-wrap: wrap !important; }
  div.rc_block label.rc_label__deliver_every .rc_label__delivery {
    flex-basis: 100% !important;
    font-size: 0.8125rem !important; }
  div.rc_block label.rc_label__deliver_every select.rc_select {
    font-size: 0.8125rem !important; }

.rc_popup, .rc_price__onetime, .rc_price__autodeliver {
  display: none !important; }

.shg-fw {
  max-width: 100% !important;
  margin: auto !important; }

/* MULTI-SHIP SCREENS */
.gs__sidebar .gs__total-line {
  justify-content: flex-end;
  padding-top: 0 !important; }
  .gs__sidebar .gs__total-line th {
    padding-right: 0.5rem !important;
    font-weight: bold !important; }
  .gs__sidebar .gs__total-line td {
    width: 80px; }
  .gs__sidebar .gs__total-line.gs__total-line-taxes td {
    width: auto; }
.gs__sidebar tr.gs__total-line-subtotal:nth-last-child(4) {
  display: none; }
.gs__sidebar .gs__summary-table tbody {
  display: flex;
  flex-direction: column; }
.gs__sidebar td, .gs__sidebar th {
  display: block;
  padding-top: 0.25em; }
.gs__sidebar tr[data-product-type="Ice Cream Flavors"] {
  padding-left: 2.4em;
  padding-top: 0.25em !important; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .gs__thumbnail {
    height: 2.3em;
    width: 2.3em; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .gs__thumbnail {
    order: 1; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .gs__cart-description {
    order: 2;
    font-size: 0.8em;
    padding-left: 1.5em; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .gs__cart-price-column {
    order: 3;
    display: none; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product__quantity {
    order: 2;
    height: auto;
    width: auto;
    margin: 0 0 0 1em;
    position: relative;
    overflow: visible;
    white-space: nowrap;
    font-weight: bold; }
    .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product__quantity .visually-hidden {
      border: 0;
      clip: none;
      width: auto;
      height: auto;
      margin: auto;
      overflow: visible;
      padding: 0;
      position: relative;
      white-space: nowrap; }
    .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product__quantity:after {
      content: '×';
      display: inline; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product__quantity {
    display: block; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product-thumbnail__quantity {
    display: none; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product__price {
    display: none;
    order: 4; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .product__description__name {
    font-size: 0.8em;
    font-weight: normal; }
  .gs__sidebar tr[data-product-type="Ice Cream Flavors"] .reduction-code {
    display: none; }
.gs__sidebar tr {
  display: flex;
  align-items: center;
  padding-left: 0; }
  .gs__sidebar tr:not(:last-child) {
    padding-top: 2em; }
  .gs__sidebar tr .gs__cart-description {
    text-align: left; }
  .gs__sidebar tr .product-thumbnail {
    height: 4.6em;
    width: 4.6em; }
  .gs__sidebar tr .product-thumbnail__quantity {
    display: block; }
  .gs__sidebar tr .product__description__name {
    font-size: 1em;
    font-weight: bold; }
  .gs__sidebar tr .product__price {
    display: block; }
  .gs__sidebar tr .product__quantity {
    display: none; }
  .gs__sidebar tr .product__description__property, .gs__sidebar tr .product__description__variant {
    display: none; }

/* hide cart line item properties */
/* .ajaxcart__product-meta {
  display: none!important;
} */
/* Hide Friendbuy ribbon on mobile */
@media (max-width: 1023px) {
  [id*="fbt-ribbon"] {
    display: none !important; } }
