/*! 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 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          -o-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: 40px;
  height: 21px;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

.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);
  -o-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);
  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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

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

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

.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);
  -o-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);
  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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

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

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

.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);
  -o-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);
  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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

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

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

.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);
  -o-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);
  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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

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

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

.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);
  -o-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);
  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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

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

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

.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);
  -o-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);
  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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

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

/*
   * Arrow
   */
.hamburger--arrow.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--arrow.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 Right
   */
.hamburger--arrow-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--arrow-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);
}

/*
   * 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);
  -o-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);
  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);
  -o-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);
  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(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 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);
  -o-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);
  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(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 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);
  -o-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);
  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);
  -o-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);
  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);
  -o-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);
  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(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 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);
  -o-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);
  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(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 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);
  -o-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);
  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);
          -ms-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);
          -ms-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;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          -ms-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);
          -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          -o-transition-duration: 0.13s;
     transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          -o-transition-delay: 0.13s;
     transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-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: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-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);
  -o-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);
  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, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          -o-transition-delay: 0.22s;
     transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-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;
  -o-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);
          -ms-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);
  -o-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);
  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;
          -o-transition-duration: 0.13s;
     transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          -o-transition-delay: 0.13s;
     transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-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: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-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);
  -o-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);
  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, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          -o-transition-delay: 0.22s;
     transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-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;
  -o-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);
          -ms-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);
  -o-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);
  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: 0.5px;
  -webkit-transition-duration: 0.275s;
          -o-transition-duration: 0.275s;
     transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-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: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -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);
  -o-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);
  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, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          -o-transition-delay: 0.075s;
     transition-delay: 0.075s;
}

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

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

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
          -o-transition-duration: 0.275s;
     transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-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: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -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);
  -o-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);
  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, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          -o-transition-delay: 0.075s;
     transition-delay: 0.075s;
}

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

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          -o-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;
  -o-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);
  -o-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;
  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: 10px;
  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);
  -o-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;
  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;
          -o-transition-delay: 0s;
     transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 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);
  -o-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);
  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: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 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);
  -o-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);
  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;
  -o-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);
  -o-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;
  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: 10px;
  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);
  -o-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;
  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;
          -o-transition-delay: 0s;
     transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 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);
  -o-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);
  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: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 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);
  -o-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);
  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;
  -o-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;
  -o-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: 0.5px;
}

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

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

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

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

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

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

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

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

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

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

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

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          -o-transition-duration: 0.22s;
     transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-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;
  -o-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);
  -o-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);
  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);
          -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          -o-transition-delay: 0.12s;
     transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-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;
  -o-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);
          -ms-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);
  -o-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);
  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;
          -o-transition-duration: 0.22s;
     transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-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;
  -o-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);
  -o-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);
  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);
          -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          -o-transition-delay: 0.12s;
     transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-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;
  -o-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);
          -ms-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);
  -o-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);
  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: 0.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -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);
  -o-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);
  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: 20px;
  -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);
  -o-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);
  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;
          -o-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);
  -o-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);
  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, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 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);
  -o-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);
  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, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          -o-transition-duration: 0.13s;
     transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
     transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-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: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-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);
  -o-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);
  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, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          -o-transition-delay: 0.22s;
     transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-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;
  -o-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);
          -ms-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);
  -o-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);
  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);
  -o-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;
  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);
  -o-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);
  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);
  -o-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);
  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);
          -ms-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);
  -o-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;
  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);
          -ms-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);
  -o-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);
  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);
          -ms-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);
  -o-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);
  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);
  -o-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;
  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);
  -o-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);
  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);
  -o-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);
  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);
          -ms-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);
  -o-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;
  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);
          -ms-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);
  -o-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);
  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);
          -ms-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);
  -o-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);
  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;
          -o-transition-duration: 0.075s;
     transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-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;
  -o-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);
  -o-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);
  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);
          -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          -o-transition-delay: 0.12s;
     transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-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;
  -o-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);
          -ms-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);
  -o-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);
  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;
          -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -o-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;
          -o-transition-duration: 0s;
     transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          -o-transition-timing-function: linear;
     transition-timing-function: linear;
}

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

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

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          -ms-transform: rotate(765deg);
      transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -o-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;
          -o-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);
          -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -o-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;
          -o-transition-duration: 0s;
     transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
     transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          -o-transition-timing-function: linear;
     transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-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;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          -ms-transform: rotate(-765deg);
      transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -o-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;
          -o-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);
          -ms-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: #F28754;
  border: 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 24px 15px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 100%;
}

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

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

.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: #1565c0;
}

.button.article-holder-submit,
button.article-holder-submit,
input[type="button"].article-holder-submit,
input[type="reset"].article-holder-submit,
input[type="submit"].article-holder-submit {
  display: none;
}

.button.newsletter-btn,
button.newsletter-btn,
input[type="button"].newsletter-btn,
input[type="reset"].newsletter-btn,
input[type="submit"].newsletter-btn {
  border-radius: 4px 4px 0 0;
  padding: 20px 50px 18px;
  min-width: 175px;
  width: 100%;
}

.button.hamburger,
button.hamburger,
input[type="button"].hamburger,
input[type="reset"].hamburger,
input[type="submit"].hamburger {
  margin: 27px 0 17px;
  min-width: inherit;
  padding: 10px 0;
}

.button.hamburger:focus, .button.hamburger:hover, .button.hamburger:active,
button.hamburger:focus,
button.hamburger:hover,
button.hamburger:active,
input[type="button"].hamburger:focus,
input[type="button"].hamburger:hover,
input[type="button"].hamburger:active,
input[type="reset"].hamburger:focus,
input[type="reset"].hamburger:hover,
input[type="reset"].hamburger:active,
input[type="submit"].hamburger:focus,
input[type="submit"].hamburger:hover,
input[type="submit"].hamburger:active {
  background-color: white;
  outline: none;
}

.filter-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.filter-list li {
  display: inline-block;
  margin: 0 13px 20px 0;
}

.filter-list label {
  background-color: white;
  border: 1px solid #BDB29E;
  border-radius: 3px;
  color: #BDB29E;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  min-width: unset;
  padding: 17px 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.filter-list label:hover {
  background-color: #4F6F19;
  border: 1px solid #4F6F19;
  color: white;
}

.filter-list input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  max-height: 1px;
}

.filter-list input:checked + label {
  background-color: #4F6F19;
  border: 1px solid #4F6F19;
  color: white;
}

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

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

label {
  color: #4C4C4C;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

input,
select,
textarea {
  display: block;
  font-family: "Roboto", 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 #E0E0E0;
  border-radius: 3px;
  -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;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms 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(#E0E0E0, 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 #E0E0E0;
}

[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(#3E3E3E, 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(#3E3E3E, 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(#3E3E3E, 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(#3E3E3E, 40%);
}

textarea {
  resize: vertical;
}

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

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  background-image: url("../images/arrow.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #BDB29E;
  color: #8D8474;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.75em;
  outline: none;
  padding: 19px 40px 18px 20px;
  text-transform: uppercase;
  width: 100%;
}

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

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

[type="text"],
[type="email"],
[type="password"],
textarea {
  margin: 0 0 20px;
  padding: 18px 10px;
}

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

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

html,
body {
  height: 100%;
}

body {
  background-color: #202D0C;
  margin: 0;
}

main {
  background-color: white;
}

.container {
  margin: auto;
  max-width: 1200px;
  padding: 0 25px;
}

dl {
  margin: 0;
}

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

dd {
  margin: 0;
}

figure {
  margin: 0;
}

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

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

th {
  font-weight: 600;
}

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

html {
  color: #3E3E3E;
  font-family: "Work Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

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

h1 {
  color: #202D0C;
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 30px;
  margin: 0 0 30px;
}

h2 {
  color: #3E3E3E;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 34px;
}

h3,
.h3 {
  color: #2C3E0F;
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 24px;
  padding-top: 0.5em;
}

/* VERIDIAN CUSTOMISATION: Change font for h3 containing Kaniʻāina because Work Sans added a giant space after a glottal */
a[aria-label*="“Voices of the Land” Digital Library"] > h3 {
 font-family: "Roboto", sans-serif;
}

/* VERIDIAN CUSTOMISATION: Alter the very tiny h4... */
h4,
.h4 {
  color: black;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: #4C4C4C;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
  word-break: break-word;
}

li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
  word-break: break-word;

}

a:not(.button):not(.about-expand) {
  color: #F28754;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}

a:not(.button):not(.about-expand):hover {
  color: #4F6F19;
}

a:not(.button):not(.about-expand):focus {
  color: #8D8474;
  outline: none;
}

a:not(.button):not(.about-expand).nav-link {
  color: #4F6F19;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 50px 18px;
  text-transform: uppercase;
}

a:not(.button):not(.about-expand).nav-link:hover {
  color: #F28754;
}

a:not(.button):not(.about-expand).nav-link:focus, a:not(.button):not(.about-expand).nav-link.active, a:not(.button):not(.about-expand).nav-link.current, a:not(.button):not(.about-expand).nav-link.section {
  color: #BDB29E;
}

a:not(.button):not(.about-expand).mobile-nav-link {
  color: #4F6F19;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0 5px; /* Veridian Customisation */
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

a:not(.button):not(.about-expand).mobile-nav-link:hover {
  color: #F28754;
}

a:not(.button):not(.about-expand).mobile-nav-link:active, a:not(.button):not(.about-expand).mobile-nav-link:focus, a:not(.button):not(.about-expand).mobile-nav-link.current, a:not(.button):not(.about-expand).mobile-nav-link.section {
  color: #BDB29E;
}

a:not(.button):not(.about-expand).footer-nav-link {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 18px;
  text-align: center;
  text-transform: uppercase;
}

a:not(.button):not(.about-expand).footer-nav-link:hover {
  color: #F28754;
}

a:not(.button):not(.about-expand).footer-nav-link:active, a:not(.button):not(.about-expand).footer-nav-link:focus {
  color: #BDB29E;
}

a:not(.button):not(.about-expand).footer-link {
  color: white;
}

a:not(.button):not(.about-expand).footer-link:hover, a:not(.button):not(.about-expand).footer-link:focus {
  color: #F28754;
}

a:not(.button):not(.about-expand).cta {
  padding: 12px 10px 10px;
  color: #8D8474;
  text-shadow: none;
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 70%;
}

a:not(.button):not(.about-expand).cta::before, a:not(.button):not(.about-expand).cta::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8D8474;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
      transform: scale(0.85);
}

a:not(.button):not(.about-expand).cta::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: top 0.3s, opacity 0.3s, transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

a:not(.button):not(.about-expand).cta:hover, a:not(.button):not(.about-expand).cta:focus {
  color: #F28754;
}

a:not(.button):not(.about-expand).cta:hover::before, a:not(.button):not(.about-expand).cta:hover::after, a:not(.button):not(.about-expand).cta:focus::before, a:not(.button):not(.about-expand).cta:focus::after {
  background: #F28754;
  -webkit-transform: scale(1);
          -ms-transform: scale(1);
      transform: scale(1);
}

a:not(.button):not(.about-expand).cta:hover:after, a:not(.button):not(.about-expand).cta:focus:after {
  top: 0%;
  opacity: 1;
}

a:not(.button):not(.about-expand).news-holder-page-link {
  color: #BDB29E;
}

a:not(.button):not(.about-expand).news-holder-page-link:hover {
  color: #F28754;
}

a:not(.button):not(.about-expand).nav-link, a:not(.button):not(.about-expand).mobile-nav-link, a:not(.button):not(.about-expand).footer-nav-link {
  font-family: "Work Sans", sans-serif;
}

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

.hero-title {
  color: white;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 40px;
  margin: 0 0 35px;
}

.inner-title {
  color: white;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}

.p3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.p3 a {
  line-height: 16px;
}

.secondary-p3 {
  color: #8D8474;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.secondary-p3 a {
  line-height: 16px;
}

.team-name {
  color: #4F6F19;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.team-job {
  color: #8D8474;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 18px;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.team-desc {
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0 0;
}

.team-desc:not(.visible) {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  max-height: 1px;
}

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

.contact-email {
  color: white;
  font-weight: bold;
  margin: 0;
}

.contact-email:hover {
  color: white;
}

.hero {
  color: #4F6F19;
  font-size: 22px;
}

.header {
  background-color: white;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

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

.mobile-navigation-container {
  display: none;
}

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

.nav-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.brand-logo-wrapper {
  display: block;
  height: 30px;
  margin: 24px 0;
  width: 180px;
}

.brand-logo {
  display: block;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-social-link {
  display: block;
  padding: 50px 10px;
}

.nav-social-link:first-of-type {
  padding: 50px 10px 50px 25px;
}

.hamburger-box {
  height: 27px;
}

.hamburger-inner {
  background-color: #4F6F19;
  border-radius: 100px;
  height: 4px;
}

.hamburger-inner:before, .hamburger-inner:after {
  background-color: #4F6F19;
  border-radius: 100px;
  height: 4px;
}

.mobile-nav-list {
  background-color: #d0deb7; /* Veridian Customisation */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 15px 10px; /* Veridian Customisation */
  position: absolute;
  right: 0px;
  width: 80%;
  z-index: 200;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* Veridian Customisation */
  border-radius: 0px 0px 0px 10px;
}

ul.mobile-nav-list li {
  margin-bottom: 10px;
}

.mobile-social-items {
  padding: 10px 0 0 0; /* Veridian Customisation */
  text-align: center;
}

.mobile-social-link {
  display: inline-block;
}

.mobile-primary-social-img {
  height: 33px;
  margin: 0 10px 0 0; /* Veridian Customisation */
  width: 16px;
}

.mobile-secondary-social-img {
  height: 31px;
  margin: 0 20px; /* Veridian Customisation */
  width: 38px;
}

.mobile-tertiary-social-img {
  height: 29px;
  margin: 0 0 0 10px; /* Veridian Customisation */
  width: 31px;
}

.footer {
  padding: 40px 0 45px;
}

.footer-brand-logo {
  background-image: url("../images/veridian-logo-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 193px;
}

.footer-nav-list {
  height: 100%;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
}

.footer-nav-link {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  color: #F28754;
}

.footer-nav-link:active, .footer-nav-link:focus {
  color: #BDB29E;
}

.footer-nav-social {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 160px;
}

.footer-nav-social-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px;
  position: relative;
  width: 190px;
}

.footer-facebook-link {
  background-image: url("../images/facebook-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 28px;
  margin: 10px 15px;
  width: 14px;
}

.footer-twitter-link {
  background-image: url("../images/twitter-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 25px;
  margin: 10px 15px;
  width: 32px;
}

.footer-linkedin-link {
  background-image: url("../images/linkedin-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 25px;
  margin: 10px 15px;
  width: 27px;
}

.desktop-footer-text-wrapper {
  display: none;
  text-align: right;
  width: 100%;
}

.mobile-footer-text-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 40px;
}

.newsletter-container {
  background-image: url("../images/letters-texture.png");
  padding: 45px 0 50px;
}

.newsletter-panel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
}

.newsletter-content-teaser {
  margin: 0 0 30px;
}

.newsletter-heading {
  color: #2C3E0F;
}

.newsletter-form {
  border: 0px solid #BDB29E;
  border-radius: 4px;

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

.newsletter-emailbtngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
}

.newsletter-input {
  border-radius: 4px 4px 0 0;
  height: 50px;
  margin: 0;
  text-align: center;
}

.newsletter-input::-webkit-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
}

.newsletter-input:-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
}

.newsletter-input::-ms-input-placeholder {
  color: #9B9B9B;
  opacity: 1;
}

.newsletter-input::placeholder {
  color: #9B9B9B;
  opacity: 1;
}

.newsletter-input:-ms-input-placeholder {
  color: #9B9B9B;
}

.newsletter-input::-ms-input-placeholder {
  color: #9B9B9B;
}

.newsletter-recapture {
  display: none;
}

.contact-section-container {
  background-size: cover;
  background-position: center;
}

.contact-section-overlay {
  background-color: rgba(79, 111, 25, 0.9);
  height: 100%;
  padding: 75px 0;
  width: 100%;
}

.contact-section-content {
  margin: 0 auto;
  max-width: 670px;
  text-align: center;
}

.contact-section-heading {
  color: white;
  margin: 0 0 35px;
}

.contact-section-body {
  color: white;
  margin: 0 0 40px;
}

.banner-container[style*="matthew-spiteri-elephants-three-1200w.jpg"] {
  background-position: 50% 10%;
}

.banner-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}

.banner-inner {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding: 20px 0;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
}

.banner-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.banner-title {
  margin-bottom: 0;
}

.content-page .message {
  max-width: 500px;
  margin: 0 auto 40px;
}

._form-thank-you {
  text-align: center;
  padding: 10px;
  border-radius:3px;
  background-color: rgba(255, 255, 255, 0.5);
}

#MemberLoginForm_LoginForm {
  padding: 100px 0;
  max-width: 500px;
  margin: auto;
}

#MemberLoginForm_LoginForm .checkbox label {
  display: inline-block;
}

#MemberLoginForm_LoginForm .action {
  margin-top: 20px;
  margin-bottom: 30px;
}

#MemberLoginForm_LoginForm .btn-toolbar a {
  text-decoration: none;
}

#MemberLoginForm_LoginForm .bad {
  color: #F28754;
}

.home-banner {
  color: white;
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
}

.home-banner-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 75px 0 70px;
  width: 100%;
}

.home-banner-content {
  padding: 0 30px;
  margin: 0 auto;
}

.home-banner-subheading {
  color: white;
}

.home-projects-container {
  padding: 50px 0 60px;
}

.home-projects-head-content {
  margin: 0 auto;
  max-width: 650px;
}

.home-projects-heading {
  color: #202D0C;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}

.home-projects-heading::after {
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
  bottom: -58px;
  content: '';
  height: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  width: 300px;
}

.home-projects-subheading {
  margin: 0 0 45px;
  text-align: center;
}

.home-project-list {
  margin: 0 0 30px;
}

.home-project-teaser {
  width: 100%;
}

.home-project-teaser:nth-of-type(3n) {
  display: none;
}

.home-project-panel {
  margin: 0 0 55px;
}

.home-project-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 155px;
  margin: 0 0 50px;
  width: 100%;
}

.home-project-description {
  text-align: center;
  position: relative;
}

.home-project-description::after {
  background-image: url("../images/underline2.svg");
  background-repeat: no-repeat;
  top: -30px;
  content: '';
  height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  width: 197px;
}

.home-projects-btn-wrapper {
  text-align: center;
}

.home-project-video-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 155px;
  margin: 0 0 50px;
  position: relative;
  width: 100%;
}

.home-project-video-img::after {
  background-image: url("../images/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  height: 74px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 72px;
}

.home-services-container {
  background-color: #F7F7F7;
  padding: 50px 0 60px;
}

.home-services-head-content {
  margin: 0 auto;
  margin-bottom: 40px;
}

.home-services-heading {
  color: #202D0C;
  margin-bottom: 20px;
  text-align: center;
}

.home-services-subheading {
  text-align: center;
}

.home-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 300px;
}

.home-service-teaser {
  width: 100%;
}

.home-service-teaser .home-service-panel {
  margin: 0 0 50px;
}

.home-service-panel {
  padding: 0 15px;
  text-align: center;
}

.home-service-title {
  margin: 0 0 15px;
}

.home-service-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 120px;
  margin: 0 0 15px;
  width: 100%;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out; /* Veridian Customisation */
}

/* Veridian Customisation */
.home-service-img:hover {
  border: 2px solid #dd;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px #909090;
          box-shadow: 0px 0px 5px #909090;
}

.home-services-btn-wrapper {
  text-align: center;
}

.home-feedback-container {
  background-image: url("../images/paper-texture-beige.png");
  padding: 60px 0 140px;
}

.home-feedback-heading {
  color: white;
  margin: 0 0 80px;
  text-align: center;
  position: relative;
}

.home-feedback-heading::after {
  background-image: url("../images/underline3.svg");
  background-repeat: no-repeat;
  bottom: -58px;
  content: '';
  height: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  width: 300px;
}

.carousel-cell {
  text-align: center;
  width: 100%;
}

.home-review {
  color: white;
  min-height: 90px;
}

.home-reviewer {
  color: #202D0C;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 370px;
  text-transform: uppercase;
}

.flickity-button-icon {
  display: none;
}

.flickity-prev-next-button.previous {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-prev.svg");
  background-size: contain;
  border-radius: 0;
  height: 50px;
  left: 0;
  min-width: 31px;
  padding: 0;
  top: 130%;
  width: 31px;
}

.flickity-prev-next-button.previous:disabled:hover {
  background-color: transparent;
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flickity-prev-next-button.previous:disabled:active, .flickity-prev-next-button.previous:disabled:focus {
  background-color: transparent;
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.flickity-prev-next-button.previous:hover {
  background-color: transparent;
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flickity-prev-next-button.previous:active, .flickity-prev-next-button.previous:focus {
  background-color: transparent;
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.flickity-prev-next-button.next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-next.svg");
  background-size: contain;
  border-radius: 0;
  height: 50px;
  right: 0;
  min-width: 31px;
  padding: 0;
  top: 130%;
  width: 31px;
}

.flickity-prev-next-button.next:disabled:hover {
  background-color: transparent;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flickity-prev-next-button.next:disabled:active, .flickity-prev-next-button.next:disabled:focus {
  background-color: transparent;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.flickity-prev-next-button.next:hover {
  background-color: transparent;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.flickity-prev-next-button.next:active, .flickity-prev-next-button.next:focus {
  background-color: transparent;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.flickity-page-dots {
  bottom: -70px;
}

.home-partners-container {
  padding: 65px 0 25px;
  text-align: center;
}

.home-partner-teaser {
  display: block;
  margin: 0 0 25px;
  width: 100%;
}

.home-partner-img {
  max-height: 60px;
  max-width: 200px;
}

.article-holder {
  padding: 25px 0 30px;
}

.article-holder-content {
  margin: 0 0 60px;
  max-width: 940px;
}

.article-holder-filter {
  margin: 0 0 50px;
}

.mobile-category-selector {
  display: block;
  margin: 0 auto;
  max-width: 470px;
}

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

.article-holder-dropdown select {
  background-image: url("../images/filter.svg"), url("../images/arrow.svg");
  background-position: left 10px center, right 25px center;
  background-repeat: no-repeat;
  padding: 19px 40px 18px 55px;
}

.article-teaser {
  padding: 0 0 55px;
  width: 100%;
}

.article-panel {
  text-align: center;
}

.article-teaser-video-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 300px;
  margin: 0 0 25px;
  position: relative;
  width: 100%;
}

.article-teaser-video-img::after {
  background-image: url("../images/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  height: 74px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 72px;
}

.article-holder-img-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin: 0 0 25px;
  position: relative;
  width: 100%;
}

.article-holder-img-wrapper[style*="matthew-spiteri-elephants-three-800w.jpg"] {
  background-position: 50% 15%;
}

.article-holder-img-wrapper[style*="elephind-hit-spike-2021-v2.png"],
.article-holder-img-wrapper[style*="Veridian-transition-UA-to-GA4.jpg"] {
  background-position: 0% 0%;
}

.article-holder-mobile-screens {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 0 25px;
}

.article-holder-screen-wrapper {
  height: 300px;
  margin: 0 0 25px;
  position: relative;
  width: 100%;
  display: none;
}

.article-holder-desktop-wrapper {
  background-image: url("../images/desktop-screen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  height: 285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 13px 15px 15px 5px;
  position: absolute;
  width: 435px;
}

.article-holder-desktop-img {
  border-radius: 5px;
  height: 210px;
  left: 50%;
  -webkit-transform: translateX(-52.5%);
          -ms-transform: translateX(-52.5%);
      transform: translateX(-52.5%);
  position: absolute;
  top: 10px;
  width: 395px;
}

.article-holder-tablet-wrapper {
  background-image: url("../images/tablet-screen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 150px;
  left: 0;
  padding: 13px 15px 15px 5px;
  position: absolute;
  width: 260px;
}

.article-holder-tablet-img {
  border-radius: 5px;
  bottom: 30px;
  height: 113px;
  width: 205px;
}

.article-holder-mobile-wrapper {
  background-image: url("../images/mobile-screen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 170px;
  right: 0;
  padding: 12px 0 12px 5px;
  position: absolute;
  width: 120px;
}

.article-holder-mobile-img {
  border-radius: 5px;
  height: 137px;
  width: 75px;
}

.article-holder-description {
  color: #4C4C4C;
  margin: 0 0 10px;
}

.article-holder-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}

.article-holder-pagination-label {
  display: inline-block;
  margin: 0;
}

.article-holder-prev {
  background-image: url("../images/pagination-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 2px solid #4F6F19;
  display: inline-block;
  height: 30px;
  margin: 0 11px 0 0;
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  width: 34px;
}

.article-holder-prev.disabled {
  background-image: url("../images/pagination-disabled.svg");
  border: 2px solid #E0E0E0;
  cursor: not-allowed;
}

.article-holder-next {
  background-image: url("../images/pagination-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 2px solid #4F6F19;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 11px;
  width: 34px;
}

.article-holder-next.disabled {
  background-image: url("../images/pagination-disabled.svg");
  border: 2px solid #E0E0E0;
  cursor: not-allowed;
}

.about {
  padding: 30px 0 10px;
}

.about-content {
  margin: 0 0 50px;
}

.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-teaser {
  width: 100%;
}

.about-teaser .about-panel {
  margin: 0 0 60px;
}

.about-panel {
  text-align: center;
}

.about-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 230px;
  margin: 0 0 20px;
  width: 100%;
}

.about-email {
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
}

.about-block {
  background-size: cover;
  background-position: center;
}

.about-block-overlay {
  background-color: rgba(79, 111, 25, 0.9);
  height: 100%;
  padding: 45px 0 30px;
  width: 100%;
}

.about-block-content {
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
}

.about-block-heading {
  color: white;
  margin: 0 0 30px;
}

.about-block-body {
  color: white;
}

.about-career {
  padding: 50px 0 70px;
}

.about-career-teaser:nth-of-type(2n - 1) .about-career-panel {
  border-bottom: 1px solid #BDB29E;
  margin: 0 0 40px;
  padding: 0 0 20px;
}

.about-career-panel {
  text-align: center;
}

.about-career-btn {
  padding-top: 20px;
}

.about-expand {
  background-image: url("../images/underline3a.svg"), url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom, center right;
  background-size: contain, 12px 6px;
  color: #8D8474;
  cursor: pointer;
  display: block;
  height: 45px;
  margin: 0 auto;
  padding: 12px 8px 0;
  text-align: left;
  width: 110px;
}

.about-expand:before {
  content: 'read more';
}

.about-expand.open {
  background-image: url("../images/underline3a.svg"), url("../images/arrow-dark-up.svg");
}

.about-expand.open:before {
  content: 'read less';
}

.tips {
  padding: 30px 0 30px;
}

.tips-container {
  margin: 0 0 60px;
}

.tip-teaser.hide {
  display: none;
}

.tip-panel {
  margin: 0 0 35px;
  text-align: center;
}

.tip-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 69px;
}

.tips-button-wrapper {
  text-align: center;
}

.load-more-tips {
  margin: 0 0 20px;
}

.load-more-tips.hide {
  display: none;
}

.faq {
  padding: 40px 0 35px;
}

.faq-teaser {
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 35px;
  padding: 0 0 20px;
}

.faq-question {
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 20px 9px;
  background-position: top right;
  cursor: pointer;
  margin: 0 0 15px;
  padding: 0 35px 0 0;
}

.faq-question.open {
  background-image: url("../images/arrow-up.svg");
}

.faq-answer {
  padding: 0 35px 0 0;
}

.faq-answer:not(.visible) {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  max-height: 1px;
}

.news-holder {
  padding: 30px 0 30px;
}

.news-holder-content {
  margin: 0 0 40px;
  text-align: center;
}

.news-holder-featured {
  margin: 0 0 45px;
  text-align: center;
}

.news-holder-featured-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 185px;
  margin: 0 0 30px 0;
  width: 100%;
}

.news-holder-list {
  margin: 0 0 55px;
}

.news-holder-teaser {
  width: 100%;
}

.news-holder-panel {
  margin: 0 0 50px;
  text-align: center;
}

.news-holder-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 260px;
  margin: 0 0 30px;
  width: 100%;
}

.news-holder-description {
  color: #4C4C4C;
}

.news-holder-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}

.news-holder-pagination-label {
  display: inline-block;
  margin: 0;
}

.news-holder-prev {
  background-image: url("../images/pagination-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 2px solid #4F6F19;
  display: inline-block;
  height: 30px;
  margin: 0 11px 0 0;
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  width: 34px;
}

.news-holder-prev.disabled {
  background-image: url("../images/pagination-disabled.svg");
  border: 2px solid #E0E0E0;
  cursor: not-allowed;
}

.news-holder-next {
  background-image: url("../images/pagination-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  border: 2px solid #4F6F19;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 11px;
  width: 34px;
}

.news-holder-next.disabled {
  background-image: url("../images/pagination-disabled.svg");
  border: 2px solid #E0E0E0;
  cursor: not-allowed;
}

.news-article {
  padding: 30px 0 30px;
}

.news-article-label {
  margin: 0 0 30px;
}

.news-article-heading {
  margin: 0 0 12px;
}

.news-article-date {
  margin: 0 0 22px;
}

.news-article-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  margin: 0 0 30px;
  width: 100%;
}

.captionImage {
 background-color: #f0f0f0;
 border-radius: 5px;
 padding: 6px;
 margin-bottom: 20px;
}

.caption {
  padding: 5px;
  margin-bottom: 0px;
}

.news-article-img[style*="swiss-national-library-6-million-newspaper-pages-teaser.png"],
.news-article-img[style*="e-newspaper-archives.sh.png"],
.news-article-img[style*="Saturday-Advertiser.jpg"],
.news-article-img[style*="ethan-1200w.jpg"],
.news-article-img[style*="John.jpg"],
.news-article-img[style*="Ryan_news.JPG"],
.news-article-img[style*="Andrew.jpg"],
.news-article-img[style*="Pei.jpg"],
.news-article-img[style*="Meet-Michael_website.jpg"],
.news-article-img[style*="Richard_newsletter.jpg"],
.news-article-img[style*="Stefan-newsletter.jpg"],
.news-article-img[style*="Meet-Stefan_website.jpg"],
.news-article-img[style*="Jeffrey.jpg"],
.news-article-img[style*="banner002.jpg"],
.news-article-img[style*="searching-archives.jpg"],
.news-article-img[style*="Lynden-Pioneer-Press.jpg"] {
  background-position: top;
}

.news-article-img[style*="Venn_diagram_gr_la_ru-labeled-8bit.png"] {
    background-size: 56%;
}

.news-article-img[style*="hemmingway-family-scrapbook-v6.jpg"] {
    background-size: 67%;
}

.news-article-img[style*="beloit-college-digital-publications-archive.jpg"] {
    background-size: 67%;
}

.news-article-img[style*="e-newspaper-archives.sh-devices.png"],
.news-article-img[style*="winona-image.jpg"],
.news-article-img[style*="lawrenceville-school-responsive-views-image.jpg"],
.news-article-img[style*="pentecostal-responsive-showcase-1000w.png"],
.news-article-img[style*="newspapers-at-tufts.jpg"] {
    background-size: 75%;
}

.news-article-img[style*="ulukau-screenshot-devices-June-2022.jpg"] {
    background-size: 78%;
}

@media (min-width: 370px) and (max-width: 768px) {
  .news-article-img[style*="beloit-college-digital-publications-archive.jpg"],
  .news-article-img[style*="ethan-1200w.jpg"],
  .news-article-img[style*="John.jpg"],
  .news-article-img[style*="searching-archives.jpg"],
  .news-article-img[style*="newspapers-at-tufts.jpg"] {
    height: 320px;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .news-article-img[style*="e-newspaper-archives.sh.png"],
  .news-article-img[style*="winona-image.jpg"] {
    height: 320px;
  }
}

@media (min-width: 370px) and (max-width: 599px) {
  .news-article-img[style*="e-newspaper-archives.sh.png"],
  .news-article-img[style*="winona-image.jpg"] {
    height: 200px;
  }
}

@media (min-width: 550px) and (max-width: 768px) {
  .news-article-img[style*="20-anniversary-dlconsulting-group-photo-a.jpg"] {
    height: 360px;
  }
}

@media (min-width: 450px) and (max-width: 549px) {
  .news-article-img[style*="20-anniversary-dlconsulting-group-photo-a.jpg"] {
    height: 260px;
  }
}

@media (min-width: 320px) and (max-width: 449px) {
  .news-article-img[style*="20-anniversary-dlconsulting-group-photo-a.jpg"] {
    height: 200px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .news-article-img[style*="e-newspaper-archives.sh-devices.png"],
  .news-article-img[style*="winona-image.jpg"],
  .news-article-img[style*="pentecostal-responsive-showcase-1000w.png"],
  .news-article-img[style*="lawrenceville-school-responsive-views-image.jpg"],
  .news-article-img[style*="Ryan_news.JPG"],
  .news-article-img[style*="Andrew.jpg"],
  .news-article-img[style*="Pei.jpg"],
  .news-article-img[style*="Meet-Michael_website.jpg"],
  .news-article-img[style*="Richard_newsletter.jpg"],
  .news-article-img[style*="Stefan-newsletter.jpg"],
  .news-article-img[style*="Meet-Stefan_website.jpg"],
  .news-article-img[style*="Jeffrey.jpg"],
  .news-article-img[style*="banner002.jpg"],
  .news-article-img[style*="ulukau-screenshot-devices-June-2022.jpg"] {
    height: 360px;
  }
}

@media (min-width: 320px) and (max-width: 499px) {
  .news-article-img[style*="e-newspaper-archives.sh-devices.png"],
  .news-article-img[style*="winona-image.jpg"],
  .news-article-img[style*="lawrenceville-school-responsive-views-image.jpg"],
  .news-article-img[style*="pentecostal-responsive-showcase-1000w.png"],
  .news-article-img[style*="ulukau-screenshot-devices-June-2022.jpg"] {
    height: 260px;
  }
}

@media (min-width: 765px) and (max-width: 981px) {
  .news-article-img[style*="newspapers-at-tufts.jpg"] {
    background-size: 67%;
  }
  .news-article-img[style*="ulukau-screenshot-devices-June-2022.jpg"],
  .news-article-img[style*="e-newspaper-archives.sh-devices.png"],
  .news-article-img[style*="winona-image.jpg"],
  .news-article-img[style*="pentecostal-responsive-showcase-1000w.png"],
  .news-article-img[style*="lawrenceville-school-responsive-views-image.jpg"] {
    background-size: 60%;
  }
  .news-article-img[style*="20-anniversary-dlconsulting-group-photo-a.jpg"] {
    height: 500px;
  }
}

.news-holder-img[style*="e-newspaper-archives.sh.png"],
.news-holder-img[style*="e-newspaper-archives.sh-devices.png"],
.news-holder-img[style*="ulukau-screenshot-devices-June-2022.jpg"],
.news-holder-img[style*="beloit-college-digital-publications-archive.jpg"],
.news-holder-img[style*="winona-image.jpg"],
.news-holder-img[style*="lawrenceville-school-responsive-views-image.jpg"],
.news-holder-img[style*="pentecostal-responsive-showcase-1000w.png"],
.news-holder-img[style*="newspapers-at-tufts.jpg"] {
    background-size: 100%;
}

.news-holder-img[style*="rodney-and-otamatea-times-august-14-1912.png"] {
    background-size: contain;
}


@media (max-width: 979px) {
  .news-holder-img[style*="ethan-1200w.jpg"],
  .news-holder-img[style*="John.jpg"],
  .news-holder-img[style*="searching-archives.jpg"],
  .news-holder-img[style*="20-anniversary-dlconsulting-group-photo-b.jpg"],
  .news-holder-img[style*="Ryan_news.JPG"],
  .news-holder-img[style*="Andrew.jpg"],
  .news-holder-img[style*="Pei.jpg"],
  .news-holder-img[style*="Meet-Michael_website.jpg"],
  .news-holder-img[style*="Richard_newsletter.jpg"],
  .news-holder-img[style*="Stefan-newsletter.jpg"],
  .news-holder-img[style*="Jeffrey.jpg"],
  .news-holder-img[style*="banner002.jpg"],
  .news-holder-img[style*="e-newspaper-archives.sh.png"] {
    background-position: top;
  }
}

@media (max-width: 979px) {
  .news-holder-img[style*="20-anniversary-dlconsulting-group-photo-b.jpg"] {
    background-position: 50% 30%;
  }
}

@media (max-width: 979px) {
  .news-holder-featured-img[style*="searching-archives.jpg"] {
    background-position: top;
  }
}

.news-article-img[style*="crra-updated.jpg"] {
    background-size: 67%;
}

@media (min-width: 370px) and (max-width: 768px) {
  .news-article-img[style*="crra-updated.jpg"] {
    height: 320px;
  }
}

.news-holder-img[style*="crra-updated.jpg"] {
    background-size: 100%;
}

@media (min-width: 400px) and (max-width: 550px) {
  .news-article-img[style*="Venn_diagram_gr_la_ru-labeled-8bit.png"] {
    height: 250px;
  }
}

@media (min-width: 551px) and (max-width: 768px) {
  .news-article-img[style*="Venn_diagram_gr_la_ru-labeled-8bit.png"] {
    height: 300px;
  }
}

.news-article-content {
  margin: 0 0 30px;
}

.news-article-button-wrapper {
  margin: 40px 0 40px;
  text-align: center;
}

.elements {
  padding: 35px 0 0;
}

.elements .content-element__content {
  margin: auto;
  max-width: 1200px;
  padding: 0 25px;
  text-align: left; /* Veridian Customization: Jeffrey changed this as center text on a mobile view is aweful... */
}

.contact {
  padding: 35px 0 0;
}

.contact-content-container {
  margin: 0 0 70px;
}

.contact-content {
  margin: 0 0 45px;
  text-align: center;
}

.contact-highlight-container {
  text-align: center;
}

.contact-highlight-teaser {
  display: inline-block;
  width: 100%;
}

.contact-highlight-panel {
  background-color: #F28754;
  border-radius: 5px;
  padding: 25px 15px 30px;
  width: 100%;
}

.contact-highlight-icon {
  background-image: url("../images/email.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 23px;
  width: 39px;
}

.contact-email-label {
  color: white;
  margin: 0;
}

.contact-form-container {
  background-color: #F7F7F7;
  padding: 50px 0 10px;
}

.contact-form-information {
  margin: 0 0 40px;
}

.contact-form-teaser {
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
}

.contact-submit {
  margin-top: 15px;
  width: 100%;
}

.contact-location-teaser {
  margin: 0 0 9.99px; /* Veridian Customisation */
  text-align: center;
}

.contact-location-img-wrapper {
  margin: 0 auto;
  margin-bottom: 20px;
  height: 46px;
  width: 90px;
}

.contact-location-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.contact-location-title {
  margin: 0 0 40px;
  position: relative;
}

.contact-location-title::after {
  background-image: url("../images/underline2.svg");
  background-repeat: no-repeat;
  bottom: -25px;
  content: '';
  height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  width: 197px;
}

.contact-success-message {
  margin: 0 0 0px; /* Veridian Customisation */
  text-align: center; /* Veridian Customisation */
}

.contact-team {
  padding: 0;
  background-size: cover;
  background-position: center;
}

.contact-team-overlay {
  background-color: rgba(79, 111, 25, 0.9);
  height: 100%;
  padding: 80px 0 80px;
  width: 100%;
}

.contact-team-overlay h1, .contact-team-overlay p {
  color: white;
  text-align: center;
}

.contact-team-content {
  margin: 0 0 15px;
}

.contact-team-button-wrapper {
  text-align: center;
}

.error {
  padding: 40px 0 50px;
  text-align: center;
}

.error-img-wrapper {
  height: 74px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 192px;
}

.error-img {
  max-width: 100%;
  width: auto;
}

.error-heading {
  color: #F28754;
  margin: 0 0 60px;
  position: relative;
}

.error-heading::after {
  background-image: url("../images/underline4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  bottom: -35px;
  content: '';
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
  width: 239px;
}

.page-container {
  padding: 30px 0 40px;
}

.graphic-element {
  padding: 40px 0 0;
}

.graphic-element-img-wrapper {
  margin: 0 0 40px;
  width: 100%;
}

.graphic-element-img-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 200px;
  width: 100%;
}

.graphic-element-img-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.graphic-element-img-limit {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 200px;
  width: 100%;
}

.graphic-element-img-panel {
  height: 200px;
}

.graphic-element-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.graphic-element-content-wrapper {
  width: 100%;
}

.graphic-element-content-panel {
  text-align: center;
}

.call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 0 0 70px;
}

.call-to-action-content {
  margin: 0 0  40px;
}

.background-image-element {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}

.background-image-element-overlay {
  background-color: rgba(79, 111, 25, 0.9);
  height: 100%;
  padding: 50px 0;
  width: 100%;
}

.background-image-element-overlay .background-image-element-content a:hover {
  color: white;
}

.background-image-element-content {
  color: white;
  text-align: center;
  padding: 0px; /* Veridian Customisation */
}

.background-image-element-content h1, .background-image-element-content h2, .background-image-element-content h3, .background-image-element-content h4, .background-image-element-content h5, .background-image-element-content p {
  color: white;
}

.background-image-element-content span {
  color: white;
}

.video-element {
  margin-top: 80px;
}

.video-element-teaser {
  width: 100%;
}

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

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

.content-element__content {
  overflow: hidden;
}

@media (min-width: 768px) {
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    min-width: 360px;
    padding: 24px 90px 22px;
    width: auto;
  }
  .button.newsletter-btn,
  button.newsletter-btn,
  input[type="button"].newsletter-btn,
  input[type="reset"].newsletter-btn,
  input[type="submit"].newsletter-btn {
    border-radius: 0 4px 4px 0;
    width: 33.33%;
  }
  h1 {
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 40px;
    margin: 0 0 40px;
  }
  h2 {
    font-size: 56px;
    letter-spacing: -2px;
    line-height: 54px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 28px;
  }
  a:not(.button):not(.about-expand).footer-nav-link {
    padding: 50px 18px;
    text-align: left;
  }
  .hero-title {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 76px;
  }
  .inner-title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 52px;
  }
  .team-desc {
    margin: 0 0 20px;
  }
  .team-desc:not(.visible) {
    position: static;
    overflow: hidden;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    max-height: none;
  }
  .hero {
    font-size: 24px;
  }
  .nav-wrapper {
    height: auto;
  }
  .brand-logo-wrapper {
    height: 38px;
    margin: 30px 0;
    width: 232px;
  }
  .footer {
    padding: 80px 0 90px;
  }
  .footer-brand-logo {
    height: 60px;
    margin-bottom: 10px;
    width: 355px;
  }
  .footer-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav-link {
    padding: 50px 18px;
    text-align: left;
  }
  .footer-nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: auto;
  }
  .footer-nav-social-items {
    padding: 0;
  }
  .footer-nav-social-items:after {
    background-color: white;
    border-radius: 100px;
    content: '';
    height: 5px;
    position: absolute;
    right: 0;
    top: 22px;
    width: 5px;
  }
  .newsletter-container {
    padding: 95px 0 100px;
  }
  .newsletter-heading {
    margin: 0 0 22px;
  }
  .newsletter-input {
    border-radius: 4px 0 0 4px;
    height: auto;
    text-align: left;
    width: 66.66%;
  }
  .contact-section-overlay {
    padding: 59.99px 0 69.99px;  /* Veridian Customisation */
  }
  .banner-inner {
    height: 230px;
  }
  .home-banner-overlay {
    padding: 155px 0 165px;
  }
  .home-banner-content {
    max-width: 670px;
  }
  .home-projects-container {
    padding: 90px 0 100px;
  }
  .home-projects-heading::after {
    width: 609px;
  }
  .home-projects-subheading {
    margin: 0 0 60px;
  }
  .home-project-list {
    margin: 0 0 50px;
    padding: 0 50px;
  }
  .home-project-panel {
    margin: 0 0 75px;
  }
  .home-project-img {
    height: 315px;
    margin: 0 0 65px;
  }
  .home-project-description {
    margin: 0 auto;
    max-width: 470px;
  }
  .home-project-description::after {
    top: -35px;
  }
  .home-project-video-img {
    height: 315px;
    margin: 0 0 65px;
  }
  .home-project-video-img::after {
    height: 90px;
    width: 88px;
  }
  .home-services-container {
    padding: 85px 0 105px;
  }
  .home-services-head-content {
    margin-bottom: 60px;
  }
  .home-services-heading {
    margin-bottom: 35px;
  }
  .home-service-list {
    max-width: none;
    padding: 0 50px;
  }
  .home-service-teaser {
    width: 50%;
  }
  .home-service-teaser:nth-of-type(2n-1) .home-service-panel {
    margin: 0 20px 65px 0;
  }
  .home-service-teaser:nth-of-type(2n) .home-service-panel {
    margin: 0 0 65px 20px;
  }
  .home-service-img {
    height: 150px;
  }
  .home-feedback-container {
    padding: 100px 0 180px;
  }
  .home-feedback-heading::after {
    width: 609px;
  }
  .home-feedback-heading {
    margin: 0 0 80px;
  }
  .home-review-content {
    margin: 0 80px;
  }
  .flickity-prev-next-button.previous {
    height: 85px;
    min-width: 42px;
    top: 30%;
    width: 42px;
  }
  .flickity-prev-next-button.next {
    height: 85px;
    min-width: 42px;
    top: 30%;
    width: 42px;
  }
  .flickity-page-dots {
    bottom: -39.99px;  /* Veridian Customisation */
  }
  .home-partners-container {
    padding: 65px 0 20px;
  }
  .home-partner-teaser {
    display: inline-block;
    margin: 0 40px 50px;
    width: auto;
  }
  .article-holder {
    padding: 59.99px 0 29.99px; /* Veridian Customisation */
  }
  .article-holder-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-teaser {
    padding: 0 15px 90px;
    width: 50%;
  }
  .article-teaser-video-img::after {
    height: 90px;
    width: 88px;
  }
  .article-holder-pagination {
    margin: 0 0 80px;
  }
  .about {
    padding: 50px 0 30px;
  }
  .about-teaser {
    width: 50%;
  }
  .about-teaser:nth-of-type(2n - 1) .about-panel {
    margin: 0 10px 60px 0;
  }
  .about-teaser:nth-of-type(2n) .about-panel {
    margin: 0 0 60px 10px;
  }
  .about-panel {
    text-align: left;
  }
  .about-email {
    margin: 0 0 15px;
  }
  .about-block-overlay {
    padding: 50px 0 55px;
  }
  .about-block-content {
    margin: 0;
    text-align: left;
  }
  .about-career {
    padding: 80px 0 110px;
  }
  .about-career-teaser {
    width: 100%;
  }
  .about-career-teaser:nth-of-type(2n - 1) .about-career-panel {
    margin: 0 0 60px;
    padding: 0 0 30px;
  }
  .about-career-btn {
    padding-top: 30px;
  }
  .about-expand {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    max-height: 1px;
  }
  .tips {
    padding: 50px 0 30px;
  }
  .tips-container {
    margin: 0 0 90px;
  }
  .tip-panel {
    margin: 0 0 70px;
  }
  .tip-number {
    height: 105px;
    font-size: 60px;
    margin-bottom: 35px;
    width: 105px;
  }
  .load-more-tips {
    margin: 0 0 70px;
  }
  .faq {
    padding: 50px 0 70px;
  }
  .faq-question {
    background-size: 42px 21px;
    padding: 0 60px 0 0;
  }
  .faq-answer {
    padding: 0 60px 0 0;
  }
  .news-holder {
    padding: 50px 0 30px;
  }
  .news-holder-content {
    margin: 0 0 50px;
    text-align: left;
  }
  .news-holder-featured {
    margin: 0 0 70px;
    text-align: left;
  }
  .news-holder-featured-img {
    height: 415px;
  }
  .news-holder-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .news-holder-teaser {
    width: 50%;
  }
  .news-holder-teaser:nth-of-type(2n - 1) .news-holder-panel {
    margin: 0 10px 65px 0;
  }
  .news-holder-teaser:nth-of-type(2n) .news-holder-panel {
    margin: 0 0 65px 10px;
  }
  .news-holder-panel {
    margin: 0;
  }
  .news-holder-title {
    min-height: 55px;
  }
  .news-holder-pagination {
    margin: 0 0 80px;
  }
  .news-article {
    padding: 30px 0 30px;
  }
  .news-article-label {
    margin: 0 0 50px;
  }
  .news-article-heading {
    margin: 0 0 20px;
  }
  .news-article-date {
    margin: 0 0 40px;
  }
  .news-article-img {
    height: 370px;
    margin: 0 0 50px;
  }
  .news-article-content {
    margin: 0 0 65px;
  }
  .news-article-button-wrapper {
    margin: 40px 0 70px;
  }
  .elements {
    padding: 50px 0 0;
  }
  .elements .content-element__content {
    text-align: left;
  }
  .contact-content {
    text-align: left;
  }
  .contact-highlight-teaser {
    width: auto;
  }
  .contact-highlight-panel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 35px;
    width: auto;
  }
  .contact-highlight-icon {
    height: 26px;
    width: 44px;
    margin: 0 15px 0 0;
  }
  .contact-email-label {
    margin: 0 7px 0 0;
  }
  .contact-form-container {
    padding: 70px 0 20px;
  }
  .contact-form-teaser {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 70%;
  }
  .contact-submit {
    margin-top: 20px;
  }
  .contact-location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-location-panel {
    padding: 0 15px;
  }
  .contact-location-teaser {
    width: 50%;
  }
  .contact-team {
    padding: 0; /* Veridian Customisation */
  }
  .contact-team-content {
    margin: 0 0 45px;
  }
  .error {
    padding: 80px 0 90px;
  }
  .error-img-wrapper {
    height: 134px;
    margin-bottom: 30px;
    width: 348px;
  }
  .error-heading {
    margin: 0 0 125px;
  }
  .error-heading::after {
    bottom: -75px;
    height: 58px;
    width: 466px;
  }
  .page-container {
    padding: 50px 0 60px;
  }
  .graphic-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 39.99px 0 0;  /* Veridian Customisation */
  }
  .graphic-element-img-wrapper {
    margin: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Veridian Customisation */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Veridian Customisation */
  }
  .graphic-element-img-wrapper.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .graphic-element-img-contain {
    height: 100%;
  }
  .graphic-element-img-cover {
    height: 100%;
  }
  .graphic-element-img-panel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .graphic-element-img {
    margin-left: auto;
    margin-right: 0;
  }
  .graphic-element-img.right {
    margin-left: 0;
    margin-right: auto;
  }
  .graphic-element-content-wrapper {
    width: 50%;
  }
  .graphic-element-content-wrapper.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .graphic-element-content-wrapper.left .graphic-element-content-panel {
    padding: 0 50px 0 0;
  }
  .graphic-element-content-panel {
    padding: 0 0 0 50px;
    text-align: left;
  }
  .call-to-action {
    margin-top: 80px;
    padding: 20px 0 110px;
  }
  .call-to-action {
    margin-top: 110px;
    padding: 20px 0 120px;
  }
  .call-to-action-content {
    margin: 0 0 80px;
  }
  .background-image-element {
    margin-top: 60px;
  }
  .background-image-element-overlay {
    padding: 85px 85px 70px;
  }
  .background-image-element-content {
    text-align: left;
  }
  .background-image-element-content h2 {
    margin: 0 0 20px;
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: 48px;
    letter-spacing: -0.6px;
    line-height: 48px;
    margin: 0 0 45px;
  }
  h2 {
    font-size: 64px;
    line-height: 60px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  a:not(.button):not(.about-expand).cta {
    width: 100%;
  }
  a:not(.button):not(.about-expand).cta {
    min-width: 360px;
    width: auto;
  }
  .hero-title {
    font-size: 120px;
    line-height: 116px;
  }
  .inner-title {
    font-size: 80px;
    line-height: 75px;
    text-align: right;
    width: auto;
  }
  .team-name {
    font-size: 22px;
  }
  .desktop-nav-container {
    display: block;
  }
  .mobile-navigation-container.is-active {
    display: none;
  }
  .brand-logo-wrapper {
    height: 47px;
    margin: 35px 0 38px;
    width: 283px;
  }
  .hamburger-container {
    display: none;
  }
  .footer {
    padding: 30px 0 60px;
  }
  .footer-nav-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-brand-logo {
    height: 47px;
    margin: 0;
    width: 280px;
  }
  .footer-nav-list {
    margin: 0;
    width: auto;
  }
  .footer-nav-social {
    display: block;
    margin: 0;
  }
  .footer-nav-social-items {
    width: auto;
  }
  .footer-nav-social-items:after {
    content: none;
  }
  .footer-facebook-link {
    height: 18px;
    margin: 40px 10px 60px 25px;
    width: 9px;
  }
  .footer-twitter-link {
    height: 17px;
    margin: 40px 10px 60px 10px;
    width: 21px;
  }
  .footer-linkedin-link {
    height: 16px;
    margin: 40px 10px 60px 10px;
    width: 17px;
  }
  .desktop-footer-text-wrapper {
    display: block;
    padding-right: 10px;
  }
  .mobile-footer-text-wrapper {
    display: none;
  }
  .newsletter-container {
    padding: 79.99px 0 89.99px;  /* Veridian Customisation */
  }
  .newsletter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    max-width: none;
    text-align: left;
  }
  .newsletter-content-teaser {
    margin: 0;
    width: 50%;
  }
  .newsletter-form-teaser {
    width: 50%;
  }
  .newsletter-heading {
    margin: 0 0 15px;
  }
  .newsletter-form-wrapper {
    padding: 0 0 0 125px;
  }
  .contact-section-content {
    margin: 0;
    text-align: left;
  }
  .banner-inner {
    height: 480px;
  }
  .banner-content {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .banner-title-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
  .banner-title {
    margin-left: auto;
    margin-right: 0;
    max-width: 980px;
  }
  .home-banner-overlay {
    padding: 140px 0 150px;
    text-align: right;
  }
  .home-banner-content {
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
  .home-projects-container {
    padding: 59.99px 0 69.99px; /* Veridian Customisation */
  }
  .home-projects-heading {
    margin-bottom: 60px;
  }
  .home-projects-subheading {
    margin: 0 0 29.99px; /* Veridian Customisation */
  }
  .home-project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 29.99px; /* Veridian Customisation */
    padding: 0;
  }
  .home-project-teaser {
    width: 33.33%;
  }
  .home-project-teaser:nth-of-type(3n-2) .home-project-panel {
    margin: 0 20px 0 0;
  }
  .home-project-teaser:nth-of-type(3n-1) .home-project-panel {
    margin: 0 10px;
  }
  .home-project-teaser:nth-of-type(3n) {
    display: block;
  }
  .home-project-teaser:nth-of-type(3n) .home-project-panel {
    margin: 0 0 0 20px;
  }
  .home-project-panel {
    margin: 0;
  }
  .home-project-img {
    height: 195px;
    margin: 0 0 45px;
  }
  .home-project-description::after {
    bottom: -38px;
    top: auto;
  }
  .home-project-video-img {
    height: 195px;
    margin: 0 0 45px;
  }
  .home-project-video-img::after {
    height: 112px;
    width: 110px;
  }
  .home-services-container {
    padding: 59.99px 0 69.99px; /* Veridian Customisation */
  }
  .home-services-head-content {
    margin-bottom: 39.99px; /* Veridian Customisation */
  }
  .home-service-list {
    margin: 0 0 39.99px;  /* Veridian Customisation */
    padding: 0;
  }
  .home-service-teaser {
    width: 33.33%;
  }
  .home-service-teaser:nth-of-type(2n-1) .home-service-panel {
    margin: 0;
  }
  .home-service-teaser:nth-of-type(2n) .home-service-panel {
    margin: 0;
  }
  .home-service-teaser:nth-of-type(3n-2) .home-service-panel {
    margin: 0 10px 0 0;
  }
  .home-service-teaser:nth-of-type(3n-1) .home-service-panel {
    margin: 0 5px;
  }
  .home-service-teaser:nth-of-type(3n) .home-service-panel {
    margin: 0 0 0 10px;
  }
  .home-service-title {
    margin: 0 0 50px;
  }
  .home-service-img {
    height: 170px;
    margin: 0 0 30px;
  }
  .home-feedback-container {
    padding: 59.99px 0 99.99px; /* Veridian Customisation */
  }
  .home-feedback-heading {
    margin: 0 0 29.99px; /* Veridian Customisation */
  }
  .home-review-content {
    margin: 0 auto;
    max-width: 760px;
  }
  .home-partners-container {
    text-align: left;
    padding: 75px 0 40px;
  }
  .home-partner-teaser:nth-of-type(5n - 4) {
    margin: 0 60px 50px 0;
  }
  .home-partner-teaser:nth-of-type(5n - 3), .home-partner-teaser:nth-of-type(5n - 2), .home-partner-teaser:nth-of-type(5n - 1) {
    margin: 0 30px 50px;
  }
  .home-partner-teaser:nth-of-type(5n) {
    margin: 0 0 50px 30px;
  }
  .article-holder {
    padding: 70px 0 20px;
  }
  .article-holder-filter {
    margin: 0 0 30px;
  }
  .mobile-category-selector {
    display: none;
  }
  .desktop-category-selector {
    display: block;
  }
  .article-teaser-video-img {
    margin: 0 0 50px;
  }
  .article-teaser-video-img::after {
    height: 112px;
    width: 110px;
  }

  .article-holder-img-wrapper[style*="matthew-spiteri-elephants-three-800w.jpg"] {
    background-position: 50% 22%;
  }

  .article-holder-img-wrapper {
    -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;
    margin: 0 0 19.99px; /* Veridian Customisation */
  }
  .article-holder-mobile-screens {
    display: none;
    margin: 0 0 50px;
  }
  .article-holder-screen-wrapper {
    -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;
    margin: 0 0 50px;
  }
  .article-holder-pagination {
    margin: 0 0 90px;
  }
  .about {
    padding: 59.99px 0 29.99px; /* Veridian Customisation */
  }
  .about-content {
    margin: 0 0 70px;
    max-width: 860px;
  }
  .about-teaser {
    width: 33.33%;
  }
  .about-teaser:nth-of-type(2n - 1) .about-panel {
    margin: 0;
  }
  .about-teaser:nth-of-type(2n) .about-panel {
    margin: 0;
  }
  .about-teaser:nth-of-type(3n - 2) .about-panel {
    margin: 0 20px 90px 0;
  }
  .about-teaser:nth-of-type(3n - 1) .about-panel {
    margin: 0 10px 90px;
  }
  .about-teaser:nth-of-type(3n) .about-panel {
    margin: 0 0 90px 20px;
  }
  .about-block-overlay {
    padding: 59.99px 0 69.99px;  /* Veridian Customisation */
  }
  .about-block-heading {
    margin: 0 0 35px;
  }
  .about-career {
    padding: 59.99px 0 69.99px;  /* Veridian Customisation */
  }
  .about-career-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-career-teaser {
    width: 50%;
  }
  .about-career-teaser:nth-of-type(2n - 1) .about-career-panel {
    border-bottom: none;
    border-right: 1px solid #BDB29E;
    margin: 0;
    padding: 0 105px 0 0;
  }
  .about-career-teaser:nth-of-type(2n) .about-career-panel {
    padding: 0 0 0 105px;
  }
  .about-career-panel {
    text-align: left;
  }
  .about-career-btn {
    padding-top: 40px;
  }
  .tips {
    padding: 120px 0 30px;
  }
  .tips-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .tip-teaser {
    width: 50%;
  }
  .tip-teaser:nth-of-type(2n - 1) .tip-panel {
    margin: 0 20px 100px 0;
  }
  .tip-teaser:nth-of-type(2n) .tip-panel {
    margin: 0 0 100px 20px;
  }
  .tip-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .tip-number {
    height: 76px;
    font-size: 44px;
    margin: -20px 0 0 0;
    width: 76px;
  }
  .tip-content {
    padding: 0 0 0 20px;
  }
  .load-more-tips {
    margin: 0 0 80px;
  }
  .faq {
    padding: 120px 0 100px;
  }
  .faq-teaser {
    margin: 0 0 55px;
    padding: 0 0 25px;
  }
  .faq-question {
    background-size: 48px 24px;
    margin: 0 0 35px;
    padding: 0 200px 0 0;
  }
  .faq-answer {
    padding: 0 200px 0 0;
  }
  .news-holder {
    padding: 59.99px 0 29.99px; /* Veridian Customisation */
  }
  .news-holder-content {
    margin: 0 0 69.99px; /* Veridian Customisation */
  }
  .news-holder-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 325px;
  }
  .news-holder-featured-img {
    height: 325px;
    margin: 0 15px 0 0;
    width: 50%;
  }
  .news-holder-featured-content-wrapper {
    width: 50%;
  }
  .news-holder-featured-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 0 0 15px;
  }
  .news-holder-teaser {
    width: 33.33%;
  }
  .news-holder-teaser:nth-of-type(2n - 1) .news-holder-panel {
    margin: 0;
  }
  .news-holder-teaser:nth-of-type(2n) .news-holder-panel {
    margin: 0;
  }
  .news-holder-teaser:nth-of-type(3n - 2) .news-holder-panel {
    margin: 0 20px 80px 0;
  }
  .news-holder-teaser:nth-of-type(3n - 1) .news-holder-panel {
    margin: 0 10px 80px;
  }
  .news-holder-teaser:nth-of-type(3n) .news-holder-panel {
    margin: 0 0 80px 20px;
  }
  .news-holder-panel {
    text-align: left;
  }
  .news-holder-img {
    height: 305px;
  }
  .news-holder-img {
    height: 320px;
  }
  .news-holder-title {
    min-height: 70px;
  }
  .news-holder-pagination {
    margin: 0 0 90px;
  }
  .news-article {
    padding: 50px 0 50px;
  }
  .news-article-label {
    margin: 0 0 9.99px; /* Veridian Customisation */
  }
  .news-article-heading {
    margin: 0 0 9.99px; /* Veridian Customisation */
  }
  .news-article-date {
    margin: 0 0 19.99px; /* Veridian Customisation */
  }
  .news-article-img {
    height: 600px;
    margin: 0 0 29.99px; /* Veridian Customisation */
  }
  .news-article-content {
    margin: 0 0 29.99px; /* Veridian Customisation */
  }
  .news-article-button-wrapper {
    margin: 19.99px 0 19.99px; /* Veridian Customisation */
    text-align: left;
  }
  .elements {
    padding: 59.99px 0 0; /* Veridian Customisation */
  }
  .contact {
    padding: 50px 0 0;
  }
  .contact {
    padding: 59.99px 0 0; /* Veridian Customisation */
  }
  .contact-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 59.99px; /* Veridian Customisation */
  }
  .contact-content {
    margin: 0;
  }
  .contact-highlight-container {
    margin: 0 0 0 120px;
  }
  .contact-highlight-panel {
    display: block;
    padding: 54px 30px 47px;
    width: 370px;
  }
  .contact-highlight-icon {
    height: 21px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .contact-email-label {
    margin: 0;
  }
  .contact-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form-container {
    padding: 39.99px 0 39.99px; /* Veridian Customisation */
  }
  .contact-form-teaser {
    margin: 0;
    text-align: left;
    width: 50%;
  }
  .contact-form-panel {
    padding: 0 180px 0 0;
  }
  .contact-location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Veridian Customisation */
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact-location-panel {
    padding: 0;
  }
  .contact-location-teaser {
    text-align: left;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px; /* Veridian Customisation */
  }
  .contact-location-img-wrapper {
    margin: 0 0 20px;
  }
  .contact-location-title::after {
    left: 0;
    -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .contact-team {
    padding: 0; /* Veridian Customisation */
  }
  .contact-team-content {
    margin: 0 0 60px;
  }
  .error {
    padding: 130px 0 145px;
  }
  .error-img-wrapper {
    height: 141px;
    margin-bottom: 50px;
    width: 366px;
  }
  .error-heading::after {
    height: 68px;
    width: 545px;
  }
  .page-container {
    padding: 120px 0 120px;
  }
  .graphic-element-img-limit {
    height: 320px;
  }
  .graphic-element-content-wrapper.left .graphic-element-content-panel {
    padding: 0 39.99px 0 0;  /* Veridian Customisation */
  }
  .graphic-element-content-panel {
    padding: 0 0 0 39.99px;  /* Veridian Customisation */
  }
  .call-to-action-content {
    margin: 0 0 110px;
  }
  .background-image-element {
    margin-top: 69.99px; /* Veridian Customisation */
  }
  .background-image-element-overlay {
    padding: 69.99px 0 69.99px; /* Veridian Customisation */
  }
  .background-image-element-content {
    max-width: 880px;
  }
  .background-image-element-content h2 {
    margin: 0 0 25px;
  }
  .video-element {
    margin-top: 130px;
  }
}


/* Veridiaon Customisation: New CSS Rules [START] */
div.service-contactform-success-msg {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

div.service-contactform {
  z-index: 10101;
  width: 90%;
  /*background-color: rgb(208, 222, 183);*/
  border: 5px solid black;
  display: none;
}

div.popupoverlay{
  opacity:0.8;
  background-color:#ccc;
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  z-index:10100;
}

div.footer-text-wrapper {
  color: #b0b0b0;
  font-family: Roboto, sans-serif;
  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;
}

div.footer-text-wrapper div {
  padding: 3px;
}

div#headerheight-holder {
  display: none;
}


@media (min-width: 480px) {

  .newsletter-emailbtngroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {

  .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top:0px;
    opacity: 0.95;
  }

  div#headerheight-holder {
    height: 98px;
    display: block;
    background-color: #FFFFFF;
  }

  div.service-contactform {
    width: 800px;
    /*padding: 30px;*/
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top:0px;
    opacity: 0.95;
  }

  div#headerheight-holder {
    height: 80px;
    display: block;
    background-color: #FFFFFF;
  }
  div.service-contactform label, div.service-contactform input {
    margin-bottom: 2px;
  }
  div.service-contactform input {
    font-size: 14px;
    padding: 5px;
  }
  .contact-submit {
    margin-top: 0px;
  }
}

@media (min-width: 980px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top:0px;
    background-color:rgba(255, 255, 255, 0.95);
  }

  div#headerheight-holder {
    height: 128px;
    display: block;
    background-color: #FFFFFF;
  }

  nav.desktop-nav-container {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  nav.desktop-nav-container ul.nav-list li {
    padding: 0px;
    margin: 0px;
  }

  nav.desktop-nav-container ul.nav-list li a:not(.button):not(.about-expand).nav-link {
    font-size: 16px;
    padding: 0px 12px;
    padding-bottom: 40px;
  }

  nav.desktop-nav-container ul.nav-list .nav-social-link {
    margin: 0px;
    padding: 20px 8px;
    padding-bottom: 20px;
  }

  nav.desktop-nav-container ul.nav-list .nav-social-link:last-of-type {
    margin: 0px;
    padding-right: 23px;
  }

  .newsletter-form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 400px;
    text-align: right;
  }

  .footer-nav .desktop-nav-container a:not(.button):not(.about-expand).nav-link {
    color: white;
  }

  div.footer-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -25px;
    margin-right: 20px;
    border-top: solid 1px #606060;
    padding-top: 15px;
  }

  div.footer-text-wrapper div {
    padding: 0 10px;
  }

  div.footer-text-wrapper div:last-of-type {
    padding-right: 0px;
  }
}

h3#generalguidelinesforcorrectingnewspapertext, h1#OurTeam {
  padding-top: 135px;
  margin-top: -135px;
}

@media (min-width: 1080px) {

  nav.desktop-nav-container ul.nav-list li a:not(.button):not(.about-expand).nav-link {
    font-size: 18px;
    padding: 0px 15px;
    padding-bottom: 40px;
  }

  nav.desktop-nav-container ul.nav-list .nav-social-link {
    margin: 0px;
    padding: 20px 8px;
    padding-bottom: 20px;
  }

  nav.desktop-nav-container ul.nav-list .nav-social-link:last-of-type {
    margin: 0px;
    padding-right: 23px;
  }
}

/* Veridiaon Customisation: New CSS Rules [END] */
