/** Shopify CDN: Minification failed

Line 894:3 Unexpected "zoom"
Line 976:3 Unexpected "zoom"
Line 1522:3 Unexpected "zoom"

**/
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ 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 ================*/
/*================ Typography Tools ================*/
@font-face {
  font-family: 'Montserrat';
  src: url("Montserrat-Regular.woff2") format("woff2"), url("Montserrat-Regular.woff") format("woff"), url("Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gobold';
  src: url("GoboldThin.woff2") format("woff2"), url("GoboldThin.woff") format("woff"), url("GoboldThin.svg#GoboldThin") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gobold';
  src: url("Gobold.woff2") format("woff2"), url("Gobold.woff") format("woff"), url("Gobold.svg#Gobold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("Montserrat-Bold.woff2") format("woff2"), url("Montserrat-Bold.woff") format("woff"), url("Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gobold';
  src: url("GoboldBold.woff2") format("woff2"), url("GoboldBold.woff") format("woff"), url("GoboldBold.svg#GoboldBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("Montserrat-Light.woff2") format("woff2"), url("Montserrat-Light.woff") format("woff"), url("Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

/*================ Spacing ================*/
/*================ VENDOR ================*/
/*================ 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;
  backface-visibility: hidden; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*================ SETTINGS ================*/
/*================ 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 ================*/
/*================ Drawers ================*/
/*================ 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 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

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

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

optgroup {
  font-weight: 700; }

option:not([disabled]) {
  color: black;
  background-color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid__item {
  float: left;
  padding-left: 1.375rem;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }
  @media only screen and (min-width: 48em) {
    .grid__item {
      padding-left: 2.75rem; } }

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

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

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

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

.two-thirds {
  width: 66.66667%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (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 (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; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: white;
  font-family: Montserrat, sans-serif; }

.page-width {
  *zoom: 1;
  max-width: 90rem;
  padding: 0 1.5625rem;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 48em) {
    .page-width {
      padding: 0 2.375rem; } }

.page-width--collection {
  max-width: 64rem; }

main {
  margin: 0 auto; }

.howlin__btn {
  border: 0.125rem solid #e92827;
  background-color: white;
  padding: 0.3125rem 0.25rem;
  width: 10.9375rem;
  font-family: Gobold, sans-serif;
  color: #e92827;
  text-transform: uppercase;
  margin-bottom: 0.8125rem;
  transition: all 0.25s ease; }
  @media only screen and (min-width: 48em) {
    .howlin__btn {
      margin: 0; } }
  .howlin__btn:hover {
    background-color: #e92827;
    color: white;
    border-color: white; }
  .howlin__btn div {
    border: 0.125rem solid #e92827;
    padding: 0.25rem 0; }

.parallax-image {
  height: 40vh; }
  @media only screen and (min-width: 48em) {
    .parallax-image {
      height: 55vh; } }
  @media only screen and (min-width: 64em) {
    .parallax-image {
      height: 100vh; } }
  .parallax-image img {
    width: 100%; }

.parallax-mirror {
  z-index: 1 !important; }

.visible-mobile {
  display: block; }
  @media only screen and (min-width: 48em) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media only screen and (min-width: 48em) {
    .visible-desktop {
      display: block; } }

#MainContent {
  margin-top: 5.4375rem; }
  @media only screen and (min-width: 64em) {
    #MainContent {
      margin-top: 7.125rem; } }

.shopify-challenge__container {
  margin: 9.6875rem auto 2.5rem auto !important; }

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

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

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

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

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 1.375rem 2.75rem; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.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: 1.375rem;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 1.375rem; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 1.375rem;
      right: 1.375rem;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn, .btn--ghost {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Gobold, sans-serif;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: white;
  color: #e92827;
  border: 2px solid #e92827;
  padding: 0.8125rem 1.5625rem;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.08em;
  font-size: 1.125rem; }
  .btn:after, .btn--ghost:after {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid white;
    position: absolute;
    left: -4px;
    top: -4px;
    transition: all 0.2s ease-in-out; }
  .btn:before, .btn--ghost:before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #e92827;
    transition: all 0.2s ease-in-out; }
  .btn:focus, .btn--ghost:focus {
    background-color: #e92827;
    color: white;
    border-color: white; }
    .btn:focus:after, .btn--ghost:focus:after {
      border-color: #e92827; }
    .btn:focus:before, .btn--ghost:focus:before {
      width: 100%;
      height: 100%; }
  @media only screen and (min-width: 64em) {
    .btn:hover, .btn--ghost:hover {
      background-color: #e92827;
      color: white;
      border-color: white; }
      .btn:hover:after, .btn--ghost:hover:after {
        border-color: #e92827; }
      .btn:hover:before, .btn--ghost:hover:before {
        width: 100%;
        height: 100%; } }

.btn--ghost:after {
  content: none; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #eeeeee;
    border-color: #cccccc; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/22/assets/ico-select.svg?v=89371420099525824331689793397);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    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; }

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

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

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

/*================ Drawers ================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important; }

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

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

.drawer--top {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 100vh;
  bottom: initial;
  background: rgba(233, 40, 39, 0.97); }
  .js-drawer-open-top .drawer--top {
    -ms-transform: translateY(87px);
    -webkit-transform: translateY(87px);
    transform: translateY(87px);
    display: block; }

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

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

.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: 2;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1; }

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

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

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

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

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

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

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

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

/*================ Footer ================*/
footer {
  background-color: black; }

.footer {
  padding: 0 1.5625rem;
  max-width: 90rem;
  margin: 0px auto; }
  @media only screen and (min-width: 48em) {
    .footer {
      padding: 0 3.125rem; } }

.footer__container {
  padding: 3.125rem 0px 4.6875rem; }
  .footer__container hr {
    width: 3.5rem;
    margin: 1.5625rem auto;
    border-color: #999999; }
    @media only screen and (min-width: 48em) {
      .footer__container hr {
        width: 1.25rem; } }

.footer__social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
  margin: 16px auto; }
  .footer__social-icons li:not(:last-child) {
    margin-right: 1.5625rem; }
    @media only screen and (min-width: 30em) {
      .footer__social-icons li:not(:last-child) {
        margin-right: 2.375rem; } }

.footer__social-icons-link {
  display: block;
  font-size: 0; }
  .footer__social-icons-link svg {
    fill: white;
    width: 1.875rem;
    height: 1.875rem; }
    @media only screen and (min-width: 30em) {
      .footer__social-icons-link svg {
        width: 2.5rem;
        height: 2.5rem; } }

.footer__social-icons-link:hover svg {
  fill: #e92827; }

.footer__copyright {
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  text-align: center;
  margin-bottom: 0.8125rem; }
  @media only screen and (min-width: 48em) {
    .footer__copyright {
      font-size: 0.625rem; } }

.footer__linklist {
  color: white; }
  .footer__linklist ul {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style-type: none;
    text-align: center;
    padding-inline-start: 0px; }
    .footer__linklist ul li {
      font-family: Gobold, sans-serif;
      font-weight: 100;
      font-size: 1rem;
      text-transform: uppercase;
      padding: 15px; }
      .footer__linklist ul li a {
        text-decoration: none;
        color: white; }
      .footer__linklist ul li a:hover {
        color: #e92827; }
  @media only screen and (min-width: 64em) {
    .footer__linklist ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.5625rem li;
        margin-top-padding: 0px; }
      .footer__linklist ul li:not(:last-child) {
        margin-right: 1.5625rem; } }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  /*   border-radius: 5px; */
  position: absolute;
  /*   width: 307.875px; */
  width: 372px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border: 2px solid red;
  padding: 19px 30px 30px 30px; }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  /*   position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px; */ }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: #e92827; }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl: begin:ignore*/
  left: 10px;
  /*
  /*rtl: end:ignore*/ }

/*
/*rtl: begin:ignore*/
/*
/*rtl: end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl: begin:ignore*/
  right: 10px;
  /*
  /*rtl: end:ignore*/ }

/*
/*rtl: begin:ignore*/
/*
/*rtl: end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e92827;
  cursor: text;
  text-align: right;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #e92827;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #e92827;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 308px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e92827;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e92827;
  border-color: #e92827;
  color: white; }

.flatpickr-day.today {
  border-color: black;
  color: black; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #e92827;
  background: #e92827;
  color: white; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #e92827;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #e92827; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #e92827;
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }

.account {
  max-width: 1280px;
  padding: 2.375rem 1.5625rem;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .account {
      padding: 1.5625rem 2.375rem; } }
  .account h1,
  .account .forgot-password__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.875rem;
    letter-spacing: 0.05em; }
  .account p {
    letter-spacing: 0.02em;
    font-size: 0.875rem; }
  .account a {
    font-size: 0.875rem;
    color: black; }
  .account button.btn, .account button.btn--ghost,
  .account button {
    padding: 0;
    border: none;
    background: none;
    text-decoration: underline;
    font-size: 0.875rem; }
  .account form input {
    width: 100%;
    border: 0.0625rem solid black;
    padding: 0.5rem;
    margin: 0.3125rem 0;
    letter-spacing: 0.05em;
    font-size: 0.875rem; }
    .account form input::-webkit-input-placeholder {
      color: #dedede;
      text-transform: uppercase; }
    .account form input::-moz-placeholder {
      color: #dedede;
      text-transform: uppercase; }
    .account form input:-ms-input-placeholder {
      color: #dedede;
      text-transform: uppercase; }
    .account form input::-ms-input-placeholder {
      color: #dedede;
      text-transform: uppercase; }
  .account form .account__submit-container {
    border: 0.125rem solid #e92827;
    padding: 0.3125rem;
    transition-duration: 0.3s;
    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; }
    .account form .account__submit-container:hover {
      padding: 0.1875rem; }
      .account form .account__submit-container:hover input[type=submit] {
        transition-duration: 0.3s;
        background: #e92827;
        color: white;
        padding: 0.4375rem; }
    .account form .account__submit-container input[type=submit] {
      background: white;
      color: #e92827;
      margin: 0;
      border: 0.125rem solid #e92827;
      line-height: 1;
      font-size: 1.375rem;
      letter-spacing: 0.12rem;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0.3125rem; }

.account.login,
.account.register,
.account.address {
  max-width: 36rem; }

.register-link,
.login-link {
  color: black;
  text-align: center;
  font-size: 0.875rem;
  display: block;
  line-height: 2; }
  .register-link.login-link--forgot-password,
  .login-link.login-link--forgot-password {
    color: #e92827; }

#HideRecoverPasswordLink {
  background: white;
  border: none;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2; }

.forgot-password__message {
  color: black;
  text-align: center;
  font-size: 0.875rem; }

.login .form-success {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem; }
.login .errors ul {
  border: 0.0625rem solid #e92827;
  margin: 0 0 0.3125rem 0;
  padding: 0.5rem 1.5625rem;
  color: #e92827;
  font-size: 0.875rem;
  background: #fcedeb; }

#address_default_address_new {
  width: 1.5625rem; }

.address__country,
.address__province {
  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; }
  .address__country label,
  .address__province label {
    color: #dedede; }
  .address__country select,
  .address__province select {
    padding: 0 0.5rem;
    height: 2.375rem;
    border: 0.0625rem solid black;
    width: 100%;
    margin: 0.3125rem 0 0.3125rem 0.3125rem; }

.account .responsive-table {
  font-size: 0.875rem;
  width: 100%; }
  .account .responsive-table thead tr th {
    text-align: left;
    font-size: 1.125rem;
    padding-bottom: 0.5rem; }
  @media only screen and (max-width: 47.99em) {
    .account .responsive-table th, .account .responsive-table td {
      padding: 0.3125rem; } }
  .account .responsive-table td.desktop__order-info {
    display: block; }
    @media only screen and (max-width: 47.99em) {
      .account .responsive-table td.desktop__order-info {
        display: none; } }
.account dt {
  font-size: 1rem;
  font-weight: bold; }
.account dd {
  margin: 0.1875rem 0 0.9375rem 0; }

/*================ Mobile Nav ================*/
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*================ SECTIONS ================*/
/*================ Header ================*/
.header {
  padding: 0.625rem 0px;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888; }
  @media only screen and (min-width: 64em) {
    .header {
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      padding: 1.5625rem 0 1.375rem 0; } }

.header--scrolled {
  padding: 0.625rem 0px !important; }

.site-logo {
  text-decoration: none; }

nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto; }

.header__left-nav,
.header__right-nav {
  display: none; }
  @media only screen and (min-width: 64em) {
    .header__left-nav,
    .header__right-nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      font-family: Gobold, sans-serif;
      padding: 0;
      width: 40%; }
      .header__left-nav li,
      .header__right-nav li {
        font-size: 0.875rem;
        list-style: none;
        padding: 0px;
        margin: 0px 1.25rem; }
        .header__left-nav li a,
        .header__right-nav li a {
          text-decoration: none;
          color: white; } }

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

.site-nav--active .site-nav__link {
  color: #e92827; }

.site-nav__link:hover {
  color: #e92827; }

.header__logo {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  font-family: Gobold, sans-serif;
  font-weight: bold;
  color: #e92827;
  font-size: 3.6875rem;
  margin: 0rem 1.25rem;
  transform: scale(0.65); }
  @media only screen and (min-width: 64em) {
    .header__logo {
      transform: scale(1); } }

.header__logo--scrolled {
  transform: scale(0.65);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease; }

.header__mobile-nav {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease; }
  .header__mobile-nav svg {
    color: #e92827;
    height: 2.5rem;
    width: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .header__mobile-nav {
      display: none; } }

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

.js-drawer-open-top .header__mobile-nav .icon-hamburger {
  display: none; }
.js-drawer-open-top .header__mobile-nav .icon-close {
  display: block; }

/*================ JRZ ================*/
.jrz__hero-section {
  width: 100%;
  height: 35vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  background-position: center center; }
  @media only screen and (min-width: 64em) {
    .jrz__hero-section {
      display: none; } }
  @media only screen and (min-width: 48em) {
    .jrz__hero-section {
      height: 55vh; } }

.jrz__content {
  max-width: 64rem;
  margin: 0px auto; }

.jrz__social-media {
  max-width: 64rem;
  margin: 0px auto; }

.jrz__quote {
  font-family: Montserrat, sans-serif;
  line-height: 2.125rem;
  margin: 1.5625rem auto;
  font-size: 1.875rem;
  text-align: center;
  padding: 0px 1.5625rem;
  font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .jrz__quote {
      margin: 4.6875rem auto;
      max-width: 39.6875rem;
      font-size: 3rem;
      line-height: 3rem;
      padding: 0; } }

.jrz__three-image-hero {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.jrz__three-image-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .jrz__three-image-left img {
    width: 100%; }

.jrz__three-image-top {
  min-height: 13.4375rem;
  padding-bottom: 0.5625rem; }
  @media only screen and (min-width: 48em) {
    .jrz__three-image-top {
      height: 50%; } }

.jrz__three-image-top__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 13.4375rem; }
  @media only screen and (min-width: 48em) {
    .jrz__three-image-top__image {
      height: 100%; } }

.jrz__three-image-bottom {
  min-height: 13.4375rem;
  padding-top: 9px; }
  @media only screen and (min-width: 48em) {
    .jrz__three-image-bottom {
      height: 50%; } }

.jrz__three-image-bottom__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 13.4375rem; }
  @media only screen and (min-width: 48em) {
    .jrz__three-image-bottom__image {
      height: 100%; } }

.jrz__icons {
  list-style: none;
  margin: 0 0 3.125rem;
  padding: 0; }
  .jrz__icons a {
    text-decoration: none; }
  @media only screen and (min-width: 48em) {
    .jrz__icons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      padding: 0 7.8125rem;
      margin: 0 0 6.25rem; } }

.jrz__icon {
  color: black;
  margin-bottom: 1.5625rem; }
  .jrz__icon svg {
    display: block;
    margin: auto auto 0.8125rem auto;
    height: 3.125rem;
    width: 3.125rem; }
  .jrz__icon span {
    font-family: Montserrat, sans-serif;
    font-size: 0.9375rem;
    text-align: center;
    display: block; }

.jrz__icon:hover {
  color: #e92827; }

.jrz__logo {
  text-align: center;
  margin-top: -3.4375rem; }

.jrz__three-image-hero__left {
  width: 100%;
  padding: 0px 1.5625rem;
  margin-bottom: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .jrz__three-image-hero__left {
      width: 50%;
      padding: 0 0.5625rem 0 0;
      margin-bottom: 0rem; } }

.jrz__three-image-hero__right {
  width: 100%;
  padding: 0px 1.5625rem; }
  @media only screen and (min-width: 48em) {
    .jrz__three-image-hero__right {
      width: 50%;
      padding: 0 0 0 0.5625rem; } }

.jrz__text-section {
  margin: 1.5625rem 0px; }
  .jrz__text-section p {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: left;
    padding: 0px 1.5625rem; }
    @media only screen and (min-width: 48em) {
      .jrz__text-section p {
        padding: 0px 4.6875rem; } }
  @media only screen and (min-width: 48em) {
    .jrz__text-section .jrz__quote {
      margin: 1.5625rem auto; } }
  @media only screen and (min-width: 48em) {
    .jrz__text-section {
      margin: 4.6875rem 0px; } }

.jrz__video-section {
  display: block;
  margin-bottom: 4.6875rem; }
  @media only screen and (min-width: 48em) {
    .jrz__video-section {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 6.25rem; } }

.jrz__video-container--third {
  width: 100%;
  padding: 0px 1.875rem;
  margin-bottom: 0.9375rem; }
  @media only screen and (min-width: 48em) {
    .jrz__video-container--third {
      width: 33.3%;
      padding: 0px 0.46875rem; } }

.jrz__video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.jrz__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#parallax-1 {
  height: calc(100vh - 87px); }

#parallax-1-image {
  background-size: cover;
  height: 80vh;
  margin-top: 11.875rem;
  top: -65%; }

#parallax-2 {
  height: 100vh; }

#parallax-2-image {
  background-size: cover;
  height: 100vh;
  margin-top: 23.125rem;
  top: -80%; }

.preorder__qualifications {
  visibility: hidden;
  height: 51.5625rem;
  padding: 1.5625rem 1.375rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 48em) {
    .preorder__qualifications {
      height: 40.625rem; } }

.preorder__intro {
  text-align: center;
  max-width: 59.375rem;
  margin: 0 auto; }
  .preorder__intro p {
    font-size: 0.875rem; }

.preorder__intro-title, .preorder__intro-subtitle {
  color: #e92827;
  text-transform: uppercase;
  letter-spacing: 0.0625rem; }

.preorder__intro-title {
  font-size: 1.625rem;
  font-family: Gobold, sans-serif;
  font-weight: 300;
  margin: 0.9375rem 0; }
  @media only screen and (min-width: 48em) {
    .preorder__intro-title {
      font-size: 2.625rem; } }

.preorder__intro-subtitle {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: bold; }

.preorder__intro-calender {
  padding-top: 0; }
  @media only screen and (min-width: 48em) {
    .preorder__intro-calender {
      padding-top: 0.625rem; } }
  .preorder__intro-calender p {
    padding: 0.3125rem 0;
    margin: 0; }
    @media only screen and (min-width: 48em) {
      .preorder__intro-calender p {
        padding: 0.9375rem 0; } }

.preorder__intro-calender--red {
  color: #e92827; }

.preorder__intro-requirements {
  font-weight: bold; }

.preorder__intro-requirements--title {
  text-transform: uppercase; }

.preorder__intro-requirements--bold {
  color: #e92827;
  text-transform: uppercase; }

.preorder__intro-requirements, .preorder__intro-note {
  margin-top: 1.25rem; }

.preorder__intro-btns {
  margin: 0.9375rem 0; }

.preorder__btn {
  color: white;
  background-color: transparent;
  border: 0.0625rem solid white;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-family: Gobold, sans-serif;
  min-width: 14.0625rem;
  background-color: #e92827;
  padding: 0.75rem;
  font-size: 0.875rem;
  margin: 1.25rem auto 0;
  width: 10%;
  cursor: pointer; }
  .preorder__btn:hover {
    color: #e92827;
    background-color: white;
    border: 0.0625rem solid #e92827; }
    .preorder__btn:hover a {
      color: #e92827; }
  .preorder__btn a {
    color: white;
    text-decoration: none; }

.preorder__confirm {
  display: none;
  text-align: center; }

.preorder__decline-title {
  width: 100%; }

.preorder__confirm-title, .preorder__decline-title {
  color: #e92827;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 1.5rem;
  font-family: Gobold, sans-serif;
  font-weight: 300;
  margin-top: 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .preorder__confirm-title, .preorder__decline-title {
      font-size: 2rem; } }

.preorder__decline {
  margin: 9.6875rem auto 1.875rem auto; }
  .preorder__decline form {
    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: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 0.9375rem; }
    .preorder__decline form label {
      display: none; }
  .preorder__decline p {
    text-align: center;
    color: #e92827;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem; }
  .preorder__decline .form-success__header {
    color: #e92827;
    font-size: 2.625rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-family: Gobold, sans-serif; }
  .preorder__decline .form-success {
    color: black;
    width: 100%;
    margin-top: 0;
    font-weight: bold;
    font-size: 1rem; }

#parallax__preorder {
  height: 50vh; }
  @media only screen and (min-width: 48em) {
    #parallax__preorder {
      height: 70vh; } }
  #parallax__preorder img {
    top: -110%;
    position: relative;
    height: auto; }
    @media only screen and (min-width: 48em) {
      #parallax__preorder img {
        top: -250%; } }

.parallax__preorder-image {
  height: 55vh;
  background-size: cover;
  background-position: center;
  margin-top: -9.375rem; }
  @media only screen and (min-width: 80em) {
    .parallax__preorder-image {
      margin-top: -10.9375rem; } }
  @media only screen and (min-width: 48em) {
    .parallax__preorder-image {
      height: 70vh; } }

.loader {
  border: 16px solid black;
  /* Light grey */
  border-top: 16px solid #e92827;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  animation: spin 2s linear infinite; }

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

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

.loader-hide {
  display: none; }

.preorder__question {
  margin: 0.3125rem auto; }
  .preorder__question label {
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem; }
    @media only screen and (min-width: 48em) {
      .preorder__question label {
        font-size: 0.875rem; } }
  .preorder__question input {
    border: 0.0625rem solid #e92827;
    color: black;
    padding: 0.625rem;
    font-size: 0.6875rem;
    letter-spacing: 0.0625rem;
    font-family: Montserrat, sans-serif;
    width: 25rem; }
    .preorder__question input::placeholder {
      color: black; }
    @media only screen and (min-width: 48em) {
      .preorder__question input {
        font-size: 0.875rem; } }

.question__radio {
  display: block !important; }

.preorder__question-left, .preorder__question-right {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .preorder__question-left, .preorder__question-right {
      width: 48%; } }

.preorder__question-left {
  text-align: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .preorder__question-left .preorder__question {
    width: 100%; }

.preorder__question-right .preorder__decline-phone, .preorder__question-right .preorder__decline-preferred {
  margin-bottom: 0.625rem; }

.preorder__decline-pickup, .preorder__decline-menu, .preorder__decline-courier {
  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;
  position: relative;
  width: 25rem;
  margin: 0; }
  .preorder__decline-pickup input, .preorder__decline-menu input, .preorder__decline-courier input {
    width: auto;
    height: 1.5625rem;
    border: 0.0625rem solid #e92827;
    margin: 0 0.3125rem; }

.preorder__decline-courier {
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .preorder__decline-courier {
      width: 25rem; } }

.preorder__decline-pickup, .preorder__decline-menu {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.preorder__question-radio {
  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;
  border: 0.0625rem solid #e92827;
  width: 25rem;
  margin: 0.3125rem 0;
  padding: 0.625rem 0.3125rem; }
  .preorder__question-radio label {
    width: 100%;
    text-align: left;
    padding-left: 0.3125rem; }
  .preorder__question-radio input {
    display: none; }

.radio-visual {
  position: absolute;
  height: 2.0625rem;
  padding: 0.625rem 0;
  width: 2.8125rem;
  border-left: 0.0625rem solid #e92827;
  font-family: Gobold, sans-serif;
  font-size: 0.875rem;
  color: #e92827;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .radio-visual {
      height: 2.25rem; } }
  .radio-visual:hover {
    cursor: pointer; }

.radio-yes {
  right: 2.8125rem; }

.radio-no {
  right: 0; }

.radio-visual-active {
  background-color: #e92827;
  color: white; }

.preorder__date {
  display: none;
  text-align: center;
  position: relative; }
  .preorder__date h2 {
    color: #e92827;
    text-transform: uppercase;
    font-family: Gobold, sans-serif;
    font-weight: 300;
    letter-spacing: 0.0625rem;
    margin-top: 0; }
  .preorder__date .preorder__date-day, .preorder__date .preorder__date-time {
    background-image: url("/cdn/shop/files/red-dropdown.png?317");
    border: 0.0625rem solid #e92827;
    padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
    color: #e92827;
    font-family: Gobold, sans-serif;
    text-transform: uppercase;
    min-width: 13.125rem;
    margin-bottom: 0.625rem;
    letter-spacing: 0.0625rem; }
    @media only screen and (min-width: 48em) {
      .preorder__date .preorder__date-day, .preorder__date .preorder__date-time {
        margin-bottom: 0; } }

.preorder__date-time {
  width: 80%; }
  @media only screen and (min-width: 48em) {
    .preorder__date-time {
      width: auto; } }

.preorder__date-selects {
  width: 100%; }

.preorder__date-start {
  width: 80%; }
  @media only screen and (min-width: 48em) {
    .preorder__date-start {
      width: auto; } }

.preorder__date-start--disabled {
  background-color: #999999; }
  .preorder__date-start--disabled:hover {
    background-color: #999999;
    color: white;
    border-color: white;
    cursor: not-allowed; }

.preorder__date-day {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  width: 80%; }
  @media only screen and (min-width: 48em) {
    .preorder__date-day {
      width: auto; } }
  .preorder__date-day::placeholder {
    color: #e92827; }

.preorder__date .preorder__date-time--disabled {
  color: white;
  border-color: white;
  background-color: #999999;
  background-image: url("/cdn/shop/files/white-dropdown.png?317");
  cursor: not-allowed; }

.preorder__date-email {
  width: 80%;
  margin-top: 0.625rem;
  color: #e92827;
  border-color: #e92827;
  padding: 0.625rem 0.9375rem;
  font-family: Gobold, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem; }
  @media only screen and (min-width: 48em) {
    .preorder__date-email {
      width: 27.5rem; } }
  .preorder__date-email::placeholder {
    color: #e92827; }

.preorder__date-email--disabled::placeholder {
  color: #999999; }

.preorder__date-info {
  width: 100%; }

.entree__count {
  display: none; }

.preorder__form-footer {
  width: 100%; }

.preorder__new-time-modal {
  display: none; }

.preorder {
  font-family: Gobold, sans-serif;
  margin-bottom: 1.5625rem;
  display: none; }
  .preorder h1 {
    text-transform: uppercase;
    letter-spacing: 0.056em;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
    margin-top: 3.75em;
    margin-bottom: 3.125em; }
  .preorder h2 {
    text-align: left;
    color: #e92827;
    font-size: 2rem;
    letter-spacing: 0.087em;
    text-transform: uppercase;
    font-weight: 100; }

.preorder__section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90rem;
  margin: 0 auto; }

.preorder__menu {
  padding: 0 2.5em;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .preorder__menu {
      width: 74%; } }

.remove__items {
  background-color: white;
  padding: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .remove__items h2 {
    font-family: Gobold, sans-serif;
    letter-spacing: 0.056em;
    font-weight: normal;
    margin-top: 0; }
  .remove__items p {
    font-family: Montserrat, sans-serif;
    line-height: 1.65em; }
  .remove__items button {
    font-family: Gobold, sans-serif;
    padding: 0.625em 1.25em;
    background-color: white;
    cursor: pointer;
    letter-spacing: 0.056em; }
  .remove__items .fancybox-close-small {
    display: none; }

.remodal-wrapper {
  background-color: rgba(0, 0, 0, 0.6); }

.modal-confirm {
  border: 1px solid black;
  margin-right: 1.25em; }

.modal-cancel {
  color: #e92827;
  border: 1px solid #e92827; }

.preorder__featured-img {
  width: 100%; }

.preorder__heat {
  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;
  margin-bottom: 3.75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  .preorder__heat img {
    margin: 0.938em 2.5em; }

.preorder__block {
  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: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (min-width: 64em) {
    .preorder__block {
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; } }

.preorder__product {
  background-color: white;
  width: 100%;
  margin-right: 0;
  /*   margin-bottom: rem(16px); */
  /*   text-align: center; */
  display: flow-root;
  /*   @include media-query($medium-up) {
      width: 48%;
    }
  
    @include media-query($large-up) {
      width: 31%;
      margin-right: rem(16px);
    } */ }
  .preorder__product img {
    padding: 1px;
    float: right; }
  .preorder__product form {
    min-height: 80px; }

.preorder__product-info {
  text-align: left;
  position: relative; }
  .preorder__product-info h3 {
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 10px; }
  .preorder__product-info p {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px; }

.preorder__product-price {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #999999;
  font-family: Montserrat, sans-serif; }

.preorder__product-entree {
  padding-left: 0.625rem;
  color: #e92827;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.0625rem; }

.preorder__variants, .preorder__mods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.preorder__variants {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%; }

.preorder__mods {
  margin-top: 15px; }

.preorder__product-heat, .preorder__product-mods {
  color: #e92827;
  font-weight: 600;
  display: inline;
  margin: 0;
  font-size: 8px; }

.preorder__product-variants, .preorder__product-modifications {
  display: inline; }
  .preorder__product-variants input:first-child, .preorder__product-modifications input:first-child {
    margin-bottom: 5px; }

.preorder__heat-title, .preorder__mods-title {
  margin-right: 10px; }

.preorder-qty {
  display: inline;
  position: relative; }
  .preorder-qty label {
    display: none; }
  .preorder-qty input {
    padding: 0.75rem 0.625rem;
    font-size: 0.75rem;
    width: 4.6875rem;
    text-align: center;
    border-right: 0.125rem solid #e92827;
    border-top: 0.125rem solid #e92827;
    border-bottom: none;
    border-left: none;
    color: #e92827;
    font-family: Gobold, sans-serif; }
  .preorder-qty button {
    position: absolute;
    height: 100%;
    color: #e92827;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    left: 0.625rem;
    padding: 0 0.4375rem; }
    .preorder-qty button:last-child {
      left: auto;
      right: 0.625rem;
      margin-top: 0; }
      @media only screen and (min-width: 48em) {
        .preorder-qty button:last-child {
          margin-top: -2.4375rem; } }
  .preorder-qty .js-qty {
    display: inline;
    background-color: white;
    padding: 6px 0;
    border: 1px solid black; }
  .preorder-qty .js-qty__adjust {
    padding: 0 5px;
    border: 0;
    background-color: white; }
  .preorder-qty .js-qty__num {
    width: 15px;
    border: 0;
    text-align: center; }

.preorder__side {
  background-color: white;
  padding: 0.8em 1.85em;
  font-size: 0.75em;
  font-family: Gobold, sans-serif;
  border: 1px solid black;
  margin-top: 15px; }

.preorder__add {
  background-color: #e92827;
  color: white;
  font-family: Gobold, sans-serif;
  border: 0;
  float: right;
  padding: 0.75rem;
  flex: auto; }

.preorder__add-btn {
  vertical-align: middle;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem; }

.preorder__cart {
  background-color: white;
  color: #000;
  position: fixed;
  right: 0;
  top: 100%;
  bottom: 0;
  padding-top: 5.4375rem;
  padding-bottom: 1.5625rem;
  font-family: Gobold, sans-serif;
  display: none; }
  @media only screen and (min-width: 64em) {
    .preorder__cart {
      border-left: 0.125rem solid #e92827;
      width: 20%;
      top: 0;
      padding-top: 7.8125rem; } }
  .preorder__cart h2 {
    letter-spacing: 0.056em;
    font-weight: normal;
    font-size: 1.25rem;
    text-align: left;
    margin: 0; }
  .preorder__cart .icon-close {
    float: right;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    height: 1.875rem;
    width: 1.875rem; }
    @media only screen and (min-width: 64em) {
      .preorder__cart .icon-close {
        display: none; } }

.preorder__cart-qty {
  font-weight: bold; }

.preorder__cart-title {
  font-weight: bold; }

.preorder__cart-list {
  margin: 0;
  padding-left: 0.9375rem; }

.preorder__cart-remove {
  font-weight: bold; }

.preorder__cart-mod {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 0.625rem;
  margin: 0.25rem 0; }

.mobile-view-cart {
  display: block;
  background-color: #e92827;
  color: white;
  text-transform: uppercase;
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  margin-left: -2.5rem;
  letter-spacing: 0.0625rem;
  padding: 0.625rem 0; }
  @media only screen and (min-width: 64em) {
    .mobile-view-cart {
      display: none; } }

.preorder__cart-section {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 20px 0 0 0; }

.preorder__cart-empty {
  font-family: Montserrat, sans-serif;
  color: #e92827;
  padding: .30625em .875em;
  margin-bottom: 0.875rem;
  line-height: 1.65em;
  letter-spacing: 0.056em;
  font-size: 0.875em; }

.preorder__cart-total {
  margin-top: 15px;
  padding: 0 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase; }

.cart__total {
  width: 100%;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.037em;
  margin-bottom: 0; }

.total-wrapper {
  padding: 1.25rem 1.25rem;
  border-top: 1px solid #eee;
  font-size: 0.75rem;
  text-transform: uppercase; }

.preorder__cart-review {
  font-family: Gobold, sans-serif;
  background-color: #e92827;
  color: white;
  width: calc(100% - 40px);
  padding: 0.625rem;
  font-size: 1.25rem;
  letter-spacing: 0.056em;
  border: 0;
  margin: 0 1.25rem;
  cursor: pointer; }

.empty__cart {
  background-color: #999999;
  cursor: not-allowed; }

.preorder__cart-table {
  display: table;
  width: 100%;
  font-size: 0.75rem;
  text-transform: uppercase; }
  .preorder__cart-table tr {
    font-family: Montserrat, sans-serif;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .preorder__cart-table td {
    padding-top: 1.063em;
    letter-spacing: 0.037em; }
  .preorder__cart-table td:first-child {
    width: 100%; }
  .preorder__cart-table td:not(:first-child):not(:last-child) {
    padding-left: .5em;
    padding-right: .5em;
    padding-top: 0.5625rem;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
    cursor: pointer; }
  .preorder__cart-table td:last-child {
    text-align: right;
    white-space: nowrap; }

.preorder__modifications {
  width: 100%; }

.preorder__modifications-select {
  width: 50%;
  border: 0.125rem solid #e92827;
  color: #e92827;
  padding: 0.6875rem 1.875rem 0.6875rem 0.6875rem;
  font-family: Gobold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.75rem;
  background-image: url("/cdn/shop/files/red-dropdown.png?317"); }
  .preorder__modifications-select:nth-child(odd) {
    border-left: none;
    border-bottom: none; }
  .preorder__modifications-select:nth-child(even) {
    margin-left: -0.1875rem;
    border-left: none;
    border-right: none;
    border-bottom: none; }

.heat-level {
  border: none;
  border-top: 0.125rem solid #e92827;
  min-width: 8.4375rem; }

.non-entree-btn {
  width: calc(100% - 75px);
  padding: 0.8125rem; }

.preorder__adjustments {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: auto; }

.preorder__product-customize {
  width: 100%;
  padding-left: 0.625rem;
  margin-top: 0.625rem; }
  .preorder__product-customize label {
    margin-left: 0.3125rem;
    color: #e92827;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    font-weight: bold; }

.customize-fries {
  margin-top: 0; }

.preorder__prelim-date {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.03238rem;
  font-size: 0.875rem;
  display: none; }

.cart__entree-countdown {
  padding: 0 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  margin-top: 0;
  text-align: center; }

.cart__entree-remaining {
  font-weight: bold; }

.cart__entree-excessive {
  display: none;
  padding: 0 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  margin-top: 0;
  text-align: center; }

.cart__entree-remove {
  font-weight: bold; }

/*================ TEMPLATES ================*/
/*================ Cart ================*/
.cart {
  font-family: Montserrat, sans-serif;
  padding-top: 1.5625rem; }

.cart__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 0.8125rem; }

.cart__form {
  max-width: 48rem;
  margin: 1.5625rem auto 0 auto;
  padding: 0 0.8125rem; }
  @media only screen and (min-width: 48em) {
    .cart__form {
      max-width: 64rem;
      padding: 0; } }
  @media only screen and (min-width: 48em) {
    .cart__form table {
      border-collapse: collapse;
      width: 100%;
      display: table; } }
  .cart__form th {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #999999; }
    .cart__form th:first-child {
      text-align: left;
      padding-left: 2.375rem; }
      @media only screen and (min-width: 48em) {
        .cart__form th:first-child {
          padding-left: 4.6875rem; } }
  .cart__form td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-bottom: 1px solid #999999; }
    @media only screen and (min-width: 48em) {
      .cart__form td {
        padding-left: 0.8125rem;
        padding-right: 0.8125rem;
        text-align: center; } }

.cart__table {
  overflow: scroll; }

.cart__form-img img {
  width: 6.25rem;
  margin: 0.5rem 0; }

.cart .cart__form-product {
  vertical-align: middle;
  text-transform: capitalize; }
  @media only screen and (min-width: 48em) {
    .cart .cart__form-product {
      width: auto;
      text-align: left; } }

.cart__form-product--title {
  color: black;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.022em;
  line-height: 1.25em; }

.cart__form-quantity .js-qty {
  border: 1px solid #999999;
  padding: 0.5rem; }
.cart__form-quantity .js-qty__adjust {
  border: none;
  background-color: white; }
.cart__form-quantity .js-qty__num {
  width: 0.8125rem;
  text-align: center;
  border: none; }
.cart__form-quantity input {
  width: 3.125rem;
  text-align: right; }
  @media only screen and (min-width: 48em) {
    .cart__form-quantity input {
      text-align: center; } }

.cart__form-remove {
  color: black; }

.cart__form-footer {
  text-align: right;
  padding: 1.5625rem 0; }
  .cart__form-footer input {
    padding: 0.8125rem 2.375rem;
    text-transform: uppercase;
    /*     font-weight: bold; */
    letter-spacing: 0.025em;
    width: 100%; }
    @media only screen and (min-width: 48em) {
      .cart__form-footer input {
        width: auto; } }

.cart__form-footer--discount {
  text-align: left; }
  @media only screen and (min-width: 48em) {
    .cart__form-footer--discount {
      width: 40%;
      margin-left: 60%; } }
  .cart__form-footer--discount label {
    font-weight: bold; }
  .cart__form-footer--discount input {
    width: 100%;
    padding: 0.8125rem;
    margin-top: 0.8125rem; }

.cart__form-footer--subtotal {
  margin: 0.5rem; }
  @media only screen and (min-width: 48em) {
    .cart__form-footer--subtotal {
      margin: 0; } }
  .cart__form-footer--subtotal p {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.025em; }
    .cart__form-footer--subtotal p:first-child {
      text-transform: uppercase;
      float: left;
      margin-right: 0; }
      @media only screen and (min-width: 48em) {
        .cart__form-footer--subtotal p:first-child {
          float: none;
          margin-right: 6.25rem; } }

.cart__form-footer--inputs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 48em) {
    .cart__form-footer--inputs {
      display: block; } }

.cart__form-footer--update {
  border: 1px solid black;
  background-color: white;
  order: 2; }

.cart__form-footer--checkout {
  background-color: #e92827;
  border: 1px solid #e92827;
  margin-left: 0;
  margin-bottom: 0.8125rem;
  order: 1; }
  @media only screen and (min-width: 48em) {
    .cart__form-footer--checkout {
      margin-left: 0.8125rem;
      margin-bottom: 0; } }

.cart__form-footer--shipping {
  font-size: 1rem;
  color: #999999;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .cart__form-footer--shipping {
      text-align: right;
      width: 100%; } }

.preorder__back-btn {
  color: black; }
  .preorder__back-btn:hover {
    color: #e92827; }

.empty__cart a {
  color: black; }
  .empty__cart a:hover {
    color: #e92827; }

.cart-attribute__field:nth-of-type(1) {
  margin-top: 0; }
.cart-attribute__field:nth-of-type(2) {
  margin-bottom: 0; }
.cart-attribute__field label {
  text-transform: uppercase;
  font-weight: bold; }
.cart-attribute__field input {
  background-color: transparent;
  border: none;
  padding: 0;
  color: black;
  text-align: right;
  width: 10.625rem; }

/*================ Crew ================*/
.crew__hero-section {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  background-position: center center; }
  @media only screen and (min-width: 64em) {
    .crew__hero-section {
      display: none; } }

.crew__content {
  max-width: 64rem;
  margin: 0px auto; }

.crew__social-media {
  max-width: 64rem;
  margin: 0px auto; }

.crew__quote {
  font-family: Montserrat, sans-serif;
  line-height: 2.125rem;
  margin: 1.5625rem auto;
  font-size: 1.875rem;
  text-align: center;
  padding: 0px 1.5625rem;
  font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .crew__quote {
      margin: 4.6875rem auto;
      max-width: 39.6875rem;
      font-size: 3rem;
      line-height: 3rem;
      padding: 0; } }

.crew__three-image-hero {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.crew__three-image-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 32.8125rem; }
  @media only screen and (min-width: 64em) {
    .crew__three-image-left {
      max-height: none; } }
  .crew__three-image-left img {
    width: 100%; }

.crew__three-image-top {
  min-height: 13.4375rem;
  padding-bottom: 0.5625rem; }
  @media only screen and (min-width: 48em) {
    .crew__three-image-top {
      height: 50%; } }

.crew__three-image-top__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 13.4375rem; }
  @media only screen and (min-width: 48em) {
    .crew__three-image-top__image {
      height: 100%; } }

.crew__three-image-bottom {
  min-height: 13.4375rem;
  padding-top: 9px; }
  @media only screen and (min-width: 48em) {
    .crew__three-image-bottom {
      height: 50%; } }

.crew__three-image-bottom__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 13.4375rem; }
  @media only screen and (min-width: 48em) {
    .crew__three-image-bottom__image {
      height: 100%; } }

.crew__icons {
  list-style: none;
  margin: 0 0 3.125rem;
  padding: 0; }
  .crew__icons a {
    text-decoration: none; }
  @media only screen and (min-width: 48em) {
    .crew__icons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      padding: 0 7.8125rem;
      margin: 0 0 6.25rem; } }

.crew__icon {
  color: black;
  margin-bottom: 1.5625rem; }
  .crew__icon svg {
    display: block;
    margin: auto auto 0.8125rem auto;
    height: 3.125rem;
    width: 3.125rem; }
  .crew__icon span {
    font-family: Montserrat, sans-serif;
    font-size: 0.9375rem;
    text-align: center;
    display: block; }

.crew__icon:hover {
  color: #e92827; }

.crew__logo {
  text-align: center;
  margin-top: -3.4375rem;
  display: none; }

.crew__three-image-hero__left {
  width: 100%;
  padding: 0px 1.5625rem;
  margin-bottom: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .crew__three-image-hero__left {
      width: 50%;
      padding: 0 0.5625rem 0 0;
      margin-bottom: 0rem; } }

.crew__three-image-hero__right {
  width: 100%;
  padding: 0px 1.5625rem; }
  @media only screen and (min-width: 48em) {
    .crew__three-image-hero__right {
      width: 50%;
      padding: 0 0 0 0.5625rem; } }

.crew__text-section {
  margin: 1.5625rem 0px; }
  .crew__text-section p {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: left;
    padding: 0px 1.5625rem; }
    @media only screen and (min-width: 48em) {
      .crew__text-section p {
        padding: 0px 4.6875rem; } }
  @media only screen and (min-width: 48em) {
    .crew__text-section .crew__quote {
      margin: 4.6875rem auto; } }
  @media only screen and (min-width: 48em) {
    .crew__text-section {
      margin: 4.6875rem 0px; } }

/*================ Story ================*/
.story__hero-section {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  background-position: center center; }
  @media only screen and (min-width: 64em) {
    .story__hero-section {
      display: none; } }

.parallax-background-js {
  height: auto;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 64em) {
    .parallax-background-js {
      display: block;
      height: 70vh; } }

.parallax-background-js__image {
  height: 200%;
  position: relative;
  top: -80%; }

.story__content {
  max-width: 64rem;
  margin: 0px auto; }

.story__social-media {
  max-width: 64rem;
  margin: 0px auto; }

.story__quote {
  font-family: Montserrat, sans-serif;
  line-height: 2.125rem;
  margin: 1.5625rem auto;
  font-size: 1.25rem;
  text-align: center;
  padding: 0px 1.5625rem;
  font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .story__quote {
      margin: 4.6875rem auto;
      max-width: 39.6875rem;
      font-size: 2.375rem;
      padding: 0; } }

.story__three-image-hero {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.story__three-image-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .story__three-image-left img {
    width: 100%; }

.story__three-image-top {
  min-height: 13.4375rem;
  padding-bottom: 0.5625rem; }
  @media only screen and (min-width: 48em) {
    .story__three-image-top {
      height: 50%; } }

.story__three-image-top__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 13.4375rem; }
  @media only screen and (min-width: 48em) {
    .story__three-image-top__image {
      height: 100%; } }

.story__three-image-bottom {
  min-height: 13.4375rem;
  padding-top: 9px; }
  @media only screen and (min-width: 48em) {
    .story__three-image-bottom {
      height: 50%; } }

.story__three-image-bottom__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 13.4375rem; }
  @media only screen and (min-width: 48em) {
    .story__three-image-bottom__image {
      height: 100%; } }

.story__icons {
  list-style: none;
  margin: 0 0 6.25rem;
  padding: 0; }
  .story__icons a {
    text-decoration: none; }
  @media only screen and (min-width: 48em) {
    .story__icons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      padding: 0 7.8125rem; } }

.story__icon {
  color: black;
  margin-bottom: 1.5625rem; }
  .story__icon svg {
    display: block;
    margin: auto auto 0.8125rem auto;
    height: 3.125rem;
    width: 3.125rem; }
  .story__icon span {
    font-family: Montserrat, sans-serif;
    font-size: 0.9375rem;
    text-align: center;
    display: block; }

.story__icon:hover {
  color: #e92827; }

.story__logo {
  text-align: center;
  margin-top: -3.4375rem; }

.story__three-image-hero__left {
  width: 100%;
  padding: 0px 1.5625rem;
  margin-bottom: 1.125rem; }
  @media only screen and (min-width: 48em) {
    .story__three-image-hero__left {
      width: 50%;
      padding: 0 0.5625rem 0 0;
      margin-bottom: 0rem; } }

.story__three-image-hero__right {
  width: 100%;
  padding: 0px 1.5625rem; }
  @media only screen and (min-width: 48em) {
    .story__three-image-hero__right {
      width: 50%;
      padding: 0 0 0 0.5625rem; } }

.story__text-section {
  margin: 1.5625rem 0px; }
  .story__text-section p {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: left;
    padding: 0px 1.5625rem; }
    @media only screen and (min-width: 48em) {
      .story__text-section p {
        padding: 0px 4.6875rem; } }
  @media only screen and (min-width: 48em) {
    .story__text-section .story__quote {
      margin: 1.5625rem auto; } }
  @media only screen and (min-width: 48em) {
    .story__text-section {
      margin: 4.6875rem 0px; } }

/*================ SNIPPETS ================*/
.mobile-linked-list {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: Gobold, sans-serif;
  font-size: 22px;
  letter-spacing: 1px; }

.mobile-linked-list__link {
  list-style: none;
  padding: 15px; }
  .mobile-linked-list__link a {
    text-decoration: none;
    color: white; }

.mobile-linked-list__links {
  padding: 0px; }

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

.parallaxParent {
  height: 50vh;
  overflow: hidden;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .parallaxParent {
      height: 70vh; } }

.parallaxParent > * {
  height: 100%;
  position: relative;
  top: -70%; }
  @media only screen and (min-width: 48em) {
    .parallaxParent > * {
      top: -75%; } }

.product {
  display: block;
  width: 75%;
  margin: 0 auto 3.125rem;
  padding-top: 3.125rem; }
  @media only screen and (min-width: 48em) {
    .product {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.product__images {
  text-align: center; }
  .product__images .slick-dots button:before {
    font-size: 1.875rem; }

.product__info {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.0625em;
  -webkit-font-smoothing: auto; }
  @media only screen and (min-width: 48em) {
    .product__info {
      margin-left: 1.5625rem; } }
  .product__info h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.625rem; }
    @media only screen and (min-width: 48em) {
      .product__info h1 {
        font-size: 2.375rem;
        margin-top: 0; } }
  .product__info .rte {
    font-weight: 300;
    font-size: 0.875rem; }
  .product__info label {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.5rem; }
  .product__info .selector-wrapper {
    margin: 0.8125rem 0; }
    .product__info .selector-wrapper select {
      padding: 0.5rem 2.375rem 0.5rem 0.8125rem;
      font-size: 0.875rem; }

.product__quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8125rem 0; }
  .product__quantity label {
    margin-top: 0.3125rem; }

.product__info-quantity button {
  background-color: none;
  border-color: #dedede; }

.product__info-quantity--minus {
  margin-right: -0.9375rem;
  position: absolute; }

.product__info-quantity--plus {
  margin-left: -0.9375rem; }

.product__info-quantity--number {
  padding: 0.125rem 0.25rem 0.1875rem 0.25rem;
  text-align: center;
  width: 3.125rem;
  font-size: 0.875rem;
  margin-left: 0.9375rem; }

.product__info-price {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0.8125rem 0; }

.product__info-atc {
  border: 0.125rem solid #e92827;
  background-color: white;
  padding: 0.3125rem 0.25rem;
  width: 10.9375rem;
  font-family: Gobold, sans-serif;
  color: #e92827;
  text-transform: uppercase;
  margin-bottom: 0.8125rem;
  transition: all 0.25s ease; }
  @media only screen and (min-width: 48em) {
    .product__info-atc {
      margin: 0; } }
  .product__info-atc:hover {
    background-color: #e92827;
    color: black; }
  .product__info-atc div {
    border: 0.125rem solid #e92827;
    padding: 0.25rem 0; }

.product-card__title {
  margin: 0.5rem 0 0.5rem 0; }

.product-card__link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.05em;
  font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .product-card__link {
      font-size: 1.125rem; } }

.product-card__image {
  width: 100%; }

.product-card__price {
  font-size: 1.5rem;
  margin: 0 0 1.5625rem 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .product-card__price {
      font-size: 1.125rem; } }

.product__regular-price {
  color: #e92827; }

.desktop__container {
  position: fixed;
  height: 70vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: none; }
  @media only screen and (min-width: 48em) {
    .desktop__container {
      display: block; } }

.mobile__container {
  display: block;
  height: 50vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1; }
  @media only screen and (min-width: 48em) {
    .mobile__container {
      display: none; } }

.hero__desktop {
  height: 70vh; }

.splash__desktop {
  display: none;
  height: 100vh;
  margin-top: 87px;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 48em) {
    .splash__desktop {
      display: block; } }

.splash-hide {
  visibility: hidden; }

.splash__mobile {
  display: block;
  height: 50vh;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 48em) {
    .splash__mobile {
      display: none; } }

.splash__text {
  background-color: #e92827;
  color: white;
  font-family: Montserrat;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.875rem;
  padding: 3.125rem 0;
  margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .splash__text {
      margin-top: 80vh; } }
  .splash__text p {
    margin: 0 auto;
    padding: 0 2.75rem;
    font-size: 1.25rem;
    font-weight: bold; }
    @media only screen and (min-width: 48em) {
      .splash__text p {
        width: 50%;
        padding: 0;
        font-size: 1rem; } }

.splash__text-logo {
  height: 6.25rem; }
  .splash__text-logo svg {
    height: 6.25rem;
    width: 6.25rem; }

#location-anchor {
  padding-top: 3.75rem;
  background-color: transparent; }

.about {
  max-width: 52.5rem;
  padding: 0 2.75rem;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .about {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding: 3.125rem 1.375rem 3.125rem 1.375rem; } }
  .about h2 {
    font-family: Gobold, sans-serif;
    font-weight: 100;
    color: #e92827;
    text-transform: uppercase;
    letter-spacing: 0.0625rem; }
  .about p {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    font-weight: 300; }

.about__hours-day {
  margin-right: 0.3125rem; }

.about__hours-open {
  font-weight: bold;
  margin-left: 0.3125rem; }

.about__info-title-mobile, .about__info-text-mobile {
  text-align: left; }

.about__text {
  text-align: center;
  letter-spacing: 0.0625rem; }
  @media only screen and (min-width: 48em) {
    .about__text {
      text-align: left;
      position: relative;
      margin-top: 3.125rem;
      width: 50%; } }

.about__location, .about__hours {
  margin-bottom: 2.375rem; }

.about__hours p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 48em) {
    .about__hours p {
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; } }

.about__hours-bullet {
  font-size: 2.5rem;
  line-height: 0;
  margin: -0.4375rem 0.3125rem 0 0.3125rem; }

.about__location-title-mobile {
  margin-top: 0; }

.about__info {
  position: relative;
  text-align: center;
  margin-top: 0.625rem; }
  @media only screen and (min-width: 48em) {
    .about__info {
      text-align: left;
      margin-top: 29.375rem;
      margin-left: -7.1875rem; } }
  .about__info h2 {
    text-align: left; }
  .about__info p {
    text-align: left;
    line-height: 1.5rem; }

.about__images {
  width: 100%; }

@media only screen and (max-width: 47.99em) {
  #about__images-img1 {
    margin: 0 !important; } }
@media only screen and (min-width: 48em) {
  #about__images-img1 {
    transform: translateX(0%); } }

#about__images-img2 {
  z-index: 10;
  left: 18.75rem;
  top: 33.4375rem;
  position: absolute;
  transform: translateX(0%); }

#about__images-img3 {
  margin-top: 1.25rem;
  margin-left: -5rem;
  transform: translateX(0%); }

.about__info-btn {
  margin-top: 1.25rem; }

.about__parking {
  text-align: center;
  max-width: 47.9375rem;
  margin: 0 auto 4.6875rem auto;
  letter-spacing: 0.0625rem; }
  .about__parking .about__info-title {
    font-family: Gobold, sans-serif;
    color: #e92827;
    text-transform: uppercase;
    font-weight: 100; }
  .about__parking .about__info-text {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem; }

#menu-anchor {
  background-color: transparent;
  padding-top: 2.5rem; }
  @media only screen and (min-width: 48em) {
    #menu-anchor {
      padding-top: 5.4375rem; } }

.menu__image {
  height: 100vh;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 64em) and (max-width: 79.99em) {
    .menu__image {
      height: 40vh; } }
  @media only screen and (min-width: 48em) {
    .menu__image {
      display: block; } }

#shopify-section-1550014782366 .visible-mobile {
  margin: 0 auto; }

.menu__image-parallax {
  height: 200%;
  position: relative;
  top: -80%; }

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.0625rem;
  margin: 0 auto 3.125rem auto;
  width: 90%;
  max-width: 700px;
  padding-bottom: 0.8125rem; }
  @media only screen and (min-width: 48em) {
    .menu {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 3.125rem 0; } }
  .menu h3 {
    font-family: Gobold, sans-serif;
    font-weight: 100;
    text-transform: uppercase; }

@media only screen and (min-width: 48em) {
  .menu__left, .menu__right {
    width: calc(50% - 22px); } }

.menu__right {
  margin-left: 0; }

.menu__full {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem !important; }

.menu__header {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .menu__header {
      margin-top: 0; } }

.menu__title {
  color: #e92827;
  margin-bottom: 0;
  margin-top: 0; }

.menu__description {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 1.5625rem; }

.menu__products-title {
  margin-bottom: 0; }
  .menu__products-title .menu__products-price {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 0.75rem; }
  .menu__products-title .coming-soon {
    color: #e92827; }

.menu__products-description {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 1.5625rem; }

.menu__products-description:last-child {
  margin-bottom: 0; }

.menu__products-price {
  margin-left: 0.5rem; }

.menu__stamp {
  position: absolute;
  width: 15%;
  left: 0;
  right: 0;
  margin: -1.5625rem auto 0 auto; }

.menu__sides {
  padding-top: 1.5625rem;
  margin-top: -6.25rem; }
  @media only screen and (min-width: 48em) {
    .menu__sides {
      padding-top: 0;
      margin-top: 0; } }

.menu__featured {
  border-top: 0.25rem dotted black;
  border-bottom: 0.25rem dotted black;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  padding: 1.5625rem 0; }
  .menu__featured p {
    margin: 0.5rem 0; }
    .menu__featured p:last-child {
      margin-bottom: 0; }

.menu__featured-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.625rem;
  margin: 0; }

.menu__featured-choice {
  color: #e92827; }
  .menu__featured-choice span {
    color: black;
    font-weight: 300; }
  .menu__featured-choice .menu__featured-price {
    font-weight: bold; }

.menu__featured-single--price {
  font-weight: bold; }

.menu__featured-availability {
  color: #e92827;
  font-weight: bold;
  text-transform: uppercase; }

.menu__heat {
  padding-bottom: 1.5625rem; }
  @media only screen and (min-width: 48em) {
    .menu__heat {
      padding-bottom: 0; } }
  .menu__heat span {
    font-family: Montserrat, sans-serif;
    margin-left: 0.5rem;
    text-transform: lowercase;
    color: black;
    font-size: 0.75rem; }

.menu__cookies h3 span, .menu__drinks h3 span {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.5rem; }

.menu__section {
  margin-bottom: 1.875rem; }

.menu__section.sides {
  margin-bottom: 0; }

.section__border {
  border-bottom: 0.25rem dotted black;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem; }

.menu__sando {
  text-align: center;
  padding: 1.5625rem 0;
  border-top: 0.25rem dotted black;
  border-bottom: 0.25rem dotted black;
  margin-bottom: 0; }
  .menu__sando p {
    font-size: 0.75rem;
    margin-bottom: 0;
    line-height: 1.6; }
  .menu__sando h2.menu__description {
    margin-bottom: 0; }

.menu__sando-noborder {
  border-top: none;
  border-bottom: none; }

.sando__cw {
  margin-bottom: 1.875rem; }

.menu__left .menu__section {
  padding-left: 1.875rem; }
  @media only screen and (min-width: 48em) {
    .menu__left .menu__section {
      padding-left: 0; } }

.menu__heat h3:last-child {
  margin-bottom: 0; }

.pre-orders {
  background-color: #e92827;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.0625rem;
  padding: 3.125rem 0;
  margin-top: -0.4375rem; }
  @media only screen and (min-width: 48em) {
    .pre-orders {
      margin-top: 0; } }
  .pre-orders p {
    margin-bottom: 0;
    font-weight: bold; }
    .pre-orders p:first-child {
      margin-top: 0; }

.pre-orders__logo {
  height: 6.25rem; }
  .pre-orders__logo svg {
    height: 6.25rem;
    width: 6.25rem; }

.merch {
  margin-bottom: 2.375rem; }
  @media only screen and (min-width: 48em) {
    .merch {
      margin-bottom: 0; } }
  .merch ul {
    margin: 0;
    padding: 0 4.6875rem; }
  .merch .slick-slide li {
    padding: 0.5rem;
    list-style: none; }
  .merch .slick-prev, .merch .slick-next {
    height: auto;
    width: auto; }
  .merch .slick-prev {
    left: 0.5rem; }
  .merch .slick-next {
    right: 0.5rem; }

.merch__title {
  font-family: Montserrat, sans-serif;
  line-height: 2.125rem;
  margin: 1.5625rem auto;
  font-size: 1.875rem;
  text-align: center;
  padding: 0px 1.5625rem;
  font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .merch__title {
      margin: 4.6875rem auto;
      max-width: 39.6875rem;
      font-size: 3rem;
      line-height: 3rem;
      padding: 0; } }

.bottomlinks__background {
  height: auto;
  overflow: hidden; }
  @media only screen and (min-width: 48em) {
    .bottomlinks__background {
      height: 100vh; } }

.bottomlinks__background-parallax {
  height: 200%;
  position: relative;
  top: -80%; }

.bottomlinks__about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -0.0625rem; }
  @media only screen and (min-width: 48em) {
    .bottomlinks__about {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.bottomlinks__about-link {
  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;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50vh; }
  @media only screen and (min-width: 48em) {
    .bottomlinks__about-link {
      width: 50%; } }
  .bottomlinks__about-link:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #e92827; }
  .bottomlinks__about-link:hover:after {
    opacity: 0.65;
    cursor: pointer; }
  .bottomlinks__about-link h2 {
    color: white;
    position: absolute;
    text-transform: uppercase;
    font-family: Gobold, sans-serif;
    font-size: 2.625rem;
    z-index: 10;
    margin: 0; }
    @media only screen and (min-width: 48em) {
      .bottomlinks__about-link h2 {
        display: none; } }

.bottomlinks__about-chef {
  border-top: 0.1875rem solid #e92827;
  border-right: 0.1875rem solid #e92827;
  border-bottom: none;
  border-left: 0.1875rem solid #e92827; }
  @media only screen and (min-width: 48em) {
    .bottomlinks__about-chef {
      border: 0.1875rem solid #e92827; } }

.bottomlinks__about-crew {
  margin-top: -0.1875rem;
  border: 0.1875rem solid #e92827; }
  @media only screen and (min-width: 48em) {
    .bottomlinks__about-crew {
      margin-top: 0;
      border-left: none; } }

.bottomlinks__about-link-image {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.social {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  padding: 1.5625rem 0; }
  @media only screen and (min-width: 48em) {
    .social {
      padding: 4.6875rem 0; } }
  .social .insta-feed {
    padding: 0 1.5625rem;
    margin-top: 1.5625rem; }
  .social .instafeed-container {
    width: 33% !important;
    padding-top: 33% !important; }

.social__header {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.social__text {
  margin: 0; }

.social__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 1.5625rem; }
  @media only screen and (min-width: 48em) {
    .social__link {
      margin-top: 4.6875rem; } }
  .social__link a {
    text-decoration: none;
    padding: 0 0.8125rem;
    min-width: 6.875rem; }
    @media only screen and (min-width: 48em) {
      .social__link a {
        padding: 0 4.6875rem; } }
  .social__link img, .social__link div {
    height: 3.125rem;
    width: auto; }
  .social__link p {
    color: black;
    font-size: 0.75rem; }
    @media only screen and (min-width: 48em) {
      .social__link p {
        font-size: 0.875rem; } }

#twitter-widget-0 {
  margin-top: -0.3125rem !important; }
  #twitter-widget-0 .timeline-Widget {
    background-color: #e92827 !important; }

.collection {
  padding-top: 0.0625rem;
  background: white;
  z-index: 2; }

.collection-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.collection__product {
  width: 50%;
  padding: 0 0.5rem; }

.collection-image__container {
  height: 30vh;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .collection-image__container {
      height: 45vh; } }
  @media only screen and (min-width: 48em) {
    .collection-image__container {
      height: 70vh;
      background-attachment: fixed; } }
  .collection-image__container > * {
    height: 100%;
    position: relative;
    top: -112%; }

#AjaxinatePagination {
  text-align: center;
  margin: 2.375rem 0; }

.ajaxinate-loading {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.0625rem; }

@media (max-width: 767px) {
  .menu__left .menu__section {
    padding-left: 0; }

  .for-the-crew {
    border-bottom: 0.25rem dotted black;
    padding-bottom: 30px; }

  .menu__left, .menu__right {
    width: 100%; }

  .menu__sides {
    margin-top: 30px;
    padding-top: 0; } }
