@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: block;
  margin-left: auto;
  margin-right: auto; }
  .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("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: font-url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/slick.eot");
  src: font-url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/slick.eot#iefix") format("embedded-opentype"), font-url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/slick.woff") format("woff"), font-url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/slick.ttf") format("truetype"), font-url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9;
  padding: 0px;
  box-sizing: border-box;
  background-color: black;
  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: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../../files/x-button_43813.png"); }

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

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

/*================ 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 ================*/
@font-face {
  font-family: 'Adegaregular';
  src: url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/ADega-Serif-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

/*================ Spacing ================*/
@keyframes loading-rotate {
  0% {
    transform: scale(1, 1); }

  5% {
    transform: scale(1, 1); }

  25% {
    transform: scale(-1, 1); }

  30% {
    transform: scale(-1, 1); }

  50% {
    transform: scale(-1, -1); }

  55% {
    transform: scale(-1, -1); }

  75% {
    transform: scale(1, -1); }

  80% {
    transform: scale(1, -1); } }

/*================ SETTINGS ================*/
/* FONT FILES */
@font-face {
  font-family: 'Favorit';
  src: url("FavoritStd-Bold.woff") format("woff"), url("FavoritStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Favorit';
  src: url("FavoritStd-Regular.woff") format("woff2"), url("FavoritStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Favorit Light';
  src: url("https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/Favorit_Light.otf") format("opentype");
  font-weight: light;
  font-style: normal; }

/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ 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: bold; }

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

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

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

/*================ Typography ================*/
body {
  font-family: Favorit, Arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.25rem;
  color: black;
  font-weight: normal; }

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

h1, .h1,
h2,
.h2 {
  font-weight: 700; }

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

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

h3, .h3 {
  font-size: 1.125rem;
  line-height: 2rem; }

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

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

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

/*** Paragraph Text ***/
p {
  color: black;
  margin: 0 0 0.9375rem; }
  p:last-child {
    margin-bottom: 0; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -1.5625rem; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 47.99em) {
    .grid {
      margin-left: -0.9375rem; } }

.grid__item {
  float: left;
  padding-left: 1.5625rem;
  width: 100%; }
  @media only screen and (max-width: 47.99em) {
    .grid__item {
      padding-left: 0.9375rem; } }
  .grid__item[class*='--push'] {
    position: relative; }

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

.grid--half-gutters {
  margin-left: -0.78125rem; }
  .grid--half-gutters > .grid__item {
    padding-left: 0.78125rem; }
  @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.125rem; }
  .grid--double-gutters > .grid__item {
    padding-left: 3.125rem; }
  @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.5625rem; }
      .grid--view-items > .grid__item {
        margin-bottom: 1.5625rem; } }

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

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

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

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

.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 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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) {
  /** Whole */
  .small-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 30em) and (max-width: 47.99em) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 47.99em) {
  /** Whole */
  .small-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 48em) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 48em) and (max-width: 63.99em) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 63.99em) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 64em) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 64em) and (max-width: 74.99em) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 74.99em) {
  /** Whole */
  .large-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 48em) and (max-width: 74.99em) {
  /** Whole */
  .medium-large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 75em) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .widescreen--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (min-width: 48em) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width {
  max-width: 73.75rem;
  margin: 0 auto; }

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

@media only screen and (max-width: 47.99em) {
  .page-wide--mobile-full {
    padding: 0; } }

.page-generic {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem; }

.main-content {
  min-height: 60vh; }

.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 100; }

.page-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

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

/*================ 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-mh-logo {
  width: 5rem;
  height: auto;
  animation-name: loading-rotate;
  animation-duration: 1.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

/*============================================================================
  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: 3.21429rem;
  height: 0.9375rem; }

.icon-close {
  stroke: black; }

/*================ Rich Text Editor ================*/
.rte {
  line-height: 1.75; }
  .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: disc outside; }
    .rte ul ul {
      list-style: circle outside; }
      .rte ul ul ul {
        list-style: square outside; }
  .rte li {
    list-style: inherit; }

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

  .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 black; } }
/*================ 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: 1px solid transparent;
  background-color: black;
  color: white;
  font-weight: 700;
  font-family: Favorit, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: normal;
  padding: 0.625rem 1.25rem; }
  .btn:focus, .btn:hover {
    opacity: 0.6; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.6; }

.btn--secondary {
  color: #f2f5f4;
  background-color: black; }

.btn--outline {
  background-color: transparent;
  border-color: currentColor;
  color: currentColor; }

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

@media only screen and (min-width: 48em) {
  .animated-bottom-border {
    position: relative; }
    .animated-bottom-border:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: black;
      visibility: hidden;
      transition: all 0.2s ease-in-out; }
    .animated-bottom-border:hover:before, .animated-bottom-border:focus:before {
      visibility: visible;
      width: 100%; } }
/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

label {
  font-size: 0.625rem; }
  label sup {
    top: -0.25em;
    left: 0.25em;
    color: red;
    font-size: 100%; }

input,
select,
textarea {
  border: 1px solid black;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  select[disabled],
  textarea[disabled] {
    cursor: default;
    background-color: #eeeeee;
    border-color: #cccccc; }

input,
textarea {
  padding: 0.625rem 1.25rem; }

textarea {
  min-height: 6.25rem; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(ico-select_v-14514294929565048432.svg);
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-color: transparent;
  padding: 0.625rem 1.75rem 0.625rem 1.25rem;
  text-indent: 0.00063rem;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 0.625rem;
    background-image: none; }

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

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

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

.note {
  border: 1px solid black; }

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

/*================ Vertical forms ================*/
.form-vertical {
  margin: 3.125rem 0; }
  .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"] {
    display: inline-block;
    width: auto;
    margin-right: 0.3125rem; }
  .form-vertical [type="submit"],
  .form-vertical .btn {
    display: inline-block;
    width: auto; }
  .form-vertical .btn {
    margin-bottom: 0.9375rem; }
  @media only screen and (max-width: 47.99em) {
    .form-vertical h1, .form-vertical .h1 {
      font-size: 24px; } }
  .form-vertical .form-vertical__submit-btn {
    display: block;
    width: 100%; }

.form-vertical__header {
  display: flex;
  justify-content: space-between; }
  .form-vertical__header p {
    color: #EB100E;
    text-transform: uppercase; }

.form-vertical input {
  margin-top: 0.3125rem; }

/*================ Input Groups ================*/
.input-group {
  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; }
  .form-vertical .input-group {
    margin-bottom: 1.5625rem; }
  .input-group label {
    width: 100%; }

.input-group__btn .btn,
.input-group__field {
  min-height: 2.5rem; }

.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  flex-grow: 1; }
  .input-group__btn .btn {
    width: 100%; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  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.75s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: black; }

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

.drawer--top {
  width: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0; }
  .js-drawer-open-top .drawer--top {
    display: block;
    visibility: visible;
    opacity: 1; }

.drawer--left {
  width: 100%;
  left: -100%; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .lt-ie9 .js-drawer-open-left .drawer--left {
      left: 0; }

.drawer--right {
  width: 25rem;
  right: -25rem; }
  .js-drawer-open-right .drawer--right {
    display: block;
    -ms-transform: translateX(-25rem);
    -webkit-transform: translateX(-25rem);
    transform: translateX(-25rem); }
    .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.5625rem 1.5625rem;
  z-index: 9;
  transition: all 0.75s 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.75s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open-right .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

.drawer__header {
  display: table;
  height: 4.375rem;
  width: 100%;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid black; }

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

/*================ Search Bar (Top Drawer) ================*/
.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent; }

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

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

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-color: transparent;
  padding-left: 35px;
  width: 100%;
  text-transform: uppercase; }

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

.search-bar__close .icon {
  width: 0.9375rem;
  height: 0.9375rem; }

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

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid black;
  padding: 0 2.1875rem; }
  @media only screen and (max-width: 63.99em) {
    .search-bar {
      height: 40px !important; } }

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

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

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

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

.search-header__input {
  cursor: pointer; }

.search--focus .search-header__input {
  outline: none;
  border-color: black;
  cursor: auto; }
.search--focus .search-header__submit {
  padding-left: 10px;
  pointer-events: auto; }

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

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

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

/*================ Slick Slider Overrides ================*/
/*** Slick Arrow ***/
.slick-slider .slick-arrow {
  z-index: 1;
  height: 1.875rem;
  width: 1.875rem; }
  .slick-slider .slick-arrow:before {
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
.slick-slider .slick-prev {
  left: 0; }
  .slick-slider .slick-prev:before {
    content: "←";
    color: black;
    font-size: 1.5rem;
    font-family: Favorit,Arial,sans-serif; }
.slick-slider .slick-next {
  right: 0; }
  .slick-slider .slick-next:before {
    content: "→";
    color: black;
    font-size: 1.5rem;
    font-family: Favorit,Arial,sans-serif; }

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

/*================ Override/Extend Magnific Popup Plugin ================*/
/*** Fade Effect ***/
.mfp-fade {
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */ }
  .mfp-fade.mfp-bg {
    opacity: 0;
    -ms-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -ms-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out; }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }

/*** Light background ***/
.mfp-bg.mfp--light {
  background-color: #fff; }
  .mfp-bg.mfp--light.mfp-ready {
    opacity: 1; }

.mfp--light .mfp-content {
  width: 100%; }
.mfp--light .mfp-iframe-holder .mfp-close,
.mfp--light .mfp-image-holder .mfp-close {
  color: #000; }
.mfp--light .mfp-figure:after {
  content: none; }

.mfp-content .mfp-custom-close {
  text-align: right; }
.mfp-content .mfp-custom-close:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-image: url(//https://cdn.shopify.com/s/files/1/2554/3534/t/59/assets/ico-close.svg?v=14187725926937734973);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right; }

/*================ 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: white;
  padding: 0.9375rem;
  z-index: 10000;
  transition: none; }

/*================ 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-content-start {
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }

/*================ 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-light {
  color: white; }

.text-dark {
  color: black; }

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

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

/*================ MODULES ================*/
/*================ Custom Select Dropdowns ================*/
.custom-select {
  position: relative; }

.custom-select__selected {
  border: 1px solid black;
  padding-right: 3.125rem; }

.custom-select__options-list {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: auto;
  transition: max-height 0.25s ease-in-out;
  border: 1px solid black;
  border-bottom: 0; }
  .custom-select__options-list.is-collapsed {
    max-height: 0;
    border: none; }

.custom-select__option,
.custom-select__selected {
  cursor: pointer;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.625rem 0.625rem;
  height: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .custom-select__option,
    .custom-select__selected {
      padding: 0.3125rem 0.625rem;
      height: 2.25rem; } }

.custom-select__option:not(:last-child) {
  border-bottom: 1px solid black; }

.selector-wrapper--color .custom-select__option.is-selected {
  display: none; }

/*================ Site Header ================*/
.header-container {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .header-container.active {
    position: fixed; }

.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 1.25rem;
  background-color: white; }
  @media only screen and (max-width: 74.99em) {
    .site-header {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; } }
  @media only screen and (min-width: 75em) {
    .site-header {
      border-bottom: 1px solid black; } }

.site-header__nav {
  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;
  width: 40%; }
  @media only screen and (max-width: 74.99em) {
    .site-header__nav {
      padding: 0 1.25rem; } }

.site-header__logo {
  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;
  width: 20%;
  flex-shrink: 0;
  margin: 0;
  padding: 0.3125rem 1.25rem; }
  @media only screen and (max-width: 74.99em) {
    .site-header__logo {
      width: 40%;
      padding-left: 0.9375rem; } }

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

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

.site-header__icons {
  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: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  width: 40%; }
  .site-header__icons:not(.site-header__icons--left) > * {
    margin: 0;
    padding: 0.625rem; }
  .site-header__icons .icon {
    width: 1.0625rem;
    height: 1.0625rem; }
  @media only screen and (max-width: 74.99em) {
    .site-header__icons {
      width: 20%;
      flex-grow: 1;
      padding-right: 0.9375rem; } }

.site-header__icons--left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0.9375rem; }

.site-header__mobile-drawer-btn {
  padding: 0.625rem 0; }

.site-logo {
  display: block;
  text-align: center; }
  .site-logo img {
    display: block;
    width: 100%;
    margin: 0 auto; }

.site-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .site-nav > li {
    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;
    padding: 0.3125rem 1.25rem;
    text-align: center;
    white-space: nowrap; }
    .site-nav > li .site-nav__link {
      padding: 0.3125rem 0; }
      @media only screen and (min-width: 48em) {
        .site-nav > li .site-nav__link {
          padding: 0;
          line-height: 1; } }

.hidden-count {
  display: none; }

.site-nav--has-submenu:hover .mega-menu, .site-nav--has-submenu:focus .mega-menu, .site-header__faq-toggle:hover .mega-menu, .site-header__faq-toggle:focus .mega-menu {
  visibility: visible;
  opacity: 1; }

.site-header__faq-toggle {
  cursor: pointer; }

.site-header__message {
  font-size: 0.625rem; }

/*================ Mega Menu ================*/
.mega-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black;
  background-color: white;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 3; }

.mega-menu--faq {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 1.25rem 2.5rem; }

.mega-menu__item {
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%;
  padding: 1.25rem 2.5rem; }
  .mega-menu__item:nth-child(2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid black;
    padding-top: 2.5rem; }

.mega-menu__header {
  margin-bottom: 0;
  padding-left: 0.83333rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem; }

.mega-menu__images {
  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; }

.mega-menu__image {
  -ms-flex-preferred-size: calc(100% / 3);
  -webkit-flex-basis: calc(100% / 3);
  -moz-flex-basis: calc(100% / 3);
  flex-basis: calc(100% / 3);
  padding: 0.625rem; }

.mega-menu__subtitle {
  padding: 0.625rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.625rem; }

.mega-menu__nav {
  margin-right: 2.5rem; }

.mega-menu__nav-item {
  margin-left: 5px;
  padding: 5px 0; }
  .mega-menu__nav-item a {
    opacity: 0.7; }
  .mega-menu__nav-item .icon {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.375rem; }
  .mega-menu__nav-item:hover a, .mega-menu__nav-item:focus a {
    opacity: 1; }

.mega-menu__nav-item--header {
  font-weight: 700; }

/*================ Site Footer ================*/
.footer {
  border-top: 1px black solid;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 1.875rem 3.4375rem; }
  @media only screen and (max-width: 63.99em) {
    .footer {
      -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: 2.5rem 1.25rem; } }

.footer-input-group {
  -ms-flex-preferred-size: unset;
  -webkit-flex-basis: unset;
  -moz-flex-basis: unset;
  flex-basis: unset;
  -webkit-justify-content: unset;
  -ms-justify-content: unset;
  justify-content: unset; }
  @media only screen and (max-width: 63.99em) {
    .footer-input-group {
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; } }

.footer__linklist-container {
  width: 20rem; }
  @media only screen and (max-width: 63.99em) {
    .footer__linklist-container {
      justify-content: left;
      /* @include flex-direction(column);
      margin: 0 auto;
      @include align-items(center);
      width: auto; */
      order: 2;
      margin: 0 auto 1.5625rem; } }

.footer-linklist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .footer-linklist li {
    margin-bottom: 0.3125rem; }
  @media only screen and (max-width: 63.99em) {
    .footer-linklist {
      margin-right: 1.5625rem; } }

@media only screen and (max-width: 63.99em) {
  .input-group__header {
    /* text-align: center; */ } }

.input-group__box-container {
  width: 18%; }
  @media only screen and (max-width: 63.99em) {
    .input-group__box-container {
      width: 25%; } }
  .input-group__box-container label {
    font-size: 0.625rem;
    letter-spacing: 0.125rem;
    margin-right: 0.3125rem; }

.footer__copyright {
  width: 100%;
  text-align: right; }
  @media only screen and (max-width: 63.99em) {
    .footer__copyright {
      text-align: right;
      order: 3; } }
  .footer__copyright p {
    text-transform: uppercase; }

.site-footer__newsletter {
  max-width: 26.5625rem; }
  @media only screen and (max-width: 63.99em) {
    .site-footer__newsletter {
      margin: 0 auto 1.5625rem;
      order: 1; } }

.input-group__field.newsletter__input {
  font-family: inherit;
  width: 70%;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  margin-right: 0.9375rem;
  max-width: 20.3125rem;
  border: #000 solid 1px;
  border-radius: 0px;
  margin-top: 0px; }
  .input-group__field.newsletter__input::placeholder {
    letter-spacing: 0.125rem; }
  @media only screen and (max-width: 63.99em) {
    .input-group__field.newsletter__input {
      font-size: 0.625rem;
      margin-top: 0; } }

.input-group__btn {
  flex-grow: unset;
  width: 20%;
  margin-top: 0; }
  @media only screen and (max-width: 63.99em) {
    .input-group__btn {
      margin-top: 0; } }

.newsletter__submit {
  background: white;
  color: black;
  border: #000 solid 1px;
  border-radius: 0px;
  padding: 0;
  max-width: 7.5rem;
  font-weight: normal; }
  @media only screen and (max-width: 63.99em) {
    .newsletter__submit {
      font-size: 0.625rem;
      padding: 0; } }

/*================ Ajax Cart ================*/
.ajaxcart-container {
  padding: 0; }

.ajaxcart__inner {
  margin-bottom: 1.5625rem;
  padding: 0rem 2.1875rem; }

.ajaxcart__product {
  position: relative;
  max-height: 31.25rem; }
  .ajaxcart__product:first-child {
    border-top: 1px black solid; }
  .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__row {
  border-bottom: 1px solid black; }

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5625rem;
  border: 1px black solid;
  margin-top: 1.5625rem; }
  .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.uppercase {
  text-transform: uppercase; }

.ajaxcart__product-name,
.ajaxcart__product-meta {
  display: block; }

.ajaxcart__product-name + .ajaxcart__product-meta {
  padding-top: 0.3125rem; }

.ajaxcart__product-name {
  font-weight: bold;
  text-transform: uppercase;
  max-width: 11.5625rem; }

/*================ Quantity Selectors ================*/
.js-qty, .ajaxcart__qty {
  position: relative;
  margin: 0 auto 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.3125rem 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;
  border-left: 1px solid black; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0;
  border-right: 1px solid black; }

/*================ Quantity Selectors in Ajax Cart ================*/
.ajaxcart__qty {
  margin: 0;
  max-width: 2.8125rem;
  min-width: unset; }
  .is-loading .ajaxcart__qty {
    opacity: 0.5;
    transition: none; }
  .ajaxcart__qty input {
    border: none;
    padding: 0;
    font-family: body; }

.ajaxcart__qty-num {
  border-color: black;
  color: black; }

.ajaxcart__qty-adjust {
  color: black;
  border: none; }
  .ajaxcart__qty-adjust .icon {
    height: 0.5rem;
    width: 0.5rem; }

.ajaxcart__qty--plus {
  border-color: black;
  border: none;
  padding: 0; }

.ajaxcart__qty--minus {
  border-color: black;
  border: none;
  padding: 0; }

.ajaxcart-item__price-strikethrough {
  float: right; }

.cart-drawer {
  max-width: 100%; }
  .cart-drawer .icon-close {
    height: 0.9375rem;
    width: 0.9375rem; }

.drawer__header {
  height: auto;
  margin: 0rem 2.1875rem;
  width: 85%;
  position: relative;
  border-bottom: none; }

.drawer__title {
  text-align: left;
  font-weight: bold;
  display: block;
  margin-top: 1.125rem;
  margin-bottom: 1.875rem; }

.drawer__close-button {
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto; }

.drawer__close--right {
  position: absolute;
  right: 0;
  top: 0.9375rem;
  width: 10%;
  display: block; }

.ajaxcart__footer-sub {
  padding: 0rem 2.1875rem;
  font-weight: bold; }
  .ajaxcart__footer-sub p {
    text-transform: uppercase; }

.ajaxcart__checkout {
  height: 4.0625rem;
  width: 100%;
  margin-top: 0.625rem; }

.additional_checkout_buttons .additional-checkout-button + .additional-checkout-button {
  width: 100%;
  margin: 5px 0 !important; }

.additional_checkout_buttons .additional-checkout-button.additional-checkout-button--google-pay {
  width: 100% !important; }

.ajaxcart__remove-container {
  position: absolute;
  top: 1.5625rem;
  right: 0; }
  .ajaxcart__remove-container .icon-close {
    height: 0.625rem;
    width: 0.625rem; }

.ajaxcart__gift-note {
  border-bottom: solid 0.0625rem;
  padding: 0.70313rem 0 0.46875rem; }
  .ajaxcart__gift-note .icon-gift {
    height: 1.5rem;
    width: 1.5rem; }

.ajaxcart__gift-contents {
  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;
  text-transform: uppercase;
  font-family: 'Favorit', Arial, sans-serif; }

.ajaxcart__gift-textarea {
  display: none;
  width: 100%;
  padding: 0.46875rem;
  margin-top: 0.46875rem;
  font-family: 'Favorit', Arial, sans-serif;
  font-size: 0.8125rem;
  min-height: 0;
  height: 4.6875rem;
  resize: none; }

.ajaxcart__gift-label {
  text-decoration: underline;
  margin-left: 0.23438rem;
  font-family: 'Favorit', Arial, sans-serif; }

.additional-checkout-button--apple-pay {
  width: 100%;
  margin: 5px 0 !important;
  border-radius: 0 !important; }

.drawer__body {
  padding: 0 5px; }

.shopify-cleanslate button {
  width: 100% !important; }

.dynamic-checkout__content .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D {
  text-align: center !important;
  height: 42px !important;
  -webkit-flex-basis: 113px !important;
  -ms-flex-preferred-size: 113px !important;
  flex-basis: 113px !important;
  margin: 5px 5px 5px !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 1 !important; }

/*================ Product Card ================*/
@media only screen and (min-width: 48em) {
  .product-card:hover .product-card__quickshop {
    opacity: 1; }
  .product-card:hover .product-card__info-link {
    opacity: 0; } }

@media only screen and (min-width: 48em) {
  .product-card--hoverable-image:hover .product-card__image-wrapper--featured {
    opacity: 0; }
  .product-card--hoverable-image:hover .product-card__image-wrapper--hidden {
    opacity: 1; } }

.product-card__main-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9375rem;
  background-color: #f0f0f0;
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .product-card__main-content {
      padding: 0; } }

.product-card__image-link {
  display: block;
  position: relative; }

.product-card__image-wrapper {
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }

.product-card__image-wrapper--hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.product-card__info {
  position: relative; }

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

.product-card__quickshop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  padding: 0.625rem;
  opacity: 0;
  z-index: 1;
  bottom: 0.9375rem; }
  @media only screen and (max-width: 63.99em) {
    .product-card__quickshop {
      display: none; } }

.product-card__info-link,
.product-card__quickshop {
  -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); }

.product-card__title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1; }

.product-card__subtitle {
  display: block;
  font-weight: normal;
  margin-top: 0.3125rem; }

.produc-card__price {
  color: #848484; }

.collection_tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  padding: 0px 5px;
  text-transform: uppercase;
  z-index: 1;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0.08em; }
  @media only screen and (max-width: 63.99em) {
    .collection_tag {
      top: 5px;
      left: 5px;
      font-size: 8px;
      padding: 0px 5px; } }

/*================ 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;
  -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%;
  margin-top: -1px; }
  @media only screen and (min-width: 64em) {
    .product-form {
      margin-top: 0;
      margin: 0 -0.3125rem;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; } }

.product-form__item, .klaviyo-bis-trigger {
  -webkit-flex: 1 0 50%;
  -moz-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }
  @media only screen and (min-width: 64em) {
    .product-form__item, .klaviyo-bis-trigger {
      padding: 0 0.3125rem;
      -webkit-flex: 0 1 10.9375rem;
      -moz-flex: 0 1 10.9375rem;
      -ms-flex: 0 1 10.9375rem;
      flex: 0 1 10.9375rem; } }
  .product-form__item button,
  .product-form__item select, .klaviyo-bis-trigger button,
  .klaviyo-bis-trigger select {
    width: 100%; }

@media only screen and (max-width: 47.99em) {
  .selector-wrapper--color .custom-select__selected {
    border-right: none; } }

@media only screen and (max-width: 63.99em) {
  .product-form__item--submit, .bis-trigger {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%; } }

.product-form__submit, .bis-trigger {
  height: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .product-form__submit, .bis-trigger {
      height: 2.25rem;
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem; } }

.bis-trigger {
  padding-left: 0;
  padding-right: 0;
  margin-left: 5px;
  min-width: 200px;
  display: none; }
  .bis-trigger:focus {
    color: white; }
  @media only screen and (max-width: 47.99em) {
    .bis-trigger {
      margin: 0; } }

/*================ Collection Slideshow ================*/
@media only screen and (min-width: 48em) {
  .collection-slideshow {
    padding-right: 1.5625rem; }
    .collection-slideshow .slick-prev {
      left: -1.5625rem; }
    .collection-slideshow .slick-next {
      right: -1.5625rem; } }
@media only screen and (max-width: 63.99em) {
  .collection-slideshow-section--preview {
    padding: 0; }

  .collection-slideshow.slick-dotted {
    padding-bottom: 3.125rem; }
  .collection-slideshow--preview {
    margin-left: 1.25rem; }
    .collection-slideshow--preview .slick-list {
      padding: 0 20% 0 0; } }
@media only screen and (max-width: 63.99em) and (min-width: 48em) {
  .collection-slideshow .product-card__main-content {
    padding: 0.625rem; } }

.mobile-collection {
  padding: 0.625rem; }
  .mobile-collection .product-card__info {
    margin-bottom: 0.625rem; }

/*================ Image Block ================*/
.image-block {
  position: relative;
  height: 28.125rem;
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .image-block:hover {
    opacity: 1;
    cursor: pointer; }
  @media only screen and (min-width: 48em) {
    .image-block {
      height: auto;
      padding-top: 100%; }
      .image-block:hover {
        opacity: 0.7; } }

.image-block__bg-image,
.image-block__text-content {
  position: absolute;
  width: 100%;
  z-index: 1; }

.image-block__bg-image {
  top: 0;
  left: 0;
  height: 100%;
  min-height: initial; }

.image-block__bg-image--mobile {
  display: block; }
  @media only screen and (min-width: 48em) {
    .image-block__bg-image--mobile {
      display: none; } }

.image-block__bg-image--desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .image-block__bg-image--desktop {
      display: block; } }

.image-block__text-content {
  bottom: 0.9375rem;
  left: auto;
  padding: 0 0.9375rem;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  @media only screen and (min-width: 48em) {
    .image-block__text-content {
      bottom: 0.3125rem;
      left: 50%;
      padding: 0 1.5625rem;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1; } }

.image-block__link {
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .image-block__link:hover {
    opacity: 1; }
    @media only screen and (min-width: 48em) {
      .image-block__link:hover {
        opacity: 0.7; } }

.image-grid__btn {
  float: right;
  background-color: white;
  color: black;
  border-color: currentColor;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.5rem;
  min-width: 6.25rem; }
  @media only screen and (min-width: 48em) {
    .image-grid__btn {
      float: none;
      padding: 0.625rem 0.9375rem;
      font-size: 0.625rem;
      width: 11.5625rem; } }

/*================ Accordions  ================*/
.accordion__panel {
  border-top: 1px solid black; }
  .accordion__panel:last-child {
    border-bottom: 1px solid black; }
  .accordion__panel.is-active .accordion__header {
    border-bottom: 1px solid black; }
    .accordion__panel.is-active .accordion__header:after {
      content: "\2191"; }
  .accordion__panel.is-active .accordion__body {
    display: block; }

.accordion__header {
  position: relative;
  padding: 8px 0; }
  .accordion__header:after {
    content: "\2193";
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.accordion__title {
  margin-bottom: 0;
  text-transform: uppercase; }

.accordion__body {
  display: none; }

.accordion__body,
.accordion__header {
  padding: 0.625rem; }

[js-accordion-header][aria-expanded="true"] .icon {
  transform: rotate(90deg); }

[js-accordion-header] {
  cursor: pointer; }

[js-accordion-content] {
  display: none; }

/*================ Size Guide ================*/
.size-guide-modal {
  max-width: 62.5rem;
  border-radius: 0;
  border: 1px solid #000; }
  @media only screen and (max-width: 63.99em) {
    .size-guide-modal {
      width: 100%;
      max-width: 100%;
      outline: 0px solid #fff;
      padding: 10px; } }

.size-guide-open {
  text-transform: uppercase;
  color: black; }
  .size-guide-open:hover {
    text-decoration: underline; }

.size_image {
  margin-top: 10px; }

.size-guide__content {
  margin-top: 8.75rem;
  max-width: 32.8125rem; }
  @media only screen and (max-width: 63.99em) {
    .size-guide__content {
      margin-top: 0.9375rem;
      margin-bottom: 0px !important; } }
  .size-guide__content table {
    table-layout: auto;
    border-collapse: collapse;
    overflow: hidden;
    border-bottom: 1px solid #000; }
  .size-guide__content td {
    width: auto !important;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .size-guide__content td:first-child {
      text-align: left;
      padding-left: 0.3125rem;
      border-right: 1px solid #000; }
    .size-guide__content td:hover::after {
      content: "";
      position: absolute;
      background-color: rgba(223, 223, 223, 0.7);
      left: 0;
      top: -312.5rem;
      height: 625rem;
      width: 100%;
      z-index: -1; }
      @media only screen and (max-width: 63.99em) {
        .size-guide__content td:hover::after {
          background-color: #fff; } }
  .size-guide__content tr:first-child {
    border-bottom: 1px solid #000; }
  .size-guide__content tr:hover {
    background: rgba(223, 223, 223, 0.7); }
    @media only screen and (max-width: 63.99em) {
      .size-guide__content tr:hover {
        background-color: #fff; } }

.size-guide__table {
  border: 1px black solid; }
  .size-guide__table .measurement-toggle {
    margin-left: 0.3125rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem !important; }
  .size-guide__table .js-toggle-measurement {
    list-style: none;
    cursor: pointer;
    opacity: 0.6; }
  .size-guide__table .js-toggle-measurement.active {
    opacity: 1; }
  .size-guide__table tr {
    height: 50px !important; }
    @media only screen and (max-width: 63.99em) {
      .size-guide__table tr {
        font-size: 10px !important; } }

.size-guide__subtitle p {
  margin-bottom: 0;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-style: italic; }

.size-guide__product-title {
  font-weight: 100;
  font-style: italic; }

.size-guide__contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.9375rem;
  line-height: 1.2;
  font-style: italic; }
  .size-guide__contact p {
    margin-bottom: 0; }

.chart-switch {
  font-style: italic;
  font-size: 0.75rem;
  cursor: pointer; }

.sg-logo {
  position: absolute;
  bottom: 15px;
  right: 30px;
  max-width: 80px; }
  @media only screen and (max-width: 63.99em) {
    .sg-logo {
      display: block;
      margin: 0.625rem auto 0;
      position: relative;
      bottom: auto;
      right: auto;
      max-width: 60px; } }

.size-guide__subtitle {
  margin-top: 10px; }

/*================ Swatches ================*/
.swatch {
  *zoom: 1; }
  .swatch::after {
    content: '';
    display: table;
    clear: both; }

.swatch__header {
  margin: 0.9375rem 0;
  display: none; }

.swatch__element {
  display: inline-block;
  margin: 0 0.125rem 0.125rem 0;
  position: relative; }
  .swatch__element .icon-crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none; }
  .swatch__element:hover .swatch__tooltip {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(-50%, -0.3125rem);
    -webkit-transform: translate(-50%, -0.3125rem);
    transform: translate(-50%, -0.3125rem); }
  .swatch__element:hover .swatch__tooltip--sold-out {
    opacity: 0.7; }
  .swatch__element:hover .swatch__label {
    border-color: black; }

.swatch__element--color .swatch__label {
  padding: 0;
  border-radius: 50%; }

.swatch__label {
  display: block;
  min-width: 1.25rem;
  min-height: 1.25rem;
  margin: 0;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.25rem;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0 0.3125rem; }
  .swatch__label:hover {
    opacity: 0.5; }

.swatch-label--soldout {
  opacity: 0.5; }

.swatch__input {
  display: none; }

/* Tooltips */
.swatch__tooltip {
  text-align: center;
  background: black;
  color: white;
  bottom: 100%;
  padding: 0.1875rem 0.125rem;
  display: block;
  position: absolute;
  width: 3.125rem;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
  z-index: 9;
  font-size: 0.625rem;
  font-weight: 500;
  -ms-transform: translate(-50%, 10px);
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  /* CSS triangle */ }
  .swatch__tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid black 10px;
    bottom: -0.625rem;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -0.8125rem;
    position: absolute;
    width: 0; }

/*** Swatch Error ***/
.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1rem;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7rem 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

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

/*================ Quickshop ================*/
.quickshop__form-item--option,
.quickshop__form-item--submit {
  display: none; }

.announcement-bar {
  position: relative;
  padding: 0.625rem;
  width: 100%;
  text-align: center;
  font-size: 0.625rem;
  z-index: 2; }

/*================ SECTIONS ================*/
/*================ Sections ================*/
.section-header {
  margin-bottom: 0.9375rem; }

.section-header--sm {
  padding-bottom: 1.25rem; }

.section-header--lg {
  padding-bottom: 3.75rem; }

.section-module {
  padding-bottom: 2.5rem; }
  .section-module:last-child {
    padding-bottom: 0; }

.section-module--sm {
  padding-bottom: 1.25rem; }

.section-module--lg {
  padding-bottom: 3.75rem; }

/*================ Product ================*/
@media only screen and (min-width: 64em) {
  .product {
    padding-bottom: 1.5625rem;
    background-color: #f0f0f0; } }

@media only screen and (max-width: 63.99em) {
  .product__wrapper {
    padding-left: 0;
    padding-right: 0; } }

.product__photos,
.product__thumbnail {
  background-color: #f0f0f0; }

.product__photos .slick-prev {
  left: 0.9375rem; }
.product__photos .slick-next {
  right: 0.9375rem; }
@media only screen and (min-width: 64em) {
  .product__photos .slick-prev {
    left: 1.5625rem; }
  .product__photos .slick-next {
    right: 1.5625rem; } }

.product__photo-wrapper:not(:first-child) {
  display: none; }
  .slick-initialized .product__photo-wrapper:not(:first-child) {
    display: block; }

.product__photo {
  max-width: 28.125rem;
  margin: 0 auto; }
  .product__photo:hover {
    cursor: zoom-in; }

.product__thumbnails-wrapper {
  overflow-y: scroll; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.product__thumbnail {
  display: block;
  padding: 1.25rem; }

.product__title {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media only screen and (min-width: 64em) {
    .product__title {
      margin-bottom: 0; } }

.product__subtitle {
  display: block;
  font-weight: normal;
  margin-top: 0.3125rem; }

/*** Product Toolbar ***/
.product-toolbar {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 64em) {
    .product-toolbar {
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      border-top: 1px solid black; } }

.product-toolbar__return-btn {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 400; }
  @media only screen and (max-width: 63.99em) {
    .product-toolbar__return-btn {
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      width: 100%;
      text-align: center;
      line-height: 1.4;
      margin-top: 1.875rem; } }
  .product-toolbar__return-btn .icon {
    width: 1.5625rem;
    margin-right: 0.625rem; }

.product-toolbar__gallery-toggle .icon {
  width: 1.375rem;
  height: 1.375rem; }

/*** Product Menu ***/
.product-menu {
  background-color: white;
  z-index: 8;
  -ms-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  @media only screen and (min-width: 64em) {
    .product-menu {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      border-top: 1px solid black;
      padding: 1.5625rem 1.5625rem; }
      .product-menu.is-hidden {
        opacity: 0; } }
  .product-menu .rte {
    text-transform: uppercase; }
    .product-menu .rte p {
      text-transform: uppercase; }

.product-menu__toggle {
  color: #717171;
  text-transform: uppercase; }

@media only screen and (min-width: 64em) {
  .product-menu__form-wrapper,
  .product-menu__header,
  .product__title {
    font-size: 0.625rem; } }

@media only screen and (max-width: 63.99em) {
  .product-menu__details {
    padding: 0 0 0.9375rem; } }
@media only screen and (min-width: 64em) {
  .product-menu__details {
    max-height: 0;
    overflow: hidden;
    -ms-transition: max-height 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out; }
    .product-menu__details.is-open {
      max-height: 50vh;
      padding-top: 1.5625rem; } }

.visibility-none {
  visibility: hidden; }

.custom-select__selected:after {
  content: '\2191';
  color: #000;
  float: right;
  font-size: 0.875rem; }

.related-product-select .custom-select__selected:before, .related-product-select .custom-select__option:before {
  vertical-align: middle !important; }

.size-guide__content table {
  width: 100% !important; }

.slick-counter {
  position: absolute;
  top: 5px;
  left: 5px;
  background: transparent;
  color: black;
  padding: 5px;
  opacity: 0.8;
  border-radius: 5px; }

/*================ Related Products ================*/
.related-products-section {
  padding: 1.25rem 0; }
  @media only screen and (min-width: 48em) {
    .related-products-section {
      padding: 3.75rem 0; } }

.related-products-section-title {
  margin-bottom: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: normal; }
  .related-products-section-title:not(:last-child) {
    margin-right: 0.9375rem; }
  .related-products-section-title:not(.is-active) {
    opacity: 0.5; }

@media only screen and (max-width: 63.99em) {
  .related-slideshow .slick-dots {
    bottom: -1.5625rem;
    margin-left: 0.75rem; }
  .related-slideshow .slick-dots li button,
  .related-slideshow .slick-dots li button:before {
    width: 0.3125rem;
    height: 0.3125rem; }
  .related-slideshow.grid--view-items {
    overflow: initial; }
    .related-slideshow.grid--view-items .grid__item {
      clear: none; } }
/*================ Slideshow Section ================*/
.slideshow {
  height: 28.125rem;
  visibility: hidden;
  position: relative;
  overflow: hidden; }
  .slideshow.slick-initialized {
    visibility: visible; }
  @media only screen and (min-width: 48em) {
    .slideshow {
      height: 95vh; } }

.slideshow__link {
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .slideshow__link:hover {
    opacity: 1; }
    @media only screen and (min-width: 48em) {
      .slideshow__link:hover {
        opacity: 0.7; } }

/*** Override Slick ***/
.slideshow.slick-dotted {
  margin-bottom: 0; }
.slideshow .slick-list,
.slideshow .slick-track {
  height: 100%; }
.slideshow .slick-dots {
  width: auto;
  top: 50%;
  right: 1.5625rem;
  bottom: initial;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.slideshow .slick-dots li {
  display: block;
  margin: 0 0 0.625rem; }
.slideshow .slick-dots li button:before {
  color: white; }

.slideshow__slide {
  position: relative; }

.slideshow__slide-hover:hover {
  opacity: 1; }
  @media only screen and (min-width: 48em) {
    .slideshow__slide-hover:hover {
      opacity: 0.7; } }

.slideshow__image,
.slideshow__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slideshow__video {
  object-fit: cover; }

.slideshow__title {
  font-size: 3rem; }
  @media only screen and (min-width: 48em) {
    .slideshow__title {
      font-size: 4rem; } }

.slideshow__text-content {
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  right: 0;
  padding: 0 0.9375rem; }
  @media only screen and (min-width: 48em) {
    .slideshow__text-content {
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      bottom: 0.3125rem;
      padding: 0 1.875rem; } }

.slideshow__text-content--light .slideshow__cta,
.slideshow__text-content--light .slideshow__subtitle,
.slideshow__text-content--light .slideshow__title {
  color: white; }
.slideshow__text-content--light .slideshow__cta {
  background-color: white;
  color: black;
  border-color: currentColor; }

.slideshow__text-content--dark .slideshow__cta,
.slideshow__text-content--dark .slideshow__subtitle,
.slideshow__text-content--dark .slideshow__title {
  color: black; }
.slideshow__text-content--dark .slideshow__cta {
  background-color: black;
  color: white;
  border-color: currentColor; }

.slideshow__cta {
  padding: 0.3125rem 0.9375rem;
  font-size: 0.5rem;
  min-width: 6.25rem; }
  @media only screen and (min-width: 48em) {
    .slideshow__cta {
      padding: 0.625rem 0.9375rem;
      font-size: 0.625rem;
      width: 11.5625rem; } }

.right-button {
  border-left: none; }
  @media only screen and (min-width: 48em) {
    .right-button {
      border-left: 1px solid black; } }

/*================ Hero ================*/
.hero-section {
  position: relative; }

.hero {
  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;
  position: relative;
  width: 100%;
  height: 28.125rem;
  background-size: cover;
  background-position: center;
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media only screen and (min-width: 48em) {
    .hero {
      height: auto;
      padding-top: 50%; }
      .hero:hover {
        opacity: 0.7; } }

.hero__inner {
  position: absolute;
  z-index: 1;
  padding: 1.5625rem 0; }

.hero__inner-content--contained {
  max-width: 46.875rem; }

.hero__cta {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.5rem;
  min-width: 6.25rem; }
  @media only screen and (min-width: 48em) {
    .hero__cta {
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      right: 1.875rem;
      bottom: 0.3125rem;
      padding: 0.625rem 0.9375rem;
      font-size: 0.625rem;
      width: 11.5625rem; } }

.hero__cta--light {
  background-color: white;
  color: black;
  border-color: currentColor; }

.hero__cta--dark {
  background-color: black;
  color: white;
  border-color: currentColor; }

.mobile-nav-drawer {
  top: 0;
  padding: 0; }

.mobile-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  width: 100%;
  padding: 1.5625rem;
  transition: all 0.45s ease-in; }

.mobile-nav__content {
  width: 100%; }

.mobile-nav[data-current-level="1"] {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.mobile-nav[data-current-level="2"] {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.mobile-nav[data-current-level="3"] {
  -ms-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%); }

.mobile-nav-header {
  margin: 0.9375rem 0 0 1.40625rem; }

.mobile-nav__items {
  width: 100%; }

.mobile-nav__item {
  font-size: 10px; }
  .mobile-nav__item button {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.25rem; }

.mobile-nav__link {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1.5625rem;
  padding: 0;
  font-family: Favorit, Arial, sans-serif;
  font-size: 10px; }
  .mobile-nav__link .icon {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.9375rem; }
  .mobile-nav__link span {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 10px; }

.mobile-nav__return-link {
  display: block;
  margin-bottom: 3.125rem;
  padding: 0;
  font-family: Favorit, Arial, sans-serif;
  font-size: 0.625rem; }
  .mobile-nav__return-link .icon {
    width: 0.625rem;
    height: 0.625rem;
    margin-right: 0.9375rem; }
  .mobile-nav__return-link span {
    margin-right: 0.9375rem; }

.mobile-nav__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding: 1.5625rem; }

/*================ Collection Page ================*/
.collection__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;
  padding: 1.5625rem 0;
  width: 100%;
  background-color: white; }
  @media only screen and (max-width: 47.99em) {
    .collection__header {
      padding: 0.78125rem 0;
      border-bottom: 1px solid black; } }
  .collection__header > p {
    flex-grow: 1;
    margin-bottom: 0; }

@media only screen and (max-width: 47.99em) {
  .collection__header.active {
    position: fixed;
    z-index: 2; } }

.collection__title, .collection__count {
  padding: 0 0.9375rem;
  white-space: nowrap;
  text-transform: uppercase; }

.collection__image-container {
  padding: 0.9375rem 0.46875rem; }
  @media only screen and (min-width: 48em) {
    .collection__image-container {
      padding-top: 0; } }

@media only screen and (min-width: 48em) {
  .collection__image {
    width: 100%;
    height: 100%; } }

.collection__product {
  padding: 1.875rem 0.46875rem; }
  @media only screen and (min-width: 48em) {
    .collection__product {
      padding-top: 0; } }

.collection__infinite-products {
  width: 100%;
  margin-left: 0; }

.collection__filters-toggle {
  cursor: pointer; }
  @media only screen and (min-width: 48em) {
    .collection__filters-toggle {
      margin-left: 1.5625rem; } }
  .collection__filters-toggle .icon {
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.46875rem; }
  .collection__filters-toggle .icon-minus {
    display: none; }
  .collection__filters-toggle .icon-plus {
    display: inline-block; }

.collection__filters-toggle.active .icon-minus {
  display: inline-block; }
.collection__filters-toggle.active .icon-plus {
  display: none; }

@media only screen and (max-width: 47.99em) {
  .js-filter-menu-open {
    position: fixed; } }

#AjaxinatePagination img {
  max-width: 100px; }

/*================ Art Collection Page ================*/
.art-collection .collection__title {
  padding-top: 3.125rem; }
.art-collection .product-card__image-wrapper {
  background: white;
  padding-bottom: 0.625rem; }
  @media only screen and (max-width: 47.99em) {
    .art-collection .product-card__image-wrapper {
      padding: 0rem;
      padding-bottom: 0.625rem; } }
.art-collection .collection__product {
  padding: 1.875rem 1.5625rem; }
  @media only screen and (max-width: 47.99em) {
    .art-collection .collection__product {
      padding: 1.875rem 0.46875rem; } }

.location-hero__inner h1, .location-hero__inner .h1 {
  font-size: 1.875rem;
  line-height: 1.5; }
@media only screen and (max-width: 47.99em) {
  .location-hero__inner h1, .location-hero__inner .h1 {
    font-size: 1.25rem; } }

.location-text {
  background-color: #f2f5f4;
  padding: 6.25rem 0rem; }
  .location-text .page-width {
    padding: 0rem 9.375rem; }
  .location-text p {
    font-size: 1.875rem;
    line-height: 1.5; }
  @media only screen and (max-width: 47.99em) {
    .location-text {
      padding: 3.125rem 0rem; }
      .location-text p {
        font-size: 1.25rem; }
      .location-text .page-width {
        padding: 0rem 0.9375rem; } }

.location-column {
  padding: 1.875rem 0rem; }
  @media only screen and (max-width: 47.99em) {
    .location-column {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0.9375rem; } }

.location-column__image {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .location-column__image .hero {
    min-height: unset; }

.location-column__text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center; }
  .location-column__text h2, .location-column__text .h2 {
    padding: 0rem 1.875rem;
    font-weight: normal; }
  .location-column__text p {
    padding: 0rem 1.875rem;
    line-height: 2; }
  @media only screen and (max-width: 47.99em) {
    .location-column__text h2, .location-column__text .h2 {
      padding: 1.875rem 0rem 0.625rem;
      margin: 0rem; }
    .location-column__text p {
      padding: 0rem;
      padding-bottom: 0.9375rem; } }

/* ABOUT NEW */
.about-video {
  padding: 1.875rem 0; }
  @media only screen and (max-width: 47.99em) {
    .about-video {
      padding: 0.9375rem 0; } }
  .about-video video {
    max-width: 100%; }

.location-column__text h2.larger, .location-column__text .larger.h2 {
  font-size: 1.875rem; }
.location-column__text h2.smaller, .location-column__text .smaller.h2 {
  font-size: 1.125rem; }
.location-column__text h2.x-large, .location-column__text .x-large.h2 {
  font-size: 36px; }

.location-column__text p.larger {
  font-size: 1rem; }
.location-column__text p.normal {
  font-size: 0.75rem; }
.location-column__text p.x-large {
  font-size: 1.375rem; }

.location-text p.larger {
  font-size: 1.875rem; }
.location-text p.smaller {
  font-size: 1rem; }
.location-text p.x-large {
  font-size: 36px; }

/*================ TEMPLATES ================*/
/*================ Blog Feed ================*/
.blog .grid__item {
  position: relative; }
.blog img {
  display: block;
  width: 100%; }
.blog .h2 {
  font-weight: 400;
  text-decoration: underline; }
.blog span {
  display: block; }
@media only screen and (max-width: 47.99em) {
  .blog .page-width {
    padding: 0; } }

.article-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article__overlay-inner {
  width: 100%;
  max-width: 480px;
  text-align: left;
  background: white;
  position: absolute;
  left: 0;
  bottom: 25px;
  padding: 18px; }
  @media only screen and (max-width: 47.99em) {
    .article__overlay-inner {
      padding: 5px;
      max-width: 215px;
      bottom: 10px; }
      .article__overlay-inner .h2 {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 5px; } }

.article__overlay-author {
  text-transform: uppercase;
  color: #00000080;
  font-size: 12px; }
  .article__overlay-author:after {
    content: "|";
    color: #000000;
    margin: 0 10px; }

.article__tag {
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  text-transform: uppercase;
  padding: 7px 15px 7px 0;
  font-weight: 700;
  bottom: 0; }

.article__tag--featured {
  color: #ffffff;
  padding: 0.625rem;
  background-color: #000000;
  position: absolute;
  bottom: 145px;
  text-transform: uppercase;
  left: 0; }
  @media only screen and (max-width: 47.99em) {
    .article__tag--featured {
      bottom: 95px; } }

.blog__main {
  position: relative; }
  @media only screen and (max-width: 47.99em) {
    .blog__main {
      margin-left: -15px; } }
  .blog__main a {
    position: relative;
    display: block;
    font-size: 12px; }

.blog__article-container {
  margin-top: 15px; }
  @media only screen and (max-width: 47.99em) {
    .blog__article-container {
      margin-right: 0.9375rem; } }

.article .article__image-container {
  position: relative; }
.article .article__excerpt {
  color: #00000080; }
.article a {
  text-decoration: underline; }
@media only screen and (max-width: 47.99em) {
  .article .flex {
    flex-direction: column; } }

@media only screen and (max-width: 47.99em) {
  .blog-nav-container {
    padding: 0rem 0.9375rem; } }

.blog__nav li:not(:last-child) {
  border-bottom: 1px solid #97979720; }
.blog__nav li:first-child {
  border-bottom: none;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.blog__nav li:last-child {
  margin-bottom: 20px; }

.blog__nav-header:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #D8D8D8;
  display: block;
  margin-left: 15px; }

.blog__nav {
  margin-top: 1.875rem; }

.popup-store .img_wrap {
  position: relative; }
.popup-store .popup-open {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 10px;
  z-index: 1000; }

/*================ Giftcard Template ================*/
.giftcard {
  max-width: 500px;
  margin: 0 auto; }

.giftcard-wrap {
  position: relative;
  margin: 0.9375rem; }

.giftcard-amount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9375rem;
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: sans-serif; }

.giftcard__code {
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 0.9375rem;
  background-color: white;
  color: black;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-family: sans-serif;
  white-space: nowrap; }

.giftcard-qr img {
  display: block;
  margin: 1.5625rem auto; }

.print-giftcard {
  padding: 0.4375rem 0.9375rem;
  color: black;
  border: 2px solid #070707; }

.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; } }
/*================ Login Template ================*/
#RecoverPassword {
  text-decoration: underline;
  text-transform: uppercase; }

.create_account {
  text-transform: uppercase; }
  .create_account a {
    text-decoration: underline; }

#customer_login h1, #customer_login .h1 {
  text-transform: uppercase; }

/*================ Lookbook Feed ================*/
.lookbook-container img {
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem; }
.lookbook-container p {
  margin: 0; }

/*================ Lookbook Article ================*/
.lookbook-page-container {
  position: relative; }
  .lookbook-page-container a {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 175px;
    background: white;
    text-align: center;
    border: 1px black solid;
    padding: 15px 0;
    top: 25vw;
    font-weight: bold; }
  .lookbook-page-container img {
    display: block;
    width: 100%; }

.article-image {
  padding-bottom: 100%;
  min-height: initial; }

/*================ Popups Feed ================*/
.popups-container .popup-store a:hover .article-image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }
.popups-container .popup-store a .article-image {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.214, 0, 0.127, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.214, 0, 0.127, 1);
  transition: transform 0.9s cubic-bezier(0.214, 0, 0.127, 1);
  transition: transform 0.9s cubic-bezier(0.214, 0, 0.127, 1), -webkit-transform 0.9s cubic-bezier(0.214, 0, 0.127, 1); }
.popups-container .popup-store .popup-title {
  text-transform: uppercase;
  line-height: 1; }
.popups-container .popup-store .popup-subtitle {
  margin-top: 0; }

.img_wrap {
  overflow: hidden;
  width: 100%; }

.article-header {
  padding: 20px;
  text-align: center;
  margin-bottom: 0px; }

.article-by-author {
  font-style: italic; }

.article .social-sharing {
  text-align: right; }
.article .social-sharing__link {
  margin: 0 10px; }
.article ol li {
  font-size: 1.5rem; }

.template-article .article {
  max-width: 1000px;
  margin: 0 auto; }

/*===================== SUPPORT NAV =====================*/
.support-nav {
  padding: 3.125rem 0rem 1.875rem; }

.support {
  min-height: 75vh; }
  .support p {
    font-size: 0.75rem; }

.support-nav__list-item {
  font-weight: bold;
  background-color: #f0f0f0;
  width: 8.75rem;
  text-align: center;
  margin: 0rem 0.3125rem; }
  .support-nav__list-item a {
    padding: 0.5rem 0rem;
    width: 100%;
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase; }
  .support-nav__list-item:first-child {
    border-radius: 1.5625rem 0rem 0rem 1.5625rem; }
  .support-nav__list-item:last-child {
    border-radius: 0rem 1.5625rem 1.5625rem 0rem; }

.support-nav__list-item.active {
  background-color: black;
  color: white; }
  .support-nav__list-item.active a {
    color: white; }

.support-nav__list-item .active {
  background-color: black;
  color: white; }
  .support-nav__list-item .active a {
    color: white; }
.support-nav__list-item:first-child .active {
  border-radius: 1.5625rem 0rem 0rem 1.5625rem; }
.support-nav__list-item:last-child .active {
  border-radius: 0rem 1.5625rem 1.5625rem 0rem; }

/*===================== CONTACT PAGE =====================*/
.contact__input-field {
  width: 100%;
  font-family: inherit;
  padding: 0.5rem; }

@media only screen and (max-width: 47.99em) {
  .contact__input-inner {
    margin: 0.9375rem 0rem; }
    .contact__input-inner:first-child {
      margin-top: 0; }
    .contact__input-inner:last-child {
      margin-bottom: 0; } }

.contact__submit-btn {
  padding: 0;
  height: 1.875rem;
  width: 15rem;
  margin: 0 auto;
  display: block;
  margin-top: 1.5625rem; }

.contact__input-block {
  margin: 1.5625rem 0rem; }

@media only screen and (max-width: 47.99em) {
  .contact__input-block.flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.contact-form.page-width {
  max-width: 46.875rem;
  padding: 0;
  margin-bottom: 3.125rem; }
  @media only screen and (max-width: 47.99em) {
    .contact-form.page-width {
      padding: 0rem 1.25rem; } }

.contact__subtext {
  max-width: 46.875rem;
  margin: 0 auto; }
  @media only screen and (max-width: 47.99em) {
    .contact__subtext {
      padding: 0rem 1.25rem; } }

/*===================== FAQ PAGE =====================*/
.faq-container {
  margin-bottom: 3.125rem; }

.faq-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.faq-header {
  margin-bottom: 1.5625rem; }

.faq-block {
  margin: 0.9375rem 0rem;
  position: relative;
  clear: none !important; }
  @media only screen and (max-width: 47.99em) {
    .faq-block {
      margin: 0.625rem 0rem;
      padding-left: 0rem;
      cursor: pointer; } }
  .faq-block a {
    color: #2b00ff; }
  .faq-block .icon.active {
    transform: rotate(90deg); }
  .faq-block span.active {
    transform: rotate(90deg); }

.faq-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.125rem;
  border-bottom: 1px solid #000; }
  .faq-block .icon {
    position: absolute;
    right: 0;
    transition: all 0.5s; }
  .faq-block span {
    position: absolute;
    right: 0;
    transition: all 0.5s; }

@media only screen and (max-width: 47.99em) {
  .faq-block__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s; } }

@media only screen and (max-width: 47.99em) {
  .faq-block__content.active {
    max-height: 12.5rem; } }

.faq-anchor {
  margin-top: -90px;
  padding-top: 90px;
  display: block; }

/*===================== SIZE PAGE =====================*/
.table-nav__item {
  font-weight: bold;
  background-color: #f0f0f0;
  width: 8.75rem;
  padding: 0.5rem 0rem;
  text-align: center;
  margin: 0rem 0.3125rem;
  cursor: pointer; }
  .table-nav__item:first-child {
    border-radius: 1.5625rem 0rem 0rem 1.5625rem; }
  .table-nav__item:last-child {
    border-radius: 0rem 1.5625rem 1.5625rem 0rem; }

.table-nav__item.active {
  background-color: black;
  color: white; }

.size-table {
  display: none;
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 47.99em) {
    .size-table {
      font-size: 12px; } }
  @media only screen and (max-width: 47.99em) {
    .size-table thead {
      display: table-caption; } }
  @media only screen and (max-width: 47.99em) {
    .size-table thead tr {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around; } }
  .size-table thead th:first-child {
    text-align: left; }
    @media only screen and (max-width: 47.99em) {
      .size-table thead th:first-child {
        /*display: none;*/
        margin-left: -10px; } }
  @media only screen and (max-width: 47.99em) {
    .size-table thead th.active span {
      color: white;
      background: black; } }
  .size-table th {
    height: 3.75rem; }
    @media only screen and (max-width: 47.99em) {
      .size-table th {
        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;
        cursor: pointer; } }
    .size-table th span {
      border: 1px solid black;
      border-radius: 6.25rem;
      display: block;
      width: 1.875rem;
      padding: 0.25rem 0rem;
      margin: 0 auto;
      height: 1.875rem; }
  .size-table tbody tr {
    border-top: 1px black solid;
    height: 3.75rem; }
  .size-table td {
    text-align: center; }
  @media only screen and (max-width: 47.99em) {
    .size-table td.active {
      display: table-cell;
      width: 50%;
      text-align: right; } }
  .size-table td:first-child {
    font-weight: bold;
    text-align: left; }
    @media only screen and (max-width: 47.99em) {
      .size-table td:first-child {
        display: table-cell;
        width: 50%; } }

.size-table.active {
  display: table; }

/*===================== RETURN PAGE =====================*/
@media only screen and (max-width: 47.99em) {
  .return-subtext br {
    display: none; } }

.returns-page {
  text-transform: uppercase; }
  .returns-page p {
    text-transform: uppercase; }
  .returns-page li {
    text-transform: uppercase; }
  .returns-page .btn {
    text-transform: uppercase; }

.icon-list {
  max-width: 46.875rem;
  margin: 0 auto;
  margin-top: 3.125rem; }

.icon-list__icon {
  background: #f0f0f0;
  border-radius: 6.25rem;
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  height: 12.5rem;
  width: 12.5rem;
  cursor: pointer; }
  .icon-list__icon svg {
    height: 3.75rem;
    width: 3.75rem;
    margin-bottom: 0.9375rem; }

.icon-list__icon:hover {
  background: black;
  color: white; }

.icon-list__icon.active {
  background: black;
  color: white; }

.contact-icon-list .contact_container {
  width: 300px;
  text-align: center; }
.contact-icon-list .contact_icon {
  background: #f0f0f0;
  border-radius: 6.25rem;
  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;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  height: 7.8125rem;
  width: 7.8125rem;
  cursor: pointer;
  margin: 0 auto; }
  .contact-icon-list .contact_icon svg {
    height: 3.75rem;
    width: 3.75rem;
    margin-top: 10px; }
.contact-icon-list .contact_icon:hover {
  background: black;
  color: white; }
.contact-icon-list .contact_label {
  font-weight: bold;
  margin: 0.625rem 0 0; }
  @media only screen and (max-width: 47.99em) {
    .contact-icon-list .contact_label {
      margin: 0.625rem 0.625rem 0; } }
.contact-icon-list .contact_phone a {
  text-transform: uppercase; }

.contact-heading {
  text-align: center;
  text-transform: uppercase; }

.return-list {
  max-width: 22.5rem;
  margin: 3.125rem auto;
  display: none; }

.return-list.active {
  display: block; }

.return-list__item {
  list-style: decimal;
  padding-left: 0.625rem; }

a.return-btn {
  margin: 0 auto;
  display: block;
  text-transform: none;
  margin-bottom: 3.125rem;
  max-width: 300px; }

.mobile-icon-container {
  position: relative;
  padding-top: 100%;
  transition: all 0.5s; }
  .mobile-icon-container .return-btn {
    margin-top: 12.5rem; }

.mobile-icon-container.active {
  padding-top: 40%; }

.mobile-return-drawer {
  position: absolute;
  top: 1.25rem;
  left: 0rem;
  width: 100%;
  -ms-transition: all 0.75s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.75s cubic-bezier(0.29, 0.63, 0.44, 1);
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.mobile-icon-list__icon {
  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;
  text-align: center;
  border-top: 1px black solid;
  padding: 1.5625rem 0rem;
  position: relative;
  cursor: pointer; }
  .mobile-icon-list__icon:last-child {
    border-bottom: 1px black solid; }
  .mobile-icon-list__icon svg {
    height: 3.75rem;
    width: 3.75rem;
    margin-bottom: 0.9375rem; }
  .mobile-icon-list__icon .icon-chevron-right {
    height: 0.9375rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.625rem; }
  .mobile-icon-list__icon .arrow {
    height: 0.9375rem;
    font-size: 0.9375rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.625rem; }

.mobile-return-content__title {
  border-top: 1px black solid; }

.mobile-return-content {
  position: absolute;
  padding: 0rem 1.25rem;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  -ms-transition: all 0.75s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.75s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.75s cubic-bezier(0.29, 0.63, 0.44, 1);
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw); }
  .mobile-return-content .return-list {
    max-width: none;
    margin-top: 1.5625rem;
    border-bottom: 1px black solid; }
  .mobile-return-content .arrow {
    font-size: 0.9375rem;
    width: 3.75rem;
    margin-left: -40px; }
  .mobile-return-content .icon--wide {
    width: 60px;
    fill: white;
    z-index: 100; }

.mobile-return-drawer.inactive {
  display: none;
  opacity: 0;
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw); }

.mobile-return-content.active {
  display: block;
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.support-tab-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0.9375rem 0.9375rem; }

.search-page .h3 {
  text-transform: uppercase; }
.search-page .search-products {
  margin-top: 1.25rem; }
  .search-page .search-products h5, .search-page .search-products .h5 {
    text-align: left;
    font-size: 10px;
    margin-top: 0.9375rem;
    margin-bottom: 0; }
  .search-page .search-products p {
    text-align: left;
    color: #848484; }

/*================ Cart Template ================*/
.cart-table__item {
  text-align: center;
  padding: 0.9375rem 0; }
  .cart-table__item img {
    max-width: 7.8125rem; }

@media only screen and (max-width: 47.99em) {
  .cart-table .js-qty, .cart-table .ajaxcart__qty {
    margin-right: 0; } }
@media only screen and (min-width: 48em) {
  .cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5625rem; }

  .cart-table__row {
    border-top: 1px solid black; }
    .cart-table__row:last-child {
      border-bottom: 1px solid black; }

  .cart-table__item {
    text-align: center;
    padding: 0.9375rem 0; }
    .cart-table__item img {
      max-width: 7.8125rem; }
    .cart-table__item .js-qty, .cart-table__item .ajaxcart__qty {
      margin-bottom: 0; }

  .cart-table__item--header:first-child {
    text-align: left; } }
.about-template-new {
  /* show objects being animated */
  /* CSS Animations (extracted from http://glifo.uiparade.com/) */
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px); }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }

  @-moz-keyframes fadeInDown {
    0% {
      opacity: 0;
      -moz-transform: translateY(-20px); }

    100% {
      opacity: 1;
      -moz-transform: translateY(0); } }

  @-o-keyframes fadeInDown {
    0% {
      opacity: 0;
      -o-transform: translateY(-20px); }

    100% {
      opacity: 1;
      -o-transform: translateY(0); } }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px); }

    100% {
      opacity: 1;
      transform: translateY(0); } }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }

    20% {
      opacity: 0; }

    100% {
      opacity: 1; } }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0; }

    20% {
      opacity: 0; }

    100% {
      opacity: 1; } }

  @-o-keyframes fadeIn {
    0% {
      opacity: 0; }

    20% {
      opacity: 0; }

    100% {
      opacity: 1; } }

  @keyframes fadeIn {
    0% {
      opacity: 0; }

    60% {
      opacity: 0; }

    20% {
      opacity: 0; }

    100% {
      opacity: 1; } }

  @-webkit-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px); }

    60% {
      -webkit-transform: translateX(20px); }

    80% {
      -webkit-transform: translateX(-5px); }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }

  @-moz-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -moz-transform: translateX(-2000px); }

    60% {
      -moz-transform: translateX(20px); }

    80% {
      -moz-transform: translateX(-5px); }

    100% {
      opacity: 1;
      -moz-transform: translateX(0); } }

  @-o-keyframes bounceInLeft {
    0% {
      opacity: 0;
      -o-transform: translateX(-2000px); }

    60% {
      opacity: 1;
      -o-transform: translateX(20px); }

    80% {
      -o-transform: translateX(-5px); }

    100% {
      opacity: 1;
      -o-transform: translateX(0); } }

  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-2000px); }

    60% {
      transform: translateX(20px); }

    80% {
      transform: translateX(-5px); }

    100% {
      opacity: 1;
      transform: translateX(0); } }

  @-webkit-keyframes bounceInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px); }

    60% {
      -webkit-transform: translateX(-20px); }

    80% {
      -webkit-transform: translateX(5px); }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }

  @-moz-keyframes bounceInRight {
    0% {
      opacity: 0;
      -moz-transform: translateX(2000px); }

    60% {
      -moz-transform: translateX(-20px); }

    80% {
      -moz-transform: translateX(5px); }

    100% {
      opacity: 1;
      -moz-transform: translateX(0); } }

  @-o-keyframes bounceInRight {
    0% {
      opacity: 0;
      -o-transform: translateX(2000px); }

    60% {
      -o-transform: translateX(-20px); }

    80% {
      -o-transform: translateX(5px); }

    100% {
      opacity: 1;
      -o-transform: translateX(0); } }

  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(2000px); }

    60% {
      transform: translateX(-20px); }

    80% {
      transform: translateX(5px); }

    100% {
      opacity: 1;
      transform: translateX(0); } }

  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px); }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }

  @-moz-keyframes fadeInUp {
    0% {
      opacity: 0;
      -moz-transform: translateY(20px); }

    100% {
      opacity: 1;
      -moz-transform: translateY(0); } }

  @-o-keyframes fadeInUp {
    0% {
      opacity: 0;
      -o-transform: translateY(20px); }

    100% {
      opacity: 1;
      -o-transform: translateY(0); } }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px); }

    100% {
      opacity: 1;
      transform: translateY(0); } }

  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.3); }

    50% {
      -webkit-transform: scale(1.05); }

    70% {
      -webkit-transform: scale(0.9); }

    100% {
      opacity: 1;
      -webkit-transform: scale(1); } }

  @-moz-keyframes bounceIn {
    0% {
      opacity: 0;
      -moz-transform: scale(0.3); }

    50% {
      -moz-transform: scale(1.05); }

    70% {
      -moz-transform: scale(0.9); }

    100% {
      opacity: 1;
      -moz-transform: scale(1); } }

  @-o-keyframes bounceIn {
    0% {
      opacity: 0;
      -o-transform: scale(0.3); }

    50% {
      -o-transform: scale(1.05); }

    70% {
      -o-transform: scale(0.9); }

    100% {
      opacity: 1;
      -o-transform: scale(1); } }

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3); }

    50% {
      transform: scale(1.05); }

    70% {
      transform: scale(0.9); }

    100% {
      opacity: 1;
      transform: scale(1); } }

  @-webkit-keyframes moveUp {
    0% {
      opacity: 1;
      -webkit-transform: translateY(40px); }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }

  @-moz-keyframes moveUp {
    0% {
      opacity: 1;
      -moz-transform: translateY(40px); }

    100% {
      opacity: 1;
      -moz-transform: translateY(0); } }

  @-o-keyframes moveUp {
    0% {
      opacity: 1;
      -o-transform: translateY(40px); }

    100% {
      opacity: 1;
      -o-transform: translateY(0); } }

  @keyframes moveUp {
    0% {
      opacity: 1;
      transform: translateY(40px); }

    100% {
      opacity: 1;
      transform: translateY(0); } }

  @-webkit-keyframes fadeBgColor {
    0% {
      background: none; }

    70% {
      background: none; }

    100% {
      background: #464646; } }

  @-o-keyframes fadeBgColor {
    0% {
      background: none; }

    70% {
      background: none; }

    100% {
      background: #464646; } }

  @keyframes fadeBgColor {
    0% {
      background: none; }

    70% {
      background: none; }

    100% {
      background: #464646; } }
 }
  .about-template-new h1, .about-template-new .h1, .about-template-new .h1, .about-template-new h2, .about-template-new .h2, .about-template-new .h2, .about-template-new h3, .about-template-new .h3, .about-template-new .h3, .about-template-new h4, .about-template-new .h4, .about-template-new .h4, .about-template-new h5, .about-template-new .h5, .about-template-new .h5, .about-template-new h6, .about-template-new .h6, .about-template-new .h6, .about-template-new body, .about-template-new p {
    font-family: Favorit Light; }
  .about-template-new .page-width {
    padding: 0rem 1.875rem; }
    @media only screen and (min-width: 48em) {
      .about-template-new .page-width {
        padding: 0rem 5.625rem; } }
  .about-template-new a {
    text-decoration: underline; }
  .about-template-new .hero {
    height: 75vh;
    padding-top: 0; }
    @media only screen and (min-width: 48em) {
      .about-template-new .hero {
        height: 100vh;
        background-position: center center; } }
  .about-template-new .hero__inner-content--contained {
    max-width: 80%;
    margin: 0 auto; }
  .about-template-new .about-video {
    padding: 0;
    background: #f3fde2; }
    @media only screen and (min-width: 48em) {
      .about-template-new .about-video video {
        margin-bottom: -6px; } }
  .about-template-new .white {
    color: #fff; }
    .about-template-new .white p {
      color: #fff; }
  .about-template-new .black {
    color: #000; }
    .about-template-new .black p {
      color: #000; }
  .about-template-new .location-column__text p.larger {
    font-size: 1.375rem; }
  @media only screen and (max-width: 63.99em) {
    .about-template-new .location-column__text p {
      line-height: 1; } }
  .about-template-new .desktop-video {
    position: relative; }
    .about-template-new .desktop-video p {
      position: absolute;
      bottom: 0.9375rem;
      left: 0.9375rem;
      font-size: 1rem;
      color: #fff;
      max-width: 43.75rem; }
      .about-template-new .desktop-video p a {
        color: #fff; }
  .about-template-new .location-text {
    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;
    min-height: 60vh; }
    @media only screen and (min-width: 48em) {
      .about-template-new .location-text {
        min-height: 95vh; } }
  .about-template-new .about_text-block p {
    margin: 0;
    line-height: 1;
    text-align: center; }
    .about-template-new .about_text-block p span {
      content: "";
      display: inline-block;
      width: 100%; }
    @media only screen and (max-width: 63.99em) {
      .about-template-new .about_text-block p {
        font-size: 1rem; } }
  .about-template-new .about_text-block.x-large {
    font-size: 1.125rem;
    text-align: center; }
  .about-template-new .tall p {
    line-height: 1.2; }
  .about-template-new .standard p {
    line-height: 0.75; }
  @media only screen and (min-width: 48em) {
    .about-template-new .location-column__image {
      padding: 3.125rem; } }
  .about-template-new .hero__text .white {
    color: #fff; }
    .about-template-new .hero__text .white p {
      color: #fff; }
  .about-template-new .hero__text .black {
    color: #000; }
    .about-template-new .hero__text .black p {
      color: #000; }
  .about-template-new .hero__text h1, .about-template-new .hero__text .h1 {
    font-weight: normal;
    font-size: 1.5rem; }
    @media only screen and (min-width: 48em) {
      .about-template-new .hero__text h1, .about-template-new .hero__text .h1 {
        font-size: 3rem; } }
  .about-template-new .hero:hover {
    opacity: 1; }
  .about-template-new .location-column {
    padding: 1.875rem 0rem;
    background: #f3fde2; }
    @media only screen and (max-width: 47.99em) {
      .about-template-new .location-column {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.8125rem; } }
  .about-template-new .about-hero-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%; }
  .about-template-new .bottom-left {
    bottom: 15px;
    left: 15px; }
  .about-template-new .bottom-right {
    bottom: 15px;
    right: 15px; }
  .about-template-new .top-left {
    top: 15px;
    left: 15px; }
  .about-template-new .top-right {
    top: 15px;
    right: 15px; }
  .about-template-new .location-column__text p.normal {
    font-size: 1rem; }
  .about-template-new .lower-text {
    font-size: 1rem;
    margin: 0 0.9375rem 0.9375rem; }
    @media only screen and (max-width: 47.99em) {
      .about-template-new .lower-text {
        margin: 0;
        background: #f3fde2;
        padding: 0rem 0.3125rem; }
        .about-template-new .lower-text p {
          font-size: 0.75rem;
          text-align: left; } }
  .about-template-new .location-column__text h2.smaller, .about-template-new .location-column__text .smaller.h2, .about-template-new .location-column__text .smaller.h2 {
    margin-bottom: 0.3125rem;
    padding-bottom: 0; }
  .about-template-new .animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }
  .about-template-new .animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running; }
  .about-template-new .animated.animationDelay {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s; }
  .about-template-new .animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s; }
  .about-template-new .animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s; }
  .about-template-new .animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor; }
  .about-template-new .animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn; }
  .about-template-new .animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight; }
  .about-template-new .animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }
  .about-template-new .animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn; }
  .about-template-new .animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  .about-template-new .animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .about-template-new .animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp; }