@import url("//fast.fonts.net/cssapi/0885e23f-3c41-458d-8709-9a14a2c74de0.css");
#template-note[style] {
  background: #ffc;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: none !important;
  font-size: 13px;
  padding: 10px 20px;
  line-height: normal;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 99999;
}

.admin-bar #template-note[style] {
  top: 32px;
}

.template-note-inline[style] {
  background: #ffc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  display: none !important;
  font-size: 12px;
  padding: 5px 10px;
  line-height: normal;
}

/* ================================================================================ */
/*  Sample Heading 1 */
/* ================================================================================ */
/* --------------------------------------------------------------- */
/*  Sample Heading 2 */
/* --------------------------------------------------------------- */
/* Sample Heading 3
    ------------------------------------------- */
/* ================================================================================ */
/*  Addons */
/* ================================================================================ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ================================================================================ */
/*  Font Awesome: Define an Icon Using CSS Pseudo-Elements */
/*  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements */
/* ================================================================================ */
/* Example:
  -------------------------------------------- */
.font-awesome-pseudo-example::before {
  display: none;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  content: "\f007";
}

.font-awesome-pseudo-example svg {
  float: left;
  margin-right: 10px;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transform-origin: 0 100%;
}

.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-trim:before {
  content: "";
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: border-radius;
}

.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
  transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
  transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-down .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-6px);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-up .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-spin .hvr-icon {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:active .hvr-icon {
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-drop .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-drop:hover .hvr-icon,
.hvr-icon-drop:focus .hvr-icon,
.hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-fade .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon,
.hvr-icon-fade:focus .hvr-icon,
.hvr-icon-fade:active .hvr-icon {
  color: #0f9e5e;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-float-away .hvr-icon {
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover .hvr-icon,
.hvr-icon-float-away:focus .hvr-icon,
.hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-sink-away .hvr-icon {
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover .hvr-icon,
.hvr-icon-sink-away:focus .hvr-icon,
.hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-shrink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:active .hvr-icon {
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-shrink .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover .hvr-icon,
.hvr-icon-pulse-shrink:focus .hvr-icon,
.hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-bounce .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover .hvr-icon,
.hvr-icon-bounce:focus .hvr-icon,
.hvr-icon-bounce:active .hvr-icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon,
.hvr-icon-rotate:focus .hvr-icon,
.hvr-icon-rotate:active .hvr-icon {
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-grow-rotate .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:active .hvr-icon {
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-float .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-float:hover .hvr-icon,
.hvr-icon-float:focus .hvr-icon,
.hvr-icon-float:active .hvr-icon {
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-sink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:active .hvr-icon {
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-bob .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-hang .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-hang:hover .hvr-icon,
.hvr-icon-hang:focus .hvr-icon,
.hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-buzz .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-buzz:hover .hvr-icon,
.hvr-icon-buzz:focus .hvr-icon,
.hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out .hvr-icon {
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon,
.hvr-icon-buzz-out:focus .hvr-icon,
.hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

html.sr .load-hidden {
  visibility: hidden;
}

/* ================================================================================ */
/*  Base */
/* ================================================================================ */
/* ================================================================================ */
/*  SASS Variables */
/* ================================================================================ */
/* ================================================================================ */
/*  Base > Mixins */
/* ================================================================================ */
/* --------------------------------------------------------------- */
/*  Transitions  */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/*  Convert Px to Rem */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/*  Clearfix */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/*  Hide only visually, but have it available for screen readers   */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/*  Media Queries: http://css-tricks.com/conditional-media-query-mixins */
/* --------------------------------------------------------------- */
/*
    .sidebar {
      width: 33.33%;

      @include mq(desktop) {
        width: 100%;
      }
    }
    */
/* ================================================================================ */
/*  Typography */
/* ================================================================================ */
/* --------------------------------------------------------------- */
/*  Variables */
/* --------------------------------------------------------------- */
/* desired base line-height (25px) % (18px) set base font-size */
/* --------------------------------------------------------------- */
/*  Custom Fonts (https://www.fonts.com) */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/*  Base */
/* --------------------------------------------------------------- */
html,
body,
button,
input,
select,
textarea {
  color: #556675;
}

html,
body,
button,
input,
select,
textarea {
  font-family: 'pp_moriregular';
}

body,
button,
input,
select,
textarea {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
}

/* --------------------------------------------------------------- */
/*  Text Selection */
/* --------------------------------------------------------------- */
::-moz-selection {
  background: #444444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444444;
  color: #fff;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  
 font-family: 'pp_morisemibold';
  line-height: 1.2;
  margin: 0;
}

/*
    h1, h2, h3, h4, h5 {
      border: 1px solid #ccc;
      position: relative;

      &::after {
        background: #ffc;
        color: #000;
        font-size: 12px;
        font-weight: normal;
        padding: 5px 10px;
        line-height: normal;
        position: absolute;
        right: 0;
        top: -1px;
      }
    }

    h1::after {content: 'h1'}
    h2::after {content: 'h2'}
    h3::after {content: 'h3'}
    h4::after {content: 'h4'}
    h5::after {content: 'h5'}
    h6::after {content: 'h6'}
    */
/* heading following a heading */
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-top: 0;
}

/* first instances of a heading within a containing element */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* first instances of a heading after a horizontal rule */
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
  margin-top: 0;
}

/* first instances of a heading after a legend */
legend + h1,
legend + h2,
legend + h3,
legend + h4,
legend + h5,
legend + h6 {
  margin-top: 0;
}

/* --------------------------------------------------------------- */
/*  Paragraphs  */
/* --------------------------------------------------------------- */
p {
  margin: 0 0 20px 0;
}

p:blank,
p:empty {
  display: none;
}

p + br {
  display: none;
}

span:blank,
span:empty {
  display: none;
}

/* --------------------------------------------------------------- */
/*  Text Level Semantics */
/* --------------------------------------------------------------- */
address {
  font-style: normal;
}

b,
strong {
  /* font-family: 'pp_moriregular'; */

  font-family: 'pp_moriregular';
}

blockquote {
  margin: 0;
  padding: 0;
}

hr {
  display: none;
}

/* ================================================================================ */
/*  Accessibility */
/* ================================================================================ */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* ================================================================================ */
/*  Alignments */
/* ================================================================================ */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ================================================================================ */
/*  Box Sizing */
/* ================================================================================ */
* {
  box-sizing: border-box;
}

/* ================================================================================ */
/*  Base > Browser Upgrade */
/* ================================================================================ */
#browser-upgrade {
  font-size: 16px;
  font-size: 1rem;
  background: #ffc;
  border-bottom: 1px solid #ccc;
  color: #000;
  line-height: normal;
  margin: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999999999999999;
}

#browser-upgrade a,
#browser-upgrade a:hover a:visited {
  color: blue !important;
}

#browser-upgrade a {
  text-decoration: underline !important;
}

#browser-upgrade a:hover {
  text-decoration: none !important;
}

/* ================================================================================ */
/*  1.8 Buttons */
/* ================================================================================ */
.btn,
button,
input[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ef3e29;
  border: none;
  color: #fff;
  cursor: pointer;
  
 font-family: 'pp_morisemibold';
  line-height: 14px;
  letter-spacing: 1px;
  padding: 18px 60px 17px 60px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #444444;
  color: #fff;
}

.btn:focus,
button:focus,
input[type="submit"]:focus {
  outline: thin dotted;
}

/* ================================================================================ */
/*  Document */
/* ================================================================================ */
html {
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* ================================================================================ */
/*  Base > Embedded Content */
/* ================================================================================ */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  /* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
}

/* ================================================================================ */
/*  Base > Forms */
/* ================================================================================ */
/*
  button,
  input,
  optgroup,
  select,
  textarea {}

  button,
  input {}

  button,
  select {}

  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {}

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {}

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {}
  */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

legend {
  padding: 0;
  display: table;
}

legend {
  line-height: normal;
  margin: 40px 0 20px 0;
  /* set (typgraphy > base) line-height % element font-size & (double value for margin-top) */
  text-transform: uppercase;
}

label {
  color: #444444;
  display: block;
    font-family: 'pp_morisemibold';
    /* font-family: "Gilroy W05 SemiBold", sans-serif; */
  padding-bottom: 10px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

/*
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {}

    [type="search"] {}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {}

    ::-webkit-file-upload-button {}
    */
/*
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      border: 1px solid;
      border-color: #ccc #ccc #bbb;
      border-radius: 3px;
      background: #e6e6e6;
      color: rgba(0, 0, 0, .8);
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1;
      padding: .6em 1em .4em;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
      border-color: #ccc #bbb #aaa;
    }

    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
      border-color: #aaa #bbb #bbb;
    }
    */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  transition: all 0.25s;
  background-color: #fff;
  border: 1px solid #a2aab1;
  border-radius: 0;
  padding: 12px 15px;
  width: 100%;
}

/*
    .gfield_error {
      input[type="text"],
      input[type="email"],
      input[type="url"],
      input[type="password"],
      input[type="search"],
      input[type="number"],
      input[type="tel"],
      input[type="range"],
      input[type="date"],
      input[type="month"],
      input[type="week"],
      input[type="time"],
      input[type="datetime"],
      input[type="datetime-local"],
      input[type="color"],
      textarea {
        border-color: $brand-gold;
      }
    }
    */
textarea {
  min-height: 200px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  background-color: #ffc;
  box-shadow: none;
  outline: none !important;
}

/* style all input elements with a required attribute */
input:required {
  box-shadow: none !important;
}

/**
   * style input elements that have a required
   * attribute and a focus state
   */
input:required:focus {
  outline: none;
}

/**
   * style input elements that have a required
   * attribute and a hover state
   */
input:required:hover {
  opacity: 1;
}

/* ================================================================================ */
/*  Grouping Content */
/* ================================================================================ */
/*
  figcaption,
  figure,
  main {}

  figure {}

  hr {}

  pre {}
  */
/* ================================================================================ */
/*  Interactive */
/* ================================================================================ */
/*
  details,
  menu {}

  summary {}
  */
/* ================================================================================ */
/*  Links */
/* ================================================================================ */
a {
  transition: all 0.25s;
  color: #ef3e29;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

a img {
  border: none;
}

/* ================================================================================ */
/*  Base > Lists */
/* ================================================================================ */
/* --------------------------------------------------------------- */
/*  Unordered Lists */
/* --------------------------------------------------------------- */
ul {
  list-style-type: square;
  margin: 0 0 20px 0;
  padding-left: 40px;
}

li {
  margin: 10px 0;
  padding: 0 0 0 10px;
}

li ul,
li ol {
  list-style-type: circle;
  margin: 10px 0;
}

/* --------------------------------------------------------------- */
/*  Navigation Lists */
/* --------------------------------------------------------------- */
nav ul {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

nav ul:before,
nav ul:after {
  content: "";
  display: table;
}

nav ul:after {
  clear: both;
}

nav ul li {
  margin: 0;
  padding: 0;
}

nav ul li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------------------- */
/*  Ordered Lists */
/* --------------------------------------------------------------- */
ol {
  margin: 0 0 20px 0;
  padding-left: 40px;
}

ol.list_next_to_float {
  height: 1%;
  overflow: hidden;
}

ol.list_no_list_style {
  list-style-type: none;
  padding-left: 25px;
}

ol.list_lower_alpha {
  list-style-type: lower-alpha;
}

ol.list_upper_alpha {
  list-style-type: upper-alpha;
}

ol.list_lower_roman {
  list-style-type: lower-roman;
}

ol.list_upper_roman {
  list-style-type: upper-roman;
}

ol li {
  margin: 10px auto;
  padding: 0;
}

ol ol,
ol ul {
  margin: 10px 0;
}

/* ================================================================================ */
/*  Media */
/* ================================================================================ */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  border: none;
  max-width: 100%;
  margin: 0;
}

/* ================================================================================ */
/*  Scripting */
/* ================================================================================ */
/*
  canvas {}

  template {}
  */
/* ================================================================================ */
/*  Sections */
/* ================================================================================ */
/*
  body {}

  article,
  aside,
  footer,
  header,
  nav,
  section {}
  */
/* ================================================================================ */
/*  Advanced Custom Fields */
/* ================================================================================ */
/*
  .acf-image,
  .acf-link,
  .acf-text,
  .acf-text-area,
  .acf-video {}
  */
/* ================================================================================ */
/*  Design > Grids */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Grids > 1622 */
/*  14 columns at 88px (1232px), 13 gutters at 30px (390px). 1232px + 390 = 1622px */
/* ================================================================================ */
/*
    @include mq(min_width_1)  {* {color: magenta !important}}
    @include mq(min_width_2)  {* {color: green !important}}
    @include mq(min_width_3)  {* {color: grey !important}}
    @include mq(min_width_4)  {* {color: orange !important}}
    @include mq(min_width_6)  {* {color: purple !important}}
    @include mq(min_width_5)  {* {color: cyan !important}}
    @include mq(min_width_6)  {* {color: blue !important}}
    @include mq(min_width_7)  {* {color: yellow !important}}
    @include mq(min_width_8)  {* {color: pink !important}}
    @include mq(min_width_9)  {* {color: orange !important}}
    @include mq(min_width_10) {* {color: red !important}}
    @include mq(min_width_11) {* {color: maroon !important}}
    @include mq(min_width_12) {* {color: lime !important}}
    @include mq(min_width_13) {* {color: magenta !important}}
  */
/* Rows
  -------------------------------------------- */
/*
  .row-1, .row-2, .row-3, .row-4, .row-5, .row-6, .row-7, .row-8, .row-9, .row-10 {
    border: 1px solid #ccc;
    position: relative;

    &::after {
      background: #ffc;
      color: #000;
      font-size: 12px;
      font-weight: normal;
      padding: 5px 10px;
      line-height: normal;
      position: absolute;
      right: 0;
      top: -1px;
    }
  }

  .row-1::after {content: 'row-1'}
  .row-2::after {content: 'row-2'}
  .row-3::after {content: 'row-3'}
  .row-4::after {content: 'row-4'}
  .row-5::after {content: 'row-5'}
  .row-6::after {content: 'row-6'}
  .row-7::after {content: 'row-7'}
  .row-8::after {content: 'row-8'}
  .row-9::after {content: 'row-9'}
  .row-10::after {content: 'row-10'}
  */
.grid-row {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

.grid-row:before,
.grid-row:after {
  content: "";
  display: table;
}

.grid-row:after {
  clear: both;
}

@media (min-width: 62.5625em) {
  .grid-row {
    max-width: 1702px;
    padding: 0 40px;
  }
}

.has-margin-bottom .grid-row {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .has-margin-bottom .grid-row {
    margin-bottom: 80px;
  }
}

.has-margin-bottom-half .grid-row {
  margin-bottom: 30px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .has-margin-bottom-half .grid-row {
    margin-bottom: 60px;
  }
}

/* Columns
    -------------------------------------------- */
.grid-row > div {
  transition: all 0.25s;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

.grid-row > div:before,
.grid-row > div:after {
  content: "";
  display: table;
}

.grid-row > div:after {
  clear: both;
}

@media (min-width: 62.5625em) {
  .grid-row > div {
    float: left;
    margin-right: 1.8495684340321%;
    /* 30px % 1622px */
  }
}

.grid-row > div:last-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  .grid-row > div:last-child {
    margin-bottom: 0;
  }
}

.grid-row > .spacer {
  display: none;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .grid-row > .spacer {
    display: block;
    min-height: 1px;
  }
}

.grid-row > div:last-child {
  margin-right: 0;
}

/* Width 1
      -------------------------------------------- */
/* Width 2
      -------------------------------------------- */
/* Width 3
      -------------------------------------------- */
/* Width 4
      -------------------------------------------- */
/* Width 5
      -------------------------------------------- */
/* Width 6
      -------------------------------------------- */
/* Width 7
      -------------------------------------------- */
/* Width 8
      -------------------------------------------- */
@media (min-width: 62.5625em) {
  .cols-14 {
    width: 100%;
  }
  /* 1622px % 1622px */
  .cols-13 {
    width: 92.7250308261406%;
  }
  /* 1504px % 1622px */
  .cols-12 {
    width: 85.4500616522811%;
  }
  /* 1386px % 1622px */
  .cols-11 {
    width: 78.1750924784217%;
  }
  /* 1268px % 1622px */
  .cols-10 {
    width: 70.9001233045623%;
  }
  /* 1150px % 1622px */
  .cols-9 {
    width: 63.6251541307028%;
  }
  /* 1032px % 1622px */
  .cols-8 {
    width: 56.3501849568434%;
  }
  /*  914px % 1622px */
  .cols-7 {
    width: 49.075215782984%;
  }
  /*  796px % 1622px */
  .cols-6 {
    width: 41.8002466091245%;
  }
  /*  678px % 1622px */
  .cols-5 {
    width: 34.5252774352651%;
  }
  /*  560px % 1622px */
  .cols-4 {
    width: 27.2503082614057%;
  }
  /*  442px % 1622px */
  .cols-3 {
    width: 19.9753390875462%;
  }
  /*  324px % 1622px */
  .cols-2 {
    width: 12.7003699136868%;
  }
  /*  206px % 1622px */
  .cols-1 {
    width: 5.4254007398274%;
  }
  /*   88px % 1622px */
}

/* 1001px % 16px base */
/* Width 9
      -------------------------------------------- */
/* Width 10
      -------------------------------------------- */
/* Width 11
      -------------------------------------------- */
/* Width 12
      -------------------------------------------- */
/* Width 13
      -------------------------------------------- */
/* Width 14
      -------------------------------------------- */
/* Width 15
      -------------------------------------------- */
/* Width 16
      -------------------------------------------- */
/* ================================================================================ */
/*  Design > Global */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Global > Arrow Links */
/* ================================================================================ */
.arrow-link {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'pp_moriregular';
  line-height: normal;
}

.arrow-link a {
  text-decoration: none;
}

.arrow-link svg {
  margin-left: 10px;
  color: #ef3e29;
}

/* ================================================================================ */
/*  Design > Global > Carousels */
/* ================================================================================ */
#focus,
#values,
#how-we-can-help {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #focus,
  #values,
  #how-we-can-help {
    margin-bottom: 80px;
  }
}

#values {
  background-color: #eceef0;
  padding-bottom: 40px;
  padding-top: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #values {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

/* ================================================================================ */
/*  Heading and Content before flickity Carousels */
/* ================================================================================ */
#focus h3,
#values h3,
#content #how-we-can-help h3,
#how-we-can-help h3{
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #focus h3,
  #values h3,
  #content #how-we-can-help h3,
  #how-we-can-help h3{
    font-size: 70px;
    font-size: 4.375rem;
  }
}

#focus .acf-text-area.first,
#values .acf-text-area.first,
#how-we-can-help .acf-text-area.first {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #focus .acf-text-area.first,
  #values .acf-text-area.first,
  #how-we-can-help .acf-text-area.first {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
    margin-bottom: 60px;
  }
}

#focus .acf-text-area.first p:last-child,
#values .acf-text-area.first p:last-child,
#how-we-can-help .acf-text-area.first p:last-child {
  margin-bottom: 0;
}

/* ================================================================================ */
/*  flickity */
/* ================================================================================ */
.carousel-container {
  position: relative;
}


@media (min-width: 1px) {
  .carousel--prev,
  .carousel--next {
    cursor: pointer;
    display: block;
    position: absolute;
    margin-top: -28px;
    top: 50%;
  }
}

.carousel--prev svg,
.carousel--next svg {
  font-size: 48px;
  font-size: 3rem;
  color: #a2aab1;
}

.carousel--prev svg:hover,
.carousel--next svg:hover {
  color: #ef3e29;
}

.carousel--prev {
  left: -70px;
}

.carousel--next {
  right: -70px;
}
@media (max-width: 1000px){
  .carousel--prev {
    left: 0px;
    z-index: 5;
  }
  .carousel--next {
    right: 0px;
    z-index: 5;
  }
  .carousel-cell{
    margin-right: 20px !important;
    margin-left: 20px;
    width: calc(100% - 40px) !important;
  }
}
.carousel {
  max-width: 100%;
  padding-bottom: 80px;
  position: relative;
}

/*
              .flickity-viewport {
                transition: height 0.2s;
              }
              */
.carousel-cell {
  margin-right: 20px;
  width: 100%;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* 1201px % 16px base */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 75.0625em) {
  .carousel-cell {
    margin-right: 40px;
    width: 70%;
  }
}

.wrap-slide-text-and-image {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  .wrap-slide-text-and-image {
    display: table;
    width: 100%;
  }
}

.wrap-slide-text-and-image > div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  .wrap-slide-text-and-image > div {
    display: table-cell;
    vertical-align: bottom;
  }
}

.wrap-slide-text-and-image > div:first-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  .wrap-slide-text-and-image > div:first-child {
    position: relative;
    z-index: 2;
    width: 50%;
  }
}

.wrap-slide-text-and-image > div:last-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  .wrap-slide-text-and-image > div:last-child {
    position: relative;
    z-index: 1;
    width: 50%;
  }
}

#values .wrap-slide-text-and-image > div:first-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #values .wrap-slide-text-and-image > div:first-child {
    vertical-align: bottom;
  }
}

#values .wrap-slide-text-and-image > div:last-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #values .wrap-slide-text-and-image > div:last-child {
    vertical-align: middle;
  }
}

.slide-text {
  background-color: #444444;
  color: #fff;
  padding: 40px;
}

#focus .slide-text {
  padding-top: 80px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #focus .slide-text {
    padding-top: 200px;
  }
}

.slide-text h4 {
  font-size: 24px;
  font-size: 1.5rem;
  
 font-family: 'pp_morisemibold';
  margin-bottom: 20px;
  color: #fff;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  .slide-text h4 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 45px;
  }
}

.slide-text .acf-text-area {
  margin-bottom: 20px;
}

.slide-text .acf-text-area p:last-child {
  margin-bottom: 0;
}

.slide-text .acf-link {
  font-family: 'pp_moriregular';
  line-height: normal;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  .slide-text .acf-link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: normal;
  }
}

.slide-text .acf-link a {
  color: #fff;
  text-decoration: none;
}

.slide-text .acf-link a:hover {
  color: #ef3e29;
}

.slide-text .acf-link svg {
  color: #ef3e29;
  margin-left: 5px;
}

.slide-image {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 800px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 50em) {
  .slide-image {
    display: none;
  }
}

@media (min-width: 50.0625em) {
  .slide-image {
    overflow: hidden;
  }
}

#focus .slide-image,
#how-we-can-help .slide-image {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #focus .slide-image,
  #how-we-can-help .slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#values .slide-image {
  background-color: #ef3e29;
  text-align: center;
}

.slide-image img {
  text-align: center;
}

.flickity-page-dots {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  display: table;
  position: absolute;
  width: 100%;
}

.flickity-page-dots:before,
.flickity-page-dots:after {
  content: "";
  display: table;
}

.flickity-page-dots:after {
  clear: both;
}

.flickity-page-dots li {
  margin: 0;
  padding: 0;
}

.flickity-page-dots li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flickity-page-dots .dot {
  transition: all 0.25s;
  cursor: pointer;
  display: table-cell;
  height: 41px;
  vertical-align: bottom;
  width: 33.333333333333333%;
}

.flickity-page-dots .dot::before {
  background-color: #a2aab1;
  display: block;
  content: "";
  height: 1px;
  position: relative;
  top: -19px;
  width: 100%;
}

.flickity-page-dots .dot.is-selected::before {
  background-color: #444444;
  height: 4px;
}

/* ================================================================================ */
/*  Design > Global > Content */
/* ================================================================================ */
#content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
  margin-top: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #content h2 {
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#content div > h2:first-child {
  margin-top: 0;
}

#content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #content h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

#content div > h3:first-child {
  margin-top: 0;
}

#content .image {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #content .image {
    margin-bottom: 80px;
  }
}

#content ul {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

#content ul:before,
#content ul:after {
  content: "";
  display: table;
}

#content ul:after {
  clear: both;
}

#content ul li {
  margin: 0;
  padding: 0;
}

#content ul li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

#content ul li:last-child {
  margin-bottom: 0;
}

#content ul li::before {
  background-color: #556675;
  content: "";
  display: block;
  left: 0;
  height: 2px;
  position: absolute;
  top: 15px;
  width: 12px;
}

/* ================================================================================ */
/*  Design > Global > Featured Image Full Width */
/* ================================================================================ */
#featured-image-full-width {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-full-width {
    margin-bottom: 80px;
  }
}

#featured-image-full-width.with-call-to-action {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #featured-image-full-width.with-call-to-action {
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------------- */
/*  Featured Image */
/* --------------------------------------------------------------- */
#featured-image-full-width #featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-full-width #featured-image {
    background-attachment: fixed;
  }
}

/* --------------------------------------------------------------- */
/*  Heading and Introduction */
/* --------------------------------------------------------------- */
#featured-image-full-width #heading-and-introduction .grid-row > div {
  padding: 100px 0 120px 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-full-width #heading-and-introduction .grid-row > div {
    padding: 240px 0 260px 0;
  }
}

#featured-image-full-width.with-call-to-action
  #heading-and-introduction
  .grid-row
  > div {
  padding: 100px 0 100px 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-full-width.with-call-to-action
    #heading-and-introduction
    .grid-row
    > div {
    padding: 110px 0 100px 0;
  }
}

#featured-image-full-width #heading-and-introduction h1,
#featured-image-full-width #heading-and-introduction h2 {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  
 font-family: 'pp_morisemibold';
  margin: 0 0 20px 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-full-width #heading-and-introduction h1,
  #featured-image-full-width #heading-and-introduction h2 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 89px;
  }
}

#featured-image-full-width #heading-and-introduction p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  font-family: 'pp_moriregular';
  line-height: 30px;
  margin: 0;
}

/* --------------------------------------------------------------- */
/*  Call to Action */
/* --------------------------------------------------------------- */
#call-to-action {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #call-to-action {
    background-color: #fff;
  }
}

@media (min-width: 62.5625em) {
  #call-to-action {
    background-image: url(../img/global/featured-image/bg-call-to-action-6000x25.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 3000px auto;
  }
}

#call-to-action a {
  background-color: #fff;
  color: #556675;
  display: table;
  padding: 40px 40px 40px 0;
  text-decoration: none;
  width: 100%;
}

#call-to-action a:hover {
  color: #ef3e29;
}

#call-to-action span {
  display: table-cell;
  vertical-align: middle;
}

#call-to-action a span:first-child {
  padding-right: 15px;
}

#call-to-action span p {
  line-height: normal;
  margin: 0;
}

#call-to-action span p:first-child {
  font-size: 28px;
  font-size: 1.75rem;
  color: #444444;
  
 font-family: 'pp_morisemibold';
  margin-bottom: 5px;
}

#call-to-action a:hover span p:first-child {
  color: #ef3e29;
}

#call-to-action svg {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ef3e29;
}

/* ================================================================================ */
/*  Design > Global > Featured Image Half Width */
/* ================================================================================ */
#featured-image-half-width {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-half-width {
    display: table;
    margin-bottom: 80px;
    width: 100%;
  }
}

#featured-image-half-width > div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-half-width > div {
    display: table-cell;
    width: 50%;
  }
}

/* --------------------------------------------------------------- */
/*  Featured Image */
/* --------------------------------------------------------------- */
#featured-image-half-width #featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #featured-image-half-width #featured-image {
    height: 400px;
  }
}

@media (min-width: 62.5625em) {
  #featured-image-half-width #featured-image {
    position: relative;
  }
}

/* --------------------------------------------------------------- */
/*  Heading and Introduction */
/* --------------------------------------------------------------- */
#featured-image-half-width #heading-and-introduction {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-half-width #heading-and-introduction {
    padding: 100px 40px 200px 0;
  }
}

#featured-image-half-width #heading-and-introduction div {
  background-color: #ef3e29;
  color: #fff;
  padding: 40px 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-half-width #heading-and-introduction div {
    left: -200px;
    margin-right: -200px;
    padding: 220px 80px 80px 80px;
    position: relative;
    max-width: 922px;
  }
}

#featured-image-half-width h1 {
  font-size: 48px;
  font-size: 3rem;
  color: #fff;
  
 font-family: 'pp_morisemibold';
  margin: 0 0 20px 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-half-width h1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 89px;
  }
}

#featured-image-half-width p {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'pp_moriregular';
  line-height: 30px;
  margin: 0;
}

/* ================================================================================ */
/*  Design > Global > Footer */
/* ================================================================================ */
#footer {
  border-bottom: 1px solid #eceef0;
  line-height: normal;
  margin-bottom: 20px;
  padding: 40px 0 20px 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #footer {
    padding: 80px 0 40px 0;
  }
}

#footer p {
  margin-bottom: 40px;
}

#site-logo-footer {
  display: block;
}

#locations-and-socials {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1440px) {
  #locations-and-socials {
    display: table;
    width: 100%;
  }
}

#locations-and-socials div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1440px) {
  #locations-and-socials div {
    display: table-cell;
    vertical-align: middle;
  }
}

#footer .locations {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
}

#footer .locations ul {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 800px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

#footer .locations ul:before,
#footer .locations ul:after {
  content: "";
  display: table;
}

#footer .locations ul:after {
  clear: both;
}

#footer .locations ul li {
  margin: 0;
  padding: 0;
}

#footer .locations ul li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .locations ul:before,
#footer .locations ul:after {
  content: "";
  display: table;
}

#footer .locations ul:after {
  clear: both;
}

@media (max-width: 1440px) {
  #footer .locations ul {
    margin-bottom: 40px;
  }
}

@media (min-width: 1440px) {
  #footer .locations ul {
    float: left;
  }
}

#footer .locations ul li {
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 800px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #footer .locations ul li {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
  }
}

#footer .locations li:last-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #footer .locations li:last-child {
    margin-right: 0;
  }
}

#footer .locations li:not(:last-child)::after {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #footer .locations li:not(:last-child)::after {
    background-color: #ef3e29;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 2px;
    height: 18px;
    width: 2px;
  }
}

#footer .locations a {
  color: #444444;
  display: block;
    font-family: 'pp_morisemibold';
  text-decoration: none;
  text-transform: uppercase;
}

#footer .locations a:hover {
  color: #ef3e29;
}

#footer .socials {
  font-size: 24px;
  font-size: 1.5rem;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1440px) {
  #footer .socials {
    float: right;
  }
}

#footer .socials ul {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#footer .socials ul:before,
#footer .socials ul:after {
  content: "";
  display: table;
}

#footer .socials ul:after {
  clear: both;
}

#footer .socials ul li {
  margin: 0;
  padding: 0;
}

#footer .socials ul li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .socials ul:before,
#footer .socials ul:after {
  content: "";
  display: table;
}

#footer .socials ul:after {
  clear: both;
}

#footer .socials ul li {
  float: left;
  margin-right: 20px;
}

#footer .socials ul li:last-child {
  margin-right: 0;
}

#footer .socials a {
  color: #ef3e29;
  display: block;
}

#footer .socials a:hover {
  color: #444444;
}

/* ================================================================================ */
/*  Design > Global > Header */
/* ================================================================================ */
body {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  body {
    padding-top: 115px;
  }
}

#header {
  background: #fff;
  padding: 20px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  max-height: 100vh;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}
.js-nav-active #header{
  overflow-y: auto;
  height: 100vh;
}
@media (min-width: 1025px) {
  #header {
    min-height: 115px;
    padding: 30px 0;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
    overflow-y: initial;
  }
}

#header.nav-up {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  #header.nav-up {
    /* top: -152px; */
  }
}

#header .grid-row > div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #header .grid-row > div {
    display: table;
    width: 100%;
  }
}

#header .grid-row > div > div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #header .grid-row > div > div {
    display: table-cell;
    vertical-align: middle;
  }
}

#wrap-site-logo {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  #wrap-site-logo {
    display: table;
    padding-bottom: 20px;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  #wrap-site-logo {
    width: 174px;
  }
}
@media (min-width: 1300px) {
  #wrap-site-logo {
    width: 274px;
  }
}

/* --------------------------------------------------------------- */
/*  Page Title */
/* --------------------------------------------------------------- */
#site-title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* --------------------------------------------------------------- */
/*  Logo */
/* --------------------------------------------------------------- */
#site-logo {
  display: table-cell;
  vertical-align: middle;
}
#site-logo img{
  max-width: 300px;
}
@media (max-width: 480px){
  #site-logo img{
    max-width: 200px;
  }
}
#header img {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #header img {
    height: 29px;
    width: 174px;
  }
}
@media (min-width: 1300px) {
  #header img {
    height: 29px;
    width: 274px;
  }
}
/* --------------------------------------------------------------- */
/*  Responsive Nav Toggle */
/* --------------------------------------------------------------- */
#responsive-nav-toggle {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}
#mobile-phone{
  display: none;
}
@media (max-width: 1024px) {
  #responsive-nav-toggle {
    font-size: 36px;
    font-size: 2.25rem;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    width: 60px;
    margin-right: 20px;
  }
  #primary-menu .header-phone{
    display: none;
  }
  
#mobile-phone{
  display: table-cell;
  width: 40px;
  background-color: #ef3e29;
  font-size: 1.2rem;
  cursor: pointer;
  vertical-align: middle;
  z-index: 2;
  text-align: center;

}
}

@media (min-width: 1025px) {
  #responsive-nav-toggle {
    display: none;
  }
}

#responsive-nav-toggle:hover {
  color: #ef3e29;
}

#responsive-nav-toggle span {
  display: block;
  text-align: center;
}

#responsive-nav-toggle span:first-child {
  display: block;
}

#responsive-nav-toggle span:last-child {
  display: none;
}

#responsive-nav-toggle.active span:first-child {
  display: none;
}

#responsive-nav-toggle.active span:last-child {
  display: block;
}

/* --------------------------------------------------------------- */
/*  Primary Menu */
/* --------------------------------------------------------------- */
/* ================================================================================ */
/*  Design > Global > Headlines */
/* ================================================================================ */
#headline {
  font-size: 36px;
  font-size: 2.25rem;
  
 font-family: 'pp_morisemibold';
  color: #444444;
  line-height: normal;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #headline {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}

@media (min-width: 62.5625em) {
  #headline {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    padding: 60px 0;
  }
}

#headline::before,
#headline::after {
  background-color: #ef3e29;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 4px;
  width: 35px;
}

#headline::before {
  top: 0;
}

#headline::after {
  bottom: 0;
}

#headline h2 {
  margin-bottom: 0;
  font-size: inherit;
}

/* ================================================================================ */
/*  Design > Global > Inline Quotes */
/* ================================================================================ */
.inline-quote {
  border-left: 7px solid #ef3e29;
  margin: 40px 0;
  padding-left: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .inline-quote {
    margin-bottom: 40px;
    margin-left: 40px;
    padding-left: 40px;
  }
}

.inline-quote .acf-text-area {
  font-size: 22px;
  font-size: 1.375rem;
  
 font-family: 'pp_morisemibold';
  line-height: 30px;
}

.inline-quote .cite {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: normal;
  margin: 0;
}

/* ================================================================================ */
/*  Design > Global > Introductions */
/* ================================================================================ */
#introduction {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #introduction {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

/* ================================================================================ */
/*  Design > Global > Legals & Credits */
/* ================================================================================ */
#legals-and-credits {
  color: #a2aab1;
  line-height: normal;
  margin-bottom: 20px;
}
@media (min-width: 62.5625em) {
  #legals-and-credits {
    font-size: 0.875rem;
  }
}

#legals a {
  color: #a2aab1;
  text-decoration: none;
}

#legals a:hover {
  color: #444444;
}

#credits {
  font-size: 12px;
  font-size: 0.75rem;
}

#credits:before,
#credits:after {
  content: "";
  display: table;
}

#credits:after {
  clear: both;
}

#credits a {
  color: #a2aab1;
  float: left;
  text-decoration: none;
}

#credits a:first-child {
  margin-right: 10px;
}

#credits .ronnoco {
  height: 16px;
}

#credits .ox {
  height: 18px;
}

/* ================================================================================ */
/*  Design > Global > Newsletter Signup Form */
/* ================================================================================ */
#newsletter-signup-form {
  transition: all 0.25s;
  background-color: #444444;
  padding: 40px 0;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #newsletter-signup-form {
    padding: 80px 0;
  }
}

#newsletter-signup-form .hubspot-form {
  transition: all 0.25s;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width:1142px) {
  #newsletter-signup-form .hubspot-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

#newsletter-signup-form .hubspot-form > div {
  transition: all 0.25s;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1142px) {

}

#newsletter-signup-form .hubspot-form-title {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1141px) {
  #newsletter-signup-form .hubspot-form-title {
    margin-bottom: 20px;
  }
}



#newsletter-signup-form .hubspot-form-title p {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  line-height: 32px;
  margin: 0;
  text-align: center;
}
@media (min-width: 1142px) {
  #newsletter-signup-form .hubspot-form-title {
    padding-right: 20px;
    
  }
  #newsletter-signup-form .hubspot-form-title p{
    text-align: left;
  }
}
#newsletter-signup-form .hubspot-form-title p strong {
  /* font-family: "Gilroy W05 SemiBold", sans-serif; */
  font-family: 'pp_morisemibold';
}

#newsletter-signup-form .hubspot-form-title span {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1142px) {
  #newsletter-signup-form .hubspot-form-title span {
    display: block;
  }
}

#newsletter-signup-form .hbspt-form form {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 50em){
  #newsletter-signup-form .hbspt-form form {
    display: block;
  }
}
#newsletter-signup-form .hbspt-form form:before,
#newsletter-signup-form .hbspt-form form:after {
  content: "";
  display: table;
}

#newsletter-signup-form .hbspt-form form:after {
  clear: both;
}

#newsletter-signup-form .hbspt-form form > div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #newsletter-signup-form .hbspt-form form > div {
    display: inline-block;
    padding-right: 20px;
  }
}

#newsletter-signup-form .hbspt-form form > .hs-submit {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 50.0625em) {
  #newsletter-signup-form .hbspt-form form > .hs-submit {
    padding-right: 0;
  }
}

#newsletter-signup-form .field {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 800px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 50em) {
  #newsletter-signup-form .field {
    margin-bottom: 20px;
  }
}

#newsletter-signup-form label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

#newsletter-signup-form label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#newsletter-signup-form input[type="email"],
#newsletter-signup-form input[type="text"] {
  border: none;
  font-size:16px;
}

#newsletter-signup-form input.error[type="email"],
#newsletter-signup-form input.error[type="text"] {
  background-color: pink;
}

#newsletter-signup-form input[type="submit"] {
  width: 100%;
  border-radius: 0px !important;
}

#newsletter-signup-form input[type="submit"]:hover {
  background-color: #ef3e29;
}

#newsletter-signup-form .hs_error_rollup,
#newsletter-signup-form .hs-error-msgs[style] {
  display: none !important;
}

/* ================================================================================ */
/*  Design > Global > Post Categories Menu */
/* ================================================================================ */
#post-categories-menu ul:before,
#post-categories-menu ul:after {
  content: "";
  display: table;
}

#post-categories-menu ul:after {
  clear: both;
}

#post-categories-menu li {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* 601px % 16px base */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 37.5625em) {
  #post-categories-menu li {
    float: left;
    margin-right: 50px;
  }
}

#post-categories-menu ul li:last-child {
  margin-right: 0;
}

#post-categories-menu a {
  color: #a2aab1;
  display: block;
  font-family: "Avenir Next LT W01 Demi", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

#post-categories-menu a:hover {
  color: #ef3e29;
}

#post-categories-menu .current-menu-item a {
  color: #ef3e29;
  font-family: "Avenir Next LT W01 Bold", sans-serif;
}

/* ================================================================================ */
/*  Design > Global > Posts */
/* ================================================================================ */
#post-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
}

#post-list > article {
  padding: 0 15px;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* 501px % 16px base */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 31.3125em) {
  #post-list > article {
    width: 50%;
  }
}

@media (min-width: 50.0625em) {
  #post-list > article {
    width: 33.333333333333333%;
  }
}

#featured-posts #post-list > article {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* 501px % 16px base */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 31.3125em) {
  #featured-posts #post-list > article {
    width: 33.333333333333333%;
  }
}

/* ================================================================================ */
/*  Design > Global > Post Excerpts */
/* ================================================================================ */
.hentry {
  margin-bottom: 30px;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}
@media (min-width: 62.5625em) {
  .hentry {
    margin-bottom: 60px;
  }
}

#featured-posts .hentry {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* 601px % 16px base */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

.hentry::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 6px;
  width: 237px;
}

#post-list .hentry::after {
  left: 15px;
}

.hentry.category-case-study::after {
  background-color: #680b32;
}

.hentry.category-in-practice::after {
  background-color: #ef3e29;
}

.hentry.category-thought::after {
  background-color: #0abfc2;
}

.hentry .featured-video {
  margin-bottom: 10px;
}

.hentry .featured-image {
  margin-bottom: 10px;
  position: relative;
}

.hentry .featured-image a {
  display: block;
  position: relative;
  text-decoration: none;
}

.hentry img {
  width: 100%;
}

.hentry .overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 200ms ease-in-out 0s;
  width: 100%;
}

.hentry .featured-image a:hover .overlay {
  opacity: 0.5;
}

.hentry.category-case-study .overlay {
  background-color: #680b32;
}

.hentry.category-in-practice .overlay {
  background-color: #ef3e29;
}

.hentry.category-thought .overlay {
  background-color: #0abfc2;
}

.hentry h3,
.hentry h4 {
  font-size: 24px;
  font-size: 1.5rem;
  /* font-family: "Gilroy W05 SemiBold", sans-serif; */
  font-family: 'pp_morisemibold';
  line-height: 32px;
  margin-bottom: 20px;
}

.hentry h3 a,
.hentry h4 a {
  color: #444444;
  text-decoration: none;
}

.hentry.category-case-study h3 a:hover,
.hentry.category-case-study h4 a:hover {
  color: #680b32;
}

.hentry.category-in-practice h3 a:hover,
.hentry.category-in-practice h4 a:hover {
  color: #ef3e29;
}

.hentry.category-thought h3 a:hover,
.hentry.category-thought h4 a:hover {
  color: #0abfc2;
}

.hentry .entry-summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  padding-bottom: 26px;
}

.hentry .entry-footer {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.hentry .entry-footer:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ================================================================================ */
/*  Design > Global > Post Entry Meta */
/* ================================================================================ */
.entry-meta:before,
.entry-meta:after {
  content: "";
  display: table;
}

.entry-meta:after {
  clear: both;
}

.post-excerpt-entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  margin-bottom: 17px;
}

.single-entry-meta {
  font-size: 16px;
  font-size: 1rem;
}

.entry-meta span {
  float: left;
}

.entry-meta .author {
  margin-right: 10px;
  padding-right: 11px;
  position: relative;
}

.entry-meta .author::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -1px;
}

.entry-meta .date {
  margin-right: 10px;
  padding-right: 11px;
  position: relative;
}

.entry-meta .date::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -1px;
}

.category-case-study .date {
  /** display: none; **/
}

.entry-meta .prh {
  display: none;
}

.category-case-study .prh {
  display: block;
  margin-right: 10px;
  padding-right: 11px;
  position: relative;
}

.category-case-study .prh::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -1px;
}

.entry-meta .category {
  text-transform: uppercase;
}

.category-case-study .category {
  color: #680b32;
}

.category-in-practice .category {
  color: #ef3e29;
}

.category-thought .category {
  color: #0abfc2;
}

/* ================================================================================ */
/*  Design > Global > Primary Menu */
/* ================================================================================ */
#primary-menu {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #primary-menu {
    margin: 0 -20px;
  }
}

@media (min-width: 62.5625em) {
  #primary-menu {
    margin: 0 -40px;
  }
}

@media (min-width: 81.3125em) {
  #primary-menu {
    margin: 0;
  }
}

.js #primary-menu {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  .js #primary-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: initial;
    zoom: 1;
    z-index: 3;
  }
}

#primary-menu.opened {
  max-height: 9999px;
}

.js #primary-menu {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  .js #primary-menu {
    position: relative;
  }
}

.js #primary-menu.closed {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  .js #primary-menu.closed {
    max-height: none;
  }
}

#primary-menu a {
  cursor: pointer;
  color: #444444;
  display: block;
  
 font-family: 'pp_morisemibold';
  line-height: normal;
  text-decoration: none;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  #primary-menu a {
    background-color: #444444;
    color: #fff;
  }
}

#primary-menu li {
  display: block;
}

/* --------------------------------------------------------------- */
/*  1st Level */
/* --------------------------------------------------------------- */
/* <ul>
        ------------------------------------------- */
#primary-menu > ul {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #primary-menu > ul {
    float: right;
  }
  #primary-menu > ul:before,
  #primary-menu > ul:after {
    content: "";
    display: table;
  }
  #primary-menu > ul:after {
    clear: both;
  }
}

/* <li>
          ------------------------------------------- */
#primary-menu > ul > li {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* 1401px % 16px base */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* 1501px % 16px base */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #primary-menu > ul > li {
    float: left;
    margin-right: 15px;
    position: relative;
  }
}

@media (min-width: 1300px) {
  #primary-menu > ul > li {
    margin-right: 30px;
  }
}

@media (min-width: 1500px) {
  #primary-menu > ul > li {
    margin-right: 40px;
  }
}

#primary-menu > ul > li:last-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  #primary-menu > ul > li:last-child {
    margin-right: 0;
  }
}

/* <a>
            ------------------------------------------- */
#primary-menu > ul > li > a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #primary-menu > ul > li > a {
    padding: 15px 0;
  }
}
@media (max-width: 1500px) {
  #primary-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #primary-menu > ul > li > a {
    border-bottom: 1px solid #fff;
    padding: 2.5vh 20px;
    text-align: left;
    font-size: 16px;
  }
}
#primary-menu > ul > li:first-child > a {
  border-top: 1px solid #fff;
}

#primary-menu > ul > li > a:hover {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  /*#primary-menu > ul > li > a:hover {
    background-color: #ef3e29;
  }
  */
}

@media (min-width: 1025px) {
  #primary-menu > ul > li > a:hover {
    color: #ef3e29;
  }
}

#primary-menu > ul > li:hover > a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #primary-menu > ul > li:hover > a {
    color: #ef3e29;
  }
}

#primary-menu > ul > .current-menu-item > a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  #primary-menu > ul > .current-menu-item > a {
    background-color: #ef3e29;
    color: #fff;
  }
  .sub-menu-open{
    transform: translateX(-100%);
  }
  .sf-menu{
    transition: all ease .3s;
  }
}

@media (min-width: 1025px) {
  #primary-menu > ul > .current-menu-item > a {
    color: #ef3e29;
  }
}

#primary-menu > ul > .current-menu-item:hover > a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  #primary-menu > ul > .current-menu-item:hover > a {
    color: #ef3e29;
  }
}

#primary-menu > ul > .current-post-parent > a,
#primary-menu > ul > .current-menu-parent > a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  #primary-menu > ul > .current-post-parent > a,
  #primary-menu > ul > .current-menu-parent > a {
    color: #ef3e29;
  }
}

#primary-menu > ul > .current-post-parent:hover > a,
#primary-menu > ul > .current-menu-parent:hover > a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 81.3125em) {
  #primary-menu > ul > .current-post-parent:hover > a,
  #primary-menu > ul > .current-menu-parent:hover > a {
    color: #ef3e29;
  }
}

/* --------------------------------------------------------------- */
/*  2nd Level */
/* --------------------------------------------------------------- */
/* <ul>
              ------------------------------------------- */
#primary-menu li ul {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}
@media (min-width: 1025px) {
  #primary-menu li ul {
    background-color: #fff;
    left: -50px;
    padding: 35px 0;
    position: absolute !important;
    top: 100%;
  }
}

#primary-menu li:hover ul {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 1025px) {
  #primary-menu li:hover ul {
    display: block;
  }
}

/* <li>
                ------------------------------------------- */
/* <a>
                  ------------------------------------------- */
#primary-menu li li a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  #primary-menu li li a {
    background-color: #444444;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 20px;
  }
}

@media (min-width: 1025px) {
  #primary-menu li li a {
    background-color: #fff;
    padding: 5px 30px;
    white-space: nowrap;
  }
}

#primary-menu li li a:hover {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width:1024px) {
  #primary-menu li li a:hover {
    background-color: #ef3e29;
  }
}

@media (min-width: 1025px) {
  #primary-menu li li a:hover {
    color: #ef3e29;
  }
}

#primary-menu li .current_page_item a,
#primary-menu li .current-menu-item a {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1300px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* 1301px % 16px base */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 1024px) {
  #primary-menu li .current_page_item a,
  #primary-menu li .current-menu-item a {
    background-color: #ef3e29;
    color: #fff;
  }
}

@media (min-width: 1025px) {
  #primary-menu li .current_page_item a,
  #primary-menu li .current-menu-item a {
    color: #ef3e29;
  }
}

/* ================================================================================ */
/*  Design > Global > Preheaders */
/* ================================================================================ */
.preheader {
  font-family: "Avenir Next LT W01 Demi", sans-serif;
  color: #ef3e29;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.preheader.category-case-study {
  color: #680b32;
}

.preheader.category-in-practice {
  color: #ef3e29;
}

.preheader.category-thought {
  color: #0abfc2;
}

/* ================================================================================ */
/*  Design > Global > ShareThis */
/* ================================================================================ */
#sharethis {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
}

#sharethis:before,
#sharethis:after {
  content: "";
  display: table;
}

#sharethis:after {
  clear: both;
}

#sharethis div {
  float: left;
  margin-right: 20px;
}

#sharethis div:last-child {
  margin-right: 0;
}

#sharethis svg {
  color: #ef3e29;
  cursor: pointer;
}

/* ================================================================================ */
/*  Design > Global > Standout Quotes */
/* ================================================================================ */
.standout-quote {
  font-size: 36px;
  font-size: 2.25rem;
  
 font-family: 'pp_morisemibold';
  line-height: normal;
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .standout-quote {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    margin-bottom: 80px;
  }
}

.standout-quote:last-child {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .standout-quote:last-child {
    margin-bottom: 0;
  }
}

.standout-quote.green {
  color: #ef3e29;
}

.standout-quote span {
  display: block;
  padding: 40px 0;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .standout-quote span {
    padding: 60px 0;
  }
}

.standout-quote span::before,
.standout-quote span::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 4px;
  width: 35px;
}

.standout-quote.green span::before,
.standout-quote.green span::after {
  background-color: #ef3e29;
}

.standout-quote.grey span::before,
.standout-quote.grey span::after {
  background-color: #a2aab1;
}

.standout-quote.purple span::before,
.standout-quote.purple span::after {
  background-color: #680b32;
}

.standout-quote.white span::before,
.standout-quote.white span::after {
  background-color: #fff;
}

.standout-quote span::before {
  top: 0;
}

.standout-quote span::after {
  bottom: 0;
}

.align-top-to-standout-quote {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .align-top-to-standout-quote {
    margin-top: 80px;
  }
}

.align-top-to-headline {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  .align-top-to-headline {
    padding-top: 86px;
  }
}

/* ================================================================================ */
/*  Design > Page Home */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Page Homepage > Featured Posts */
/* ================================================================================ */
#featured-posts {
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* 601px % 16px base */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 37.5625em) {
  #featured-posts {
    margin-bottom: 80px;
  }
}

#featured-posts h3 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-posts h3 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

#featured-posts .acf-text-area {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 30px;
  margin-bottom: 80px;
}

#featured-posts .acf-text-area p:last-child {
  margin-bottom: 0;
}

/* ================================================================================ */
/*  Design > Redefining HR */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Page Redefining HR */
/* ================================================================================ */
#page-redefining-hr-template .row-3 {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-redefining-hr-template .row-3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#page-redefining-hr-template .row-3 h3 {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 40px;
  line-height: 30px;
}

/* ================================================================================ */
/*  Design > Page Our Work */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Page Our Work */
/* ================================================================================ */
#page-our-work-template .row-2 {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-our-work-template .row-2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#page-our-work-template .row-2 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-our-work-template .row-2 h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

#page-our-work-template .row-2 h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 10px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #page-our-work-template .row-2 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* ================================================================================ */
/*  Design > Page Our Hive */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Page Our Hive */
/* ================================================================================ */
#team-members-list {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -15px;
}

#team-members-list:before,
#team-members-list:after {
  content: "";
  display: table;
}

#team-members-list:after {
  clear: both;
}

#team-members-list li {
  margin: 0;
  padding: 0;
}

#team-members-list li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#team-members-list li {
  padding: 0 15px 20px 15px;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* 501px % 16px base */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* 801px % 16px base */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* 1101px % 16px base */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 31.3125em) {
  #team-members-list li {
    width: 50%;
  }
}

@media (min-width: 50.0625em) {
  #team-members-list li {
    width: 33.333333333333333%;
  }
}

@media (min-width: 68.8125em) {
  #team-members-list li {
    width: 50%;
  }
}

#team-members-list a {
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
}

#team-members-list .overlay {
  background-color: #ef3e29;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 200ms ease-in-out 0s;
  width: 100%;
}

#team-members-list a:hover .overlay {
  opacity: 0.5;
}

#team-members-list p {
  margin-bottom: 5px;
}

#team-members-list .title {
  font-size: 24px;
  font-size: 1.5rem;
}

#team-members-list .title strong {
  
  font-family: 'pp_morisemibold';
}

/* ================================================================================ */
/*  Design > Page PHR Story */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Page PHR Story */
/* ================================================================================ */
#page-phr-story-template .row-3 {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-phr-story-template .row-3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#page-phr-story-template .row-4 {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-phr-story-template .row-4 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#page-phr-story-template .row-4 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-phr-story-template .row-4 h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

#page-phr-story-template .row-6 {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-phr-story-template .row-6 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#page-phr-story-template .row-6 h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #page-phr-story-template .row-6 h3 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#awards {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

#awards:before,
#awards:after {
  content: "";
  display: table;
}

#awards:after {
  clear: both;
}

#awards li {
  margin: 0;
  padding: 0;
}

#awards li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#awards:before,
#awards:after {
  content: "";
  display: table;
}

#awards:after {
  clear: both;
}

#awards li {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
}

#awards li:last-child {
  margin-right: 0;
}

/* ================================================================================ */
/*  Design > Think Differently > Single Posts */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Single Posts */
/* ================================================================================ */
/*
  #single-category-in-practice-template,
  #single-cat-case-study-template,
  #single-category-thought-template {}
  */
/*
    #single-category-in-practice-template,
    #single-cat-case-study-template,
    #single-category-thought-template {
      .grid-row {}
    /*

      /*
      #single-category-in-practice-template,
      #single-cat-case-study-template,
      #single-category-thought-template {
        .grid-row > div {}
      }
      */
#single-category-in-practice-template #featured-image-full-width {
  border-bottom: 7px solid #ef3e29;
}

#single-cat-case-study-template #featured-image-full-width {
  border-bottom: 7px solid #680b32;
}

#single-category-thought-template #featured-image-full-width {
  border-bottom: 7px solid #0abfc2;
}

#single-category-in-practice-template #featured-image-full-width .category,
#single-cat-case-study-template #featured-image-full-width .category,
#single-category-thought-template #featured-image-full-width .category {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

.single-post #client-name {
  font-size: 36px;
  font-size: 2.25rem;
}

#client-name span:first-child {
  
 font-family: 'pp_morisemibold';
}

#client-name span:last-child {
  font-family: "AvenirNextLTW01-Regular", sans-serif;
}

/* ================================================================================ */
/*  Design > Single Team Member */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Global > Featured Image Team Member */
/* ================================================================================ */
#featured-image-team-member {
  color: #fff;
  margin-bottom: 60px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-team-member {
    margin-bottom: 120px;
  }
}

#featured-image-team-member .grid-row > div > div {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-team-member .grid-row > div > div {
    display: table;
    width: 100%;
  }
}

#featured-image-team-member #featured-image,
#featured-image-team-member #quote {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-team-member #featured-image,
  #featured-image-team-member #quote {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}

#featured-image-team-member #featured-image {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-team-member #featured-image {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

#featured-image-team-member blockquote {
  font-size: 36px;
  font-size: 2.25rem;
  background-color: #ef3e29;
  
 font-family: 'pp_morisemibold';
  line-height: normal;
  margin: 0;
  padding: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #featured-image-team-member blockquote {
    font-size: 48px;
    font-size: 3rem;
    padding: 100px 118px 80px 118px;
  }
}

/* ================================================================================ */
/*  Design > Global > Single Team Member */
/* ================================================================================ */
#single-team_member-template .row-1 {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #single-team_member-template .row-1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#single-team_member-template h1 {
  font-size: 36px;
  font-size: 2.25rem;
  
 font-family: 'pp_morisemibold';
  margin-bottom: 10px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #single-team_member-template h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#single-team_member-template .position {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: normal;
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #single-team_member-template .position {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#single-team_member-template .linkedin {
  margin-top: 20px;
  margin-bottom: 40px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #single-team_member-template .linkedin {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

#single-team_member-template .linkedin a {
  color: #ef3e29;
  text-decoration: none;
}

#single-team_member-template .linkedin a:hover {
  color: #444444;
}

#single-team_member-template h2 {
  font-size: 46px;
  font-size: 2.875rem;
  
 font-family: 'pp_morisemibold';
  margin-bottom: 40px;
}

#qandas .question {
  
 font-family: 'pp_morisemibold';
  margin-bottom: 5px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #qandas .question {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
  }
}

#qandas .answer {
  margin-bottom: 40px;
}

/* ================================================================================ */
/*  Design > Page Connect */
/* ================================================================================ */
/* ================================================================================ */
/*  Design > Page Connect */
/* ================================================================================ */
#connect-form {
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1000px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (max-width: 62.5em) {
  #connect-form {
    margin-bottom: 40px;
  }
}

#connect-form .field {
  margin-bottom: 30px;
}

#connect-form input.error[type="email"],
#connect-form input.error[type="text"] {
  border-color: #c93632;
}
#connect-form input[type="submit"]{
  transition: all ease .3s;
  border-radius: 0px !important;
}
#connect-form input[type="submit"]:hover {
  background-color: #444444;
}

#connect-form .hs-error-msgs {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

#connect-form .hs-error-msgs:before,
#connect-form .hs-error-msgs:after {
  content: "";
  display: table;
}

#connect-form .hs-error-msgs:after {
  clear: both;
}

#connect-form .hs-error-msgs li {
  margin: 0;
  padding: 0;
}

#connect-form .hs-error-msgs li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#connect-form .hs-error-msgs label {
  color: #c93632;
  font-family: 'pp_morisemibold';
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #connect-form .hs-error-msgs label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#locations {
  background-image: none;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

#locations:before,
#locations:after {
  content: "";
  display: table;
}

#locations:after {
  clear: both;
}

#locations li {
  margin: 0;
  padding: 0;
}

#locations li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 62.5625em) {
  #locations {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}

#locations li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* 601px % 16px base */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}
#locations li:last-child{
  margin-bottom: 0;
}
@media (min-width: 37.5625em) {
  #locations li {
    float: left;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 50%;
  }
  #locations li:last-child{
    margin-bottom: 0;
  }
}

#locations li::after {
  background-color: #ef3e29;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  height: 4px;
  width: 35px;
}

#locations h3 {
  font-family: 'pp_morisemibold';
  
  margin-bottom: 20px;
}

#locations address {
  margin-bottom: 20px;
}

#locations .street {
  display: block;
}

#locations .suburb {
  display: block;
}

#locations p {
  margin-bottom: 20px;
}

#locations .phone {
  margin-bottom: 10px;
}

#locations .email {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
}

/* ================================================================================ */
/*  Design > 404*/
/* ================================================================================ */
/* ================================================================================ */
/*  Design > 404 */
/* ================================================================================ */
#four04-template {
  padding-bottom: 80px;
  padding-top: 80px;
}

#four04-template h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 10px;
  margin-top: 20px;
  /* Width 1
      -------------------------------------------- */
  /* Width 2
      -------------------------------------------- */
  /* Width 3
      -------------------------------------------- */
  /* Width 4
      -------------------------------------------- */
  /* Width 5
      -------------------------------------------- */
  /* Width 6
      -------------------------------------------- */
  /* Width 7
      -------------------------------------------- */
  /* Width 8
      -------------------------------------------- */
  /* 1001px % 16px base */
  /* Width 9
      -------------------------------------------- */
  /* Width 10
      -------------------------------------------- */
  /* Width 11
      -------------------------------------------- */
  /* Width 12
      -------------------------------------------- */
  /* Width 13
      -------------------------------------------- */
  /* Width 14
      -------------------------------------------- */
  /* Width 15
      -------------------------------------------- */
  /* Width 16
      -------------------------------------------- */
}

@media (min-width: 62.5625em) {
  #four04-template h1 {
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#four04-template p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'pp_moriregular';
  line-height: normal;
  margin: 0;
}


#featured-image-ebook {
    min-height: 495px;
}
