@charset "UTF-8";
@font-face {
  font-family: "Milo";
  src: url("../fonts/MiloWebMediumItalic/MiloWeb-MediumIta.eot") format("eot");
  src: url("../fonts/MiloWebMediumItalic/MiloWeb-MediumIta.eot?#iefix") format("embedded-opentype"), url("../fonts/MiloWebMediumItalic/MiloWeb-MediumIta.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "MiloSerif";
  src: url("../fonts/MiloSerifWebRegular/MiloSerifWeb.eot") format("eot");
  src: url("../fonts/MiloSerifWebRegular/MiloSerifWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/MiloSerifWebRegular/MiloSerifWeb.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "MiloSerifItalic";
  src: url("../fonts/MiloSerifWebMediumItalic/MiloSerifWeb-MediumIta.eot") format("eot");
  src: url("../fonts/MiloSerifWebMediumItalic/MiloSerifWeb-MediumIta.eot?#iefix") format("embedded-opentype"), url("../fonts/MiloSerifWebMediumItalic/MiloSerifWeb-MediumIta.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "HandOfSean";
  src: url("../fonts/HandOfSean/HandOfSean.eot") format("eot");
  src: url("../fonts/HandOfSean/HandOfSean.eot?#iefix") format("embedded-opentype"), url("../fonts/HandOfSean/HandOfSean.woff") format("woff");
  font-weight: normal;
}

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

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn);
  }
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*! 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 {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px;
}

/* stylelint-enable selector-list-comma-newline-after */
/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/**
 * Blockquote.
 */
blockquote {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  margin: 0;
  margin-bottom: 12px;
  padding-left: 35px !important;
  position: relative;
}

@media (min-width: 48em) {
  blockquote {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;
  }
}

blockquote:before, blockquote:after {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 30px;
  position: absolute;
  color: #e2001a;
}

@media (min-width: 48em) {
  blockquote:before, blockquote:after {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 45px;
  }
}

blockquote:before {
  content: '”';
  left: 6px;
  top: 16px;
}

@media (min-width: 48em) {
  blockquote:before {
    left: 0;
  }
}

blockquote:after {
  content: '“';
  -webkit-transform: translate(6px, 19px);
  transform: translate(6px, 19px);
  right: 0;
  bottom: 0;
}

@media (min-width: 48em) {
  blockquote:after {
    -webkit-transform: translate(6px, 28px);
    transform: translate(6px, 28px);
  }
}

/**
 * Cite.
 */
cite {
  display: block;
  font-weight: bold;
  padding-left: 35px;
  color: #e2001a;
  margin-bottom: 24px;
}

/**
 * Remove border from fieldset.
 */
address {
  font-style: normal;
}

fieldset {
  border: 0;
}

/**
 * Remove normalizes content-box setting for input type search.
 */
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Remove input arrows for type number.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * Remove the outline of :focus'ed elements.
 */
*:focus {
  outline: 0;
}

/**
 * Removing font-weight on placeholders.
 */
::-webkit-input-placeholder {
  font-weight: normal;
}
:-ms-input-placeholder {
  font-weight: normal;
}
::-ms-input-placeholder {
  font-weight: normal;
}
::placeholder {
  font-weight: normal;
}

/**
 * Green Border on focus.
 */
input:focus, textarea:focus {
  border-color: #e2001a;
}

/**
 * Padding inside textareas.
 */
textarea {
  padding: 12px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f8f8f8 url("../images/bgr_select_arrow.png") no-repeat right;
  text-overflow: ellipsis;
  height: 36px;
  font-family: "MiloSerif", Georgia, serif;
  line-height: 36px;
  padding-right: 24px;
  padding-left: 12px;
  border-radius: 7px;
  border: 1px solid #dcd8d0;
  color: #707173;
}

select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/**
 * Basic Headline Styling
 */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MiloSerif", Georgia, serif;
  font-weight: normal;
  color: #e2001a;
  line-height: 1.25;
  margin-bottom: 12px;
}

/**
 * Basic hr styling.
 */
hr {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e2001a;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  height: auto;
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
/**
 * List.
 */
ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 0;
}

/**
 * Assign the $base-font-family.
 */
html {
  background-color: #ffffff;
  font-family: "MiloSerif", Georgia, serif;
  color: #707173;
}

/**
 * HolyGrail with Sticky Footer
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent Chrome, Opera, and Safari from
 * letting these items shrink to smaller than their content’s default
 * minimum size.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 * https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/holy-grail.css
 */
.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  /* 1, 3 */
}

header,
footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* 2 */
}

.page-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* 2 */
  width: 100%;
  margin-top: 60px;
  margin-bottom: 24px;
}

/**
 * Font Modifier
 */
.font--italic,
em {
  font-family: "MiloSerifItalic", Georgia, serif;
  font-style: normal;
}

.font--secondary {
  font-family: "Milo", sans-serif;
}

.font-meta {
  font-family: Arial, sans-serif;
}

.font-sense {
  font-family: "HandOfSean";
}

/**
 * Print styling.
 */
@media print {
  a[href]:after {
    content: none !important;
  }
  header {
    display: block !important;
    position: static !important;
  }
  body {
    margin-top: 0 !important;
  }
  .c-meta-bar-wrap,
  .c-logo-alignment-group__item.u-text-right,
  .c-nav-primary-wrapper,
  .c-nav-sub-bg,
  body > footer {
    display: none;
  }
  .c-site-logo--desk .c-site-logo__full {
    display: block !important;
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .is-sticky .c-site-logo--desk .c-site-logo__full {
    display: block !important;
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ul, img {
    page-break-inside: avoid;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .o-layout, .o-layout__item {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .o-img-caption,
  .o-img-caption__text {
    display: block;
  }
  .c-logo-small__img {
    display: none;
  }
}

/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  margin: 0;
  padding: 0;
}

/**
 * Basic link styling.
 */
a, .link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #707173;
  text-decoration: none;
  line-height: 1;
}

a:hover, .link:hover {
  color: #e2001a;
}

.link--underline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #707173;
}

.link--underline:hover {
  border-bottom-color: transparent;
}

.link--center-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.link__icon::before {
  margin-right: 3px;
}

.link__icon--small::before {
  font-size: 0.7rem;
  margin-right: 2px;
}

.link__icon--big::before {
  font-size: 2rem;
  margin-right: 6px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
/* stylelint-disable */
/* stylelint-enable */
.o-wrapper {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Size variants.
   ========================================================================== */
.o-wrapper--tiny {
  padding-right: 6px;
  padding-left: 6px;
}

.o-wrapper--small {
  padding-right: 12px;
  padding-left: 12px;
}

.o-wrapper--large {
  padding-right: 48px;
  padding-left: 48px;
}

.o-wrapper--huge {
  padding-right: 96px;
  padding-left: 96px;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes.
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -24px;
  /* [3] */
  font-size: 0;
}

/**
   * 1. Required in order to combine fluid widths with fixed gutters.
   * 2. Allows us to manipulate grids vertically, with text-level properties,
   *    etc.
   * 3. Default item alignment is with the tops of each other, like most
   *    traditional grid/layout systems.
   * 4. By default, all layout items are full-width (mobile first).
   * 5. Gutters provided by left padding:
   *    http://csswizardry.com/2011/08/building-better-grid-systems/
   * 6. Fallback for old IEs not supporting `rem` values.
   */
.o-layout__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers.
   ========================================================================== */
.o-layout--flush {
  margin-left: 0;
}

.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}

.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -12px;
}

.o-layout--small > .o-layout__item {
  padding-left: 12px;
}

.o-layout--large {
  margin-left: -48px;
}

.o-layout--large > .o-layout__item {
  padding-left: 48px;
}

.o-layout--huge {
  margin-left: -96px;
}

.o-layout--huge > .o-layout__item {
  padding-left: 96px;
}

/* Vertical alignment modifiers.
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn't take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */
.o-layout--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-layout--stretch > .o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Fill order modifiers.
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center;
}

.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right;
}

.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left;
}

.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl;
}

.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier.
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}

.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 24px;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */
/* Gutterless media objects.
  ========================================================================== */
.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

.o-media--tiny > .o-media__img {
  margin-right: 6px;
}

.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 6px;
}

.o-media--small > .o-media__img {
  margin-right: 12px;
}

.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 12px;
}

.o-media--large > .o-media__img {
  margin-right: 48px;
}

.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 48px;
}

.o-media--huge > .o-media__img {
  margin-right: 96px;
}

.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 96px;
}

/* Reversed media objects.
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 24px;
}

/* ==========================================================================
   #FLAG
   ========================================================================== */
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 * 3. Reset inherited `border-spacing` declarations.
 */
.o-flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
  border-spacing: 0;
  /* [3] */
}

/**
   * Items within a flag object. There should only ever be one of each.
   *
   * 1. Default to aligning content to their middles.
   */
.o-flag__img,
.o-flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
   * Flag images have a space between them and the body of the object.
   *
   * 1. Force `.flag__img` to take up as little space as possible:
   *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
   */
.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 24px;
  /**
     * 1. Fixes problem with images disappearing.
     */
}

.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
   * The container for the main content of the flag object.
   *
   * 1. Forces the `.flag__body` to take up all remaining space.
   */
.o-flag__body {
  width: auto;
  /* [1] */
}

.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

.o-flag--tiny > .o-flag__img {
  padding-right: 6px;
}

.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 6px;
}

.o-flag--small > .o-flag__img {
  padding-right: 12px;
}

.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 12px;
}

.o-flag--large > .o-flag__img {
  padding-right: 48px;
}

.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 48px;
}

.o-flag--huge > .o-flag__img {
  padding-right: 96px;
}

.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 96px;
}

/* Reversed flag.
   ========================================================================== */
/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */
.o-flag--reverse {
  direction: rtl;
  /* [1] */
}

.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}

.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 24px;
  /* [3] */
}

/* Alignment variants.
   ========================================================================== */
/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */
.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
  vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 *
 * Note: Declaring the item-class might not be necessary everywhere but
 * is for example in <dl> lists for the <dd> childs.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #BOX
   ========================================================================== */
/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */
.o-box {
  display: block;
  /* [1] */
  padding: 24px;
}

.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-box > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */
.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 6px;
}

.o-box--small {
  padding: 12px;
}

.o-box--large {
  padding: 48px;
}

.o-box--huge {
  padding: 96px;
}

/* ==========================================================================
   #BLOCK
   ========================================================================== */
/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */
.o-block {
  display: block;
  text-align: center;
}

.o-block__img {
  margin-bottom: 24px;
  /* Size variants.
       ====================================================================== */
}

.o-block--flush > .o-block__img {
  margin-bottom: 0;
}

.o-block--tiny > .o-block__img {
  margin-bottom: 6px;
}

.o-block--small > .o-block__img {
  margin-bottom: 12px;
}

.o-block--large > .o-block__img {
  margin-bottom: 48px;
}

.o-block--huge > .o-block__img {
  margin-bottom: 96px;
}

.o-block__body {
  display: block;
}

/* Alignment variants.
   ========================================================================== */
.o-block--right {
  text-align: right;
}

.o-block--left {
  text-align: left;
}

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* stylelint-disable */
/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/* ==========================================================================
   #CROP
   ========================================================================== */
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */
}

/**
   * Apply this class to the content (usually `img`) that needs cropping.
   *
   * 1. Image’s default positioning is top-left in the cropping box.
   * 2. Make sure the media doesn’t stop itself too soon.
   */
.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  max-width: none;
  /* [2] */
}

/**
   * We can position the media in different locations within the cropping area.
   */
.o-crop__content--right {
  right: 0;
  left: auto;
}

.o-crop__content--bottom {
  top: auto;
  bottom: 0;
}

.o-crop__content--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* stylelint-disable */
/* Crop-ratio variants.
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--16:9">
 *
 */
.o-crop--2\:1 {
  padding-bottom: 50%;
}

.o-crop--4\:3 {
  padding-bottom: 75%;
}

.o-crop--16\:9 {
  padding-bottom: 56.25%;
}

/* stylelint-enable */
/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* Size variants.
   ========================================================================== */
.o-table--tiny th,
.o-table--tiny td {
  padding: 6px;
}

.o-table--small th,
.o-table--small td {
  padding: 12px;
}

.o-table--large th,
.o-table--large td {
  padding: 48px;
}

.o-table--huge th,
.o-table--huge td {
  padding: 96px;
}

/* ==========================================================================
   #PACK
   ========================================================================== */
/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 *
 * 1. Fill all available space.
 * 2. Remove any leftover styling from lists.
 * 3. Cause children to be automatically equally sized.
 */
.o-pack {
  width: 100%;
  /* [1] */
  margin-left: 0;
  /* [2] */
  display: table;
  table-layout: fixed;
  /* [3] */
}

/**
   * 1. Cause children to adopt table-like structure.
   * 2. Default item alignment is with the tops of each other.
   */
.o-pack__item {
  display: table-cell;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* Vertical alignment variants.
       ====================================================================== */
}

.o-pack--middle > .o-pack__item {
  vertical-align: middle;
}

.o-pack--bottom > .o-pack__item {
  vertical-align: bottom;
}

/* Unequal-width items.
   ========================================================================== */
.o-pack--auto {
  table-layout: auto;
}

/* Size variants.
   ========================================================================== */
.o-pack--tiny {
  border-spacing: 6px;
}

.o-pack--small {
  border-spacing: 12px;
}

.o-pack--default {
  border-spacing: 24px;
}

.o-pack--large {
  border-spacing: 48px;
}

.o-pack--huge {
  border-spacing: 96px;
}

/* Reversed order packs
   ========================================================================== */
.o-pack--reverse {
  direction: rtl;
}

.o-pack--reverse > .o-pack__item {
  direction: ltr;
}

/* ==========================================================================
   #GRID
   ========================================================================== */
/**
 * This plugin provides a flexbox grid for inuitcss. Support for IE9 currently
 * prevents inuitcss from using the flexbox layout mode.
 *
 * Cells are full-width and will stack on top of each other by default:
 *
 * <div class="o-grid">
 *   <div class="o-grid__cell">
 *   </div>
 *   <div class="o-grid__cell">
 *   </div>
 * </div>
 *
 * Cells will in most cases be accompanied by utility classes that divide
 * the grid into fractions. These are provided by inuitcss:
 *
 * <div class="o-grid">
 *   <div class="o-grid__cell u-1/2">
 *   </div>
 *   <div class="o-grid__cell u-1/2">
 *   </div>
 * </div>
 *
 * Several modifier classes are provided. For example, `o-grid--auto` will
 * divide the space equally between all containing cells without the need
 * for width utility classes.
 *
 * <div class="o-grid--auto">
 *   <div class="o-grid__cell">
 *   </div>
 *   <div class="o-grid__cell">
 *   </div>
 * </div>
 */
/* The grid
   ========================================================================== */
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}

/**
 * 1. Cells are full-width and stack on top of each other by default.
 */
.o-grid__cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  /* [1] */
}

/* Gutters
   ========================================================================== */
/**
 * 1. The variable $inuit-flexgrid-spacing-sizes contains a `null` key which
 *    will be our default gutter size.
 * 2. Add a negative margin only on one side. That way we aren't required to
 *    use a wrapper with the same amount of spacing, though it's common to do so.
 * 3. Neutralize the left margin on `o-grid`.
 */
.o-grid {
  /* [1] */
  margin-left: -24px;
  /* [2] */
}

.o-grid > .o-grid__cell {
  padding-left: 24px;
  /* [3] */
}

.o-grid--tiny {
  /* [1] */
  margin-left: -6px;
  /* [2] */
}

.o-grid--tiny > .o-grid__cell {
  padding-left: 6px;
  /* [3] */
}

.o-grid--small {
  /* [1] */
  margin-left: -12px;
  /* [2] */
}

.o-grid--small > .o-grid__cell {
  padding-left: 12px;
  /* [3] */
}

.o-grid--large {
  /* [1] */
  margin-left: -48px;
  /* [2] */
}

.o-grid--large > .o-grid__cell {
  padding-left: 48px;
  /* [3] */
}

.o-grid--huge {
  /* [1] */
  margin-left: -96px;
  /* [2] */
}

.o-grid--huge > .o-grid__cell {
  padding-left: 96px;
  /* [3] */
}

.o-grid--flush {
  /* [1] */
  margin-left: 0;
  /* [2] */
}

.o-grid--flush > .o-grid__cell {
  padding-left: 0;
  /* [3] */
}

/* Automatically size cells by distributing them equally
   ========================================================================== */
.o-grid--auto > .o-grid__cell {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

/* Horizontal alignment
   ========================================================================== */
.o-grid--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.o-grid--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.o-grid--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* Vertical alignment
   ========================================================================== */
.o-grid--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-grid--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* Content distribution
   ========================================================================== */
.o-grid--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.o-grid--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.o-grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/**
 * Centers all direct children.
 */
.o-arrange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-arrange--spread {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/**
 * A text input with a right floated icon wrapped within.
 *
 * 1. Relation for .o-floating-icon-input__icon.
 * 2. Resetting inuitcss styling.
 * 3. Prevents input text flowing underneath the icon.
 * 4. Make the icon square.
 */
.o-floating-icon-input {
  position: relative;
  /* [1] */
}

.o-floating-icon-input__text-input {
  width: 100%;
  height: 36px;
  background-color: #f8f8f8;
  font-family: "MiloSerif", Georgia, serif;
  line-height: 36px;
  padding-top: 0;
  /* [2] */
  padding-bottom: 0;
  /* [2] */
  padding-right: 48px;
  /* [3] */
  padding-left: 12px;
  border-radius: 7px;
  border: 1px solid #dcd8d0;
  color: #707173;
}

.o-floating-icon-input__btn {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  width: 36px;
  /* [4] */
  height: 36px;
  /* [4] */
  padding: 0 !important;
  /* [2] */
  border: 0;
  /* [2] */
  position: absolute;
  top: 0;
  right: 0;
}

/**
 * Expand the
 https://github.com/nicoqh/inuit-flexgrid
 Library with useful classes.
 */
.o-grid__cell--fill {
  width: auto;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.o-grid__cell--nogrow {
  width: auto;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 !important;
  flex: 0 !important;
}

.o-layout--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}

.o-layout--flex > .o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline > li {
  display: inline-block;
}

/**
 * A main max-width page-wrapper.
 */
.o-page-wrap {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  /**
         * Responsive page-wrap, decreasing its padding
         * at the given breakpoint.
         */
}

@media screen and (max-width: 720px) {
  .o-page-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 47.99em) {
  .o-page-wrap--flush-s {
    padding-left: 0;
    padding-right: 0;
  }
}

.o-stacked-form {
  padding: 24px;
}

.o-stacked-form__label {
  line-height: 1rem;
}

@media (max-width: 47.99em) {
  .o-stacked-form__label {
    margin-bottom: 6px;
  }
}

/* Create Object textpic for images left and text right
/*
*/
.o-textpic {
  display: block;
}

.o-textpic:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-textpic__img-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.o-textpic__img-wrapper > img {
  display: block;
}

@media (min-width: 48em) {
  .o-textpic__img-wrapper {
    float: left;
    margin-right: 24px;
  }
  .o-textpic--reverse .o-textpic__img-wrapper {
    float: right;
    margin-left: 24px;
    margin-right: 0;
  }
}

.o-textpic__body {
  overflow: hidden;
  display: block;
}

/*
Remove
//.o-textpic__body {
//    overflow: hidden;
//    display: block;
//}

and then

.o-textpic {

    ul {
        overflow: hidden;
        list-style-type: none;
        margin-bottom: $textpic-mb;
        padding-left: $textpic-ul-pl;
        margin-left: 0;
    }

    li {
        position: relative;

        &::before {
            content: "";
            background-image: url(https://www.nuk.de/skin/frontend/nuk/default/images/nature_sense/bullets/bullet.svg);
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
            left: -$textpic-ul-pl;
            width: $textpic-li-image-size;
            height: $textpic-li-image-size;
            top: 7px;
        }
    }
}*/
/**
 * Stack list items in mobile with border and display them inline, when on tablet and desktop
 */
@media (min-width: 61.25em) {
  .o-ui-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.o-ui-list__link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  color: #707173;
}

@media (max-width: 61.24em) {
  .o-ui-list__link {
    border-bottom: 1px solid #dcd8d0;
  }
}

.cms-no-route .page-title-wrapper {
  display: none;
}

.c-404 {
  position: relative;
  margin-bottom: 24px;
}

.c-404__image {
  display: none;
}

@media (min-width: 48em) {
  .c-404__image {
    display: block;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .c-404__description {
    position: absolute;
    bottom: 30%;
    width: 50%;
    font-family: "MiloSerif", Georgia, serif;
  }
}

/**
 * Styling for accordion.
 * Needs to be nested because .c-accordion_headline overrides .c-headline
 * which is used in Typo3 on user generated headlines.
 */
.c-accordion__wrapper {
  margin-bottom: 36px;
  background-color: #ffffff;
}

.c-accordion__title {
  color: #707173;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "MiloSerif", Georgia, serif;
  font-weight: normal;
  padding: 12px 0;
  margin-bottom: 0 !important;
  cursor: pointer;
  position: relative;
}

.c-accordion__title .c-accordion__title__headline {
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  line-height: 1rem;
  font-weight: normal;
  margin-bottom: 0 !important;
  padding-left: 12px;
}

.c-accordion__title .c-accordion--open .c-accordion__title::before {
  content: "";
}

.c-accordion--open:not(.c-accordion--video) .c-accordion__title, .c-accordion__title:hover {
  color: #e2001a;
}

.c-accordion__title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  content: "";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-accordion--open.c-accordion--rotate-icon .c-accordion__title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-accordion__body--visible {
  display: block;
}

.c-accordion__hide-button {
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
  padding: 12px;
  margin-top: -12px;
  margin-bottom: -12px;
  margin-right: -12px;
}

.c-accordion__body {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 24px;
  padding-left: 28px;
  display: none;
}

.c-accordion--bordered .c-accordion__body {
  border-bottom: 1px solid #dcd8d0;
}

.c-accordion__body > *:last-child {
  margin-bottom: 0;
}

.c-accordion--hidden {
  display: none;
}

.c-accordion--video .c-accordion__body {
  padding: 0;
}

.c-accordion--video {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-accordion--video .c-accordion__title {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
  color: #e2001a;
}

.c-accordion--video .c-accordion__title:before {
  color: #e2001a;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
  content: "";
}

.c-accordion--form .c-accordion__title__headline {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1rem;
  font-weight: normal;
  margin-bottom: 0 !important;
  padding-left: 12px;
}

.c-accordion--form .c-accordion__title {
  padding: 6px;
  font-family: "MiloSerif", Georgia, serif;
}

.c-accordion--form .c-accordion__title:before {
  color: #707173;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  content: "";
}

.c-accordion--bordered .c-accordion__title {
  border-bottom: 1px solid #dcd8d0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-accordion--bordered.c-accordion--open .c-accordion__title {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: none;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: -1px;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__accordions .c-accordion {
  margin-bottom: -1px;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__accordions .c-accordion__title {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  height: 100%;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__accordions .c-accordion--open .c-accordion__title {
  -webkit-box-shadow: 1px -2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px -2px 4px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-color: #e7e4dd;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__accordions .c-accordion__title:before {
  display: none;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__accordions .c-accordion__title .c-accordion__title__headline {
  padding-left: 0;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__content {
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.08);
  border: 1px solid #e7e4dd;
}

.c-accordion__wrapper--tabs.c-accordion__wrapper--tabs--active .c-accordion-tabs__content .c-accordion__body {
  padding: 12px;
}

@media (min-width: 61.25em) {
  .login-container,
  .form-create-account-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.block-new-customer-content {
  border: 1px solid #dcd8d0;
  padding: 12px 24px;
}

.form-create-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-create-account .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#dob {
  height: 36px;
  background-color: #f8f8f8;
  font-family: "MiloSerif", Georgia, serif;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 7px;
  border: 1px solid #dcd8d0;
  color: #707173;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.customer-dob input {
  width: 100%;
}

.customer-dob button {
  display: none;
}

.ui-datepicker {
  margin-left: -24px;
  width: 280px;
}

@media (min-width: 48em) {
  .ui-datepicker {
    margin-left: 0;
  }
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 100%;
}

@media (min-width: 48em) {
  .ui-datepicker .ui-datepicker-title .ui-datepicker-month,
  .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
  }
}

.block-customer-login,
.block-new-customer,
.form.password.forget {
  margin-bottom: 24px;
}

.block-customer-login fieldset,
.block-new-customer fieldset,
.form.password.forget fieldset {
  margin-bottom: 0;
}

.block-customer-login .captcha.no-label,
.block-new-customer .captcha.no-label,
.form.password.forget .captcha.no-label {
  padding-top: 24px;
  padding-bottom: 24px;
}

.block-customer-login .actions-toolbar,
.block-new-customer .actions-toolbar,
.form.password.forget .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.country select {
  width: 100%;
}

.c-address__block {
  margin-bottom: 0;
}

.c-address__action {
  width: 100%;
}

.c-address__action + .c-address__action {
  margin-top: 6px;
}

.ajax_loader, .js-ajax_loader .message-success {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border: 1px solid #dcd8d0;
  border-radius: 7px;
  padding: 12px;
  position: absolute;
  width: 200px;
  bottom: calc(100% + 16px);
  right: 0;
}

.catalog-product-view .ajax_loader, .catalog-product-view .js-ajax_loader .message-success {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ajax_loader::after, .js-ajax_loader .message-success::after {
  position: absolute;
  content: "";
  background-image: url("./../images/ajax-quickresponse-arrow.png");
  border: none;
  z-index: 2;
  height: 15px;
  width: 29px;
  top: 100%;
}

.catalog-product-view .ajax_loader::after, .catalog-product-view .js-ajax_loader .message-success::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.catalog-category-view .ajax_loader::after, .catalog-category-view .js-ajax_loader .message-success::after {
  right: 10px;
}

.c-audio-player {
  min-width: 200px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ffffff;
}

.c-audio-player__play-pause-btn {
  display: none;
}

.c-audio-player__controls {
  font-family: "MiloSerif", Georgia, serif;
  font-size: 16px;
  color: #707173;
  line-height: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 24px;
  margin-right: 24px;
}

.c-audio-player__controls span {
  cursor: default;
}

/**
 * Badges used in Category view and Product detail to highlight a special attribute of a product
 */
.c-badge {
  position: absolute;
}

.c-badge--new {
  left: 12px;
}

.c-badge--not-online {
  right: 12px;
}

.c-badge--specialset {
  right: 12px;
  bottom: 0;
}

/**
 * 1. Fix graphic bug, because source images have different heights and widths
 */
.c-big-product-picture__headline {
  font-family: "HandOfSean";
  margin-bottom: 12px;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.14286;
}

.c-big-product-picture__img {
  margin-bottom: 36px;
  max-width: 100% !important;
  height: auto;
}

.c-big-product-picture__link {
  display: inline-block;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  background-image: url("./../images/nature_sense/button/cta-middle.svg");
  background-repeat: repeat-x;
  color: #f8f8f8;
  font-family: "HandOfSean";
  font-size: 26px;
  line-height: 37px;
}

.c-big-product-picture__link::before, .c-big-product-picture__link::after {
  position: absolute;
  content: "";
  height: 37px;
  width: 13px;
  background-repeat: no-repeat;
  display: block;
}

.c-big-product-picture__link::before {
  background-image: url("./../images/nature_sense/button/cta-left.svg");
  background-repeat: no-repeat;
  right: 100%;
}

.c-big-product-picture__link::after {
  background-image: url("./../images/nature_sense/button/cta-right.svg");
  top: 1px;
  left: 100%;
}

.c-big-product-picture__link:hover {
  color: #f8f8f8;
}

/**
 * Adds border for boxes
 * Padding has to be assigned via utility or object
 */
.c-box {
  border: 1px solid #dcd8d0;
}

.c-box--shadow {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
}

.c-box--round {
  border-radius: 10px;
}

/*
 * Extend for breadcrumbs,
 * because magento is rendering breadcrumbs on product detail via ko js
 * and we cannot inject out classes
 * So we use it for magento core class and our custom c-breadcrumbs
 */
.c-breadcrumb, .breadcrumbs .items {
  font-family: "MiloSerif", Georgia, serif;
  padding-top: 0;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 0;
}

.c-breadcrumb__item, .breadcrumbs .item {
  color: #707173;
}

.c-breadcrumb__item + .c-breadcrumb__item::before, .breadcrumbs .item + .c-breadcrumb__item::before, .breadcrumbs .c-breadcrumb__item + .item::before, .breadcrumbs .item + .item::before {
  content: " > ";
  padding-left: 3px;
  padding-right: 3px;
}

/*
 * Custom Component Class
 */
/*
 * Magento Core Classes
 */
.breadcrumbs .items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs .item {
  display: inline-block;
  /* Set strong text in breadcrumbs to normal font-weigt */
}

.breadcrumbs .item strong {
  font-weight: normal;
}

/*------------------------------------*    #BULLET POINT
\*------------------------------------*/
/**
 * Styling for bullet-point.
 */
.c-bullet-point {
  margin-bottom: 36px;
}

.c-bullet-point--horizontal .c-bullet-point {
  display: table;
  width: 100%;
}

.c-bullet-point--horizontal .c-bullet-point__img, .c-bullet-point--horizontal
.c-bullet-point__body {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 47.99em) {
  .c-bullet-point--horizontal .c-bullet-point__img, .c-bullet-point--horizontal
  .c-bullet-point__body {
    display: block;
  }
}

.c-bullet-point__img {
  text-align: center;
  margin-bottom: 6px;
}

.c-bullet-point--horizontal .c-bullet-point__img {
  margin-bottom: 12px;
  padding-right: 24px;
}

@media (max-width: 47.99em) {
  .c-bullet-point--horizontal .c-bullet-point__img {
    width: auto;
    margin-bottom: 12px;
  }
}

.c-bullet-point__img > img {
  max-width: none;
}

.c-bullet-point__headline {
  margin-bottom: 12px;
  text-align: center;
  font-family: "MiloSerif", Georgia, serif;
  font-size: 21px;
  line-height: 1.25;
}

@media (min-width: 48em) {
  .c-bullet-point--horizontal .c-bullet-point__headline {
    text-align: left;
  }
}

.c-bullet-point__text {
  text-align: center;
}

@media (min-width: 48em) {
  .c-bullet-point--horizontal .c-bullet-point__text {
    text-align: left;
  }
}

.c-bundle__selection {
  margin-bottom: 24px;
}

.c-bundle__selection__label::after {
  display: none;
}

.c-bundle__input {
  width: 100%;
}

@media (min-width: 31.25em) {
  .c-bundle__selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-bundle__selection__label {
    margin-right: 24px;
  }
}

/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Reset/normalize some styles.
 * 4. Force all button-styled elements to appear clickable.
 * 5. Avoid outlines when button is clicked. Needs important for firefox
 * 6. Centering icon and text vertically
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [3] */
  margin: 0;
  /* [3] */
  text-decoration: none;
  /* [3] */
  cursor: pointer;
  /* [4] */
  outline: none !important;
  /* [5] */
  position: relative;
  line-height: 1.5;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "MiloSerif", Georgia, serif;
  font-size: 1rem;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
  color: #707173;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  border: 1px solid #dcd8d0;
  border-radius: 7px;
}

.c-btn:hover {
  color: #e2001a;
  border-bottom-color: #dcd8d0;
}

.c-btn[disabled], .c-btn--disabled {
  opacity: 0.5;
  cursor: default;
}

.c-btn[disabled]:hover, .c-btn--disabled:hover {
  color: #707173;
  border-bottom-color: #dcd8d0;
}

/* Style variants
   ========================================================================== */
.c-btn--primary {
  background: #e2001a;
  color: #ffffff;
}

.c-btn--primary:hover {
  color: #ffffff;
}

.c-btn--secondary {
  background: #bec0c3;
  color: #ffffff;
}

.c-btn--secondary:hover {
  color: #ffffff;
}

/* Size variants
   ========================================================================== */
.c-btn--large {
  font-size: 1.5rem;
  padding-right: 24px;
  padding-left: 24px;
}

/* Button with icon left or right
   ========================================================================== */
.c-btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* [6] */
}

.c-btn--icon .c-icon {
  margin-right: 6px;
}

.c-btn--icon--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-btn--icon--right .c-icon {
  margin-left: 6px;
  margin-right: 0;
}

.c-card {
  position: relative;
}

.c-card--minimalistic {
  display: inline-block;
}

.c-card .c-card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-card--cover .c-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.c-card--cover {
  height: 200px;
  overflow: hidden;
}

.c-card__body {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #e2001a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.c-card__body:hover {
  background-color: #e2001a;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-card--file .c-card__body {
  padding-right: 48px;
  text-align: left;
}

.c-card__title {
  font-family: "MiloSerif", Georgia, serif;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}

.c-card__wrapper {
  position: relative;
}

/**
 * Icon Card Component
 */
.c-card__icon-img {
  background: url("../images/file.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  bottom: -15px;
  padding: 28px 8px 10px 8px;
  overflow: hidden;
  font-style: italic;
  color: #707173;
}

@media (min-width: 48em) {
  .c-card--icon__wrapper {
    text-align: center;
  }
}

.c-card--icon .c-card__icon {
  font-size: 36px;
  display: block;
}

@media (min-width: 48em) {
  .c-card--icon .c-card__icon {
    font-size: 56px;
  }
  .c-card--icon .c-card__title {
    font-size: 22px;
    overflow-wrap: break-word;
  }
}

.c-card--inverted {
  color: #e2001a;
}

.c-card--inverted:hover {
  color: #707173;
}

@media (max-width: 47.99em) {
  .c-cart__product__details {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
}

.cart-summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #dcd8d0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}

@media (max-width: 47.99em) {
  .cart-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart-summary .summary.title {
  display: none;
}

.cart-summary .totals.grand {
  font-family: "MiloSerif", Georgia, serif;
  color: #e2001a;
}

.c-cart-block-shipping {
  display: none;
}

.c-cart-methods {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 47.99em) {
  .c-cart-methods {
    margin-top: 24px;
  }
}

.c-cart-methods__actions {
  list-style-type: none;
  text-align: right;
  margin: 0;
}

.c-cart-totals {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 24px;
}

@media (min-width: 48em) {
  .c-cart-totals {
    width: 33.33333%;
  }
}

#discount-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.action-towishlist {
  display: none;
}

@media (max-width: 47.99em) {
  .c-cart-form__action--fullwidth {
    margin-bottom: 6px;
    width: 100%;
  }
}

.c-cart__products-wrapper {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: 1px solid #dcd8d0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-bottom: 12px;
}

.c-cart__products-wrapper.c-cart__products-wrapper--special-offers {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-cart__product__details__link {
  font-family: "MiloSerif", Georgia, serif;
  font-size: 20px;
  font-weight: normal;
  color: #e2001a;
  text-decoration: underline;
}

.c-cart__products-table-col {
  font-family: "MiloSerif", Georgia, serif;
  font-weight: normal;
  text-align: right;
}

@media (min-width: 48em) {
  .c-cart__products-table-col {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
  }
}

.c-cart__products-table-col.item {
  width: 100%;
}

@media (max-width: 61.24em) {
  .c-cart__products-table.item {
    width: 100%;
  }
}

.c-cart__product-table__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  width: 100%;
}

@media (min-width: 48em) {
  .c-cart__product-table__item,
  .c-cart__products-table__qty,
  .c-cart__products-table__subtotal,
  .c-cart__products-table__price {
    padding-left: 6px;
  }
}

.c-cart__products-table__price {
  color: #e2001a;
}

@media (max-width: 47.99em) {
  .c-cart__products-table-heads {
    display: none;
  }
}

.c-cart__product__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 48em) {
  .c-cart__product__photo {
    margin-right: 12px;
  }
}

.c-cart__product__options {
  list-style-type: none;
  margin-left: 0;
  text-align: left;
}

.c-cart__product__options img {
  display: none;
}

.c-cart__product__options__label {
  display: block;
}

@media (max-width: 47.99em) {
  .c-cart__product__info,
  .c-cart__product-table__item {
    display: block;
  }
}

.c-cart__product .c-cart__product__info {
  width: 100%;
  padding-bottom: 36px;
}

@media (max-width: 47.99em) {
  .c-cart__product .c-cart__product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-cart__product-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 48em) {
  .c-cart__product-table__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

@media (max-width: 47.99em) {
  .c-cart__product__photo {
    text-align: center;
  }
}

.c-cart__product-options__label {
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}

.c-cart__product-options__info {
  display: inline-block;
  font-size: 14px;
  margin-left: 0;
}

.c-checkout-totals {
  text-align: right;
}

.c-checkout-totals__title {
  text-align: left;
  font-weight: normal;
  vertical-align: bottom;
}

.c-checkout-totals__content {
  vertical-align: bottom;
}

.c-cart__products-table__qty-input {
  text-align: center;
  width: 50px !important;
}

.c-cart__action--edit {
  display: none;
}

.c-cart__action--delete {
  height: 36px;
}

@media (max-width: 47.99em) {
  .action-edit-address {
    width: 100%;
  }
}

.category-keyvisual {
  position: relative;
  margin-top: -60px;
  margin-bottom: 24px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  overflow: hidden;
}

.category-keyvisual__image {
  width: 100%;
}

.category-keyvisual__description {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  margin-right: 24px;
  font-family: "MiloSerif", Georgia, serif;
  font-size: 24px;
  color: #ffffff;
  text-align: right;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toolbar-products {
  font-family: "MiloSerif", Georgia, serif;
}

@media (min-width: 48em) {
  .toolbar-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.toolbar__group {
  margin-bottom: 12px;
}

@media (max-width: 47.99em) {
  .toolbar__label {
    width: 100%;
    display: block;
  }
}

@media (min-width: 48em) {
  .toolbar__label {
    display: inline-block;
    margin-right: 12px;
  }
}

.toolbar__group .limiter-options {
  padding-right: 30px;
}

.toolbar-amount {
  font-weight: bold;
}

.pages-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.pages-item {
  padding: 6px;
  font-size: 32px;
}

@media (min-width: 61.25em) {
  .pages-item {
    font-size: 24px;
  }
}

.pages-item.active {
  color: #e2001a;
}

.pages-item--first::after, .pages-item--last::after, .pages-item--next::after, .pages-item--prev::after {
  font-size: 40px;
}

@media (min-width: 61.25em) {
  .pages-item--first::after, .pages-item--last::after, .pages-item--next::after, .pages-item--prev::after {
    font-size: 30px;
  }
}

.pages-item--first::after {
  content: "«";
}

.pages-item--last::after {
  content: "»";
}

.pages-item--next::after {
  content: "›";
}

.pages-item--prev::after {
  content: "‹";
}

.toolbar__sorter-options {
  margin-right: 6px;
}

@media (max-width: 21.5625em) {
  .toolbar__sorter-options {
    width: 240px;
  }
}

.page-with-filter .column.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/**
 * 1.
 * 2. Push content below (incl. price-box), to assure vertical rythm.
 *    Because product name could be multiline.
 * 3. Hide Tax Details on product card
 * 4. overwrites inuit grid spacing
 */
.c-category-products {
  margin-bottom: 36px;
}

.c-category-products .o-layout {
  margin-left: -6px;
}

.c-category-products .o-layout__item {
  padding: 6px;
  margin-bottom: 6px;
}

@media (min-width: 31.25em) {
  .c-category-product {
    width: 50%;
  }
}

.c-category-product__info {
  background-color: #faf9f7;
  font-family: "MiloSerif", Georgia, serif;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.c-category-product__info .swatch-option {
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
}

.c-category-product__info .swatch-attribute {
  position: absolute;
  right: 0;
  top: 0;
}

.c-category-product__info .swatch-attribute-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-category-product__image-wrapper {
  background-color: #faf9f7;
  display: block;
  height: 244px;
  margin-bottom: 12px;
  padding: 12px 0;
  position: relative;
}

.c-category-product__image {
  max-width: 100% !important;
  max-height: 220px;
  width: auto;
  height: auto;
}

.c-category-product__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
}

.c-category-product__details .tax-details {
  display: none;
}

.c-category-product__details .price-box,
.c-category-product__details .price-box .price,
.c-category-product__details .product-item-name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.minimal-price {
  margin-bottom: 0;
}

.c-category-product__actions {
  margin-top: auto;
}

.price-box {
  margin-top: auto;
}

.c-category-product__tocart-btn {
  margin-left: 6px;
}

.price-box {
  margin-top: auto;
}

.price-box ~ .c-category-product__actions {
  margin-top: 24px;
}

.shipping-popup-tax-details {
  font-size: 12px;
}

.shipping-popup-tax-details a {
  border-bottom: 1px solid #dcd8d0;
}

.shipping-popup-tax-details a:hover {
  border-bottom-color: #e2001a;
}

.c-checkbox-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-checkbox-input__input {
  display: none;
}

.c-checkbox-input__label {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-checkbox-input__label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "";
  color: #dcd8d0;
  display: block;
}

.c-checkbox-input__input:checked + .c-checkbox-input__label::after {
  content: "";
  color: #e2001a;
}

.c-checkbox-input__input:disabled + .c-checkbox-input__label {
  opacity: 0.7;
}

.checkout-index-index .messages,
.checkout-cart-index .messages {
  display: block;
  width: 100%;
}

.checkout-index-index .authentication-wrapper,
.checkout-cart-index .authentication-wrapper {
  display: none;
}

.checkout-index-index .street .control label:after,
.checkout-cart-index .street .control label:after {
  display: none;
}

.checkout-index-index .payment-method-content,
.checkout-cart-index .payment-method-content {
  margin-bottom: 24px;
}

@media (min-width: 48em) {
  .checkout-index-index .payment-method-content,
  .checkout-cart-index .payment-method-content {
    margin-bottom: 0;
  }
}

.checkout-index-index .payment-method .payment-method-content,
.checkout-cart-index .payment-method .payment-method-content {
  display: none;
}

.checkout-index-index .payment-method._active .payment-method-content,
.checkout-cart-index .payment-method._active .payment-method-content {
  display: block;
}

.checkout-index-index .payment-method-content .fieldset,
.checkout-cart-index .payment-method-content .fieldset {
  margin: 0;
}

.checkout-index-index .actions-toolbar,
.checkout-cart-index .actions-toolbar {
  text-align: right;
}

@media (min-width: 48em) {
  .checkout-index-index .actions-toolbar,
  .checkout-cart-index .actions-toolbar {
    margin-left: 6px;
  }
}

.checkout-index-index > .loading-mask,
.checkout-cart-index > .loading-mask {
  display: none !important;
}

.checkout-index-index .action-show-popup,
.checkout-cart-index .action-show-popup {
  margin-top: 24px;
}

.checkout-index-index .action-close,
.checkout-cart-index .action-close {
  cursor: pointer;
}

.checkout-index-index #discount-code-error,
.checkout-index-index #coupon_code-error,
.checkout-cart-index #discount-code-error,
.checkout-cart-index #coupon_code-error {
  position: absolute;
}

@media (min-width: 48em) {
  .checkout-index-index div[name="shippingAddress.postcode"] .control,
  .checkout-cart-index div[name="shippingAddress.postcode"] .control {
    width: 66%;
  }
}

.checkout-index-index .product-image-photo,
.checkout-cart-index .product-image-photo {
  width: 100px;
  height: auto;
}

@media (max-width: 47.99em) {
  .checkout-index-index .product-image-photo,
  .checkout-cart-index .product-image-photo {
    vertical-align: top;
    padding-right: 6px;
  }
}

#checkout-loader {
  margin-left: 24px;
}

.payment-methods [id*="payment_form_loviit"] {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.payment-methods a[data-bind*="telephone"] {
  display: block;
}

.payment-method .action.checkout {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  position: relative;
  line-height: 1.5;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "MiloSerif", Georgia, serif;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fcfcfc, #f2f2f2);
  color: #707173;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  border: 1px solid #dcd8d0;
  border-radius: 7px;
}

@media (max-width: 47.99em) {
  .payment-method .action.checkout {
    width: 100%;
  }
}

.payment-method .action.checkout:hover {
  color: #e2001a;
  border-bottom-color: #dcd8d0;
}

.payment-method .action.checkout.disabled {
  color: #e2001a;
  pointer-events: none;
}

.payment-method input[type="radio"] {
  display: none;
}

.payment-method input[type="radio"]:checked + .label::before {
  content: "";
  color: #e2001a;
}

.payment-method input[type="radio"]:disabled + .label {
  opacity: 0.7;
}

.payment-method-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.payment-method-title label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-method-title label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "";
  color: #dcd8d0;
  display: block;
}

.payment-method-title label span {
  margin-left: 6px;
}

.payment-method-title input[type="radio"]:checked + .label::before {
  content: "";
  color: #e2001a;
}

.payment-method-title input[type="radio"]:disabled + .label {
  opacity: 0.7;
}

.payment-method-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

button.action-show-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

#checkout-loader {
  margin-left: 24px;
}

.checkout-messages-text {
  font-size: 1rem;
}

.checkout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opc-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.opc-progress-bar-item {
  font-family: "Milo", sans-serif;
  list-style-type: none;
  margin-right: 24px;
}

.opc-progress-bar-item:first-child::before {
  content: "1";
}

.opc-progress-bar-item:nth-child(2)::before {
  content: "2";
}

.opc-progress-bar-item:last-child {
  margin: 0;
}

.opc-progress-bar-item::before {
  background-color: #707173;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 36px;
  font-size: 30px;
}

.opc-progress-bar-item._active::before {
  background-color: #e2001a;
}

.opc-progress-bar-item._active span {
  color: #e2001a;
}

.opc-progress-bar-item._complete {
  cursor: pointer;
}

@media (max-width: 61.24em) {
  .opc-progress-bar-item_text {
    display: block;
    margin-top: 6px;
  }
}

.checkout-email__fieldset {
  border-bottom: 1px solid #dcd8d0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.checkout-email-password {
  margin-bottom: 0;
}

.checkout-email-actions {
  padding-bottom: 0;
}

.checkout-shipping-new-address__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .checkout-shipping-new-address__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 48em) {
  .checkout-shipping-new-address__label {
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .checkout-shipping-new-address__control {
    width: 66.66667%;
  }
}

.modal-inner-wrap .checkout-shipping-new-address__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-inner-wrap .checkout-shipping-new-address__label,
.modal-inner-wrap .checkout-shipping-new-address__legend {
  width: 100%;
}

.modal-inner-wrap .checkout-shipping-new-address__control {
  width: 100%;
}

.modal-inner-wrap .modal-new-address__legend {
  position: inherit;
  width: 100%;
}

.modal-inner-wrap div[name="shippingAddress.postcode"] .checkout-shipping-new-address__control {
  width: 100%;
}

.modal-new-address__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .modal-new-address__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.modal-new-address__label {
  display: inline-block;
  width: 100%;
}

@media (min-width: 48em) {
  .modal-new-address__label {
    width: 33.33333%;
  }
}

.modal-new-address__legend {
  position: inherit;
  display: inline-block;
  width: 100%;
}

@media (min-width: 48em) {
  .modal-new-address__legend {
    position: absolute;
    width: 33.33333%;
  }
}

.modal-new-address__control {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 61.25em) {
  .modal-new-address__control {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.modal-new-address__button {
  width: 100%;
}

@media (min-width: 48em) {
  .modal-new-address__button {
    width: auto;
  }
}

.admin__control-fields .field {
  margin-bottom: 0;
}

div._required label > span::after,
fieldset.required legend span::after,
div.required legend > span::after {
  content: "*";
  padding: 0 3px;
}

.opc-summary-wrapper .modal-header {
  display: none;
}

@media (min-width: 61.25em) {
  .opc-summary-wrapper {
    padding-top: 24px;
  }
}

.opc-summary-wrapper .c-modal__title {
  display: none;
}

.opc-summary-price-table {
  font-family: "MiloSerif", Georgia, serif;
  border-radius: 10px;
  border: 1px solid #dcd8d0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-bottom: 12px;
}

.checkout-shipping-address,
#checkout-step-payment {
  position: relative;
  list-style-type: none;
  border-radius: 10px;
  border: 1px solid #dcd8d0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.checkout-payment-method {
  list-style-type: none;
}

li.checkout-shipping-method,
.shipping-information {
  position: relative;
  list-style-type: none;
  border-radius: 7px;
  border: 1px solid #dcd8d0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}

.opc-block-shipping-information {
  margin-top: 12px;
}

.shipping-information-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-checkout-new-billing-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

.checkout-payment-option {
  margin-top: 36px;
}

.checkout-payment-option__title {
  display: inline-block;
}

.checkout-payment-option__content {
  display: inline-block;
  margin-left: 12px;
}

.c-checkout-same-billing-address__input {
  margin-top: 6px;
  margin-right: 3px;
}

.c-checkout-same-billing-address__label {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  cursor: pointer;
}

.c-checkout__billing-address-details {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-checkout__billing-address-button {
  width: 100%;
  margin-top: 6px;
}

@media (min-width: 48em) {
  .c-checkout__billing-address-button {
    width: auto;
    margin-bottom: 6px;
    margin-left: 6px;
  }
}

@media (max-width: 47.99em) {
  .c-checkout__billing-address-button.action-cancel {
    margin-bottom: 24px;
  }
}

.payment-discount__input {
  height: auto;
}

.checkout-payment-discount__inner,
.checkout-payment-discount__actions {
  display: inline-block;
  padding: 0;
}

.checkout-shipping-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-shipping-item {
  padding: 24px;
  width: 100%;
}

@media (min-width: 48em) {
  .checkout-shipping-item {
    width: 50%;
  }
}

.checkout-shipping-item.selected-item {
  position: relative;
}

.checkout-shipping-item.selected-item::before {
  position: absolute;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  left: 0;
  top: 24px;
}

.c-checkout-shipping-choice,
.c-checkout-billing-choice {
  margin-top: 6px;
}

.c-checkout-shipping-choice__label,
.c-checkout-billing-choice__label {
  margin-left: 6px;
  width: 100%;
}

.c-checkout-shipping-modal {
  overflow-x: hidden;
}

.table-checkout-shipping-method {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (min-width: 48em) {
  .table-checkout-shipping-method {
    margin: 0;
  }
}

@media (max-width: 61.24em) {
  .table-checkout-shipping-method thead {
    display: none;
  }
}

#shipping-method-buttons-container {
  margin-top: 12px;
}

.contact-form__link {
  padding: 12px;
  margin-right: 12px;
  border-radius: 10px;
  border: 1px solid #dcd8d0;
}

.c-cookie-message {
  position: fixed;
  z-index: 1000;
  background-color: #e2001a;
  padding: 12px;
  bottom: 0;
  width: 100%;
}

@media (min-width: 48em) {
  .c-cookie-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-cookie-message__text {
  color: #ffffff;
}

@media (min-width: 48em) {
  .c-cookie-message__text {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.c-cookie-message__link {
  color: #ffffff;
  text-decoration: underline;
}

.c-cookie-message__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.c-cookie-message__btn {
  white-space: nowrap;
}

.account .input-text {
  font-family: "MiloSerif", Georgia, serif;
  background-color: #f8f8f8;
  color: #707173;
  border: 1px solid #dcd8d0;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 7px;
  height: 36px;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.account .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .account .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.account .page-title-wrapper {
  width: 100%;
}

.account .main {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

@media (min-width: 48em) {
  .account .main {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 66.66667%;
  }
}

.account .sidebar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media (min-width: 48em) {
  .account .sidebar {
    width: 33.33333%;
  }
}

.account .sidebar .nav.items {
  margin-left: 0;
}

.account .sidebar .nav.item {
  list-style-type: none;
}

.account .sidebar .nav.item a {
  font-family: "MiloSerif", Georgia, serif;
  color: #e2001a;
  text-decoration: underline;
}

.account .sidebar .nav.item a:hover {
  color: #707173;
}

.account .sidebar .nav.item.current a {
  color: #707173;
  text-decoration: none;
}

.account .sidebar .nav.item.current strong {
  font-weight: normal;
}

.account .block-dashboard-info .block-content,
.account .block-dashboard-addresses .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .account .block-dashboard-info .block-content,
  .account .block-dashboard-addresses .block-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.account .items.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

@media (min-width: 61.25em) {
  .account .box-newsletter {
    border-left: 1px solid #dcd8d0;
    margin-left: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 47.99em) {
  .account .box-newsletter {
    margin-top: 24px;
  }
}

.account .field {
  margin-bottom: 12px;
}

.account .admin__field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account .admin__field-option input {
  margin-right: 6px;
}

.account .box {
  vertical-align: top;
}

@media (min-width: 61.25em) {
  .account .box.box-newsletter {
    border-left: 1px solid #dcd8d0;
    margin-left: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 47.99em) {
  .account .box.box-newsletter {
    margin-top: 24px;
  }
}

.account .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account .actions-toolbar button:hover {
  color: #e2001a;
}

.account .order-links {
  display: none;
}

.account .table-order-items thead {
  text-align: left;
}

.account .table-order-items tfoot th {
  text-align: right;
  padding-right: 12px;
}

.account .table-order-items tfoot .grand_total .price {
  color: #e2001a;
}

@media (max-width: 47.99em) {
  .account tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sidebar-minicart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.sidebar-minicart-content a {
  text-decoration: underline;
  margin-left: 3px;
  margin-right: 3px;
}

select.mage-error {
  border-color: #e2001a;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agreement div.mage-error {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-left: 24px;
}

.agreement__input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  margin-right: 6px;
}

.agreement__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.c-detail-content {
  text-align: center;
}

.c-detail-content__item {
  margin-bottom: 24px;
}

.c-detail-content__item:last-child .c-detail-content__img {
  width: 38%;
}

.c-detail-content__header {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

@media (max-width: 47.99em) {
  .c-detail-content__header {
    width: 100%;
  }
}

.c-detail-content__image {
  padding-left: 12px;
  padding-right: 12px;
  height: auto;
  width: 100%;
}

@media (min-width: 48em) {
  .c-detail-content__image {
    padding: 0;
    width: auto;
  }
}

.c-detail-content__body {
  position: relative;
  min-height: 109px;
  display: inline-block;
}

@media (min-width: 48em) {
  .c-detail-content__body {
    width: 394px;
  }
}

@media (max-width: 47.99em) {
  .c-detail-content__body {
    max-width: 400px;
    width: 100%;
  }
}

.c-detail-content__text {
  position: relative;
  top: 40px;
  left: 50%;
  width: 36%;
  margin-left: -18%;
  font-family: "HandOfSean";
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  color: #e2001a;
}

@media (max-width: 47.99em) {
  .c-detail-content__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}

.c-detail-content__img {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
}

.c-discount {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media (min-width: 48em) {
  .c-discount {
    width: 66.66667%;
  }
}

@media (min-width: 48em) {
  .c-discount {
    padding-right: 24px;
  }
}

.c-discount__content {
  margin-bottom: 24px;
}

.c-discount__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 47.99em) {
  .c-discount__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-discount-field__label {
  font-size: 18px;
}

.c-discount__control {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 48em) {
  .c-discount__control {
    margin-right: 6px;
  }
}

@media (max-width: 47.99em) {
  .c-discount__control {
    margin-bottom: 6px;
  }
}

@media (max-width: 47.99em) {
  .c-discount__actions {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 35em) {
  .c-discount__form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-discount__control {
    margin-bottom: 0;
    margin-right: 6px;
  }
  .c-discount__actions {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.c-discount__btn {
  width: 100%;
}

.download-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .download-element {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.download-element-header header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .download-element-header header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.download-element-header header :nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  color: #707173;
}

@media (min-width: 48em) {
  .download-element-header header :nth-child(2) {
    margin-left: 12px;
  }
}

@media (min-width: 48em) {
  .download-element-alignment-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.download-element-alignment-right .download-element-content {
  padding-left: 0;
}

@media (min-width: 48em) {
  .download-element-alignment-right .download-element-content {
    padding-right: 24px;
  }
}

.download-element-content {
  margin-top: 24px;
}

@media (min-width: 48em) {
  .download-element-content {
    padding-left: 24px;
    margin-top: 0;
  }
}

.download-element-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 48em) {
  .download-element-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.download-element-icon {
  padding: 0;
  right: auto;
  bottom: auto;
  margin-top: 70px;
  margin-left: 10px;
  width: 50px;
  height: 65px;
  padding-top: 40px;
  padding-left: 6px;
}

.filter {
  font-family: "MiloSerif", Georgia, serif;
  margin-bottom: 12px;
}

.filter-trigger {
  padding-right: 36px;
  background: url("./../images/bgr_select_arrow.png") no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f2f2f2));
  background: url("./../images/bgr_select_arrow.png") no-repeat right, linear-gradient(to bottom, #fcfcfc, #f2f2f2);
}

.filter-trigger--active {
  position: relative;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1;
  -webkit-box-shadow: 1px -1px 1px -1px rgba(51, 47, 39, 0.35);
  box-shadow: 1px -1px 1px -1px rgba(51, 47, 39, 0.35);
  background: url("./../images/bgr_select_arrow.png") no-repeat right, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: url("./../images/bgr_select_arrow.png") no-repeat right, linear-gradient(to bottom, #fff, #fff);
}

.filter-options {
  border-radius: 0 7px 7px;
  border: 1px solid #dcd8d0;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  padding: 16px;
  /* Move div underneath trigger, so the border disappears */
  position: relative;
  top: -1px;
}

.filter-option-item {
  background-image: url("./../images/bgr_filter_item.png");
  background-repeat: no-repeat;
  background-position-y: 2px;
  padding-left: 24px;
  display: block;
  -webkit-transition: none;
  transition: none;
  line-height: 1.25;
}

.filter-option-item:hover {
  background-position-y: -38px;
}

.filter-option-item.checked {
  background-position-y: -38px;
}

.filter-option-item__count {
  white-space: nowrap;
}

.filter-current {
  margin-top: 12px;
  margin-bottom: 12px;
}

.filter-current__item {
  margin-bottom: 12px;
}

.c-footer-accordion {
  border-bottom: 1px solid #dcd8d0;
  margin-bottom: 12px;
}

.c-footer__headline {
  margin-bottom: 0;
  padding: 12px;
  color: #e2001a;
}

@media (min-width: 48em) {
  .c-footer__headline {
    padding-left: 0;
  }
}

@media (max-width: 47.99em) {
  .js-footer-accordion-trigger {
    border-top: 1px solid #dcd8d0;
    cursor: pointer;
    color: #707173;
    padding-left: 12px;
  }
  .js-footer-accordion-trigger::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px;
    padding-right: 12px;
  }
  .js-footer-accordion-trigger.open {
    color: #e2001a;
  }
  .js-footer-accordion-trigger.open::before {
    content: "";
  }
}

.c-footer-coupon {
  background-color: #e2001a;
  border-radius: 7px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-size: 13px;
  line-height: 1;
  padding: 6px;
  width: 64px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 47.99em) {
  .c-footer__content {
    display: none;
    margin-left: 36px;
  }
}

@media (min-width: 66.625em) {
  .c-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 47.99em) {
  .c-footer-nav__meta {
    margin-bottom: 24px;
  }
}

@media (min-width: 48em) {
  .c-footer-nav__meta li {
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
  }
  .c-footer-nav__meta li + li a {
    border-left: 1px solid #dcd8d0;
    padding-left: 6px;
  }
}

.c-footer-nav__social {
  font-size: 13px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (min-width: 66.625em) {
  .c-footer-nav__social {
    margin-left: auto;
  }
}

.c-footer-nav__social img {
  width: 36px;
}

.c-footer-service {
  text-align: center;
  position: relative;
  padding: 24px;
}

.c-footer-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

html[lang="fr"] .c-footer-service__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-footer-service__newsletter {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
  margin-left: 42px;
  margin-top: -6px;
}

.c-footer-service__item.c-icon::before {
  font-size: 36px;
}

.c-footer-service__badge {
  position: absolute;
  top: -65%;
  right: 0;
}

.c-form__fieldset {
  border: 1px solid #dcd8d0;
  padding: 12px 24px;
}

.c-form__legend {
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -12px;
}

.c-form-group {
  margin-bottom: 12px;
}

@media (min-width: 48em) {
  .c-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48em) {
  .c-form__label {
    display: inline-block;
    min-width: 160px;
    margin-right: 12px;
  }
}

.control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-form__input {
  height: 36px;
  background-color: #f8f8f8;
  font-family: "MiloSerif", Georgia, serif;
  line-height: 36px;
  padding-top: 0;
  /* [2] */
  padding-bottom: 0;
  /* [2] */
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 7px;
  border: 1px solid #dcd8d0;
  color: #707173;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.c-form__input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-form__input.mage-error {
  border-color: #e2001a;
}

.c-form__input--textarea {
  height: auto;
  min-height: 100px;
  line-height: 1.5;
}

.field.required label::after {
  content: "*";
}

.c-form__input--qty {
  width: 54px;
  text-align: center;
}

/*!
 * Copyright (c) Neusta. ALl rights reserved.
 */
.c-freeshippingnotice {
  color: #ffffff;
  text-align: center;
  background-color: #707173;
  font-size: 18px;
  font-weight: bold;
}

.c-freeshippingnotice--small {
  font-size: 16px;
}

.custom-header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(112, 113, 115, 0.2);
  box-shadow: 0 2px 5px rgba(112, 113, 115, 0.2);
  z-index: 480;
  padding-top: 6px;
}

.c-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 61.25em) {
  .c-header__content {
    padding-left: 182px;
  }
}

.c-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/**
 * Content Headline
 * https://www.nuk.de/de_de/rat-und-hilfe/tipps-vorfreude/den-koerper-vorbereiten.html
 */
.c-headline {
  margin-bottom: 12px;
  font-family: "MiloSerif", Georgia, serif;
}

.c-headline__main {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .c-headline__main {
    display: inline-block;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33333;
    margin-right: 12px;
  }
}

.c-headline__sub {
  color: #707173;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .c-headline__sub {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
}

.c-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon::before {
  margin-right: 6px;
}

.c-icon--deals::before {
  content: "";
}

.c-icon--nuk-heart::before {
  content: "";
}

.c-icon--hint::before {
  content: "";
}

.c-icon--my-nuk::before {
  content: "";
}

.c-icon--new::before {
  content: "";
}

.c-icon--pacifier::before {
  content: "";
}

.c-icon--arrow-right-circle::before {
  content: "";
}

.c-icon--arrow-down::before {
  content: "";
}

.c-icon--arrow-left::before {
  content: "";
}

.c-icon--arrow-right::before {
  content: "";
}

.c-icon--arrow-up::before {
  content: "";
}

.c-icon--home::before {
  content: "";
}

.c-icon--pencil::before {
  content: "";
}

.c-icon--eyedropper::before {
  content: "";
}

.c-icon--image::before {
  content: "";
}

.c-icon--camera::before {
  content: "";
}

.c-icon--music::before {
  content: "";
}

.c-icon--youtube::before {
  content: "";
}

.c-icon--price-tag::before {
  content: "";
}

.c-icon--cart::before {
  content: "";
}

.c-icon--lifebuoy::before {
  content: "";
}

.c-icon--phone::before {
  content: "";
}

.c-icon--envelop::before {
  content: "";
}

.c-icon--location::before {
  content: "";
}

.c-icon--floppy-disk::before {
  content: "";
}

.c-icon--bubble::before {
  content: "";
}

.c-icon--bubbles::before {
  content: "";
}

.c-icon--user::before {
  content: "";
}

.c-icon--users::before {
  content: "";
}

.c-icon--spinner::before {
  content: "";
}

.c-icon--search::before {
  content: "";
}

.c-icon--zoom-in::before {
  content: "";
}

.c-icon--zoom-out::before {
  content: "";
}

.c-icon--enlarge::before {
  content: "";
}

.c-icon--shrink::before {
  content: "";
}

.c-icon--key::before {
  content: "";
}

.c-icon--lock::before {
  content: "";
}

.c-icon--unlocked::before {
  content: "";
}

.c-icon--wrench::before {
  content: "";
}

.c-icon--equalizer::before {
  content: "";
}

.c-icon--cog::before {
  content: "";
}

.c-icon--cogs::before {
  content: "";
}

.c-icon--compare::before {
  content: "";
}

.c-icon--bin::before {
  content: "";
}

.c-icon--truck::before {
  content: "";
}

.c-icon--menu::before {
  content: "";
}

.c-icon--cloud-download::before {
  content: "";
}

.c-icon--link::before {
  content: "";
}

.c-icon--attachment::before {
  content: "";
}

.c-icon--star-empty::before {
  content: "";
}

.c-icon--star-half::before {
  content: "";
}

.c-icon--star-full::before {
  content: "";
}

.c-icon--heart::before {
  content: "";
}

.c-icon--warning::before {
  content: "";
}

.c-icon--notification::before {
  content: "";
}

.c-icon--plus::before {
  content: "";
}

.c-icon--minus::before {
  content: "";
}

.c-icon--info::before {
  content: "";
}

.c-icon--cancel-circle::before {
  content: "";
}

.c-icon--blocked::before {
  content: "";
}

.c-icon--cross::before {
  content: "";
}

.c-icon--checkmark::before {
  content: "";
}

.c-icon--circle-play::before {
  content: "";
}

.c-icon--play::before {
  content: "";
}

.c-icon--pause::before {
  content: "";
}

.c-icon--stop::before {
  content: "";
}

.c-icon--volume-high::before {
  content: "";
}

.c-icon--volume-medium::before {
  content: "";
}

.c-icon--volume-low::before {
  content: "";
}

.c-icon--volume-min::before {
  content: "";
}

.c-icon--volume-mute::before {
  content: "";
}

.c-icon--loop::before {
  content: "";
}

.c-icon--arrow-desc::before {
  content: "";
}

.c-icon--arrow-asc::before {
  content: "";
}

.c-icon--circle-up::before {
  content: "";
}

.c-icon--circle-right::before {
  content: "";
}

.c-icon--circle-down::before {
  content: "";
}

.c-icon--circle-left::before {
  content: "";
}

.c-icon--checkbox-checked::before {
  content: "";
}

.c-icon--checkbox-unchecked::before {
  content: "";
}

.c-icon--radio-checked::before {
  content: "";
}

.c-icon--radio-unchecked::before {
  content: "";
}

.c-icon--filter::before {
  content: "";
}

.c-icon--share::before {
  content: "";
}

.c-icon--google-plus::before {
  content: "";
}

.c-icon--facebook::before {
  content: "";
}

.c-icon--instagram::before {
  content: "";
}

.c-icon--whatsapp::before {
  content: "";
}

.c-icon--twitter::before {
  content: "";
}

.c-icon--vimeo::before {
  content: "";
}

.c-icon--paypal::before {
  content: "";
}

.c-icon--shop::before {
  content: "";
}

/**
* Icon round.
*/
.c-icon--round {
  border-radius: 50%;
}

/*
* Icon animated
*/
.c-icon--spinning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-icon--spinning::before {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: block;
}

/*
* Icon colored. Colors the stroke of Icons
*/
.c-icon--brand::before {
  color: #e2001a;
}

.c-icon--no-spacing::before {
  margin-right: 0;
}

.c-image-highlighter {
  position: relative;
  display: inline-block;
}

.c-image-highlighter__content {
  position: relative;
}

@media (max-width: 47.99em) {
  .c-image-highlighter__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 48em) {
  .c-image-highlighter__img {
    position: absolute;
    top: 0;
    right: 50%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (max-width: 47.99em) {
  .c-image-highlighter__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.c-image-highlighter__text {
  padding: 0 36px;
}

@media (min-width: 48em) {
  .c-image-highlighter__text {
    width: 50%;
    float: right;
    clear: both;
    opacity: 0.2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-image-highlighter__text.is-active {
    opacity: 1;
  }
  .c-image-highlighter__text.is-active + .c-image-highlighter__img {
    opacity: 1;
  }
}

@media (max-width: 47.99em) {
  .c-image-highlighter__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-image-highlighter__headline {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "HandOfSean";
}

.c-image-teaser-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 47.99em) {
  .c-image-teaser-wrapper {
    margin-left: 0;
  }
}

.c-image-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-left: 0;
  margin-top: 24px;
}

@media (min-width: 48em) {
  .c-image-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 0;
  }
}

.c-image-teaser--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

@media (min-width: 48em) {
  .c-image-teaser--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-image-teaser--left .c-image-teaser__text {
  padding: 0;
}

@media (min-width: 48em) {
  .c-image-teaser--left .c-image-teaser__text {
    padding-left: 24px;
    padding-right: 0;
  }
}

.c-image-teaser__text {
  padding: 0;
}

@media (min-width: 48em) {
  .c-image-teaser__text {
    padding-right: 24px;
  }
}

.c-image-teaser__item header :first-child {
  margin-bottom: 0;
}

.c-image-teaser__item header :last-child {
  color: #707173;
}

.c-image-teaser-vertical-alignment--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-image-teaser-vertical-alignment--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-image-teaser-horizontal-alignment--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-image-teaser-horizontal-alignment--center .c-image-teaser {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.c-image-teaser-horizontal-alignment--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-image-teaser-horizontal-alignment--left .c-image-teaser--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 24px;
}

.c-image-teaser__headline {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "HandOfSean";
}

@media (max-width: 47.99em) {
  .c-image-teaser__img {
    margin-bottom: 24px;
  }
}

.c-image-teaser__item {
  text-align: center;
}

@media (min-width: 48em) {
  .c-image-teaser__item:first-child {
    text-align: left;
  }
  .c-image-teaser--left .c-image-teaser__item:first-child {
    text-align: right;
  }
  .c-image-teaser__item:last-child {
    text-align: right;
  }
  .c-image-teaser--left .c-image-teaser__item:last-child {
    text-align: left;
  }
}

.c-image-teaser__headline {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "HandOfSean";
}

@media (max-width: 47.99em) {
  .c-image-teaser__img {
    margin-bottom: 24px;
  }
}

.c-input-text-message {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.c-input-text-message--warning {
  color: #e2001a;
}

.mage-error {
  color: #e2001a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.5rem;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .c-international-site {
    -webkit-columns: 2;
    columns: 2;
  }
}

.c-international-site__item {
  margin-bottom: 24px;
  font-family: "MiloSerif", Georgia, serif;
}

.c-international-site__item-text {
  padding-right: 6px;
  font-weight: bold;
  border-right: 1px solid;
}

.c-international-site__item-link-text {
  padding-left: 6px;
  text-decoration: underline;
}

.c-international-site__item-img {
  margin-right: 6px;
  max-height: 22px;
}

@media (min-width: 61.25em) {
  .c-language-switcher {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
  }
}

.c-language-switcher__img {
  max-width: 24px;
  margin-right: 12px;
}

.c-logo {
  position: absolute;
  top: 6px;
}

@media (min-width: 61.25em) {
  .c-logo {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
}

.c-logo__link {
  display: block;
}

.c-logo__img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 70px;
}

@media (min-width: 61.25em) {
  .c-logo__img {
    width: 132px;
  }
}

.c-media-control-btn--download {
  margin-left: 12px;
}

.c-media-control-btn {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.250rem;
  color: #707173;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.c-media-control-btn:hover {
  color: #e2001a;
  border-bottom: 0 none transparent;
}

.c-media-control-btn--volume.open {
  color: #e2001a;
}

.c-media-control-loading-spinner {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.250rem;
  color: #707173;
}

.c-media-control-slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #d2cec6;
  cursor: pointer;
  position: relative;
}

.c-media-control-slider__progress {
  background-color: #e2001a;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}

.c-media-control-slider__progress__pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e2001a;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}

.c-media-control-slider--horizontal {
  margin: 0 12px;
  border-radius: 7px;
  height: 5px;
}

.c-media-control-slider--horizontal .c-media-control-slider__progress {
  width: 0;
  height: 100%;
}

.c-media-control-slider--horizontal .c-media-control-slider__progress__pin {
  right: -8px;
  top: -6px;
}

.c-media-control-slider--vertical {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 5px;
  border-radius: 7px;
}

.c-media-control-slider--vertical .c-media-control-slider__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}

.c-media-control-slider--vertical .c-media-control-slider__progress__pin {
  left: -5px;
  top: -8px;
}

.c-media-control-volume {
  position: relative;
}

.c-media-control-volume__popper {
  z-index: 10;
  width: 30px;
  height: 135px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-media-control-volume__popper--hidden {
  display: none;
}

.c-media-slider {
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  border-radius: 10px;
}

.c-media-slider.slick-dotted {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-media-slider--hero {
  margin-top: -60px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* Items */
.c-media-slider__item {
  position: relative;
}

.c-media-slider__item img {
  width: 100%;
}

.c-media-slider__item__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 45px;
}

.c-media-slider__item__overlay--text-position-center {
  text-align: center;
  right: 0;
  left: 0;
}

.c-media-slider__item__overlay--text-position-right {
  text-align: right;
  right: 0;
}

.c-media-slider__item__text {
  color: #ffffff;
  text-shadow: 0 0 10px #969696;
  padding: 0;
  margin: 0;
}

/* Volume Button */
.c-minimalistic-youtube-player__volume-btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  background: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  z-index: 100;
  color: #ffffff;
  border: 0 none transparent;
  text-shadow: 0 0 10px #969696;
}

.c-minimalistic-youtube-player__volume-btn:hover {
  cursor: pointer;
}

.c-minimalistic-youtube-player--playing .c-minimalistic-youtube-player__volume-btn {
  opacity: 1;
  pointer-events: auto;
}

.counter.qty {
  background-color: #e2001a;
  padding: 6px;
  border-radius: 50%;
}

.counter-number {
  color: #ffffff;
}

.action.showcart {
  position: relative;
  top: -3px;
}

.minicart-icon {
  font-size: 18px;
}

.counter_badge {
  position: absolute;
}

.counter_badge .counter {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  top: -10px;
  left: 10px;
  padding: 3px;
  width: 18px;
  height: 18px;
}

.minicart_mobile {
  position: relative;
}

.minicart_badge-mobile {
  position: absolute;
  top: -6px;
  right: 0;
  background-color: #e2001a;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1em;
  z-index: 500;
  padding: 3px;
  min-width: 18px;
  text-align: center;
}

.c-minicart__block {
  position: absolute;
  z-index: 500;
  width: 435px;
  margin-left: -150px;
  margin-top: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.c-minicart__block .block-content::before, .c-minicart__block .block-content::after {
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.c-minicart__block .block-content::before {
  border-bottom-color: #dcd8d0;
  border-width: 16px;
  margin-left: -16px;
}

.c-minicart__block .block-content::after {
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}

.c-minicart__block .details-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-minicart__block .details-qty label {
  margin-right: 12px;
}

.c-minicart__block .details-qty input {
  font-size: 16px;
  text-align: center;
  width: 50px;
  margin-right: 12px;
}

.c-minicart__block .details-qty .c-icon {
  font-size: 16px;
}

.c-minicart__block .minicart-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-minicart__products-wrapper {
  max-height: 360px;
  overflow-y: auto;
}

.c-minicart__product-wrapper {
  padding: 12px;
}

.c-minicart__product-wrapper + .c-minicart__product-wrapper {
  border-top: 1px solid #dcd8d0;
}

.c-minicart__products {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.c-minicart__products .product-image-photo {
  height: auto !important;
}

.c-minicart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-minicart__product__details {
  text-align: left;
  width: 100%;
  padding-left: 12px;
}

.c-minicart__productname,
.c-minicart__price .price {
  color: #e2001a;
  font-family: "MiloSerif", Georgia, serif;
  font-size: 16px;
  font-weight: normal;
}

.c-minicart__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "MiloSerif", Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  padding-left: 72px;
  padding-right: 12px;
  border-bottom: 1px solid #dcd8d0;
  border-top: 1px solid #dcd8d0;
}

.c-minicart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-minicart__btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 24px;
}

.minicart-items-wrapper {
  height: auto !important;
  margin-bottom: 6px;
  max-height: 360px;
  overflow-y: auto;
}

.minicart-items {
  list-style-type: none;
  margin: 0;
}

.minicart-items .product-item {
  border-top: 1px solid #dcd8d0;
  padding: 12px;
}

.minicart-items .product-item:first-child {
  border-top: 0;
}

.minicart-items .product-item > .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.minicart-items .product-image-photo {
  width: 50px !important;
  height: auto !important;
  max-width: inherit;
}

.minicart-items .product-item-details {
  width: 100% !important;
  margin-left: 12px;
}

.minicart-items .product-item-name a,
.minicart-items .price {
  color: #e2001a;
  font-family: "MiloSerifItalic", Georgia, serif;
  font-size: 16px;
  font-weight: normal;
}

.minicart-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.minicart-buttons .minicart-btn-cart {
  font-size: 1rem;
  margin-right: 6px;
  font-weight: normal;
}

body._has-modal {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

.modals-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 899;
  background-color: rgba(51, 51, 51, 0.55);
}

.modal-slide,
.modal-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 0;
  visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}

.modal-popup {
  left: 0;
  z-index: 900;
  overflow-y: auto;
}

.modal-popup._inner-scroll {
  overflow-y: visible;
}

.modal-popup._inner-scroll .c-modal__content {
  overflow-y: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal-popup .modal-footer-actions {
  text-align: right;
}

.c-modal__inner-wrap {
  padding: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modal-popup .c-modal__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75vw;
  height: auto;
  margin: 5rem auto;
  border-radius: 10px;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: visibility, -webkit-transform;
  transition-property: visibility, -webkit-transform;
  transition-property: transform, visibility;
  transition-property: transform, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (min-width: 48em) {
  .modal-popup .c-modal__inner-wrap {
    width: 50vw;
  }
}

@media (min-width: 61.25em) {
  .modal-popup .c-modal__inner-wrap {
    width: 33vw;
  }
}

.modal-slide .c-modal__inner-wrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: visibility, -webkit-transform;
  transition-property: visibility, -webkit-transform;
  transition-property: transform, visibility;
  transition-property: transform, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

._show .c-modal__inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-popup._inner-scroll .c-modal__inner-wrap {
  max-height: 90%;
}

.c-modal__header {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.c-modal__title {
  min-height: 1rem;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.c-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 20px;
}

.c-modal__close:focus, .c-modal__close:active, .c-modal__close:hover {
  background: none;
  border: none;
  outline: none;
}

.c-modal__close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.c-modal__close:hover:before {
  color: black;
}

.c-modal__close-text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (min-width: 61.25em) {
  .c-nav-meta {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
  }
}

.c-nav-meta-mobile__link {
  font-size: 24px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.c-nav-meta-mobile {
  margin-right: 0;
  margin-left: auto;
}

.c-nav-meta-mobile__item + .c-nav-meta-mobile__item {
  margin-left: 12px;
}

.c-nav-meta-mobile__toggle {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-nav-meta-mobile__toggle, .c-nav-meta-mobile__toggle::before, .c-nav-meta-mobile__toggle::after {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #707173;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.c-nav-meta-mobile__toggle::before, .c-nav-meta-mobile__toggle::after {
  position: absolute;
  content: "";
}

.c-nav-meta-mobile__toggle::before {
  top: -7px;
}

.c-nav-meta-mobile__toggle::after {
  top: 7px;
}

.pushy-open-right .c-nav-meta-mobile__toggle {
  background-color: transparent;
}

.pushy-open-right .c-nav-meta-mobile__toggle::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.pushy-open-right .c-nav-meta-mobile__toggle::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.c-nav-mobile {
  font-family: "MiloSerif", Georgia, serif;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 0 5px rgba(112, 113, 115, 0.2);
  box-shadow: -2px 0 5px rgba(112, 113, 115, 0.2);
}

.nav-sections {
  width: 100%;
}

.c-nav-primary {
  position: relative;
  font-family: "MiloSerif", Georgia, serif;
  z-index: 479;
}

@media (max-width: 47.99em) {
  .c-nav-primary {
    margin-bottom: 36px;
  }
}

@media (min-width: 48em) {
  .c-nav-primary {
    font-size: 18px;
  }
}

@media (min-width: 61.25em) {
  .c-nav-primary__item--level0 {
    display: inline-block;
  }
}

.c-nav-primary__item--level0 > a {
  color: #e2001a;
}

li.active > .c-nav-primary__submenu {
  display: block;
}

.c-nav-primary__link {
  display: block;
  padding: 12px;
}

@media (min-width: 48em) {
  .c-nav-primary__link--level0:hover {
    color: #707173;
  }
}

@media (min-width: 61.25em) {
  .c-nav-primary__link--level0 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .c-nav-primary__link--level0:hover {
    color: #707173;
  }
}

@media (max-width: 61.24em) {
  .c-nav-primary__link--level1 {
    padding-left: 24px;
  }
  .c-nav-primary__link--level2 {
    padding-left: 30px;
  }
}

@media (min-width: 61.25em) {
  .c-nav-primary__link--level1 {
    padding-left: 0;
    padding-bottom: 3px;
  }
  .c-nav-primary__link--level2 {
    border-left: 1px solid #dcd8d0;
    font-size: 14px;
    padding: 6px 12px;
    margin-left: 6px;
  }
  .c-nav-primary__link--no-leaf {
    padding-bottom: 3px;
    page-break-inside: avoid;
  }
}

@media (max-width: 61.24em) {
  .c-nav-primary__link {
    border-bottom: 1px solid #dcd8d0;
  }
}

.c-nav-primary__submenu {
  list-style: none;
  margin-left: 0;
  background: #ffffff;
}

@media (max-width: 61.24em) {
  .c-nav-primary__submenu {
    display: none;
  }
}

.c-nav-primary__submenu--level0 {
  display: none;
}

@media (min-width: 61.25em) {
  .c-nav-primary__submenu--level0 {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 36px;
    padding-bottom: 24px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-box-shadow: 0 5px 5px rgba(112, 113, 115, 0.2);
    box-shadow: 0 5px 5px rgba(112, 113, 115, 0.2);
    max-height: 80vh;
    overflow-y: auto;
  }
}

@media (min-width: 61.25em) {
  .c-nav-primary__submenu-wrapper {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.c-nav-primary__submenu--level1__item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

@media (min-width: 61.25em) {
  .c-nav-primary__submenu--level1__item {
    margin-bottom: 24px;
  }
}

@media (max-width: 61.24em) {
  .c-nav-primary__submenu-trigger:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "";
    right: 24px;
  }
  li.active > .c-nav-primary__submenu-trigger {
    color: #e2001a;
  }
  li.active > .c-nav-primary__submenu-trigger:after {
    content: "";
  }
}

.c-nuk-konfigurator-iframe {
  width: 100%;
  max-width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  border: 0 none transparent;
  height: 500px;
  -webkit-box-shadow: 0 5px 20px #ccc;
  box-shadow: 0 5px 20px #ccc;
  border-radius: 10px;
  background-color: #fff;
}

@media (min-width: 450px) {
  .c-nuk-konfigurator-iframe {
    height: 600px;
  }
}

@media (min-width: 900px) {
  .c-nuk-konfigurator-iframe {
    height: 650px;
  }
}

/*------------------------------------*    #ORDERS
\*------------------------------------*/
.c-orders__row {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #707173;
}

.c-orders__row:first-child {
  padding: 0;
}

@media (max-width: 61.24em) {
  .c-orders__row:first-child {
    border-bottom: none;
  }
}

.c-orders__row:nth-child(2) {
  padding-top: 0;
}

@media (min-width: 61.25em) {
  .c-orders__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-orders__row .id {
    width: 17%;
  }
  .c-orders__row .date {
    width: 12%;
  }
  .c-orders__row .shipping {
    width: 19%;
  }
  .c-orders__row .total {
    width: 20%;
  }
  .c-orders__row .status {
    width: 16%;
  }
  .c-orders__row .actions {
    width: 23%;
  }
  .c-orders__row .name {
    width: 40%;
  }
  .c-orders__row .sku {
    width: 14%;
  }
  .c-orders__row .price {
    width: 12%;
  }
  .c-orders__row .qty {
    width: 14%;
  }
  .c-orders__row .subtotal {
    width: 20%;
    text-align: right;
    padding: 0;
  }
}

@media (max-width: 61.24em) {
  .c-orders__head {
    display: none;
  }
}

@media (min-width: 61.25em) {
  .c-orders__head {
    padding-right: 6px;
  }
}

@media (max-width: 61.24em) {
  .c-orders__content:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    padding-right: 6px;
  }
  .c-orders__content:last-child:before {
    display: none;
  }
}

.c-orders__content.subtotal {
  text-align: right;
  font-weight: bold;
}

.c-orders__content.subtotal .price:last-child {
  display: none;
}

.c-orders__options-value {
  display: inline-block;
}

.c-orders__options-value--label:after {
  content: ":";
}

@media (max-width: 61.24em) {
  .c-orders__link:first-child {
    border-right: 1px solid #707173;
  }
}

.c-orders__pager {
  margin-top: 12px;
}

.c-orders__limiter {
  margin-top: 12px;
}

.c-orders__pager .pages-item,
.c-orders__pager .pages-item:after {
  font-size: 18px;
}

.c-orders__actions {
  width: 100%;
  margin-top: 6px;
  text-align: right;
}

@media (max-width: 61.24em) {
  .c-orders__actions .secondary {
    width: 100%;
  }
}

.c-orders__action {
  margin-bottom: 12px;
}

@media (max-width: 61.24em) {
  .c-orders__action-full {
    width: 100%;
  }
}

.c-orders__items-qty {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.c-orders__totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-orders__action-back {
  width: 100%;
}

.c-orders__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-orders__information-block {
  width: 100%;
}

@media (min-width: 61.25em) {
  .c-orders__information-block {
    width: 50%;
  }
}

.price {
  font-family: "MiloSerif", Georgia, serif;
}

.price-box .price {
  color: #e2001a;
  font-size: 1.5rem;
}

.old-price .price {
  font-size: 1rem;
  color: #707173;
  text-decoration: line-through;
}

.special-price .price {
  margin-right: 6px;
}

.product-info-price {
  margin-bottom: 24px;
}

.price-label {
  color: #e2001a;
}

.catalog-product-view .product-media {
  margin-bottom: 24px;
}

@media (min-width: 48em) {
  .catalog-product-view .product-media {
    width: 50%;
  }
}

@media (max-width: 47.99em) and (orientation: landscape) {
  .catalog-product-view .product-media .gallery-placeholder {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-product-view .product-media .gallery-placeholder .fotorama__stage {
    max-height: 250px;
  }
}

.catalog-product-view .product-media .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  height: auto;
  top: 25%;
}

.catalog-product-view .fotorama__img,
.catalog-product-view .fotorama__thumb,
.catalog-product-view .fotorama__thumb-border {
  background: none;
}

@media (min-width: 48em) {
  .catalog-product-view .product-info-main {
    width: 50%;
  }
}

.catalog-product-view .fotorama__wrap {
  text-align: center;
}

.catalog-product-view .fotorama__dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.catalog-product-view .fotorama__active .fotorama__dot {
  background-color: #e2001a;
  border-color: #e2001a;
}

.wishlist-recommend-links {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (min-width: 31.25em) {
  .c-product-detail__bundle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-product-detail__bundle label::after {
  display: none;
}

.product-tabs-wrapper {
  margin-bottom: 24px;
}

.product-tabs {
  margin-left: -24px;
  margin-right: -24px;
}

@media (max-width: 47.99em) {
  .product-tabs {
    border-bottom: 1px solid #dcd8d0;
  }
}

@media (min-width: 48em) {
  .product-tabs::before, .product-tabs::after {
    content: "";
    clear: both;
    display: table;
  }
}

.product-tab {
  font-family: "MiloSerif", Georgia, serif;
}

@media (max-width: 47.99em) {
  .product-tab {
    border-top: 1px solid #dcd8d0;
  }
}

@media (min-width: 48em) {
  .product-tab {
    float: left;
    position: relative;
  }
}

.product-tab.active {
  color: #e2001a;
}

.product-tab__title {
  -webkit-transition: none;
  transition: none;
  color: inherit;
  background-color: #ffffff;
  display: block;
  padding: 12px;
}

.product-tab__title .counter::before {
  content: "(";
}

.product-tab__title .counter::after {
  content: ")";
}

@media (min-width: 48em) {
  .product-tab__title {
    z-index: 2;
    padding-left: 24px;
    padding-right: 24px;
  }
  .active .product-tab__title {
    border-width: 1px;
    border-style: solid;
    border-color: #dcd8d0 #dcd8d0 #ffffff #dcd8d0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}

@media (max-width: 47.99em) {
  .product-tab__title::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px;
    padding-right: 12px;
  }
  .product-tab.active .product-tab__title::before {
    content: "";
  }
}

.product-tab__content {
  padding: 24px;
  display: none;
}

@media (min-width: 48em) {
  .product-tab__content {
    background-color: #ffffff;
    border: 1px solid #dcd8d0;
    margin-top: 41px;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
}

#product-attribute-specs-table * {
  text-align: left;
}

.c-product-attribute--sku {
  display: none;
}

.c-product-detail__review {
  font-family: "MiloSerif", Georgia, serif;
  margin-bottom: 24px;
}

.c-product-info-share-facebook {
  margin-bottom: 24px;
}

.c-product-info-share-facebook ul {
  list-style: none;
  margin-left: 0;
}

.c-product-info-share-facebook a {
  display: inline-block;
  background: #5470a2;
  border-radius: 7px;
  color: #ffffff;
  padding: 6px 12px;
  text-decoration: none;
}

.c-product-info-share-facebook .share_text {
  font-family: "MiloSerif", Georgia, serif;
  margin-left: 6px;
}

.c-product-attribute--overview {
  margin-bottom: 24px;
  clear: both;
}

.c-product-attribute-icons {
  font-size: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 24px;
}

.c-product-attribute-icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}

.c-product-attribute-icon--age {
  padding: 0 12px;
  position: relative;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dcd8d0;
  border-left-color: transparent;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.c-product-attribute-icon--age::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 72px;
  -webkit-box-shadow: 5px 0 10px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 0 10px -7px rgba(0, 0, 0, 0.75);
  left: -16px;
  top: -18px;
}

.c-product__badge-info__img {
  float: left;
  height: 100px;
}

.c-product__badge-info__text {
  min-height: 90px;
  margin-left: 50px;
  margin-bottom: 12px;
  padding: 12px;
  text-align: right;
  background: #f0ece4;
  font-family: "MiloSerif", Georgia, serif;
}

@media (max-width: 47.99em) {
  .c-product-detail-actions {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    z-index: 700;
  }
}

.c-product__qty {
  margin-bottom: 24px;
}

.c-product__qty__label {
  margin-right: 24px;
}

/*------------------------------------*    #PRODUCT INFO
\*------------------------------------*/
.c-product-info {
  display: block;
}

.c-product-info:hover {
  color: #707173;
}

.c-product-info__img-wrapper {
  display: inline-block;
  overflow: hidden;
}

.c-product-info__img-wrapper .c-product-info__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.c-product-info__body {
  line-height: 1.5;
}

/*
 * 1. styles from standard arrows is needed, but we need to override the color for product slider arrows
 * 2. override generated slider styles
 * 3. slider has full width on mobile and generated width must be overridden
 * 4. styles only needed for slider in cart
 */
.c-product-slider {
  width: 100% !important;
  /*[2]*/
  padding-right: 0 !important;
  /*[2]*/
}

@media (max-width: 47.99em) {
  .c-product-slider {
    padding-left: 24px;
    width: 100% !important;
    /* [3] */
  }
}

.c-product-slider__wrapper {
  margin-right: -24px;
}

@media (max-width: 47.99em) {
  .c-product-slider__wrapper {
    width: 100% !important;
    /* [3] */
  }
}

.c-product-slider__wrapper .slick-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 61.25em) {
  .c-product-slider__wrapper .slick-list {
    padding: 24px;
  }
}

.cart-container .c-product-slider {
  /* [4] */
}

.cart-container .c-product-slider .c-product-slider__wrapper {
  margin-right: 0;
}

.cart-container .c-product-slider .c-product-slider__wrapper .slick-list {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-product-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 75px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 47.99em) {
  .c-product-slider__title {
    min-height: 100px;
  }
}

.c-product-slider__img {
  margin-bottom: 36px;
  max-height: 240px;
}

.c-product-slider__btn {
  width: 66.66667%;
  margin-top: 12px;
  border-radius: 25px;
}

.c-product-slider__arrow::before {
  color: #bec0c3 !important;
  /* [1] */
}

/*!
 * Copyright (c) Neusta. ALl rights reserved.
 */
.c-promonotice {
  color: #ffffff;
  text-align: center;
  background-color: #e2001a;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  margin-top: 8px;
  max-width: 1200px;
  border-radius: 5px;
}

.c-promonotice-shipping {
  color: #707173;
  text-align: center;
  background-color: #cbcccc;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 1200px;
  border-radius: 5px;
  padding-top: 1px;
}

.c-promonotice-success {
  color: #707173;
  text-align: center;
  background-color: #cbcccc;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 1200px;
  border-radius: 5px;
  padding-top: 1px;
}

.c-promonotice--small {
  font-size: 16px;
}

.c-radio-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.c-radio-input__input {
  display: none;
}

.c-radio-input__label {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-radio-input__label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "";
  color: #dcd8d0;
  display: block;
}

.c-radio-input__input:checked + .c-radio-input__label::after {
  content: "";
  color: #e2001a;
}

.c-radio-input__input:disabled + .c-radio-input__label {
  opacity: 0.7;
}

.field.required .review-control-vote label::after {
  display: none;
}

.c-product-detail__review {
  font-family: "MiloSerif", Georgia, serif;
  margin-bottom: 12px;
}

@media (min-width: 48em) {
  .c-product-detail__review {
    margin-right: 24px;
    float: left;
  }
}

.c-rating {
  overflow: hidden;
  white-space: nowrap;
}

.c-rating__result {
  width: 80px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.c-rating__result::before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  font-family: "iconfont";
  content: "" "" "" "" "";
  display: block;
}

.c-rating__value {
  display: block;
  overflow: hidden;
}

.c-rating__value::before {
  position: relative;
  z-index: 2;
  color: #ffbf0c;
  font-family: "iconfont";
  content: "" "" "" "" "" "";
  display: block;
}

.c-review__item:not(last-child) {
  margin-bottom: 24px;
}

.review-control-vote {
  overflow: hidden;
  height: 18px;
}

.review-control-vote::before {
  font-family: "iconfont";
  content: "" "" "" "" "";
  display: block;
  position: absolute;
  z-index: 1;
}

.review-control-vote input[type=radio] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote input[type=radio]:focus + label::before,
.review-control-vote input[type=radio]:checked + label::before {
  opacity: 1;
}

.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}

.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-control-vote label::before {
  color: #ffbf0c;
  font-family: "iconfont";
  speak: none;
  vertical-align: top;
  opacity: 0;
}

.review-control-vote label:hover::before {
  opacity: 1;
}

.review-control-vote label:hover ~ label::before {
  opacity: 0;
}

.review-control-vote .rating-1 {
  z-index: 6;
}

.review-control-vote .rating-1::before {
  content: "";
}

.review-control-vote .rating-2 {
  z-index: 5;
}

.review-control-vote .rating-2::before {
  content: "";
}

.review-control-vote .rating-3 {
  z-index: 4;
}

.review-control-vote .rating-3::before {
  content: "";
}

.review-control-vote .rating-4 {
  z-index: 3;
}

.review-control-vote .rating-4::before {
  content: "";
}

.review-control-vote .rating-5 {
  z-index: 2;
}

.review-control-vote .rating-5::before {
  content: "";
}

.review-control-vote::before {
  content: "" "" "" "" "";
}

.review-fieldset .c-form__label {
  margin-bottom: 6px;
}

@media (min-width: 48em) {
  .review-fieldset .c-form__label {
    width: 160px;
    margin-right: 12px;
  }
}

.review-fieldset .c-form-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-responsive-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.c-responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-search__form {
  position: relative;
  margin-left: auto;
  cursor: pointer;
}

@media (max-width: 61.24em) {
  .c-search__form {
    margin-top: 24px;
    margin-right: auto;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 61.25em) {
  .c-search__form {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.c-search__autocomplete {
  position: absolute;
  max-height: 500px;
  overflow-y: auto;
  background-color: #ffffff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #dcd8d0;
  z-index: 200;
}

.c-search__autocomplete__title {
  font-family: "MiloSerif", Georgia, serif;
  font-size: 18px;
}

.c-search__autocomplete__content {
  margin-left: 0;
  line-height: 1.25;
  font-size: 13px;
}

.c-search__autocomplete__content:after {
  content: ' ';
  margin-bottom: 12px;
  display: block;
}

.c-search__autocomplete__content:hover {
  color: #e2001a;
}

@media (min-width: 61.25em) {
  .c-search__autocomplete__content {
    cursor: pointer;
  }
}

.c-search__result__headline {
  font-family: "MiloSerif", Georgia, serif;
  font-size: 18px;
  color: #e2001a;
}

.c-search__result__headline:hover, .c-search__result__headline:focus, .c-search__result__headline:active {
  text-decoration: underline;
  color: #707173;
}

.c-search__result__item p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-sidebar-cart {
  padding: 24px;
  border: 1px solid #dcd8d0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-sidebar-cart__products {
  list-style: none;
  margin-left: 0;
}

.c-sidebar-cart__product {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sidebar-cart__product .product-image-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-sidebar-cart__product__details {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 12px;
}

.c-sidebar-cart__options {
  margin-bottom: 0;
}

.c-sidebar-cart__options-label {
  font-weight: bold;
}

.c-sidebar-cart__options-value {
  margin-left: 0;
}

/**
 * Slick Vars
 */
/**
 * Styles for Product Slider
 */
.c-slider--product {
  margin-left: 0;
}

.c-slider--product .c-slider__product-title {
  min-height: 90px;
}

/**
 * Add box-shadow und border-radius
 * to slick-list because slider dots should'nt be wrapped inside
 */
.slick-list {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  box-shadow: 2px 2px 3px 0 rgba(51, 47, 39, 0.35);
  border: 1px solid #dcd8d0;
}

.slick-loading .slick-list {
  background-image: url("../images/ajax-loader.gif");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.slick-slide {
  padding: 0;
}

.c-slider--product .slick-slide {
  padding-left: 6px;
  padding-right: 6px;
}

.slick-slide img {
  display: inline-block !important;
}

/**
 * Arrows
 */
.c-slider__prev,
.c-slider__next {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  display: block;
  height: 50%;
  width: 45px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.c-slider__prev:hover, .c-slider__prev:focus,
.c-slider__next:hover,
.c-slider__next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.c-slider__prev:hover::before, .c-slider__prev:focus::before,
.c-slider__next:hover::before,
.c-slider__next:focus::before {
  opacity: 1;
}

.c-slider__prev.slick-disabled::before,
.c-slider__next.slick-disabled::before {
  opacity: 0.25;
}

.c-slider__prev::before,
.c-slider__next::before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-slider__prev {
  left: 0;
}

[dir="rtl"] .c-slider__prev {
  left: auto;
  right: 0;
}

.c-slider__prev::before {
  content: "";
}

[dir="rtl"] .c-slider__prev::before {
  content: "";
}

.c-slider__next {
  right: 0;
}

[dir="rtl"] .c-slider__next {
  left: 0;
  right: auto;
}

.c-slider__next::before {
  content: "";
}

[dir="rtl"] .c-slider__next::before {
  content: "";
}

@media (min-width: 48em) and (max-width: 61.24em) {
  .fotorama__arr {
    display: block !important;
    width: 45px !important;
  }
}

/**
 * Dots
 */
.c-slider__dots {
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 12px;
}

.c-slider__dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.c-slider__dots li button {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.c-slider__dots li button:hover, .c-slider__dots li button:focus {
  outline: none;
}

.c-slider__dots li button::before {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 9px;
  content: "";
  background: #707173;
}

.c-slider__dots li.slick-active button::before {
  background: #e2001a;
}

.c-slider__dots button:hover::before,
.c-slider__dots button:focus::before {
  opacity: 1;
}

.c-social-text {
  font-family: Arial, sans-serif;
}

.c-text-input {
  width: 100%;
  height: 36px;
  background-color: #f8f8f8;
  font-family: "MiloSerif", Georgia, serif;
  line-height: 36px;
  padding-top: 0;
  /* [2] */
  padding-bottom: 0;
  /* [2] */
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 7px;
  border: 1px solid #dcd8d0;
  color: #707173;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-text-input--warning {
  border-color: #e2001a;
  background: #fef7f8;
}

/**
 * 1. hide pager above the category list
**/
.c-toolbar--header .pages-wrapper {
  display: none;
}

.c-toolbar--header .toolbar__group {
  margin-bottom: 6px;
}

.c-tooltip-wrapper {
  position: relative;
  cursor: pointer;
}

.c-tooltip-wrapper:hover .c-tooltip {
  display: inline;
}

.c-tooltip {
  position: absolute;
  display: none;
  width: 450px;
  padding: 40px;
  border: 1px solid #dcd8d0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: -40px;
  left: 45px;
  font-family: "MiloSerif", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  background: #ffffff;
  z-index: 150;
}

.c-tooltip::before {
  position: absolute;
  left: -20px;
  top: 32px;
  content: "◀";
  text-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  color: #ffffff;
}

.wishlist-index-index .actions-toolbar {
  display: block;
}

.wishlist-index-index .popup-authentication {
  display: none;
}

.wishlist-icon {
  font-size: 16px;
}

@media (min-width: 61.25em) {
  .wishlist-link {
    position: relative;
    top: -3px;
  }
}

.c-nav-mobile .counter.qty {
  font-size: 12px;
  padding: 1px;
}

@media (max-width: 47.99em) {
  .products-grid.wishlist + .actions-toolbar button {
    width: 100%;
  }
}

.wishlist-photo {
  margin-bottom: 24px;
}

@media (min-width: 48em) {
  .wishlist-photo {
    margin-bottom: 0;
    width: 25%;
  }
}

@media (min-width: 61.25em) {
  .wishlist-photo {
    width: auto;
  }
}

.wishlist-photo .product-image-photo {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

@media (min-width: 61.25em) {
  .wishlist-photo .product-image-photo {
    width: 100px;
  }
}

.wishlist-products .price-box {
  margin-top: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 48em) {
  .wishlist-products .price-box {
    text-align: right;
    width: 33.33333%;
  }
}

@media (min-width: 61.25em) {
  .wishlist-products .price-box {
    text-align: left;
    width: 16.66667%;
  }
}

.wishlist-products .price-box .price {
  font-size: 23px;
}

.wishlist-products .price-box .price-as-configured {
  margin-bottom: 0;
}

.wishlist-products .product-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
}

@media (min-width: 48em) {
  .wishlist-products .product-item-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 61.25em) {
  .wishlist-products .product-item-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30%;
    margin-top: 0;
  }
}

.wishlist-products .box-tocart + .product-item-actions {
  padding-left: 12px;
  margin-right: 6px;
}

.wishlist-products .comment-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 6px;
  margin-bottom: 0;
}

.wishlist-products li:last-of-type .wishlist-product {
  padding-bottom: 0;
}

.product-item-comment {
  height: 100px;
}

.wishlist-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  padding-bottom: 24px;
}

@media (min-width: 48em) {
  .wishlist-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 61.24em) {
  .wishlist-product .price-container {
    margin-left: auto;
  }
}

@media (max-width: 47.99em) {
  .wishlist-product .price-container {
    text-align: center;
    margin-left: 0;
    margin-top: 12px;
  }
}

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

@media (min-width: 48em) {
  .wishlist-content {
    text-align: left;
    padding-left: 12px;
    padding-right: 24px;
    width: 50%;
  }
}

@media (min-width: 61.25em) {
  .wishlist-content {
    width: 195px;
  }
}

.wishlist-content-link {
  color: #e2001a;
  text-decoration: underline;
}

.product-add-date {
  font-weight: normal;
  font-size: 14px;
}

.wishlist_taxinfo {
  text-align: center;
}

@media (min-width: 48em) {
  .wishlist_taxinfo {
    width: 100%;
    text-align: right;
    margin-top: -100px;
  }
}

@media (min-width: 61.25em) {
  .wishlist_taxinfo {
    position: absolute;
    text-align: left;
    margin-left: 295px;
    margin-top: 24px;
    width: 12%;
  }
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 275px;
  height: 100%;
  top: 0;
  z-index: 600;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 550;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-275px, 0, 0);
  transform: translate3d(-275px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(275px, 0, 0);
  transform: translate3d(275px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-275px, 0, 0);
  transform: translate3d(-275px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}

.pushy-submenu ul {
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.c-pushy-submenu {
  position: relative;
}

.c-pushy-submenu__toggle {
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.formbuilder-form .lof-label {
  vertical-align: middle;
}

.formbuilder-form .subtemplate-wrapper > label {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.formbuilder-form .c-checkbox-input__label {
  display: inline-block;
  vertical-align: middle;
}

.formbuilder-form .c-checkbox-input {
  display: inline-block;
}

.formbuilder-form button {
  margin-bottom: 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/1 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-1\/1 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/2 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/2 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-1\/2 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/2 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/2 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-2\/2 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/3 {
  width: 33.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.33333% !important;
}

.u-pull-1\/3 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/3 {
  width: 66.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.66667% !important;
}

.u-pull-2\/3 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/3 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/3 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-3\/3 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/4 {
  width: 25% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 25% !important;
}

.u-pull-1\/4 {
  position: relative !important;
  right: 25% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/4 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-2\/4 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/4 {
  width: 75% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 75% !important;
}

.u-pull-3\/4 {
  position: relative !important;
  right: 75% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/4 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/4 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-4\/4 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/5 {
  width: 20% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 20% !important;
}

.u-pull-1\/5 {
  position: relative !important;
  right: 20% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/5 {
  width: 40% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 40% !important;
}

.u-pull-2\/5 {
  position: relative !important;
  right: 40% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/5 {
  width: 60% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 60% !important;
}

.u-pull-3\/5 {
  position: relative !important;
  right: 60% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/5 {
  width: 80% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 80% !important;
}

.u-pull-4\/5 {
  position: relative !important;
  right: 80% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/5 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-5\/5 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-5\/5 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

.u-1\/6 {
  width: 16.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-1\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 16.66667% !important;
}

.u-pull-1\/6 {
  position: relative !important;
  right: 16.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-2\/6 {
  width: 33.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-2\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 33.33333% !important;
}

.u-pull-2\/6 {
  position: relative !important;
  right: 33.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-3\/6 {
  width: 50% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-3\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 50% !important;
}

.u-pull-3\/6 {
  position: relative !important;
  right: 50% !important;
  left: auto !important;
  /* [1] */
}

.u-4\/6 {
  width: 66.66667% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-4\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 66.66667% !important;
}

.u-pull-4\/6 {
  position: relative !important;
  right: 66.66667% !important;
  left: auto !important;
  /* [1] */
}

.u-5\/6 {
  width: 83.33333% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-5\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 83.33333% !important;
}

.u-pull-5\/6 {
  position: relative !important;
  right: 83.33333% !important;
  left: auto !important;
  /* [1] */
}

.u-6\/6 {
  width: 100% !important;
}

/**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
.u-push-6\/6 {
  position: relative !important;
  right: auto !important;
  /* [1] */
  left: 100% !important;
}

.u-pull-6\/6 {
  position: relative !important;
  right: 100% !important;
  left: auto !important;
  /* [1] */
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 20em) {
  .u-1\/1\-s {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\-s {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\-s {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\-s {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\-s {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\-s {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\-s {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\-s {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\-s {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\-s {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\-s {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\-s {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\-s {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\-s {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\-s {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\-s {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\-s {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\-s {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\-s {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\-s {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\-s {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\-s {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\-s {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\-s {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\-s {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\-s {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\-s {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\-s {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\-s {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\-s {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/6\-s {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/6\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-1\/6\-s {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/6\-s {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/6\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-2\/6\-s {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/6\-s {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/6\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\-s {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/6\-s {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/6\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-4\/6\-s {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/6\-s {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/6\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-5\/6\-s {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/6\-s {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/6\-s {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\-s {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 48em) {
  .u-1\/1\-m {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\-m {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\-m {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\-m {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\-m {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\-m {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\-m {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\-m {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\-m {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\-m {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\-m {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\-m {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\-m {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\-m {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\-m {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\-m {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\-m {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\-m {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\-m {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\-m {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\-m {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\-m {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\-m {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\-m {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\-m {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\-m {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\-m {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\-m {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\-m {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\-m {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/6\-m {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/6\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-1\/6\-m {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/6\-m {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/6\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-2\/6\-m {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/6\-m {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/6\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\-m {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/6\-m {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/6\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-4\/6\-m {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/6\-m {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/6\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-5\/6\-m {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/6\-m {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/6\-m {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\-m {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

@media (min-width: 61.25em) {
  .u-1\/1\-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/1\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-1\/1\-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/2\-l {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/2\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-1\/2\-l {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/2\-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/2\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-2\/2\-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/3\-l {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/3\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-1\/3\-l {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/3\-l {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/3\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-2\/3\-l {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/3\-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/3\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-3\/3\-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/4\-l {
    width: 25% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/4\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 25% !important;
  }
  .u-pull-1\/4\-l {
    position: relative !important;
    right: 25% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/4\-l {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/4\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-2\/4\-l {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/4\-l {
    width: 75% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/4\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 75% !important;
  }
  .u-pull-3\/4\-l {
    position: relative !important;
    right: 75% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/4\-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/4\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-4\/4\-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/5\-l {
    width: 20% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/5\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 20% !important;
  }
  .u-pull-1\/5\-l {
    position: relative !important;
    right: 20% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/5\-l {
    width: 40% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/5\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 40% !important;
  }
  .u-pull-2\/5\-l {
    position: relative !important;
    right: 40% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/5\-l {
    width: 60% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/5\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 60% !important;
  }
  .u-pull-3\/5\-l {
    position: relative !important;
    right: 60% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/5\-l {
    width: 80% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/5\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 80% !important;
  }
  .u-pull-4\/5\-l {
    position: relative !important;
    right: 80% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/5\-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/5\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-5\/5\-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
  .u-1\/6\-l {
    width: 16.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-1\/6\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 16.66667% !important;
  }
  .u-pull-1\/6\-l {
    position: relative !important;
    right: 16.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-2\/6\-l {
    width: 33.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-2\/6\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 33.33333% !important;
  }
  .u-pull-2\/6\-l {
    position: relative !important;
    right: 33.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-3\/6\-l {
    width: 50% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-3\/6\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 50% !important;
  }
  .u-pull-3\/6\-l {
    position: relative !important;
    right: 50% !important;
    left: auto !important;
    /* [1] */
  }
  .u-4\/6\-l {
    width: 66.66667% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-4\/6\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 66.66667% !important;
  }
  .u-pull-4\/6\-l {
    position: relative !important;
    right: 66.66667% !important;
    left: auto !important;
    /* [1] */
  }
  .u-5\/6\-l {
    width: 83.33333% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-5\/6\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 83.33333% !important;
  }
  .u-pull-5\/6\-l {
    position: relative !important;
    right: 83.33333% !important;
    left: auto !important;
    /* [1] */
  }
  .u-6\/6\-l {
    width: 100% !important;
  }
  /**
         * 1. Reset any leftover or conflicting `left`/`right` values.
         */
  .u-push-6\/6\-l {
    position: relative !important;
    right: auto !important;
    /* [1] */
    left: 100% !important;
  }
  .u-pull-6\/6\-l {
    position: relative !important;
    right: 100% !important;
    left: auto !important;
    /* [1] */
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */
.u-h1 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  line-height: 1.33333 !important;
}

.u-h2 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
  line-height: 1.84615 !important;
}

.u-h3 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

.u-h4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.33333 !important;
}

.u-h5 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   #SPACINGS
   ========================================================================== */
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
/* stylelint-disable string-quotes */
.u-p {
  padding: 24px !important;
}

.u-p-tiny {
  padding: 6px !important;
}

.u-p-small {
  padding: 12px !important;
}

.u-p-large {
  padding: 48px !important;
}

.u-p-huge {
  padding: 96px !important;
}

.u-p-none {
  padding: 0 !important;
}

.u-pt {
  padding-top: 24px !important;
}

.u-pt-tiny {
  padding-top: 6px !important;
}

.u-pt-small {
  padding-top: 12px !important;
}

.u-pt-large {
  padding-top: 48px !important;
}

.u-pt-huge {
  padding-top: 96px !important;
}

.u-pt-none {
  padding-top: 0 !important;
}

.u-pr {
  padding-right: 24px !important;
}

.u-pr-tiny {
  padding-right: 6px !important;
}

.u-pr-small {
  padding-right: 12px !important;
}

.u-pr-large {
  padding-right: 48px !important;
}

.u-pr-huge {
  padding-right: 96px !important;
}

.u-pr-none {
  padding-right: 0 !important;
}

.u-pb {
  padding-bottom: 24px !important;
}

.u-pb-tiny {
  padding-bottom: 6px !important;
}

.u-pb-small {
  padding-bottom: 12px !important;
}

.u-pb-large {
  padding-bottom: 48px !important;
}

.u-pb-huge {
  padding-bottom: 96px !important;
}

.u-pb-none {
  padding-bottom: 0 !important;
}

.u-pl {
  padding-left: 24px !important;
}

.u-pl-tiny {
  padding-left: 6px !important;
}

.u-pl-small {
  padding-left: 12px !important;
}

.u-pl-large {
  padding-left: 48px !important;
}

.u-pl-huge {
  padding-left: 96px !important;
}

.u-pl-none {
  padding-left: 0 !important;
}

.u-ph {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-ph-tiny {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.u-ph-small {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-ph-large {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-ph-huge {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.u-ph-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pv {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-pv-tiny {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.u-pv-small {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-pv-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-pv-huge {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.u-pv-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-m {
  margin: 24px !important;
}

.u-m-tiny {
  margin: 6px !important;
}

.u-m-small {
  margin: 12px !important;
}

.u-m-large {
  margin: 48px !important;
}

.u-m-huge {
  margin: 96px !important;
}

.u-m-none {
  margin: 0 !important;
}

.u-mt {
  margin-top: 24px !important;
}

.u-mt-tiny {
  margin-top: 6px !important;
}

.u-mt-small {
  margin-top: 12px !important;
}

.u-mt-large {
  margin-top: 48px !important;
}

.u-mt-huge {
  margin-top: 96px !important;
}

.u-mt-none {
  margin-top: 0 !important;
}

.u-mr {
  margin-right: 24px !important;
}

.u-mr-tiny {
  margin-right: 6px !important;
}

.u-mr-small {
  margin-right: 12px !important;
}

.u-mr-large {
  margin-right: 48px !important;
}

.u-mr-huge {
  margin-right: 96px !important;
}

.u-mr-none {
  margin-right: 0 !important;
}

.u-mb {
  margin-bottom: 24px !important;
}

.u-mb-tiny {
  margin-bottom: 6px !important;
}

.u-mb-small {
  margin-bottom: 12px !important;
}

.u-mb-large {
  margin-bottom: 48px !important;
}

.u-mb-huge {
  margin-bottom: 96px !important;
}

.u-mb-none {
  margin-bottom: 0 !important;
}

.u-ml {
  margin-left: 24px !important;
}

.u-ml-tiny {
  margin-left: 6px !important;
}

.u-ml-small {
  margin-left: 12px !important;
}

.u-ml-large {
  margin-left: 48px !important;
}

.u-ml-huge {
  margin-left: 96px !important;
}

.u-ml-none {
  margin-left: 0 !important;
}

.u-mh {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-mh-tiny {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.u-mh-small {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-mh-large {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-mh-huge {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.u-mh-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-mv-tiny {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.u-mv-small {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-mv-large {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-mv-huge {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.u-mv-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* stylelint-enable string-quotes */
/* ==========================================================================
   #RESPONSIVE-SPACINGS
   ========================================================================== */
/**
 * Utility classes enhancing the normal spacing classes by adding responsiveness
 * to them. By default this brings us the following classes:
 *
 *   .u-margin-bottom-none@mobile {}
 *   .u-margin-bottom-none@tablet {}
 *   .u-margin-bottom-none@desktop {}
 *   .u-margin-bottom-none@wide {}
 *
 * But we can affect the classes that get generated by altering the appropriate
 * Sass maps below.
 */
/* stylelint-disable max-nesting-depth */
@media (min-width: 20em) {
  .u-pt\-s {
    padding-top: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-pt\-m {
    padding-top: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pt\-l {
    padding-top: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-pt-tiny\-s {
    padding-top: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-pt-tiny\-m {
    padding-top: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pt-tiny\-l {
    padding-top: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-pt-small\-s {
    padding-top: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-pt-small\-m {
    padding-top: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pt-small\-l {
    padding-top: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-pt-large\-s {
    padding-top: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-pt-large\-m {
    padding-top: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pt-large\-l {
    padding-top: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-pt-huge\-s {
    padding-top: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-pt-huge\-m {
    padding-top: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pt-huge\-l {
    padding-top: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-pt-none\-s {
    padding-top: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-pt-none\-m {
    padding-top: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-pt-none\-l {
    padding-top: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-pr\-s {
    padding-right: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-pr\-m {
    padding-right: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pr\-l {
    padding-right: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-pr-tiny\-s {
    padding-right: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-pr-tiny\-m {
    padding-right: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pr-tiny\-l {
    padding-right: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-pr-small\-s {
    padding-right: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-pr-small\-m {
    padding-right: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pr-small\-l {
    padding-right: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-pr-large\-s {
    padding-right: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-pr-large\-m {
    padding-right: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pr-large\-l {
    padding-right: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-pr-huge\-s {
    padding-right: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-pr-huge\-m {
    padding-right: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pr-huge\-l {
    padding-right: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-pr-none\-s {
    padding-right: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-pr-none\-m {
    padding-right: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-pr-none\-l {
    padding-right: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-pb\-s {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-pb\-m {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pb\-l {
    padding-bottom: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-pb-tiny\-s {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-pb-tiny\-m {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pb-tiny\-l {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-pb-small\-s {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-pb-small\-m {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pb-small\-l {
    padding-bottom: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-pb-large\-s {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-pb-large\-m {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pb-large\-l {
    padding-bottom: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-pb-huge\-s {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-pb-huge\-m {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pb-huge\-l {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-pb-none\-s {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-pb-none\-m {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-pb-none\-l {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-pl\-s {
    padding-left: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-pl\-m {
    padding-left: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pl\-l {
    padding-left: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-pl-tiny\-s {
    padding-left: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-pl-tiny\-m {
    padding-left: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pl-tiny\-l {
    padding-left: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-pl-small\-s {
    padding-left: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-pl-small\-m {
    padding-left: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pl-small\-l {
    padding-left: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-pl-large\-s {
    padding-left: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-pl-large\-m {
    padding-left: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pl-large\-l {
    padding-left: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-pl-huge\-s {
    padding-left: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-pl-huge\-m {
    padding-left: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pl-huge\-l {
    padding-left: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-pl-none\-s {
    padding-left: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-pl-none\-m {
    padding-left: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-pl-none\-l {
    padding-left: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-ph\-s {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-ph\-m {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ph\-l {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-ph-tiny\-s {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-ph-tiny\-m {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ph-tiny\-l {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-ph-small\-s {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-ph-small\-m {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ph-small\-l {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-ph-large\-s {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-ph-large\-m {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ph-large\-l {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-ph-huge\-s {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-ph-huge\-m {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ph-huge\-l {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-ph-none\-s {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-ph-none\-m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-ph-none\-l {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-pv\-s {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-pv\-m {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pv\-l {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-pv-tiny\-s {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-pv-tiny\-m {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pv-tiny\-l {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-pv-small\-s {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-pv-small\-m {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pv-small\-l {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-pv-large\-s {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-pv-large\-m {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pv-large\-l {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-pv-huge\-s {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-pv-huge\-m {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-pv-huge\-l {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-pv-none\-s {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-pv-none\-m {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-pv-none\-l {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-mt\-s {
    margin-top: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-mt\-m {
    margin-top: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mt\-l {
    margin-top: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-mt-tiny\-s {
    margin-top: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-mt-tiny\-m {
    margin-top: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mt-tiny\-l {
    margin-top: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-mt-small\-s {
    margin-top: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-mt-small\-m {
    margin-top: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mt-small\-l {
    margin-top: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-mt-large\-s {
    margin-top: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-mt-large\-m {
    margin-top: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mt-large\-l {
    margin-top: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-mt-huge\-s {
    margin-top: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-mt-huge\-m {
    margin-top: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mt-huge\-l {
    margin-top: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-mt-none\-s {
    margin-top: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-mt-none\-m {
    margin-top: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-mt-none\-l {
    margin-top: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-mr\-s {
    margin-right: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-mr\-m {
    margin-right: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mr\-l {
    margin-right: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-mr-tiny\-s {
    margin-right: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-mr-tiny\-m {
    margin-right: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mr-tiny\-l {
    margin-right: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-mr-small\-s {
    margin-right: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-mr-small\-m {
    margin-right: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mr-small\-l {
    margin-right: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-mr-large\-s {
    margin-right: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-mr-large\-m {
    margin-right: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mr-large\-l {
    margin-right: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-mr-huge\-s {
    margin-right: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-mr-huge\-m {
    margin-right: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mr-huge\-l {
    margin-right: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-mr-none\-s {
    margin-right: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-mr-none\-m {
    margin-right: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-mr-none\-l {
    margin-right: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-mb\-s {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-mb\-m {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mb\-l {
    margin-bottom: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-mb-tiny\-s {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-mb-tiny\-m {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mb-tiny\-l {
    margin-bottom: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-mb-small\-s {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-mb-small\-m {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mb-small\-l {
    margin-bottom: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-mb-large\-s {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-mb-large\-m {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mb-large\-l {
    margin-bottom: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-mb-huge\-s {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-mb-huge\-m {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mb-huge\-l {
    margin-bottom: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-mb-none\-s {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-mb-none\-m {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-mb-none\-l {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-ml\-s {
    margin-left: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-ml\-m {
    margin-left: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ml\-l {
    margin-left: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-ml-tiny\-s {
    margin-left: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-ml-tiny\-m {
    margin-left: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ml-tiny\-l {
    margin-left: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-ml-small\-s {
    margin-left: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-ml-small\-m {
    margin-left: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ml-small\-l {
    margin-left: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-ml-large\-s {
    margin-left: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-ml-large\-m {
    margin-left: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ml-large\-l {
    margin-left: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-ml-huge\-s {
    margin-left: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-ml-huge\-m {
    margin-left: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-ml-huge\-l {
    margin-left: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-ml-none\-s {
    margin-left: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-ml-none\-m {
    margin-left: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-ml-none\-l {
    margin-left: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-mh\-s {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-mh\-m {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mh\-l {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-mh-tiny\-s {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-mh-tiny\-m {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mh-tiny\-l {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-mh-small\-s {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-mh-small\-m {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mh-small\-l {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-mh-large\-s {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-mh-large\-m {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mh-large\-l {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-mh-huge\-s {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-mh-huge\-m {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mh-huge\-l {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-mh-none\-s {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-mh-none\-m {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-mh-none\-l {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 20em) {
  .u-mv\-s {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media (min-width: 48em) {
  .u-mv\-m {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mv\-l {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media (min-width: 20em) {
  .u-mv-tiny\-s {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media (min-width: 48em) {
  .u-mv-tiny\-m {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mv-tiny\-l {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
}

@media (min-width: 20em) {
  .u-mv-small\-s {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media (min-width: 48em) {
  .u-mv-small\-m {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mv-small\-l {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

@media (min-width: 20em) {
  .u-mv-large\-s {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 48em) {
  .u-mv-large\-m {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mv-large\-l {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

@media (min-width: 20em) {
  .u-mv-huge\-s {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media (min-width: 48em) {
  .u-mv-huge\-m {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media (min-width: 61.25em) {
  .u-mv-huge\-l {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}

@media (min-width: 20em) {
  .u-mv-none\-s {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 48em) {
  .u-mv-none\-m {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 61.25em) {
  .u-mv-none\-l {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* stylelint-enable max-nesting-depth */
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

/**
 * Align items center
 */
.u-text-center {
  text-align: center !important;
}

/**
 * Align text items left
 */
.u-text-left {
  text-align: left !important;
}

/**
 * Align text items right
 */
.u-text-right {
  text-align: right !important;
}

/**
 * Background colors.
 * Font colors.
 */
.u-bg-default {
  background-color: #ffffff !important;
}

.u-color-default {
  color: #ffffff !important;
}

.u-bg-base {
  background-color: #707173 !important;
}

.u-color-base {
  color: #707173 !important;
}

.u-bg-ui {
  background-color: #dcd8d0 !important;
}

.u-color-ui {
  color: #dcd8d0 !important;
}

.u-bg-brand {
  background-color: #e2001a !important;
}

.u-color-brand {
  color: #e2001a !important;
}

.u-h0 {
  font-size: 52px;
}

.u-h1 {
  font-size: 48px;
}

.u-h2 {
  font-size: 40px;
}

.u-h3 {
  font-size: 36px;
}

.u-h4 {
  font-size: 24px;
}

/**
 * Hide elements on certain breakpoints based on your responsive settings.
 */
.u-hide {
  display: none !important;
}

@media (max-width: 47.99em) {
  .u-hide-s {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .u-hide-m-up {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.24em) {
  .u-hide-m {
    display: none !important;
  }
}

@media (max-width: 61.24em) {
  .u-hide-l-down {
    display: none !important;
  }
}

@media (min-width: 61.25em) {
  .u-hide-l {
    display: none !important;
  }
}

/**
 * Show elements on certain breakpoints based on your responsive settings.
 */
.u-show {
  display: block !important;
}

@media (max-width: 47.99em) {
  .u-show-s {
    display: block !important;
  }
}

@media (min-width: 48em) {
  .u-show-m-up {
    display: block !important;
  }
}

@media (min-width: 48em) and (max-width: 61.24em) {
  .u-show-m {
    display: block !important;
  }
}

@media (max-width: 61.24em) {
  .u-show-l-down {
    display: block !important;
  }
}

@media (min-width: 61.25em) {
  .u-show-l {
    display: block !important;
  }
}

/**
 * Classes for tiny type.
 *
 * Force normal paragraphs or other text elements to take a smaller
 * font size than '$inuit-base-font-size'.
 *
   <p class="u-milli">Lorem ipsum dolor sit amet.</p>
 *
 */
.u-milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}

.u-micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
}

/*# sourceMappingURL=main.css.map */
