/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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-.
     */
figcaption,
figure {
  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 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

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

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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.
     */
button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 18px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #fff100;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(45deg);
          transform: translate3d(0, -9px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-135deg);
          transform: translate3d(0, 9px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(270deg);
          transform: translate3d(0, -18px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  -webkit-transform: translate3d(48px, 48px, 0) rotate(45deg);
          transform: translate3d(48px, 48px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  -webkit-transform: translate3d(-48px, 48px, 0) rotate(-45deg);
          transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 9px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -48px;
  top: 48px;
  -webkit-transform: translate3d(48px, -48px, 0) rotate(-45deg);
          transform: translate3d(48px, -48px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -48px;
  top: 48px;
  -webkit-transform: translate3d(-48px, -48px, 0) rotate(45deg);
          transform: translate3d(-48px, -48px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.42857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-3.42857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(3.42857143px, -6px, 0);
          transform: rotate(45deg) translate3d(3.42857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(90deg);
          transform: translate3d(0, -18px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 9px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
          transform: translate3d(0, 9px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -18px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
          transform: translate3d(0, -9px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #333;
  border: 0;
  border-radius: 0;
  color: #FBDA3E;
  cursor: pointer;
  display: inline-block;
  font-family: "Gudea", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 15px;
  padding: 12px 15px 13px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #FBDA3E;
  color: #333;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
  outline-offset: 2px;
}

.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button:disabled:hover,
button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #333;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Gudea", sans-serif;
  font-size: 16px;
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  width: 100%;
}

[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover {
  border-color: shade(#EAEAEA, 20%);
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
  border-color: #1565c0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled {
  background-color: shade(#fff, 5%);
  cursor: not-allowed;
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
  border: 1px solid #EAEAEA;
}

[type='color']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='text']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: tint(#333, 40%);
}

[type='color']::-moz-placeholder,
[type='date']::-moz-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='month']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='search']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='text']::-moz-placeholder,
[type='time']::-moz-placeholder,
[type='url']::-moz-placeholder,
[type='week']::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
  color: tint(#333, 40%);
}

[type='color']::-ms-input-placeholder,
[type='date']::-ms-input-placeholder,
[type='datetime']::-ms-input-placeholder,
[type='datetime-local']::-ms-input-placeholder,
[type='email']::-ms-input-placeholder,
[type='month']::-ms-input-placeholder,
[type='number']::-ms-input-placeholder,
[type='password']::-ms-input-placeholder,
[type='search']::-ms-input-placeholder,
[type='tel']::-ms-input-placeholder,
[type='text']::-ms-input-placeholder,
[type='time']::-ms-input-placeholder,
[type='url']::-ms-input-placeholder,
[type='week']::-ms-input-placeholder,
input:not([type])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: tint(#333, 40%);
}

[type='color']::placeholder,
[type='date']::placeholder,
[type='datetime']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
  color: tint(#333, 40%);
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body {
  background-color: #4A4A4A;
  height: 100%;
}

body {
  margin: 0;
}

main {
  background-color: white;
  min-height: 35vh;
}

.container {
  margin: auto;
  max-width: 1110px;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #EAEAEA;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-family: "Gudea", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gudea", sans-serif;
  font-size: modular-scale(1);
  line-height: 1.2;
  margin: 0 0 0.75em;
}

h1 {
  font-family: "Teko", sans-serif;
  font-size: 36px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-family: "Teko", sans-serif;
  font-size: 26px;
  font-weight: 200;
}

p {
  margin: 0 0 0.75em;
  line-height: 19.5px;
}

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  text-decoration: none;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

a:hover {
  color: shade(#1565c0, 25%);
}

a:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

hr {
  border-bottom: 1px solid #EAEAEA;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

.header {
  background-color: #231F20;
  max-height: 80px;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: auto;
  padding: 5px 0 5px 15px;
  position: relative;
}

.header-container:before {
  background-color: #fbda3d;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% - 141px);
  width: 100vw;
  height: 100%;
}

.header .logo {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header .logo a {
  display: block;
}

.header .logo img {
  max-width: 231px;
  vertical-align: middle;
  width: 100%;
}

.hamburger-container {
  width: 60px;
  margin-left: -1px;
}

.hamburger-container .hamburger {
  padding-top: 15px;
  padding-bottom: 5px;
}

.hamburger-container .hamburger:focus {
  outline: 0;
}

.hamburger-container .hamburger:hover {
  background-color: #231F20;
  opacity: 1;
}

.hamburger-container .hamburger-box {
  width: 20px;
  height: 20px;
}

.header .mobile-navigation-container {
  background-color: #231F20;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 18px;
  text-align: center;
}

.header .mobile-navigation-container .menu-item {
  font-size: 32px;
  font-weight: 700;
}

.header .mobile-navigation-container .language-selector {
  width: 120px;
}

.header .mobile-navigation-container .language-selector.small {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.header .mobile-navigation-container .navigation {
  padding-left: 0;
  color: white;
}

.header .mobile-navigation-container .navigation a:hover {
  border-bottom: #FBDA3E 2px solid;
}

.header .mobile-navigation-container .navigation a.current, .header .mobile-navigation-container .navigation a.section {
  border-bottom: #FBDA3E 2px solid;
}

.header .mobile-navigation-container a {
  color: white;
}

.header .mobile-navigation-container ul {
  list-style-type: none;
}

.header .mobile-navigation-container.is-active {
  display: block;
  z-index: 5;
}

.header .mobile-navigation-container .sub-menu {
  padding: 15px 0 5px 0;
}

.header .mobile-navigation-container .sub-menu li {
  margin-bottom: 10px;
  margin-left: -20px;
  margin-right: -20px;
}

.desktop-nav-container {
  display: none;
}

.desktop-nav-container .sub-menu {
  display: none;
  padding: 0 15px 10px;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
}

.desktop-nav-container .sub-menu li, .desktop-nav-container .sub-menu a {
  padding: 0;
  text-align: left;
}

.desktop-nav-container .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 20px 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.desktop-nav-container .navigation .main-item {
  font-weight: 700;
  position: relative;
}

.desktop-nav-container .navigation .sub-item {
  font-weight: 200;
  list-style-type: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  height: auto;
  white-space: nowrap;
}

.desktop-nav-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.desktop-nav-container li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.desktop-nav-container a {
  text-decoration: none;
  border-bottom: #231F20 2px solid;
  color: white;
  font-size: 20px;
  padding: 0;
}

.desktop-nav-container a:hover {
  border-bottom: #FBDA3E 2px solid;
}

.desktop-nav-container a.current, .desktop-nav-container a.section {
  border-bottom: #FBDA3E 2px solid;
}

.navigation button {
  background-color: transparent;
  height: 25px;
  padding: 0;
  width: 25px;
}

.navigation .dropdown {
  position: relative;
}

.navigation .dropdown::after {
  background-image: url("/themes/base/images/icons/header-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  height: 15px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
}

.navigation .dropdown.is-active::after {
  background-image: url("/themes/base/images/icons/header-arrow-active.svg");
}

.sub-menu {
  background-color: #4A4A4A;
  display: none;
  list-style: none;
}

.sub-menu.is-active {
  display: block;
}

.sub-menu .sub-menu-item {
  padding-bottom: 3px;
  font-size: 18px;
  margin-top: 3px;
}

.sub-menu .sub-menu-item:hover {
  padding-bottom: -3px;
}

.sub-menu ul {
  padding: 0;
}

.sub-menu a {
  border-bottom: 2px solid #4A4A4A;
}

.language-selector-select {
  min-width: 114px;
  height: 40px;
  background-color: #231F20;
  background-image: url("/themes/base/images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 80px;
  background-size: 12px 10px;
  color: white;
  cursor: pointer;
  border: white 3px solid;
  border-radius: 0;
  text-align: center;
  padding-left: 18px;
  padding-right: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 20px;
  z-index: 2;
}

.language-selector-select::-ms-expand {
  display: none;
}

.youtube-button {
  margin-top: 26px;
  margin-bottom: 30px;
}

.nav-contact {
  margin: 0;
}

.language-selector.desktop {
  display: none;
}

.footer {
  background-color: #231F20;
}

.footer-logo-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbda3d), to(#fbda3d)) no-repeat;
  background: linear-gradient(#fbda3d, #fbda3d) no-repeat;
  background-size: 100% 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 325px;
  max-width: 1110px;
  margin: auto;
  margin-bottom: 30px;
  padding: 30px 0 5px 0;
  position: relative;
}

.footer .logo {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.footer .logo .desktop {
  display: none;
}

.footer .logo a {
  display: block;
}

.footer .logo img {
  max-width: 231px;
  vertical-align: middle;
  width: 100%;
}

.footer-container {
  text-align: center;
  color: white;
}

.footer-container a {
  color: white;
  word-break: break-all;
}

.footer-container .nav-item {
  font-family: "Gudea", sans-serif;
  display: block;
  padding-bottom: 18px;
}

.footer-container .footer-parent {
  font-weight: 700;
}

.footer-container .sub-nav {
  font-weight: normal;
  margin: 5px 0 0 0;
}

.footer-container .youtube-icon {
  padding-bottom: 22px;
}

.footer-container .mobile-nav-container {
  padding: 0 40px;
}

.footer-container .desktop-nav-container {
  display: none;
}

.footer-tablet-only {
  display: none !important;
}

.footer-xl-only {
  display: none !important;
}

.by-blacksheep {
  color: white;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  padding: 15px 65px 0;
}

.home-banner-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 505px;
}

.home-banner-container .home-banner {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
}

.home-banner-container .banner-content {
  padding: 60px 30px 30px;
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1110px;
  margin: auto;
}

.home-banner-container .banner-content h4 {
  text-transform: uppercase;
  padding-left: 10px;
  border-left: #FBDA3E 2px solid;
}

.home-banner-container .banner-content h2 {
  max-width: 475px;
  margin-bottom: 37px;
}

.home-banner-container .banner-content .button {
  border: #FBDA3E 3px solid;
  width: 100%;
  height: 50px;
}

.home-banner-container .banner-content .banner-down-arrow {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: auto;
  background-color: transparent;
}

.home-title {
  margin: 35px 20px 5px;
}

.product-footer {
  padding-left: 12px;
  border-left: #FBDA3E 3px solid;
  margin: 0 20px 40px;
  text-transform: uppercase;
}

.home-application-container .application-tile {
  background-size: cover;
  background-position: center;
  border: #333 1px solid;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 53px 0;
}

.home-application-container .application-tile .button {
  border: #FBDA3E 3px solid;
}

.home-application-container .application-tile .home-application-title {
  text-transform: uppercase;
  line-height: 51px;
  margin-bottom: 0;
  font-family: "Teko", sans-serif;
  font-size: 36px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.intro {
  background-color: #FBDA3E;
  text-align: right;
}

.intro .content {
  color: #333;
  padding: 27px 20px 0;
  text-align: left;
}

.intro .content p {
  line-height: 19.5px;
}

.intro .content p:last-of-type {
  margin: 0;
}

.intro img {
  vertical-align: bottom;
  margin-left: auto;
}

.intro h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.valve-range-container {
  display: none;
}

.valve-range-container.is-active {
  display: block;
}

.valve-range {
  color: #333;
  padding: 30px 20px 10px;
  margin: auto;
  max-width: 1110px;
}

.valve-range h4 {
  padding: 0 12px;
  border-left: #FBDA3E 3px solid;
}

.valve-tile {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 12px solid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
}

.valve-tile .flowrate {
  color: #E85236;
  font-family: "Teko", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
}

.valve-tile .title {
  text-transform: uppercase;
  height: 30px;
  margin-bottom: 15px;
  padding-left: 17px;
  border-left: #FBDA3E 3px solid;
  width: 100%;
}

.valve-tile .valve-description {
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 19.5px;
  width: 100%;
}

.valve-tile .valve-img-wrapper {
  height: 170px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: center;
  width: 100%;
}

.valve-tile .valve-img-wrapper img {
  max-height: 100%;
  max-width: 100%;
}

.valve-tile:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: -13px;
  right: -1px;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 20px;
  border-color: transparent transparent #ffffff transparent;
}

.valve-tile .button {
  margin-left: 20px;
  margin-bottom: -12px;
  margin-top: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  border-top-width: 2px;
  border-top-style: solid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
  width: 100%;
}

.category-banner-subtitle {
  color: black;
  font-weight: 600;
  padding: 15px 0 0 15px;
  margin: 0;
}

.category-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 200px;
}

.category-title {
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.accessories h2, .related-products h2 {
  margin-left: 20px;
  margin-right: 20px;
}

.product-search .products, .accessories .products, .related-products .products {
  color: #333;
  margin: 0 20px;
}

.product-search .products.is-active, .accessories .products.is-active, .related-products .products.is-active {
  display: block;
}

.product-search .products .product, .accessories .products .product, .related-products .products .product {
  margin-bottom: 20px;
}

.product-search .products .product p, .accessories .products .product p, .related-products .products .product p {
  margin-bottom: auto;
}

.product-search .products .product img, .accessories .products .product img, .related-products .products .product img {
  max-width: 180px;
  margin-top: 15px;
}

.product-search .products .product .buttons, .accessories .products .product .buttons, .related-products .products .product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EAEAEA;
  padding: 11px 11px;
}

.product-search .products .product .buttons .button:nth-of-type(1), .accessories .products .product .buttons .button:nth-of-type(1), .related-products .products .product .buttons .button:nth-of-type(1) {
  margin-right: 15px;
}

.accessories, .related-products {
  max-width: 1110px;
  margin: auto;
}

.product-list-heading {
  margin-bottom: 40px;
}

.accessories {
  margin-bottom: 50px;
}

.product-body-footer {
  text-align: center;
  color: #333;
  padding: 20px 20px 40px;
}

.product-body-footer a {
  margin: 0 8px;
}

.product-body-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-body-footer {
  text-align: center;
  color: #333;
  padding: 0 20px 20px;
}

.search-body-footer a {
  margin: 0 8px;
}

.search-body-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-footer {
  text-align: center;
  color: #333;
  padding: 20px;
}

.body-footer a {
  margin: 0 8px;
}

.body-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.search-product-teaser {
  width: 100%;
}

.search-product {
  padding-bottom: 40px;
}

.contact-container {
  text-align: center;
  background-position: center;
  background-size: cover;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 70px;
}

.contact-container .contact .title {
  margin-bottom: 9px;
}

.contact-container .contact .message {
  margin-bottom: 14px;
}

.contact-container .contact .button {
  border: #FBDA3E 3px solid;
  padding: 10px 50px;
  font-size: 18px;
  line-height: 24px;
}

.contact-container .contact .contact-button:hover {
  border-color: transparent;
  color: #ffffff;
  background-color: #EDBC18;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}

.contact-container .youtube {
  margin-top: 48px;
}

.contact-container .youtube img {
  width: 58px;
}

.contact-container .youtube .youtube-message {
  margin-bottom: 13px;
}

.product-search-container {
  margin: auto;
  max-width: 1110px;
}

.product-search-results-container {
  margin: auto;
  padding: 0 15px;
  width: 1110px;
}

.product-search-heading {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product-search-subheading {
  margin-left: 0;
}

.product-search-section {
  margin-bottom: 20px;
}

.products-search-header {
  background-color: #FBDA3E;
  color: #333;
  padding: 20px 20px 15px 20px;
}

.products-search-header h2 {
  margin-bottom: 0;
}

.open-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 15px;
  width: 100%;
}

.open-search:hover, .open-search:focus, .open-search:active {
  background-color: #333;
  color: white;
}

.open-search.is-active img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.refine-search {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #EAEAEA;
  color: #333;
  max-height: 200vh;
  -webkit-transition: max-height 250ms;
  transition: max-height 250ms;
}

.refine-search img {
  width: 100%;
  vertical-align: bottom;
}

.refine-search .tablet {
  display: none;
}

.refine-search.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.refine-search .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.refine-search .filters:first-of-type {
  padding-top: 16px;
}

.refine-search .filters p {
  width: 100%;
  margin-bottom: 6px;
}

.refine-search .filters button {
  color: #333;
  background-color: white;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 12px 0 13px;
  -webkit-transition: background-color 250ms, -webkit-box-shadow 250ms;
  transition: background-color 250ms, -webkit-box-shadow 250ms;
  transition: background-color 250ms, box-shadow 250ms;
  transition: background-color 250ms, box-shadow 250ms, -webkit-box-shadow 250ms;
  width: calc((100% / 3) - 6px);
}

.refine-search .filters button.is-active {
  background-color: #FBDA3E;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.refine-search .filters button:hover:not(.clear-filter):hover {
  background-color: #FBDA3E;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.refine-search .filters button.clear-filter {
  width: 100px;
  text-align: left;
  background-color: #EAEAEA;
  -webkit-text-decoration: underline black;
          text-decoration: underline black;
}

.refine-search .filters button.clear-filter:hover {
  text-decoration: underline;
}

.refine-search .filters .filter-tile {
  background-color: #FBDA3E;
}

.banner-image {
  background-size: cover;
  background-position: center;
  height: 100px;
}

.search-panel-point {
  background-image: url("/themes/base/images/artifact/search-triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -20px;
  content: '';
  height: 30px;
  width: 100%;
}

.application-container .application-tiles .application-tile {
  text-align: center;
  height: 200px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  border: #333 1px solid;
  color: white;
}

.application-container .application-tiles .application-tile .title {
  margin-bottom: 20px;
  font-family: "Teko", sans-serif;
  font-weight: 600;
}

.application-container .application-tiles .application-tile .application-content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 40px;
}

.application-container .application-tiles .application-tile .application-content p {
  display: none;
}

.application-container .application-tiles .application-tile .application-content .button {
  border: #FBDA3E 3px solid;
}

.application-container .application-tiles .application-tile .application-content .button a {
  color: #FBDA3E;
}

.application-container .application-tiles .application-tile .application-content .button:hover a {
  color: #333;
}

.application-related-products {
  width: 100%;
}

.application-accessories {
  width: 100%;
}

.application-accessory-teaser:not(:nth-of-type(1)) .application-accessory {
  margin-top: 40px;
}

.application-accessory {
  background-color: white;
}

.application-accessory p {
  margin-bottom: 4px;
}

.application-accessory .product-image {
  width: 80%;
  padding: 20px;
}

.application-accessory .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4px 0;
  background-color: #EAEAEA;
  height: 60px;
}

.application-related-product {
  background-color: white;
}

.application-related-product:not(:nth-of-type(1)) {
  margin-top: 40px;
}

.application-related-product p {
  margin-bottom: 4px;
}

.application-related-product .product-image {
  width: 80%;
  padding: 20px;
}

.application-related-product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4px 0;
  background-color: #EAEAEA;
  height: 60px;
}

.sections .section {
  color: #333;
}

.sections .section .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 20px 20px 0;
  height: 60px;
}

.sections .section .banner .title-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  padding: 0 10px;
}

.sections .section .banner h3 {
  color: #333;
  margin-bottom: 0;
  line-height: 25px;
}

.sections .products {
  display: none;
  border-left: #EAEAEA 4px solid;
  border-right: #EAEAEA 4px solid;
  border-bottom: #EAEAEA 4px solid;
  margin-left: 20px;
  margin-right: 20px;
}

.sections .products.is-active {
  display: block;
}

.sections .products h3, .sections .products p {
  padding: 0 10px 0;
}

.application-section-expand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0;
  width: 60px;
}

.application-section-expand::after {
  content: '';
  background-repeat: no-repeat;
  height: 22px;
  width: 14px;
}

.application-section-expand.is-active::after {
  background-image: url("/themes/base/images/icons/arrow-down-yellow.svg");
  height: 14px;
  width: 22px;
}

.application-section-expand.is-active:hover::after {
  background-image: url("/themes/base/images/icons/arrow-down-black.svg");
  height: 14px;
  width: 22px;
}

.application-section-expand:not(.is-active)::after {
  background-image: url("/themes/base/images/icons/arrow-right-yellow.svg");
}

.application-section-expand:hover::after {
  background-image: url("/themes/base/images/icons/arrow-right-black.svg");
}

.application-products-header {
  padding: 30px 0 0 25px;
}

.application-body-footer {
  text-align: center;
  color: #333;
  padding: 30px 20px 40px;
}

.application-body-footer a {
  margin: 0 8px;
}

.application-body-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-page-intro {
  margin-bottom: 20px;
}

.history-content-wrapper {
  padding: 0 0 10px 0;
}

.history-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history-img-wrapper {
  max-height: 385px;
  max-width: 330px;
}

.history-img {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}

.history {
  color: #333;
  padding: 50px 20px 0;
  margin-bottom: 55px;
}

.team-heading {
  text-transform: uppercase;
}

.the-team-image {
  background-size: cover;
  background-position: center;
  height: 230px;
  margin-top: -6px;
}

.the-team-title {
  background-color: white;
  display: inline-block;
  padding: 0 15px 7px;
  margin-left: 20px;
  margin-bottom: -20px;
}

.the-team-title h4 {
  border-left: #FBDA3E 2px solid;
  padding-left: 12px;
  margin-bottom: 0;
  color: #333;
  height: 28px;
}

.carousel-container {
  background-color: #FBDA3E;
  padding: 10px 0;
}

.carousel-container .carousel-cell {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 10px;
  counter-increment: gallery-cell;
}

.carousel-container .flickity-viewport {
  height: 300px;
}

.carousel-container .flickity-page-dots {
  display: none;
}

.history-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.history-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form {
  padding: 40px 20px 10px;
  color: #333;
}

.contact-form input, .contact-form textarea {
  border: #9B9B9B 2px solid;
}

.contact-form input:focus, .contact-form textarea:focus {
  border-color: #FBDA3E;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form input[type=submit] {
  width: 100%;
  border: none;
  margin-top: 10px;
}

.contact-form button {
  width: 100%;
}

.contact-info {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-info p {
  margin-bottom: 5px;
}

.contact-info .info {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-info .contact-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-info .contact-address-container div {
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.phone-email {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.map iframe {
  width: 100%;
  height: 290px;
}

.contact-info-wrapper {
  margin: 0 0 13px 0;
}

.contact-info-label {
  display: inline-block;
}

.contact-success-message {
  padding: 30px 20px 0;
}

.product-content {
  color: #333;
}

.product-content .product-icon-wrapper {
  max-width: 220px;
  max-height: 90px;
  margin: 0 0 15px 0;
}

.product-content .product-icon {
  height: 100%;
  width: 100%;
}

.product-content .product-heading {
  margin-bottom: 5px;
}

.product-content .product-mobile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-content .product-desktop-image {
  display: none;
}

.product-content .product-image-wrapper {
  margin-bottom: 10px;
  width: 240px;
  height: 225px;
}

.product-content .downloads {
  padding: 20px;
}

.product-content .downloads h3 {
  width: 100%;
}

.product-content .downloads .spec-sheet-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #EAEAEA 2px solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  padding: 10px 0 10px 10px;
  width: 100%;
}

.product-content .downloads .spec-sheet-inner:hover {
  background-color: #EAEAEA;
}

.product-content .downloads .spec-sheet {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.product-content .downloads .spec-sheet img {
  height: 40px;
  width: 10%;
}

.product-content .downloads .spec-sheet p {
  width: 100%;
  margin: 0;
}

.product-content .downloads .spec-sheet .spec-details-teaser {
  width: 85%;
}

.product-content .downloads .spec-sheet .spec-sheet-link {
  color: black;
  display: block;
  height: 100%;
  margin-right: 30px;
  width: 100%;
}

.product-content .downloads .spec-sheet .spec-sheet-title {
  font-size: 18px;
}

.product-info {
  padding: 20px 20px 0 20px;
}

.product-info-description {
  padding: 0 0 10px 0;
}

.product-spec-heading {
  margin-bottom: 5px;
  text-align: center;
}

.product-spec {
  font-size: 20px;
}

.product-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-specs .installation-pos, .product-specs .inlet-sizes, .product-specs .operating-pressure, .product-specs .operating-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 25px;
  height: 100%;
}

.product-specs .installation-pos img, .product-specs .inlet-sizes img, .product-specs .operating-pressure img, .product-specs .operating-temp img {
  padding: 5px;
}

.product-specs .installation-pos .sizes, .product-specs .inlet-sizes .sizes, .product-specs .operating-pressure .sizes, .product-specs .operating-temp .sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  width: 230px;
}

.product-specs .installation-pos .sizes p, .product-specs .inlet-sizes .sizes p, .product-specs .operating-pressure .sizes p, .product-specs .operating-temp .sizes p {
  width: 50%;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.product-videos-container {
  margin-bottom: 20px;
  position: relative;
}

.product-videos-background {
  position: absolute;
  background-color: #EAEAEA;
  top: 45px;
  height: 90%;
  width: 100%;
  z-index: 1;
}

.product-videos {
  max-width: 1110px;
  margin: auto;
}

.product-videos .product-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.product-videos .product-primary-video {
  margin-bottom: 35px;
}

.product-videos .primary-product-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-videos .product-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-secondary-videos-container {
  padding: 0 20px;
}

.product-secondary-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-secondary-video-teaser {
  width: 100%;
  margin: 0 0 40px 0;
}

.product-video-title {
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}

.icon {
  width: 40px;
  height: 40px;
}

.product-tile-button-wrapper {
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px;
  position: relative;
}

.product-tile-button-wrapper .button:nth-of-type(1) {
  margin: 0 22px 0 0;
}

.product-tile-button-wrapper::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 15px solid #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-download-button {
  padding-right: 27px;
  position: relative;
}

.product-download-button::after {
  content: url("/themes/base/images/icons/download.svg");
  position: absolute;
  top: 10px;
  right: 9px;
}

.product-download-button:hover::after {
  content: url("/themes/base/images/icons/download-black.svg");
}

.product-installation-guide {
  background-image: url("/themes/base/images/icons/installationGuide.svg");
  height: 93px;
  position: relative;
  width: 160px;
}

.product-installation-bottom-icon {
  bottom: 21px;
  left: 2px;
  position: absolute;
}

.product-installation-top-icon {
  left: 2px;
  position: absolute;
  top: 3px;
}

.product-installation-side-icon {
  bottom: 2px;
  left: 70px;
  position: absolute;
}

.accessories .products, .related-products .products, .search-results .products {
  color: #333;
  margin: 0 20px 20px;
}

.accessories .products.is-active, .related-products .products.is-active, .search-results .products.is-active {
  display: block;
}

.accessories .products .product p, .related-products .products .product p, .search-results .products .product p {
  margin-bottom: auto;
}

.accessories .products .product img, .related-products .products .product img, .search-results .products .product img {
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}

.accessories .products .product .buttons, .related-products .products .product .buttons, .search-results .products .product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EAEAEA;
  padding: 11px 11px;
}

.accessories .products .product .buttons .button, .related-products .products .product .buttons .button, .search-results .products .product .buttons .button {
  display: block;
  max-width: 200px;
  white-space: normal;
  padding: 5px 10px;
  height: 100%;
}

.accessories .products .product .buttons .button:nth-of-type(1), .related-products .products .product .buttons .button:nth-of-type(1), .search-results .products .product .buttons .button:nth-of-type(1) {
  margin-right: 15px;
}

.accessories .product-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 10px 0;
}

.accessories .product-img-wrapper {
  height: 170px;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 1;
}

.accessories .product-img-wrapper img {
  max-height: 100%;
}

.accessories .product-title-wrapper {
  color: #333;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 5px 10px 15px;
  width: 100%;
}

.related-products .product-teaser, .sections .product-teaser, .search-results .product-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0;
}

.related-products .product-img-wrapper, .sections .product-img-wrapper, .search-results .product-img-wrapper {
  height: 170px;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 1;
}

.related-products .product-img-wrapper img, .sections .product-img-wrapper img, .search-results .product-img-wrapper img {
  max-height: 100%;
}

.related-products .product-title-wrapper, .sections .product-title-wrapper, .search-results .product-title-wrapper {
  color: #333;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 5px 10px 15px;
  width: 100%;
}

.product-title {
  margin-bottom: 15px;
  position: relative;
}

.product-title:before {
  position: absolute;
  border-left: #FBDA3E 3px solid;
  content: '';
  height: 25px;
  left: -18px;
  width: 3px;
}

.product-tile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.product-tile-description {
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-container {
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 1110px;
}

.page-form-container {
  width: 100%;
}

.page-form-container .checkbox {
  margin-bottom: 10px;
}

.page-form-container label {
  display: inline;
}

.page-form-container .action {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 36px;
  }
  p {
    line-height: 22px;
  }
  .header {
    padding-bottom: 7px;
  }
  .header-container:before {
    height: 80px;
    right: calc(100% - 180px);
  }
  .header .logo {
    padding-left: 27px;
    margin-top: 8px;
  }
  .header .logo img {
    max-width: 253px;
  }
  .hamburger-container .hamburger {
    padding-top: 25px;
    padding-bottom: 5px;
  }
  .header .mobile-navigation-container .language-selector.small {
    margin: 0;
    position: absolute;
    top: -32px;
    left: calc(100% - 200px);
  }
  .desktop-nav-container {
    display: none;
  }
  .nav-icon {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 20px;
    margin-right: 18px;
  }
  .sub-menu .sub-menu-item {
    font-size: 20px;
  }
  .language-selector-select {
    background-image: url("/themes/base/images/icons/language-tablet.svg");
    background-size: 20px;
    background-position: 8px;
    padding-left: 35px;
    padding-right: 10px;
  }
  .youtube-button {
    margin-top: 43px;
    margin-bottom: 33px;
  }
  .footer-logo-container {
    margin-bottom: 30px;
    background: none;
  }
  .footer-logo-container:before {
    background-color: #fbda3d;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 90px;
    right: calc(100% - 180px);
  }
  .footer-logo-container {
    height: auto;
    padding: 20px 0;
  }
  .footer .logo {
    margin: 0;
    padding-left: 42px;
  }
  .footer .logo img {
    max-width: 253px;
  }
  .footer .logo .mobile {
    display: none;
  }
  .footer .logo .desktop {
    display: block;
  }
  .footer-container {
    max-width: 1110px;
    margin: auto;
  }
  .footer-container .mobile-nav-container {
    display: none;
  }
  .footer-container .desktop-nav-container {
    display: block;
    text-align: center;
    padding-bottom: 8px;
  }
  .footer-container .desktop-nav-container li {
    height: auto;
    text-align: left;
  }
  .footer-container .desktop-nav-container a {
    display: block;
    padding: 0;
    font-size: 16px;
    border-bottom: none;
  }
  .footer-container .desktop-nav-container a:hover {
    margin: 0;
  }
  .footer-container .desktop-nav-container .sub-nav, .footer-container .desktop-nav-container .sub-nav li {
    padding: 0;
    width: 100%;
    min-width: 65px;
  }
  .footer-container .desktop-nav-container .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 40px 20px;
  }
  .footer-container .desktop-nav-container .navigation .column {
    padding: 0;
    width: 20%;
  }
  .footer-container .desktop-nav-container .contact-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    padding: 0 40px;
  }
  .footer-container .desktop-nav-container .contact-nav .column {
    padding: 0;
    width: 20%;
  }
  .footer-tablet-only {
    display: block !important;
    width: 20%;
  }
  .by-blacksheep {
    max-width: none;
  }
  .home-banner-container {
    height: 950px;
  }
  .home-banner-container .banner-content {
    padding: 350px 45px 130px;
  }
  .home-banner-container .banner-content h4 {
    letter-spacing: 1.5px;
  }
  .home-banner-container .banner-content h2 {
    font-size: 34px;
  }
  .home-banner-container .banner-content .button {
    width: 400px;
    height: 60px;
    padding: 10px 0;
  }
  .home-banner-container .banner-content .button h3 {
    margin-top: 2px;
    font-size: 24px;
  }
  .home-title {
    font-size: 34px;
    margin-bottom: 42px;
    margin-top: 60px;
  }
  .product-footer {
    padding-left: 17px;
    margin: 20px 20px 60px;
  }
  .home-application-container .application-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-application-container .application-tile {
    padding-top: 133px;
    border-width: 2px;
  }
  .home-application-container .application-tile .home-application-title {
    line-height: 45px;
    letter-spacing: 2px;
    font-size: 48px;
    margin-bottom: 12px;
  }
  .home-application-container .application-tile {
    height: 360px;
  }
  .home-application-container .cols-4 .application-tile {
    width: 50%;
  }
  .home-application-container .cols-5 .application-tile:nth-of-type(5n - 4) {
    width: 100%;
  }
  .intro .content p {
    font-size: 18px;
    line-height: 22px;
  }
  .intro h1 {
    letter-spacing: 2px;
  }
  .intro {
    margin: -110px 20px 0;
  }
  .valve-range {
    padding-top: 30px;
  }
  .valve-tiles {
    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;
  }
  .valve-tile .flowrate {
    font-size: 18px;
  }
  .valve-tile .valve-description {
    line-height: 22px;
  }
  .valve-tile {
    margin-bottom: 45px;
    width: calc(50% - 20px);
  }
  .product-search .products, .accessories .products, .related-products .products {
    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;
  }
  .product-search .products .product, .accessories .products .product, .related-products .products .product {
    width: 45%;
  }
  .product-search .products .product, .accessories .products .product, .related-products .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-search .products .product .buttons .button:nth-of-type(1), .accessories .products .product .buttons .button:nth-of-type(1), .related-products .products .product .buttons .button:nth-of-type(1) {
    margin-right: 25px;
    width: 35%;
  }
  .product-body-footer {
    padding: 30px 0 80px 0;
  }
  .search-body-footer {
    padding: 50px 0 80px 0;
  }
  .body-footer {
    padding: 80px 0;
  }
  .search-product-teaser {
    width: 50%;
  }
  .search-product-teaser:nth-of-type(2n - 1) .search-product {
    margin-right: 15px;
  }
  .search-product-teaser:nth-of-type(2n) .search-product {
    margin-left: 15px;
  }
  .search-product {
    height: 100%;
  }
  .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 100px;
    padding-bottom: 120px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .contact-container .contact {
    width: 50%;
  }
  .contact-container .contact .title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  .contact-container .contact .message {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .contact-container .contact .button {
    padding: 13px 41px;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact-container .youtube {
    margin-top: 0;
    width: 50%;
  }
  .contact-container .youtube .youtube-message {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .contact-container .youtube-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 250px;
  }
  .product-search-heading {
    margin-bottom: 20px;
  }
  .product-search-section {
    margin-top: -60px;
  }
  .products-search-header {
    padding: 30px 20px 20px 20px;
    margin: 0 20px 0;
  }
  .refine-search .tablet {
    display: block;
  }
  .refine-search .mobile {
    display: none;
  }
  .refine-search.is-active {
    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;
  }
  .refine-search .filters {
    width: 50%;
  }
  .refine-search .filters.installation-positions {
    padding-top: 16px;
  }
  .refine-search .filters.filter-categories {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .refine-search .filters.filter-categories .filter-category {
    width: calc((100%/6) - 5px);
  }
  .refine-component-container {
    margin: 0 20px 0;
  }
  .banner-image {
    height: 250px;
  }
  .application-container .application-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .application-container .application-tiles .application-tile .application-content {
    text-align: left;
    padding-left: 40px;
    padding-top: 70px;
    padding-right: 90px;
  }
  .application-container .application-tiles .application-tile .application-content h1 {
    margin-bottom: 0;
  }
  .application-container .application-tiles .application-tile .application-content p {
    display: block;
  }
  .application-container .application-tiles .application-tile .application-content a {
    margin-bottom: 200px;
  }
  .application-container .application-tiles .application-tile {
    height: 350px;
  }
  .application-related-products {
    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;
  }
  .application-accessories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .application-accessory-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
  .application-accessory-teaser:not(:nth-of-type(1)) .application-accessory {
    margin-top: 0;
  }
  .application-accessory-teaser:not(:nth-of-type(-n + 2)) .application-accessory {
    margin-top: 65px;
  }
  .application-accessory-teaser:nth-of-type(2n - 1) .application-accessory {
    margin-right: 15px;
  }
  .application-accessory-teaser:nth-of-type(2n) .application-accessory {
    margin-left: 15px;
  }
  .application-accessory .product-image {
    width: 60%;
  }
  .application-accessory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .application-accessory .buttons {
    height: 70px;
  }
  .application-related-product .product-image {
    width: 60%;
  }
  .application-related-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 48%;
  }
  .application-related-product:not(:nth-of-type(1)) {
    margin-top: 0;
  }
  .application-related-product:not(:nth-of-type(-n + 2)) {
    margin-top: 65px;
  }
  .application-related-product .buttons {
    height: 70px;
  }
  .sections .section .banner .title-container {
    background-position: center;
    background-size: cover;
    padding: 0 0 0 15px;
  }
  .sections .section .banner .accordion-img {
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 35%;
  }
  .sections .section .banner .accordion-title-teaser h3 {
    padding: 0 10px 0 0;
  }
  .sections .section .banner .accordion-title-teaser {
    width: 65%;
  }
  .application-products-header {
    padding: 40px 0 0 25px;
  }
  .application-body-footer {
    padding: 80px 0;
  }
  .about-page-intro {
    margin-bottom: 25px;
  }
  .history-content-wrapper {
    padding: 0 0 30px 0;
  }
  .history-img-wrapper {
    margin-bottom: -30px;
  }
  .history {
    background-color: #EAEAEA;
    margin-bottom: 105px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .the-team-image {
    height: 555px;
  }
  .the-team-image {
    height: 650px;
  }
  .the-team-title {
    margin-left: 80px;
  }
  .the-team-title h4 {
    height: 38px;
  }
  .carousel-container {
    padding: 40px 10px;
  }
  .carousel-container .carousel-cell {
    width: 50%;
  }
  .contact-form input[type=submit] {
    width: 150px;
  }
  .contact-form button {
    width: 140px;
  }
  .contact-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-form form {
    width: 100%;
  }
  .contact-form .field {
    display: inline-block;
    width: 49%;
  }
  .contact-form .field:nth-of-type(2n) {
    padding-left: 10px;
  }
  .contact-form .field:nth-of-type(2n - 1) {
    padding-right: 10px;
  }
  .contact-form .field.textarea {
    width: 100%;
  }
  .contact-info .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 40px;
  }
  .contact-info .contact-address-container {
    width: 66%;
  }
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .phone-email {
    margin-bottom: 0;
    width: 33%;
  }
  .map iframe {
    width: 100%;
  }
  .contact-info-label {
    display: block;
  }
  .product-content .product-icon-wrapper {
    margin: 0 0 25px 0;
    max-width: 290px;
    max-height: 120px;
  }
  .product-content .product-heading {
    margin-bottom: 10px;
  }
  .product-content .product-mobile-image {
    display: none;
  }
  .product-content .product-desktop-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 40%;
  }
  .product-content .product-image-wrapper {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 50px;
    width: 291px;
    height: 271px;
  }
  .product-content .downloads .spec-sheet {
    width: 310px;
  }
  .product-content .downloads {
    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;
  }
  .product-info {
    padding: 36px 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-info-description {
    padding: 0 0 20px 0;
    max-width: 440px;
  }
  .product-spec-heading {
    margin-bottom: 10px;
  }
  .product-specs .installation-pos, .product-specs .inlet-sizes, .product-specs .operating-pressure, .product-specs .operating-temp {
    width: 35%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .product-specs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    max-width: 500px;
  }
  .product-videos-container {
    margin-bottom: 70px;
  }
  .product-videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-secondary-videos-container {
    padding: 0 10px;
  }
  .product-secondary-video-teaser {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .accessories .products, .related-products .products, .search-results .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .accessories .products .product, .related-products .products .product, .search-results .products .product {
    margin-bottom: 40px;
    width: calc(50% - 10px);
  }
  .accessories .products .product, .related-products .products .product, .search-results .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accessories .products .product .buttons .button, .related-products .products .product .buttons .button, .search-results .products .product .buttons .button {
    padding: 10px 10px;
  }
  .accessories .products .product .buttons .button:nth-of-type(1), .related-products .products .product .buttons .button:nth-of-type(1), .search-results .products .product .buttons .button:nth-of-type(1) {
    margin-right: 25px;
    width: 35%;
  }
  .accessories .product-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 35px 0 0;
  }
  .accessories .product-img-wrapper {
    margin-bottom: 0;
    max-width: 180px;
    margin: 0 0 -12px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .accessories .product-title-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 58%;
  }
  .product-tile-inner {
    min-height: 180px;
  }
}

@media (min-width: 1200px) {
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    white-space: nowrap;
  }
  .header {
    padding-bottom: 0;
  }
  .header-container:before {
    right: calc(100% - 138px);
    height: 80px;
  }
  .header-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 0;
  }
  .header .logo {
    padding-left: 0;
  }
  .header .mobile-navigation-container.is-active {
    display: none;
  }
  .header .mobile-navigation-container .sub-menu li {
    margin-bottom: 0;
  }
  .desktop-nav-container {
    width: 65%;
    display: block;
    max-width: 1110px;
    margin: 0 40px;
  }
  .hamburger-container {
    display: none;
  }
  .mobile-navigation-container {
    display: none;
  }
  .navigation .dropdown::after {
    top: 11px;
    right: 4px;
    height: 10px;
    width: 13px;
  }
  .sub-menu {
    position: absolute;
    top: 55px;
  }
  .language-selector-select {
    background-image: url("/themes/base/images/icons/arrow-down.svg");
    background-size: 12px 10px;
    background-position: 80px;
    padding-left: 18px;
    padding-right: 35px;
  }
  .language-selector.desktop {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
  }
  .footer-logo-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .logo {
    padding-left: 0;
  }
  .footer-container a {
    word-break: normal;
  }
  .footer-container .desktop-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
  }
  .footer-container .desktop-nav-container .navigation {
    margin-top: 0;
    width: 60%;
    padding: 0;
  }
  .footer-container .desktop-nav-container .navigation .column .sub-nav li {
    margin: 0;
  }
  .footer-container .desktop-nav-container .contact-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    width: 40%;
    margin: 0;
    padding: 0;
  }
  .footer-container .desktop-nav-container .contact-nav .column {
    margin: 0;
    max-width: 200px;
    width: auto;
  }
  .footer-container .desktop-nav-container .contact-nav .column .sub-nav {
    padding-right: 18px;
  }
  .footer-container .desktop-nav-container .contact-nav .column .sub-nav li {
    max-width: 100%;
    margin: 0;
  }
  .footer-tablet-only {
    display: none !important;
  }
  .footer-xl-only {
    display: block !important;
  }
  .home-banner-container .banner-content {
    padding: 215px 0 145px;
  }
  .home-banner-container .banner-content h4 {
    margin-bottom: 28px;
  }
  .home-banner-container .banner-content h2 {
    font-size: 54px;
    max-width: 730px;
    line-height: 71px;
  }
  .home-banner-container .banner-content .banner-down-arrow {
    display: none;
  }
  .home-title {
    max-width: 1110px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 60px;
    padding-left: 20px;
  }
  .product-footer {
    max-width: 1110px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .home-application-container .cols-4 .application-tile {
    width: 50%;
  }
  .home-application-container .cols-5 .application-tile {
    width: 33.33%;
  }
  .home-application-container .cols-5 .application-tile:nth-of-type(5n-4), .home-application-container .cols-5 .application-tile:nth-of-type(5n-3) {
    width: 50%;
  }
  .home-contact-footer {
    background-color: #ffffff;
  }
  .intro {
    margin: -70px 0 0;
    max-width: 730px;
  }
  .valve-range {
    padding-left: 0;
    padding-right: 0;
  }
  .valve-tile {
    width: calc((100%/3) - 20px);
  }
  .category-title {
    font-size: 36px;
    letter-spacing: 1.5px;
  }
  .accessories h2, .related-products h2 {
    margin-left: 0;
    margin-right: 0;
  }
  .product-search .products, .accessories .products, .related-products .products {
    margin: 0;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .product-search .products.is-active, .accessories .products.is-active, .related-products .products.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-search .products .product, .accessories .products .product, .related-products .products .product {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 15px);
  }
  .product-search .products .product:nth-of-type(3n - 2), .accessories .products .product:nth-of-type(3n - 2), .related-products .products .product:nth-of-type(3n - 2) {
    padding: 0 20px 0 0;
  }
  .product-search .products .product:nth-of-type(3n - 1), .accessories .products .product:nth-of-type(3n - 1), .related-products .products .product:nth-of-type(3n - 1) {
    padding: 0 10px;
  }
  .product-search .products .product:nth-of-type(3n), .accessories .products .product:nth-of-type(3n), .related-products .products .product:nth-of-type(3n) {
    padding: 0 0 0 20px;
  }
  .product-search .products .product .buttons, .accessories .products .product .buttons, .related-products .products .product .buttons {
    background-color: #EAEAEA;
  }
  .product-search .products .product.product-accessory, .accessories .products .product.product-accessory, .related-products .products .product.product-accessory {
    width: 33%;
  }
  .product-search .products .product.product-accessory .buttons, .accessories .products .product.product-accessory .buttons, .related-products .products .product.product-accessory .buttons {
    padding-right: 0;
  }
  .product-body-footer {
    padding: 50px 0 90px 0;
  }
  .product-body-footer h2 {
    margin-bottom: 30px;
  }
  .search-body-footer {
    padding: 50px 0 90px 0;
  }
  .search-body-footer h2 {
    margin-bottom: 30px;
  }
  .body-footer {
    padding: 90px 0;
  }
  .body-footer h2 {
    margin-bottom: 30px;
  }
  .contact-container {
    padding-top: 170px;
    padding-bottom: 260px;
    padding-right: 100px;
  }
  .contact-container .contact .title {
    font-size: 64px;
    line-height: 71px;
    margin-bottom: 20px;
  }
  .contact-container .contact .message {
    margin-bottom: 42px;
  }
  .contact-container .youtube .youtube-message {
    font-size: 64px;
    margin-bottom: 27px;
    line-height: 71px;
  }
  .contact-container .youtube-inner {
    max-width: 400px;
  }
  .product-search-results-container {
    padding: 0;
  }
  .product-search-section {
    margin-top: -60px;
    max-width: 730px;
  }
  .products-search-header {
    margin: auto;
    max-width: 730px;
  }
  .refine-component-container {
    margin: auto;
    text-align: left;
    max-width: 730px;
  }
  .application-container {
    margin: auto;
    max-width: 1110px;
  }
  .application-container .application-tiles .application-tile .application-content .button {
    border: none;
  }
  .application-container .application-tiles .application-tile .application-content {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 50px;
    padding-right: 15px;
    width: 50%;
  }
  .application-container .application-tiles .application-tile .application-content button {
    border: none;
  }
  .application-container .application-tiles .application-tile {
    background-size: 50%;
    background-position: right;
    background-repeat: no-repeat;
    background-color: white;
    border: none;
    margin-bottom: 20px;
    color: #333;
  }
  .application-accessory-teaser {
    width: 33%;
  }
  .application-accessory-teaser:not(:nth-of-type(-n + 2)) .application-accessory {
    margin-top: 0;
  }
  .application-accessory-teaser:not(:nth-of-type(-n + 3)) .application-accessory {
    margin-top: 65px;
  }
  .application-accessory-teaser:nth-of-type(2n - 1) .application-accessory {
    margin-left: 0;
  }
  .application-accessory-teaser:nth-of-type(2n) .application-accessory {
    margin-right: 0;
    margin-left: 0;
  }
  .application-accessory-teaser:nth-of-type(3n - 2) .application-accessory {
    margin-right: 20px;
  }
  .application-accessory-teaser:nth-of-type(3n - 1) .application-accessory {
    margin-left: 10px;
    margin-right: 10px;
  }
  .application-accessory-teaser:nth-of-type(3n) .application-accessory {
    margin-left: 20px;
  }
  .application-accessory .product-image {
    height: 320px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -150px;
    z-index: 1;
  }
  .application-accessory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .application-accessory .buttons {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 15px 0;
  }
  .application-related-product .product-image {
    height: 320px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -150px;
    z-index: 1;
  }
  .application-related-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .application-related-product .buttons {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 15px 0;
  }
  .sections {
    padding-top: 30px;
  }
  .sections .section {
    margin-bottom: 20px;
  }
  .sections .section .banner .title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sections .section .banner .accordion-img {
    width: 50%;
  }
  .sections .section .banner .accordion-title-teaser {
    width: 50%;
  }
  .sections .section .banner {
    background-color: #EAEAEA;
    margin: 0;
  }
  .sections .products {
    border-left: #EAEAEA 4px solid;
    border-right: #EAEAEA 4px solid;
    border-bottom: #EAEAEA 4px solid;
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
  .application-body-footer {
    padding: 70px 0 90px;
  }
  .application-body-footer h2 {
    margin-bottom: 30px;
  }
  .about-page-intro {
    margin-bottom: 35px;
  }
  .history-content-wrapper {
    width: 70%;
  }
  .history-img-wrapper {
    max-height: 405px;
    max-width: 350px;
    text-align: right;
    width: 30%;
  }
  .history .container {
    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;
  }
  .history {
    padding-top: 140px;
    margin-top: -50px;
  }
  .history .history-content p {
    padding-right: 50px;
  }
  .the-team-title {
    margin-left: 165px;
  }
  .carousel-container {
    padding: 70px 100px;
  }
  .carousel-container .carousel-cell {
    width: 30%;
  }
  .contact-content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 50px;
  }
  .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form .field {
    width: 100%;
    display: block;
    margin-bottom: 18px;
  }
  .contact-form .field:nth-of-type(2n) {
    padding-left: 0;
  }
  .contact-form .field:nth-of-type(2n - 1) {
    padding-right: 0;
  }
  .contact-info .info {
    padding-bottom: 5px;
    padding-top: 65px;
    width: 100%;
  }
  .contact-info .contact-address-container {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
  }
  .contact-info {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    padding-bottom: 40px;
  }
  .phone-email {
    width: 30%;
  }
  .map {
    height: 345px;
    padding-left: 40px;
  }
  .map iframe {
    height: 100%;
    width: 600px;
  }
  .product-content .product-icon-wrapper {
    max-width: 348px;
    max-height: 143px;
  }
  .product-content .product-image-wrapper {
    margin-right: 0;
    width: 445px;
    height: 429px;
  }
  .product-content {
    max-width: 1110px;
    margin: auto;
  }
  .product-content .downloads .spec-sheet .spec-sheet-title {
    font-size: 16px;
  }
  .product-info {
    padding-top: 65px;
  }
  .product-videos-container {
    margin-bottom: 115px;
  }
  .product-secondary-videos-container {
    padding: 0;
  }
  .product-secondary-video-teaser {
    width: calc(33.33% - 20px);
  }
  .product-secondary-video-teaser:nth-of-type(3n - 2) {
    margin: 0 20px 0 0;
  }
  .product-secondary-video-teaser:nth-of-type(3n - 1) {
    margin: 0 10px;
  }
  .product-secondary-video-teaser:nth-of-type(3n) {
    margin: 0 0 0 20px;
  }
  .accessories .products.is-active, .related-products .products.is-active, .search-results .products.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accessories .products .product, .related-products .products .product, .search-results .products .product {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 15px);
  }
  .accessories .products .product .buttons, .related-products .products .product .buttons, .search-results .products .product .buttons {
    background-color: #EAEAEA;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 15px 0;
    padding-right: 30%;
  }
  .accessories .products .product .buttons .button, .related-products .products .product .buttons .button, .search-results .products .product .buttons .button {
    margin: 0 15px;
  }
  .accessories .product-img-wrapper {
    height: auto;
    max-height: 190px;
    width: 40%;
  }
  .related-products .product-teaser, .sections .product-teaser, .search-results .product-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 35px 0 0;
  }
  .related-products .product-img-wrapper, .sections .product-img-wrapper, .search-results .product-img-wrapper {
    height: auto;
    margin-bottom: 0;
    max-height: 190px;
    max-width: 180px;
    margin: 0 0 -12px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
  .related-products .product-title-wrapper, .sections .product-title-wrapper, .search-results .product-title-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 58%;
  }
  .page-form-container {
    width: 50%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .footer-logo-container:before {
    right: calc(100% - 138px);
  }
}

@media (min-width: 1440px) {
  .header-container:before {
    right: 100%;
  }
  .header .logo {
    padding-left: 0;
    margin-top: 8px;
  }
  .header .logo a {
    margin-left: -138px;
  }
  .desktop-nav-container {
    width: 75%;
    display: block;
    margin: 0 40px;
  }
  .desktop-nav-container .language-selector {
    margin-left: 130px;
  }
  .footer .logo {
    padding-left: 0;
  }
  .footer .logo a {
    margin-left: -138px;
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .footer-logo-container:before {
    right: 100%;
  }
}
