/*!
Theme Name: Kick Point 2017
Theme URI: http://underscores.me/
Author: Kick Point
Author URI: http://kickpoint.ca/
Description: Awesome 2017 theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kickpoint2017
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kick Point 2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* red */
/* teal */
/* bright teal */
/* dark blue */
/* mid blue */
/* purple */
/* yellow */
/* black */
/* white */
/* 333333 */
/* 979797 */
/* 666666 */
/* D8D8D8 */
.visually_hidden {
  display: none; }

/**
 * Source: https://www.smashingmagazine.com/2016/05/fluid-typography/
 */
/**
 * Transitions
 */
/**
 * Border Radius
 */
/**
 * BREAKPOINTS
 */
/**
 * OPACITY
 */
/**
 * Vertical align any element
 * @type {[type]}
 * @include vertical-align(); to use
 */
/**
 * ASPECT RATIO MIXIN
 * Source: https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/
 */
.shake {
  display: inline-block;
  transform-origin: center center; }
  .shake:hover {
    animation-name: shake-base;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.freez {
    animation-name: shake-base;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-play-state: paused; }
    .shake.freez.shake-hard {
      animation-name: shake-hard;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-slow {
      animation-name: shake-slow;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-little {
      animation-name: shake-little;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-horizontal {
      animation-name: shake-horizontal;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-vertical {
      animation-name: shake-vertical;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-rotate {
      animation-name: shake-rotate;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-opacity {
      animation-name: shake-opacity;
      animation-duration: 200ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez.shake-crazy {
      animation-name: shake-crazy;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.freez:hover {
      animation-play-state: running; }
  .shake.shake-hard:hover {
    animation-name: shake-hard;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-slow:hover {
    animation-name: shake-slow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-little:hover {
    animation-name: shake-little;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-horizontal:hover {
    animation-name: shake-horizontal;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-vertical:hover {
    animation-name: shake-vertical;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-rotate:hover {
    animation-name: shake-rotate;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-opacity:hover {
    animation-name: shake-opacity;
    animation-duration: 200ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-crazy:hover {
    animation-name: shake-crazy;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
  .shake.shake-constant {
    animation-name: shake-base;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s; }
    .shake.shake-constant.shake-hard {
      animation-name: shake-hard;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-slow {
      animation-name: shake-slow;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-little {
      animation-name: shake-little;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-horizontal {
      animation-name: shake-horizontal;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-vertical {
      animation-name: shake-vertical;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-rotate {
      animation-name: shake-rotate;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-opacity {
      animation-name: shake-opacity;
      animation-duration: 200ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.shake-crazy {
      animation-name: shake-crazy;
      animation-duration: 100ms;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-delay: 0s; }
    .shake.shake-constant.hover-stop:hover {
      animation-play-state: paused; }
  .shake.shake-delay {
    animation-name: shake-base;
    animation-duration: 100ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 4s; }

@keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg); }
  4% {
    transform: translate(0.5px, 1.5px) rotate(-0.5deg); }
  6% {
    transform: translate(1.5px, -1.5px) rotate(0.5deg); }
  8% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
  10% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg); }
  12% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  14% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg); }
  16% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg); }
  18% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg); }
  20% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg); }
  22% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg); }
  24% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  26% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg); }
  28% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg); }
  30% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg); }
  32% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg); }
  34% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg); }
  36% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  38% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg); }
  40% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  42% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  44% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg); }
  46% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg); }
  48% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg); }
  50% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg); }
  52% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg); }
  54% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  56% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg); }
  58% {
    transform: translate(0.5px, 1.5px) rotate(-0.5deg); }
  60% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg); }
  62% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg); }
  64% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg); }
  66% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg); }
  68% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg); }
  70% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg); }
  72% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
  74% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg); }
  76% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg); }
  78% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
  80% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
  82% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
  84% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
  86% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg); }
  88% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg); }
  90% {
    transform: translate(2.5px, -0.5px) rotate(-0.5deg); }
  92% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg); }
  94% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
  96% {
    transform: translate(0.5px, 2.5px) rotate(-0.5deg); }
  98% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg); } }
@keyframes shake-little {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  4% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  6% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  8% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  10% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  12% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  14% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  16% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  18% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  20% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  22% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  24% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  26% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  28% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  32% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  34% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  36% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  38% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  40% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  42% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  44% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  46% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  48% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  50% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  52% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  54% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  56% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  58% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  60% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  62% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  64% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  66% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  68% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  70% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  72% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  74% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  76% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  78% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  80% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  82% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  84% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  86% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  88% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  90% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  92% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  94% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  98% {
    transform: translate(1px, 1px) rotate(0.5deg); } }
@keyframes shake-slow {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(2px, -2px) rotate(-2.5deg); }
  4% {
    transform: translate(5px, -8px) rotate(-0.5deg); }
  6% {
    transform: translate(9px, 9px) rotate(-2.5deg); }
  8% {
    transform: translate(-6px, -1px) rotate(1.5deg); }
  10% {
    transform: translate(4px, 9px) rotate(-1.5deg); }
  12% {
    transform: translate(-2px, -2px) rotate(0.5deg); }
  14% {
    transform: translate(1px, 3px) rotate(2.5deg); }
  16% {
    transform: translate(-9px, -5px) rotate(2.5deg); }
  18% {
    transform: translate(-2px, 10px) rotate(1.5deg); }
  20% {
    transform: translate(-8px, 9px) rotate(-0.5deg); }
  22% {
    transform: translate(9px, -5px) rotate(-0.5deg); }
  24% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
  26% {
    transform: translate(-8px, 3px) rotate(2.5deg); }
  28% {
    transform: translate(-9px, -6px) rotate(3.5deg); }
  30% {
    transform: translate(-4px, -2px) rotate(-1.5deg); }
  32% {
    transform: translate(3px, 7px) rotate(-1.5deg); }
  34% {
    transform: translate(-6px, 9px) rotate(-0.5deg); }
  36% {
    transform: translate(5px, 3px) rotate(-0.5deg); }
  38% {
    transform: translate(4px, 8px) rotate(1.5deg); }
  40% {
    transform: translate(5px, 3px) rotate(0.5deg); }
  42% {
    transform: translate(-4px, -7px) rotate(2.5deg); }
  44% {
    transform: translate(4px, 10px) rotate(1.5deg); }
  46% {
    transform: translate(-4px, -5px) rotate(3.5deg); }
  48% {
    transform: translate(-6px, 4px) rotate(-1.5deg); }
  50% {
    transform: translate(1px, -7px) rotate(-0.5deg); }
  52% {
    transform: translate(1px, -1px) rotate(3.5deg); }
  54% {
    transform: translate(10px, 4px) rotate(1.5deg); }
  56% {
    transform: translate(4px, 7px) rotate(-2.5deg); }
  58% {
    transform: translate(5px, -1px) rotate(0.5deg); }
  60% {
    transform: translate(-1px, 10px) rotate(1.5deg); }
  62% {
    transform: translate(-8px, 10px) rotate(-0.5deg); }
  64% {
    transform: translate(-1px, -7px) rotate(1.5deg); }
  66% {
    transform: translate(-4px, 3px) rotate(1.5deg); }
  68% {
    transform: translate(-6px, -1px) rotate(1.5deg); }
  70% {
    transform: translate(-1px, 1px) rotate(1.5deg); }
  72% {
    transform: translate(-8px, 6px) rotate(-0.5deg); }
  74% {
    transform: translate(-3px, -9px) rotate(0.5deg); }
  76% {
    transform: translate(10px, 5px) rotate(-2.5deg); }
  78% {
    transform: translate(3px, 4px) rotate(1.5deg); }
  80% {
    transform: translate(-9px, 3px) rotate(-1.5deg); }
  82% {
    transform: translate(3px, 2px) rotate(-0.5deg); }
  84% {
    transform: translate(-1px, -2px) rotate(-0.5deg); }
  86% {
    transform: translate(-8px, 10px) rotate(-0.5deg); }
  88% {
    transform: translate(-6px, 3px) rotate(-2.5deg); }
  90% {
    transform: translate(-6px, 2px) rotate(0.5deg); }
  92% {
    transform: translate(6px, -8px) rotate(-2.5deg); }
  94% {
    transform: translate(2px, 3px) rotate(3.5deg); }
  96% {
    transform: translate(7px, 10px) rotate(3.5deg); }
  98% {
    transform: translate(-7px, -8px) rotate(3.5deg); } }
@keyframes shake-hard {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(-7px, -8px) rotate(-2.5deg); }
  4% {
    transform: translate(-8px, -7px) rotate(1.5deg); }
  6% {
    transform: translate(10px, 2px) rotate(0.5deg); }
  8% {
    transform: translate(3px, 6px) rotate(-1.5deg); }
  10% {
    transform: translate(-2px, 9px) rotate(3.5deg); }
  12% {
    transform: translate(10px, 1px) rotate(-0.5deg); }
  14% {
    transform: translate(-5px, -2px) rotate(-2.5deg); }
  16% {
    transform: translate(-9px, 2px) rotate(-2.5deg); }
  18% {
    transform: translate(-5px, 7px) rotate(-0.5deg); }
  20% {
    transform: translate(6px, 6px) rotate(-2.5deg); }
  22% {
    transform: translate(-9px, -1px) rotate(2.5deg); }
  24% {
    transform: translate(10px, -7px) rotate(-2.5deg); }
  26% {
    transform: translate(3px, -1px) rotate(-0.5deg); }
  28% {
    transform: translate(0px, -7px) rotate(2.5deg); }
  30% {
    transform: translate(-1px, -1px) rotate(3.5deg); }
  32% {
    transform: translate(-2px, 9px) rotate(-2.5deg); }
  34% {
    transform: translate(7px, 7px) rotate(2.5deg); }
  36% {
    transform: translate(-4px, 3px) rotate(-0.5deg); }
  38% {
    transform: translate(-6px, -2px) rotate(3.5deg); }
  40% {
    transform: translate(-4px, 5px) rotate(-1.5deg); }
  42% {
    transform: translate(7px, 8px) rotate(-1.5deg); }
  44% {
    transform: translate(-2px, -3px) rotate(3.5deg); }
  46% {
    transform: translate(0px, -8px) rotate(-1.5deg); }
  48% {
    transform: translate(-4px, -5px) rotate(-1.5deg); }
  50% {
    transform: translate(1px, -2px) rotate(1.5deg); }
  52% {
    transform: translate(-1px, 8px) rotate(3.5deg); }
  54% {
    transform: translate(-4px, 0px) rotate(-1.5deg); }
  56% {
    transform: translate(-9px, -4px) rotate(2.5deg); }
  58% {
    transform: translate(-8px, -8px) rotate(-1.5deg); }
  60% {
    transform: translate(-1px, -3px) rotate(-1.5deg); }
  62% {
    transform: translate(-5px, -3px) rotate(1.5deg); }
  64% {
    transform: translate(-8px, 0px) rotate(1.5deg); }
  66% {
    transform: translate(-8px, -6px) rotate(3.5deg); }
  68% {
    transform: translate(0px, 9px) rotate(2.5deg); }
  70% {
    transform: translate(3px, 5px) rotate(-2.5deg); }
  72% {
    transform: translate(0px, -5px) rotate(1.5deg); }
  74% {
    transform: translate(-9px, 8px) rotate(-1.5deg); }
  76% {
    transform: translate(8px, 9px) rotate(3.5deg); }
  78% {
    transform: translate(-9px, -8px) rotate(3.5deg); }
  80% {
    transform: translate(8px, -5px) rotate(3.5deg); }
  82% {
    transform: translate(9px, 6px) rotate(3.5deg); }
  84% {
    transform: translate(-6px, 0px) rotate(2.5deg); }
  86% {
    transform: translate(4px, 5px) rotate(1.5deg); }
  88% {
    transform: translate(2px, 8px) rotate(-0.5deg); }
  90% {
    transform: translate(-8px, -6px) rotate(-0.5deg); }
  92% {
    transform: translate(-1px, 7px) rotate(3.5deg); }
  94% {
    transform: translate(-7px, -7px) rotate(1.5deg); }
  96% {
    transform: translate(-9px, -6px) rotate(-2.5deg); }
  98% {
    transform: translate(3px, 4px) rotate(-1.5deg); } }
@keyframes shake-horizontal {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(-2px, 0px) rotate(0deg); }
  4% {
    transform: translate(1px, 0px) rotate(0deg); }
  6% {
    transform: translate(9px, 0px) rotate(0deg); }
  8% {
    transform: translate(3px, 0px) rotate(0deg); }
  10% {
    transform: translate(-6px, 0px) rotate(0deg); }
  12% {
    transform: translate(0px, 0px) rotate(0deg); }
  14% {
    transform: translate(0px, 0px) rotate(0deg); }
  16% {
    transform: translate(1px, 0px) rotate(0deg); }
  18% {
    transform: translate(5px, 0px) rotate(0deg); }
  20% {
    transform: translate(-8px, 0px) rotate(0deg); }
  22% {
    transform: translate(10px, 0px) rotate(0deg); }
  24% {
    transform: translate(8px, 0px) rotate(0deg); }
  26% {
    transform: translate(3px, 0px) rotate(0deg); }
  28% {
    transform: translate(10px, 0px) rotate(0deg); }
  30% {
    transform: translate(10px, 0px) rotate(0deg); }
  32% {
    transform: translate(1px, 0px) rotate(0deg); }
  34% {
    transform: translate(-8px, 0px) rotate(0deg); }
  36% {
    transform: translate(7px, 0px) rotate(0deg); }
  38% {
    transform: translate(9px, 0px) rotate(0deg); }
  40% {
    transform: translate(5px, 0px) rotate(0deg); }
  42% {
    transform: translate(0px, 0px) rotate(0deg); }
  44% {
    transform: translate(9px, 0px) rotate(0deg); }
  46% {
    transform: translate(4px, 0px) rotate(0deg); }
  48% {
    transform: translate(2px, 0px) rotate(0deg); }
  50% {
    transform: translate(-5px, 0px) rotate(0deg); }
  52% {
    transform: translate(-8px, 0px) rotate(0deg); }
  54% {
    transform: translate(1px, 0px) rotate(0deg); }
  56% {
    transform: translate(-1px, 0px) rotate(0deg); }
  58% {
    transform: translate(4px, 0px) rotate(0deg); }
  60% {
    transform: translate(4px, 0px) rotate(0deg); }
  62% {
    transform: translate(-4px, 0px) rotate(0deg); }
  64% {
    transform: translate(1px, 0px) rotate(0deg); }
  66% {
    transform: translate(-9px, 0px) rotate(0deg); }
  68% {
    transform: translate(4px, 0px) rotate(0deg); }
  70% {
    transform: translate(2px, 0px) rotate(0deg); }
  72% {
    transform: translate(4px, 0px) rotate(0deg); }
  74% {
    transform: translate(10px, 0px) rotate(0deg); }
  76% {
    transform: translate(-4px, 0px) rotate(0deg); }
  78% {
    transform: translate(1px, 0px) rotate(0deg); }
  80% {
    transform: translate(-9px, 0px) rotate(0deg); }
  82% {
    transform: translate(-7px, 0px) rotate(0deg); }
  84% {
    transform: translate(3px, 0px) rotate(0deg); }
  86% {
    transform: translate(8px, 0px) rotate(0deg); }
  88% {
    transform: translate(-9px, 0px) rotate(0deg); }
  90% {
    transform: translate(2px, 0px) rotate(0deg); }
  92% {
    transform: translate(-4px, 0px) rotate(0deg); }
  94% {
    transform: translate(0px, 0px) rotate(0deg); }
  96% {
    transform: translate(3px, 0px) rotate(0deg); }
  98% {
    transform: translate(-4px, 0px) rotate(0deg); } }
@keyframes shake-vertical {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(0px, -5px) rotate(0deg); }
  4% {
    transform: translate(0px, 2px) rotate(0deg); }
  6% {
    transform: translate(0px, 2px) rotate(0deg); }
  8% {
    transform: translate(0px, -7px) rotate(0deg); }
  10% {
    transform: translate(0px, 9px) rotate(0deg); }
  12% {
    transform: translate(0px, 5px) rotate(0deg); }
  14% {
    transform: translate(0px, -4px) rotate(0deg); }
  16% {
    transform: translate(0px, 4px) rotate(0deg); }
  18% {
    transform: translate(0px, 1px) rotate(0deg); }
  20% {
    transform: translate(0px, 5px) rotate(0deg); }
  22% {
    transform: translate(0px, 9px) rotate(0deg); }
  24% {
    transform: translate(0px, 9px) rotate(0deg); }
  26% {
    transform: translate(0px, 8px) rotate(0deg); }
  28% {
    transform: translate(0px, -4px) rotate(0deg); }
  30% {
    transform: translate(0px, 0px) rotate(0deg); }
  32% {
    transform: translate(0px, -7px) rotate(0deg); }
  34% {
    transform: translate(0px, 1px) rotate(0deg); }
  36% {
    transform: translate(0px, 6px) rotate(0deg); }
  38% {
    transform: translate(0px, -4px) rotate(0deg); }
  40% {
    transform: translate(0px, -5px) rotate(0deg); }
  42% {
    transform: translate(0px, -2px) rotate(0deg); }
  44% {
    transform: translate(0px, 4px) rotate(0deg); }
  46% {
    transform: translate(0px, 7px) rotate(0deg); }
  48% {
    transform: translate(0px, 4px) rotate(0deg); }
  50% {
    transform: translate(0px, -7px) rotate(0deg); }
  52% {
    transform: translate(0px, -7px) rotate(0deg); }
  54% {
    transform: translate(0px, -3px) rotate(0deg); }
  56% {
    transform: translate(0px, -7px) rotate(0deg); }
  58% {
    transform: translate(0px, -4px) rotate(0deg); }
  60% {
    transform: translate(0px, -3px) rotate(0deg); }
  62% {
    transform: translate(0px, 10px) rotate(0deg); }
  64% {
    transform: translate(0px, 0px) rotate(0deg); }
  66% {
    transform: translate(0px, -3px) rotate(0deg); }
  68% {
    transform: translate(0px, 5px) rotate(0deg); }
  70% {
    transform: translate(0px, 10px) rotate(0deg); }
  72% {
    transform: translate(0px, -4px) rotate(0deg); }
  74% {
    transform: translate(0px, 3px) rotate(0deg); }
  76% {
    transform: translate(0px, -5px) rotate(0deg); }
  78% {
    transform: translate(0px, 3px) rotate(0deg); }
  80% {
    transform: translate(0px, 10px) rotate(0deg); }
  82% {
    transform: translate(0px, 6px) rotate(0deg); }
  84% {
    transform: translate(0px, -7px) rotate(0deg); }
  86% {
    transform: translate(0px, -8px) rotate(0deg); }
  88% {
    transform: translate(0px, -7px) rotate(0deg); }
  90% {
    transform: translate(0px, 9px) rotate(0deg); }
  92% {
    transform: translate(0px, 7px) rotate(0deg); }
  94% {
    transform: translate(0px, -4px) rotate(0deg); }
  96% {
    transform: translate(0px, 10px) rotate(0deg); }
  98% {
    transform: translate(0px, 6px) rotate(0deg); } }
@keyframes shake-rotate {
  0% {
    transform: translate(0px, 0px) rotate(0deg); }
  2% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  4% {
    transform: translate(0px, 0px) rotate(5.5deg); }
  6% {
    transform: translate(0px, 0px) rotate(-6.5deg); }
  8% {
    transform: translate(0px, 0px) rotate(-6.5deg); }
  10% {
    transform: translate(0px, 0px) rotate(-3.5deg); }
  12% {
    transform: translate(0px, 0px) rotate(4.5deg); }
  14% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
  16% {
    transform: translate(0px, 0px) rotate(3.5deg); }
  18% {
    transform: translate(0px, 0px) rotate(-1.5deg); }
  20% {
    transform: translate(0px, 0px) rotate(6.5deg); }
  22% {
    transform: translate(0px, 0px) rotate(6.5deg); }
  24% {
    transform: translate(0px, 0px) rotate(-6.5deg); }
  26% {
    transform: translate(0px, 0px) rotate(7.5deg); }
  28% {
    transform: translate(0px, 0px) rotate(6.5deg); }
  30% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  32% {
    transform: translate(0px, 0px) rotate(3.5deg); }
  34% {
    transform: translate(0px, 0px) rotate(-2.5deg); }
  36% {
    transform: translate(0px, 0px) rotate(5.5deg); }
  38% {
    transform: translate(0px, 0px) rotate(2.5deg); }
  40% {
    transform: translate(0px, 0px) rotate(5.5deg); }
  42% {
    transform: translate(0px, 0px) rotate(7.5deg); }
  44% {
    transform: translate(0px, 0px) rotate(-4.5deg); }
  46% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  48% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  50% {
    transform: translate(0px, 0px) rotate(-2.5deg); }
  52% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  54% {
    transform: translate(0px, 0px) rotate(4.5deg); }
  56% {
    transform: translate(0px, 0px) rotate(-3.5deg); }
  58% {
    transform: translate(0px, 0px) rotate(-0.5deg); }
  60% {
    transform: translate(0px, 0px) rotate(5.5deg); }
  62% {
    transform: translate(0px, 0px) rotate(-2.5deg); }
  64% {
    transform: translate(0px, 0px) rotate(-5.5deg); }
  66% {
    transform: translate(0px, 0px) rotate(-2.5deg); }
  68% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  70% {
    transform: translate(0px, 0px) rotate(1.5deg); }
  72% {
    transform: translate(0px, 0px) rotate(-5.5deg); }
  74% {
    transform: translate(0px, 0px) rotate(-3.5deg); }
  76% {
    transform: translate(0px, 0px) rotate(4.5deg); }
  78% {
    transform: translate(0px, 0px) rotate(-2.5deg); }
  80% {
    transform: translate(0px, 0px) rotate(2.5deg); }
  82% {
    transform: translate(0px, 0px) rotate(6.5deg); }
  84% {
    transform: translate(0px, 0px) rotate(-6.5deg); }
  86% {
    transform: translate(0px, 0px) rotate(5.5deg); }
  88% {
    transform: translate(0px, 0px) rotate(-4.5deg); }
  90% {
    transform: translate(0px, 0px) rotate(-3.5deg); }
  92% {
    transform: translate(0px, 0px) rotate(6.5deg); }
  94% {
    transform: translate(0px, 0px) rotate(-1.5deg); }
  96% {
    transform: translate(0px, 0px) rotate(-5.5deg); }
  98% {
    transform: translate(0px, 0px) rotate(-4.5deg); } }
@keyframes shake-opacity {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.5; }
  10% {
    transform: translate(3px, 0px) rotate(-1.5deg);
    opacity: 0.7; }
  20% {
    transform: translate(2px, 0px) rotate(1.5deg);
    opacity: 0.3; }
  30% {
    transform: translate(-3px, -3px) rotate(-1.5deg);
    opacity: 0.7; }
  40% {
    transform: translate(-3px, -1px) rotate(-1.5deg);
    opacity: 0.5; }
  50% {
    transform: translate(5px, -2px) rotate(2.5deg);
    opacity: 1; }
  60% {
    transform: translate(1px, -1px) rotate(0.5deg);
    opacity: 0.9; }
  70% {
    transform: translate(3px, -4px) rotate(0.5deg);
    opacity: 0.1; }
  80% {
    transform: translate(-1px, 5px) rotate(2.5deg);
    opacity: 0.9; }
  90% {
    transform: translate(-2px, 3px) rotate(-1.5deg);
    opacity: 0.8; } }
@keyframes shake-crazy {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1; }
  10% {
    transform: translate(11px, -3px) rotate(-6deg);
    opacity: 0.3; }
  20% {
    transform: translate(-18px, -3px) rotate(4deg);
    opacity: 0.9; }
  30% {
    transform: translate(-11px, -9px) rotate(3deg);
    opacity: 0.4; }
  40% {
    transform: translate(3px, -18px) rotate(7deg);
    opacity: 0.7; }
  50% {
    transform: translate(9px, -9px) rotate(-2deg);
    opacity: 0.4; }
  60% {
    transform: translate(19px, -5px) rotate(7deg);
    opacity: 0.8; }
  70% {
    transform: translate(-12px, -11px) rotate(4deg);
    opacity: 0.7; }
  80% {
    transform: translate(-8px, 19px) rotate(2deg);
    opacity: 1; }
  90% {
    transform: translate(18px, 14px) rotate(-4deg);
    opacity: 1; } }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/nunito-sans-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v6-latin-regular.woff2") format("woff2"), url("assets/fonts/nunito-sans-v6-latin-regular.woff") format("woff"), url("assets/fonts/nunito-sans-v6-latin-regular.ttf") format("truetype"), url("assets/fonts/nunito-sans-v6-latin-regular.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }
/* nunito-sans-italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url("assets/fonts/nunito-sans-v6-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v6-latin-italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v6-latin-italic.woff2") format("woff2"), url("assets/fonts/nunito-sans-v6-latin-italic.woff") format("woff"), url("assets/fonts/nunito-sans-v6-latin-italic.ttf") format("truetype"), url("assets/fonts/nunito-sans-v6-latin-italic.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }
/* nunito-sans-900 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/nunito-sans-v6-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v6-latin-900.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v6-latin-900.woff2") format("woff2"), url("assets/fonts/nunito-sans-v6-latin-900.woff") format("woff"), url("assets/fonts/nunito-sans-v6-latin-900.ttf") format("truetype"), url("assets/fonts/nunito-sans-v6-latin-900.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }
/* nunito-sans-900italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  src: url("assets/fonts/nunito-sans-v6-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v6-latin-900italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v6-latin-900italic.woff2") format("woff2"), url("assets/fonts/nunito-sans-v6-latin-900italic.woff") format("woff"), url("assets/fonts/nunito-sans-v6-latin-900italic.ttf") format("truetype"), url("assets/fonts/nunito-sans-v6-latin-900italic.svg#NunitoSans") format("svg");
  /* Legacy iOS */ }
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-size: 1rem;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

h1 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 70px;
  font-weight: 900; }
  @media screen and (min-width: 320px) {
    h1 {
      font-size: calc(50px + 16 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h1 {
      font-size: 66px; } }

h2 {
  font-size: 37px;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 34px;
  margin-bottom: 0px; }
  @media screen and (min-width: 320px) {
    h2 {
      font-size: calc(37px + 13 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h2 {
      font-size: 50px; } }
  @media screen and (min-width: 320px) {
    h2 {
      margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h2 {
      margin-top: 68px; } }
  @media screen and (min-width: 320px) {
    h2 {
      margin-bottom: calc(0px + 10 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h2 {
      margin-bottom: 10px; } }

h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 34px; }
  @media screen and (min-width: 320px) {
    h3 {
      font-size: calc(28px + 9 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h3 {
      font-size: 37px; } }
  @media screen and (min-width: 320px) {
    h3 {
      margin-bottom: calc(0px + 10 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h3 {
      margin-bottom: 10px; } }
  @media screen and (min-width: 320px) {
    h3 {
      margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h3 {
      margin-top: 68px; } }

h4 {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4; }
  @media screen and (min-width: 320px) {
    h4 {
      font-size: calc(21px + 7 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h4 {
      font-size: 28px; } }

h4.blue-heading {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
  color: #3498DB; }
  @media screen and (min-width: 320px) {
    h4.blue-heading {
      font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h4.blue-heading {
      font-size: 21px; }
}

h3 + h4 {
  margin-top: 15px; }

h4 + ul {
  margin-top: 17px; }

h5 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900;
  color: #3498DB; }
  @media screen and (min-width: 320px) {
    h5 {
      font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h5 {
      font-size: 21px; } }

h6 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 900; }
  @media screen and (min-width: 320px) {
    h6 {
      font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    h6 {
      font-size: 21px; } }

h6 + h2 {
  margin-top: 20px; }

.yellow h1 {
  color: black; }
.yellow .post-header__author {
  color: black; }

p {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-bottom: 26px;
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    p {
      margin-bottom: calc(26px + 8 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    p {
      margin-bottom: 34px; } }
  @media screen and (min-width: 320px) {
    p {
      font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    p {
      font-size: 21px; } }
  p.kplarge {
    font-size: 21px; }
    @media screen and (min-width: 320px) {
      p.kplarge {
        font-size: calc(21px + 7 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      p.kplarge {
        font-size: 28px; } }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  color: #DB4553;
  border-left: solid 3px #DB4553;
  padding-left: 27px;
  font-size: 21px;
  margin-bottom: 26px;
  margin-bottom: 34px;
  line-height: 1.4; }
  @media screen and (min-width: 320px) {
    blockquote {
      font-size: calc(21px + 7 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    blockquote {
      font-size: 28px; } }
  @media screen and (min-width: 320px) {
    blockquote {
      margin-bottom: calc(26px + 8 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    blockquote {
      margin-bottom: 34px; } }
  blockquote p {
    font-size: 21px; }
    @media screen and (min-width: 320px) {
      blockquote p {
        font-size: calc(21px + 7 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      blockquote p {
        font-size: 28px; } }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote cite {
    display: block;
    text-align: right; }
    blockquote cite:before {
      content: "\2014";
      padding-right: 5px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 20.625px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 20.625px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #3498DB;
  cursor: help; }

mark, ins {
  background: #29D9C2;
  color: #000000;
  text-decoration: none; }

big {
  font-size: 125%; }

.kpwhite {
  color: #FFFFFF !important; }

blockquote.kpwhite {
  border-color: #FFFFFF; }

::selection {
  background: #29D9C2;
  /* WebKit/Blink Browsers */
  color: #000000; }

::-moz-selection {
  background: #29D9C2;
  /* Gecko Browsers */
  color: #000000; }

.content-area a,
.content-area a:visited {
  color: #333333;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -3px 0 #3498DB;
  -moz-box-shadow: inset 0 -3px 0 #3498DB;
  box-shadow: inset 0 -3px 0 #3498DB;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
.content-area a:hover {
  color: #000000;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -15px 0 #29D9C2;
  -moz-box-shadow: inset 0 -15px 0 #29D9C2;
  box-shadow: inset 0 -15px 0 #29D9C2; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin-top: 17px;
  margin-bottom: 34px;
  line-height: 1.6;
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    ul, ol {
      margin-top: calc(17px + 17 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    ul, ol {
      margin-top: 34px; } }
  @media screen and (min-width: 320px) {
    ul, ol {
      font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    ul, ol {
      font-size: 21px; } }
  ul.kplarge, ol.kplarge {
    font-size: 21px; }
    @media screen and (min-width: 320px) {
      ul.kplarge, ol.kplarge {
        font-size: calc(21px + 7 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      ul.kplarge, ol.kplarge {
        font-size: 28px; } }

p + ul, p + ol {
  margin-top: -13px; }
  @media screen and (min-width: 320px) {
    p + ul, p + ol {
      margin-top: calc(-13px + -4 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    p + ul, p + ol {
      margin-top: -17px; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-left: 12px;
  margin-bottom: 17px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 12px;
  padding-top: 17px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  image-rendering: -webkit-optimize-contrast;
  /* source: https://medium.freecodecamp.org/-898b38a6c0e1 */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
  margin-bottom: 26px; }
  @media screen and (min-width: 320px) {
    figure {
      margin-bottom: calc(26px + 8 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    figure {
      margin-bottom: 34px; } }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.hidden {
  display: none !important; }

.admin-bar .kpoffsethash:before {
  display: block;
  content: " ";
  margin-top: -127px;
  height: 127px;
  visibility: hidden; }

.kpoffsethash:before {
  display: block;
  content: " ";
  margin-top: -95px;
  height: 95px;
  visibility: hidden; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@-webkit-keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #fff; }
  40% {
    box-shadow: 0 0 20px #fff; }
  60% {
    box-shadow: 0 0 20px #fff; }
  100% {
    box-shadow: 0 0 -10px #fff; } }
@-moz-keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #fff; }
  40% {
    box-shadow: 0 0 20px #fff; }
  60% {
    box-shadow: 0 0 20px #fff; }
  100% {
    box-shadow: 0 0 -10px #fff; } }
@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #fff; }
  40% {
    box-shadow: 0 0 20px #fff; }
  60% {
    box-shadow: 0 0 20px #fff; }
  100% {
    box-shadow: 0 0 -10px #fff; } }
@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #fff; }
  40% {
    box-shadow: 0 0 20px #fff; }
  60% {
    box-shadow: 0 0 20px #fff; }
  100% {
    box-shadow: 0 0 -10px #fff; } }
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #3498DB;
  border-radius: 0;
  background: #FFFFFF;
  color: #3498DB;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.625;
  padding: 7px 40px;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  button span,
  .btn span,
  input[type="button"] span,
  input[type="reset"] span,
  input[type="submit"] span {
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #3498DB; }
  button.kpghost,
  .btn.kpghost,
  input[type="button"].kpghost,
  input[type="reset"].kpghost,
  input[type="submit"].kpghost {
    background: transparent;
    box-shadow: none; }
  button.kpwhite,
  .btn.kpwhite,
  input[type="button"].kpwhite,
  input[type="reset"].kpwhite,
  input[type="submit"].kpwhite {
    border-color: #FFFFFF; }
    button.kpwhite span,
    .btn.kpwhite span,
    input[type="button"].kpwhite span,
    input[type="reset"].kpwhite span,
    input[type="submit"].kpwhite span {
      color: #FFFFFF; }
  button.kpglow,
  .btn.kpglow,
  input[type="button"].kpglow,
  input[type="reset"].kpglow,
  input[type="submit"].kpglow {
    -webkit-animation: glowing 5s infinite;
    /* Safari 4+ */
    -moz-animation: glowing 5s infinite;
    /* Fx 5+ */
    -o-animation: glowing 5s infinite;
    /* Opera 12+ */
    animation: glowing 5s infinite;
    /* IE 10+, Fx 29+ */ }
  button:hover,
  .btn:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #29D9C2;
    background: #29D9C2;
    color: #FFFFFF;
    box-shadow: none; }
    button:hover span,
    .btn:hover span,
    input[type="button"]:hover span,
    input[type="reset"]:hover span,
    input[type="submit"]:hover span {
      color: #FFFFFF; }
  button:active, button:focus,
  .btn:active,
  .btn:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #29D9C2;
    box-shadow: none; }

button:focus {
  outline: 0px auto -webkit-focus-ring-color; }

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 {
  color: #666;
  border: 1px solid #979797;
  border-radius: 0;
  padding: 12px; }
  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 {
    color: #111; }

select {
  border: 1px solid #979797; }

textarea {
  width: 100%; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: white;
    border: solid 1px #3498DB; }
  .styled-checkbox:hover + label:before {
    background: #3498DB; }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .styled-checkbox:checked + label:before {
    background: #3498DB; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

/* Gravity Forms */
body .gform_wrapper {
  margin: 0; }
  body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px; }
  body .gform_wrapper textarea {
    padding: 12px; }
  body .gform_wrapper .validation_error {
    display: none; }
  body .gform_wrapper .gform_fields.top_label label.gfield_label {
    margin-bottom: 5px; }
  body .gform_wrapper .gform_fields.top_label div.ginput_container {
    margin-top: 0; }
  body .gform_wrapper .gform_footer.top_label {
    margin-top: 10px; }
body .gfield_required {
  font-style: italic; }
body .gform_confirmation_message {
  font-size: 21px;
  color: #3498DB; }
  @media screen and (min-width: 320px) {
    body .gform_confirmation_message {
      font-size: calc(21px + 7 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body .gform_confirmation_message {
      font-size: 28px; } }
body .gform_footer.top_label {
  padding-bottom: 0px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333; }
  a:visited {
    color: #333333; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle {
  display: block; }

.main-navigation.toggled #main-menu-mobile {
  transform: translateX(0); }

.menu-toggle {
  width: 60px;
  line-height: 1.625;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0; }
  .menu-toggle__text {
    width: 42px;
    display: inline-block;
    color: #333333; }
    .menu-toggle__text:after {
      content: "Menu"; }
  .menu-toggle__x {
    top: 22px;
    cursor: pointer;
    height: 2px;
    margin-left: 4px;
    width: 12px;
    background: #333333;
    position: absolute;
    display: inline-block;
    content: '';
    transition: all 500ms ease-in-out; }
    .menu-toggle__x:before, .menu-toggle__x:after {
      cursor: pointer;
      height: 2px;
      width: 12px;
      background: #333333;
      position: absolute;
      display: block;
      content: '';
      -moz-transition: all 500ms ease-out 0s;
      -o-transition: all 500ms ease-out 0s;
      -webkit-transition: all 500ms ease-out 0s;
      transition: all 500ms ease-out 0s; }
    .menu-toggle__x:before {
      top: -4px; }
    .menu-toggle__x:after {
      bottom: -4px; }
  .menu-toggle:hover {
    background: transparent; }
    .menu-toggle:hover span {
      color: #333333; }
  .menu-toggle:active {
    background: transparent; }
    .menu-toggle:active span {
      color: #333333; }
  .menu-toggle:focus {
    outline: none; }

.main-navigation.toggled .menu-toggle__text {
  color: #333333; }
  .main-navigation.toggled .menu-toggle__text:after {
    content: "Close"; }
.main-navigation.toggled .menu-toggle__x {
  background-color: transparent; }
  .main-navigation.toggled .menu-toggle__x:before {
    top: 0;
    transform: rotate(45deg); }
  .main-navigation.toggled .menu-toggle__x:after {
    top: 0;
    transform: rotate(-45deg); }

@media (min-width: 992px) {
  .menu-toggle {
    display: none; }

  .main-navigation #main-menu-desktop {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.main-navigation {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
  padding-top: 10px; }
  .main-navigation .menu-toggle {
    float: right; }
  .main-navigation #main-menu-desktop {
    float: left;
    display: none;
    float: right;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      .main-navigation #main-menu-desktop {
        display: inline; } }
    .main-navigation #main-menu-desktop ul {
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation #main-menu-desktop ul ul {
        left: -999em;
        top: 0; }
      .main-navigation #main-menu-desktop ul li:hover > ul, .main-navigation #main-menu-desktop ul li.focus > ul {
        left: 100%; }
      .main-navigation #main-menu-desktop ul a {
        width: 200px; }
    .main-navigation #main-menu-desktop li:hover > ul,
    .main-navigation #main-menu-desktop li.focus > ul {
      left: auto; }
    .main-navigation #main-menu-desktop li {
      float: left;
      position: relative;
      margin-right: 30px;
      margin-left: 0;
      margin-bottom: 0;
      padding-top: 4px; }
      .main-navigation #main-menu-desktop li.menu-item__social {
        margin-right: 15px;
        padding-top: 0; }
        .main-navigation #main-menu-desktop li.menu-item__social:last-child {
          margin-right: 0; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.625; }
  .main-navigation a {
    line-height: 1.1;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .main-navigation a:hover {
      text-decoration: none;
      color: #29D9C2;
      -webkit-box-shadow: inset 0 -2px 0 #29D9C2;
      -moz-box-shadow: inset 0 -2px 0 #29D9C2;
      box-shadow: inset 0 -2px 0 #29D9C2; }
    .main-navigation a:active {
      text-decoration: none;
      color: #29D9C2;
      -webkit-box-shadow: inset 0 -2px 0 #29D9C2;
      -moz-box-shadow: inset 0 -2px 0 #29D9C2;
      box-shadow: inset 0 -2px 0 #29D9C2; }
    .main-navigation a:focus {
      text-decoration: none;
      color: #29D9C2;
      -webkit-box-shadow: inset 0 -2px 0 #29D9C2;
      -moz-box-shadow: inset 0 -2px 0 #29D9C2;
      box-shadow: inset 0 -2px 0 #29D9C2; }
  .main-navigation li.menu-item__social a svg path {
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .main-navigation li.menu-item__social a svg:hover path {
    fill: #29D9C2; }
  .main-navigation li.menu-item__social a:hover {
    box-shadow: none; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_parent > a {
    color: #29D9C2; }

.main-navigation .menu-main-menu-container {
  position: relative; }
.main-navigation #main-menu-mobile {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-y: scroll;
  padding-bottom: 30px;
  padding-top: 54px;
  padding-left: 40px;
  transform: translateX(-100%);
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .main-navigation #main-menu-mobile ul {
    margin: 0;
    padding: 0; }
    .main-navigation #main-menu-mobile ul li {
      clear: both;
      display: inline-block; }
      .main-navigation #main-menu-mobile ul li:not(.menu-item__social) {
        display: block;
        margin-bottom: 40px;
        float: left; }
        .main-navigation #main-menu-mobile ul li:not(.menu-item__social) a {
          font-size: 28px;
          line-height: 1.4285714286; }
      .main-navigation #main-menu-mobile ul li.menu-item__social {
        list-style: none;
        clear: both;
        vertical-align: top;
        margin: 0;
        margin-right: 15px; }
        .main-navigation #main-menu-mobile ul li.menu-item__social:first-child {
          margin-left: 0; }
        .main-navigation #main-menu-mobile ul li.menu-item__social a {
          display: inline-block;
          font-size: 16px; }

body.admin-bar #main-menu-mobile {
  top: 96px; }

/*--------------------------------------------------------------
# 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: #333333;
    display: block;
    font-size: 19.25px;
    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; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header and footer
--------------------------------------------------------------*/
.site-header {
  background-color: #FFFFFF;
  padding-top: 5px;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  z-index: 9; }
  @media (min-width: 992px) {
    .site-header {
      min-height: 60px;
      max-height: 60px;
      height: 60px;
      padding-top: 10px;
      padding-bottom: 20px; } }
  .site-header__branding .site-branding a svg {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    width: 51px;
    max-width: 51px;
    min-width: 51px; }
  .site-header__branding .site-branding a svg path {
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .site-header__branding .site-branding a svg:hover path {
    fill: #29D9C2; }
  .site-header__menu {
    display: inline-block;
    text-align: right; }

.site-footer {
  border-top: 1px solid #979797;
  padding-top: 30px; }
  @media screen and (min-width: 320px) {
    .site-footer {
      padding-top: calc(30px + 20 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .site-footer {
      padding-top: 50px; } }
  .site-footer h6 {
    margin-bottom: 10px; }
  .site-footer a {
    text-decoration: none;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .site-footer a:visited {
    color: #333333; }
  .site-footer a:hover {
    color: #29D9C2; }
  .site-footer__newsletter {
    text-align: center;
    margin-bottom: 30px; }
    .site-footer__newsletter__toggle {
      display: none; }
    @media (min-width: 768px) {
      .site-footer__newsletter {
        text-align: left; } }
    .site-footer__newsletter input[type="email"] {
      width: 60%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      @media (min-width: 576px) {
        .site-footer__newsletter input[type="email"] {
          width: auto; } }
    .site-footer__newsletter input[type="email"],
    .site-footer__newsletter input[type="submit"] {
      border: solid 1px #3498DB;
      border-radius: 0;
      color: #666666;
      padding-top: 7px;
      padding-right: 15px;
      padding-bottom: 7px;
      padding-left: 15px;
      font-size: 16px;
      background-color: #FFFFFF;
      line-height: 1.6; }
      @media screen and (min-width: 320px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-top: calc(7px + 5 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-top: 12px; } }
      @media screen and (min-width: 320px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-right: calc(15px + 0 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-right: 15px; } }
      @media screen and (min-width: 320px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-bottom: calc(7px + 5 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-bottom: 12px; } }
      @media screen and (min-width: 320px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-left: calc(15px + 0 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-footer__newsletter input[type="email"],
        .site-footer__newsletter input[type="submit"] {
          padding-left: 15px; } }
    .site-footer__newsletter input[type="submit"] {
      border-left: 0;
      color: #3498DB;
      -moz-transition: 0.2s ease-out 0s;
      -o-transition: 0.2s ease-out 0s;
      -webkit-transition: 0.2s ease-out 0s;
      transition: 0.2s ease-out 0s; }
      .site-footer__newsletter input[type="submit"]:hover {
        color: #FFFFFF;
        background-color: #29D9C2;
        border: solid 1px #29D9C2;
        border-left: 0; }
    .site-footer__newsletter fieldset {
      border: 0;
      padding: 0;
      margin: 0; }
    .site-footer__newsletter__checkbox {
      margin-top: 15px;
      margin-bottom: 34px; }
      .site-footer__newsletter__checkbox input[type="checkbox"] {
        border: none;
        outline: solid 1px #3498DB; }
    .site-footer__newsletter__second_graph {
      font-style: italic; }
  .site-footer__get-in-touch {
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer__get-in-touch {
        text-align: left; } }
    .site-footer__get-in-touch__remote, .site-footer__get-in-touch__in-person, .site-footer__get-in-touch__social-media {
      display: block; }
      @media (min-width: 768px) {
        .site-footer__get-in-touch__remote, .site-footer__get-in-touch__in-person, .site-footer__get-in-touch__social-media {
          display: inline-block; } }
      .site-footer__get-in-touch__remote ul, .site-footer__get-in-touch__in-person ul, .site-footer__get-in-touch__social-media ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .site-footer__get-in-touch__remote ul li, .site-footer__get-in-touch__in-person ul li, .site-footer__get-in-touch__social-media ul li {
          margin: 0;
          padding: 0;
          font-size: 16px; }
    .site-footer__get-in-touch__remote {
      margin-bottom: 30px; }
      .site-footer__get-in-touch__remote a:hover {
        border-bottom: 1px solid #29D9C2; }
      @media (min-width: 768px) {
        .site-footer__get-in-touch__remote {
          margin-bottom: 0; } }
    .site-footer__get-in-touch__in-person {
      margin-left: 0px;
      margin-bottom: 30px; }
      .site-footer__get-in-touch__in-person span.postal-code {
        display: block; }
      @media (min-width: 768px) {
        .site-footer__get-in-touch__in-person {
          margin-bottom: 0;
          margin-left: 40px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .site-footer__get-in-touch__in-person {
      margin-left: calc(40px + 36 * (100vw - 768px) / 402); } }
  @media screen and (min-width: 768px) and (min-width: 1170px) {
    .site-footer__get-in-touch__in-person {
      margin-left: 76px; } }
      @media (min-width: 768px) {
          .site-footer__get-in-touch__in-person span.postal-code {
            display: inline; } }
      .site-footer__get-in-touch__in-person a:hover {
        border-bottom: 1px solid #29D9C2; }
    .site-footer__get-in-touch__social-media {
      display: block;
      margin-left: 0px;
      margin-bottom: 30px;
      margin-top: 30px; }
      @media (min-width: 992px) {
        .site-footer__get-in-touch__social-media {
          display: inline-block;
          margin-left: 40px;
          float: right;
          margin-top: 0; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .site-footer__get-in-touch__social-media {
      margin-left: calc(40px + 31 * (100vw - 768px) / 402); } }
  @media screen and (min-width: 992px) and (min-width: 1170px) {
    .site-footer__get-in-touch__social-media {
      margin-left: 71px; } }

      @media (min-width: 1200px) {
        .site-footer__get-in-touch__social-media {
          margin-left: 0; } }
      .site-footer__get-in-touch__social-media ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px; }
        .site-footer__get-in-touch__social-media ul li:last-child {
          margin-right: 0; }
      .site-footer__get-in-touch__social-media a svg path {
        -moz-transition: fill 0.2s ease-out 0s;
        -o-transition: fill 0.2s ease-out 0s;
        -webkit-transition: fill 0.2s ease-out 0s;
        transition: fill 0.2s ease-out 0s; }
      .site-footer__get-in-touch__social-media a svg:hover path {
        fill: #29D9C2; }
  .site-footer__site-info {
    border-top: 1px solid #979797;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer__site-info {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        text-align: left; }
        .site-footer__site-info .col-12 {
          padding-left: 0;
          padding-right: 0; } }
    @media screen and (max-width: 390px) {
      .site-footer__site-info {
        font-size: 15px; } }
    .site-footer__site-info .menu-footer-menu-container {
      display: block;
      margin-left: 8px; }
      @media (min-width: 768px) {
        .site-footer__site-info .menu-footer-menu-container {
          display: inline-block; } }
      .site-footer__site-info .menu-footer-menu-container #footer-menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-footer__site-info .menu-footer-menu-container #footer-menu li {
          display: inline-block;
          margin: 0;
          font-size: 16px; }
          .site-footer__site-info .menu-footer-menu-container #footer-menu li:after {
            content: '|';
            padding-left: 8px;
            padding-right: 8px; }
          .site-footer__site-info .menu-footer-menu-container #footer-menu li:last-child:after {
            content: ''; }
          @media (min-width: 768px) {
            .site-footer__site-info .menu-footer-menu-container #footer-menu li:last-child:after {
              content: '|'; } }
          @media screen and (max-width: 390px) {
            .site-footer__site-info .menu-footer-menu-container #footer-menu li {
              font-size: 15px; }
              .site-footer__site-info .menu-footer-menu-container #footer-menu li:after {
                content: '|';
                padding-left: 2px;
                padding-right: 0; } }
          .site-footer__site-info .menu-footer-menu-container #footer-menu li a:hover {
            border-bottom: 1px solid #29D9C2; }
    .site-footer__site-info .footer__menu--family {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
      .site-footer__site-info .footer__menu--family li {
        display: inline-block;
        margin: 0;
        padding: 0;
        line-height: 26px;
        padding-top: 4px;
        margin-right: 15px;
        font-size: 16px; }
      .site-footer__site-info .footer__menu--family li:first-child {
        display: block;
        margin-bottom: 20px; }
      @media screen and (max-width: 390px) {
        .site-footer__site-info .footer__menu--family li:first-child {
          font-size: 15px; } }
      @media (min-width: 768px) {
        .site-footer__site-info .footer__menu--family li:first-child {
          display: inline-block;
          margin-bottom: 0; } }
      .site-footer__site-info .footer__menu--family a svg .link_svg--hover {
        -moz-transition: fill 0.2s ease-out 0s;
        -o-transition: fill 0.2s ease-out 0s;
        -webkit-transition: fill 0.2s ease-out 0s;
        transition: fill 0.2s ease-out 0s; }
      .site-footer__site-info .footer__menu--family a svg:hover .link_svg--hover {
        fill: #29D9C2; }

#rocketship {
  width: 39px;
  height: 62px;
  position: absolute;
  margin-top: -105px;
  right: 15px;
  background: transparent url("images/icon--rocketship.svg") no-repeat center;
  background-size: cover;
  opacity: 1;
  -moz-transition: margin-top 0.4s ease-out 0.4s;
  -o-transition: margin-top 0.4s ease-out 0.4s;
  -webkit-transition: margin-top 0.4s ease-out 0.4s;
  transition: margin-top 0.4s ease-out 0.4s;
  -moz-transition: opacity 0.4s ease-out 0s;
  -o-transition: opacity 0.4s ease-out 0s;
  -webkit-transition: opacity 0.4s ease-out 0s;
  transition: opacity 0.4s ease-out 0s; }
  @media (min-width: 768px) {
    #rocketship {
      margin-top: -142px; } }
  #rocketship.take-off {
    margin-top: -284px;
    opacity: 0; }

/*--------------------------------------------------------------
## ACF Partials
--------------------------------------------------------------*/
.content_block_text {
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: transparent;
  /* forces IE9-11 to display the image */
  /* fix for IE */ }
  @media screen and (min-width: 320px) {
    .content_block_text {
      margin-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block_text {
      margin-bottom: 80px; } }
  @media screen and (min-width: 320px) {
    .content_block_text {
      margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block_text {
      margin-top: 80px; } }
  .content_block_text .col-12 > :first-child {
    margin-top: 0; }
  .content_block_text .col-12 > :first-child > img {
    margin-top: 0; }
  .content_block_text .col-12 > :last-child {
    margin-bottom: 0; }
  .content_block_text .col-12 > :last-child > img {
    margin-bottom: 0; }
  .content_block_text img[src$=".svg"] {
    display: block;
    width: 100%;
    height: auto !important;
    margin-top: 34px;
    margin-bottom: 34px; }
    @media screen and (min-width: 320px) {
      .content_block_text img[src$=".svg"] {
        margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text img[src$=".svg"] {
        margin-top: 68px; } }
    @media screen and (min-width: 320px) {
      .content_block_text img[src$=".svg"] {
        margin-bottom: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text img[src$=".svg"] {
        margin-bottom: 68px; } }
    .content_block_text img[src$=".svg"].kphalf {
      width: 100%; }
      @media (min-width: 768px) {
        .content_block_text img[src$=".svg"].kphalf {
          width: 50%; } }
  .content_block_text svg {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 34px;
    margin-bottom: 34px; }
    @media screen and (min-width: 320px) {
      .content_block_text svg {
        margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text svg {
        margin-top: 68px; } }
    @media screen and (min-width: 320px) {
      .content_block_text svg {
        margin-bottom: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text svg {
        margin-bottom: 68px; } }
  .content_block_text img {
    display: block;
    margin-top: 34px;
    margin-bottom: 34px; }
    @media screen and (min-width: 320px) {
      .content_block_text img {
        margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text img {
        margin-top: 68px; } }
    @media screen and (min-width: 320px) {
      .content_block_text img {
        margin-bottom: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text img {
        margin-bottom: 68px; } }
  .content_block_text .wp-caption {
    margin: 0;
    padding: 0;
    margin-top: 34px;
    margin-bottom: 34px;
    /* forces IE9-11 to display the image */
    /* fix for IE */ }
    @media screen and (min-width: 320px) {
      .content_block_text .wp-caption {
        margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text .wp-caption {
        margin-top: 68px; } }
    @media screen and (min-width: 320px) {
      .content_block_text .wp-caption {
        margin-bottom: calc(34px + 34 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_text .wp-caption {
        margin-bottom: 68px; } }
    .content_block_text .wp-caption img[src$=".svg"] {
      display: block;
      width: 100%;
      height: auto !important;
      margin-top: 0;
      margin-bottom: 0; }
    .content_block_text .wp-caption svg {
      display: block;
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .content_block_text .wp-caption img {
      display: block;
      margin-top: 0;
      margin-bottom: 0; }
  .content_block_text .twitter-tweet-rendered {
    display: block;
    margin-top: 34px !important;
    margin-bottom: 34px !important; }
    @media (min-width: 768px) {
      .content_block_text .twitter-tweet-rendered {
        margin-top: 68px !important;
        margin-bottom: 68px !important; } }
  .content_block_text .fb-reset {
    display: block;
    margin-top: 34px; }
    @media (min-width: 768px) {
      .content_block_text .fb-reset {
        margin-top: 68px; } }
  .content_block_text .fb-post {
    margin-bottom: 34px; }
    @media (min-width: 768px) {
      .content_block_text .fb-post {
        margin-bottom: 68px; } }
  .content_block_text iframe.instagram-media {
    display: block;
    margin-top: 34px !important;
    margin-bottom: 34px !important; }
    @media (min-width: 768px) {
      .content_block_text iframe.instagram-media {
        margin-top: 68px !important;
        margin-bottom: 68px !important; } }
  @media (min-width: 768px) {
    .content_block_text h5 + .twitter-tweet-rendered {
      margin-top: 34px !important; } }
  @media (min-width: 768px) {
    .content_block_text h5 + .fb-reset {
      margin-top: 34px !important; } }
  .content_block_text h5 + iframe.instagram-media {
    margin-top: 34px !important; }

.content_block__animated_list {
  margin-bottom: 40px;
  margin-top: 40px; }
  .content_block__animated_list > :first-child {
    margin-top: 0; }
  .content_block__animated_list > :first-child > img {
    margin-top: 0; }
  .content_block__animated_list > :last-child {
    margin-bottom: 0; }
  .content_block__animated_list > :last-child > img {
    margin-bottom: 0; }
  @media screen and (min-width: 320px) {
    .content_block__animated_list {
      margin-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__animated_list {
      margin-bottom: 80px; } }
  @media screen and (min-width: 320px) {
    .content_block__animated_list {
      margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__animated_list {
      margin-top: 80px; } }
  .content_block__animated_list__list-item {
    opacity: 0;
    max-width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding-left: 12.5000000625%;
    padding-right: 30px; }
    @media screen and (min-width: 320px) {
      .content_block__animated_list__list-item {
        margin-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__animated_list__list-item {
        margin-bottom: 80px; } }
    @media screen and (min-width: 320px) {
      .content_block__animated_list__list-item {
        padding-left: calc(12.5000000625% + 4.1666666875 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__animated_list__list-item {
        padding-left: 16.66666675%; } }
    @media (min-width: 768px) {
      .content_block__animated_list__list-item {
        max-width: 66.666667%; } }
    .content_block__animated_list__list-item__background {
      font-size: 100px;
      font-weight: 900;
      color: #29D9C2;
      line-height: 1;
      position: absolute;
      top: -12px;
      left: 0;
      z-index: -1;
      overflow: hidden; }
      @media screen and (min-width: 320px) {
        .content_block__animated_list__list-item__background {
          font-size: calc(100px + 200 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .content_block__animated_list__list-item__background {
          font-size: 300px; } }
      @media screen and (min-width: 320px) {
        .content_block__animated_list__list-item__background {
          top: calc(-12px + -20 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .content_block__animated_list__list-item__background {
          top: -32px; } }
    .content_block__animated_list__list-item h3 {
      font-weight: 900;
      margin-top: 10px; }
      @media screen and (min-width: 320px) {
        .content_block__animated_list__list-item h3 {
          margin-top: calc(10px + 14 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .content_block__animated_list__list-item h3 {
          margin-top: 24px; } }
    .content_block__animated_list__list-item.jsAnimateFadeSlide {
      opacity: 1;
      transition: opacity 1.5s ease-in-out;
      -moz-transition: opacity 1.5s ease-in-out;
      -webkit-transition: opacity 1.5s ease-in-out; }
  @media (min-width: 768px) {
    .content_block__animated_list__list-item:nth-child(2) {
      margin-left: 8.333333375%; } }
  @media (min-width: 768px) {
    .content_block__animated_list__list-item:nth-child(3) {
      margin-left: 16.66666675%; } }
  @media (min-width: 768px) {
    .content_block__animated_list__list-item:nth-child(4) {
      margin-left: 25.000000125%; } }
  @media (min-width: 768px) {
    .content_block__animated_list__list-item:nth-child(5) {
      margin-left: 33.3333335%; } }

.content_block__gradient {
  background: -moz-linear-gradient(270deg, white 0%, #5dc5c3 33%, #3498db 66%, #1c5379 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(33%, #5dc5c3), color-stop(66%, #3498db), color-stop(100%, #1c5379));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, white 0%, #5dc5c3 33%, #3498db 66%, #1c5379 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, white 0%, #5dc5c3 33%, #3498db 66%, #1c5379 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, white 0%, #5dc5c3 33%, #3498db 66%, #1c5379 100%);
  /* ie10+ */
  background: linear-gradient(180deg, white 0%, #5dc5c3 33%, #3498db 66%, #1c5379 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#1C5379',GradientType=0 );
  /* ie6-9 */ }
  .content_block__gradient .content_block_text:last-child {
    margin-bottom: 0;
    padding-bottom: 40px; }
    @media screen and (min-width: 320px) {
      .content_block__gradient .content_block_text:last-child {
        padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__gradient .content_block_text:last-child {
        padding-bottom: 80px; } }

.content_block_single_image {
  /* forces IE9-11 to display the image */
  /* fix for IE */ }
  .content_block_single_image > :first-child {
    margin-top: 0; }
  .content_block_single_image > :first-child > img {
    margin-top: 0; }
  .content_block_single_image > :last-child {
    margin-bottom: 0; }
  .content_block_single_image > :last-child > img {
    margin-bottom: 0; }
  .content_block_single_image img {
    width: 100%;
    height: auto; }
  .content_block_single_image img[src$=".svg"] {
    width: 100%; }
  .content_block_single_image.container-fluid .row .col-12 {
    padding-left: 0;
    padding-right: 0; }
  .content_block_single_image + .content_block_single_image {
    margin-top: 40px; }
    @media screen and (min-width: 320px) {
      .content_block_single_image + .content_block_single_image {
        margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block_single_image + .content_block_single_image {
        margin-top: 80px; } }

.content_block__accordion {
  margin-top: 40px;
  margin-bottom: 40px; }
  .content_block__accordion * > :first-child {
    margin-top: 0; }
  .content_block__accordion * > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 320px) {
    .content_block__accordion {
      margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__accordion {
      margin-top: 80px; } }
  @media screen and (min-width: 320px) {
    .content_block__accordion {
      margin-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__accordion {
      margin-bottom: 80px; } }
  .content_block__accordion h4 {
    font-weight: 900; }
  .content_block__accordion .panel {
    border-bottom: solid 1px #d8d8d8;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 320px) {
      .content_block__accordion .panel {
        padding-top: calc(15px + 15 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__accordion .panel {
        padding-top: 30px; } }
    @media screen and (min-width: 320px) {
      .content_block__accordion .panel {
        padding-bottom: calc(15px + 15 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__accordion .panel {
        padding-bottom: 30px; } }
    .content_block__accordion .panel:first-child {
      padding-top: 0; }
  .content_block__accordion .panel-title a {
    display: block;
    box-shadow: none; }
    .content_block__accordion .panel-title a[aria-expanded="true"]::before {
      content: '\02212';
      padding-right: 10px; }
    .content_block__accordion .panel-title a[aria-expanded="false"]::before {
      content: '\0002B';
      padding-right: 10px; }
    .content_block__accordion .panel-title a:hover, .content_block__accordion .panel-title a:active, .content_block__accordion .panel-title a:focus {
      color: #29D9C2;
      background: none;
      padding-bottom: 0;
      text-decoration: none; }
    .content_block__accordion .panel-title a:focus {
      text-decoration: none;
      outline: none; }

.content_block__colour_text {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 60px; }
  .content_block__colour_text * > :first-child {
    margin-top: 0; }
  .content_block__colour_text * > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 320px) {
    .content_block__colour_text {
      padding-bottom: calc(60px + 60 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__colour_text {
      padding-bottom: 120px; } }
  @media screen and (min-width: 320px) {
    .content_block__colour_text {
      padding-top: calc(60px + 60 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__colour_text {
      padding-top: 120px; } }

.content_block__packery_gallery .grid {
  background: #DDD; }
  .content_block__packery_gallery .grid:after {
    content: '';
    display: block;
    clear: both; }
  .content_block__packery_gallery .grid-item {
    overflow: hidden;
    position: relative;
    float: left;
    width: 20%; }
    .content_block__packery_gallery .grid-item--width2 {
      width: 40%; }
    .content_block__packery_gallery .grid-item--width3 {
      width: 60%; }
    .content_block__packery_gallery .grid-item--width4 {
      width: 80%; }
    .content_block__packery_gallery .grid-item--width5 {
      width: 100%; }
    .content_block__packery_gallery .grid-item:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .content_block__packery_gallery .grid-item img {
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.content_block__our_team {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 0;
  margin-bottom: 0;
  background: #FAFAFA; }
  .content_block__our_team * > :first-child {
    margin-top: 0; }
  .content_block__our_team * > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 320px) {
    .content_block__our_team {
      padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__our_team {
      padding-bottom: 80px; } }
  @media screen and (min-width: 320px) {
    .content_block__our_team {
      padding-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__our_team {
      padding-top: 80px; } }
  .content_block__our_team h2 {
    padding-bottom: 40px;
    text-align: center; }
    @media screen and (min-width: 320px) {
      .content_block__our_team h2 {
        padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__our_team h2 {
        padding-bottom: 80px; } }
  .content_block__our_team .team-member {
    margin-bottom: 30px; }
    @media screen and (min-width: 320px) {
      .content_block__our_team .team-member {
        margin-bottom: calc(30px + 30 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__our_team .team-member {
        margin-bottom: 60px; } }
    .content_block__our_team .team-member__headshot {
      position: relative;
      display: block; }
      .content_block__our_team .team-member__headshot img {
        margin-bottom: 15px;
        display: block;
        width: 100%;
        height: auto; }
      .content_block__our_team .team-member__headshot--overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: -moz-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55fff2), color-stop(100%, #5dc5c3));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
        /* opera 11.10+ */
        background: -ms-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
        /* ie10+ */
        background: linear-gradient(180deg, #55fff2 0%, #5dc5c3 100%);
        /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFF2', endColorstr='#5DC5C3',GradientType=0 );
        /* ie6-9 */
        opacity: 0;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .content_block__our_team .team-member__headshot--overlay:hover {
          opacity: 1; }
        .content_block__our_team .team-member__headshot--overlay:active {
          opacity: 1; }
        .content_block__our_team .team-member__headshot--overlay__text {
          padding-top: 60%; }
          .content_block__our_team .team-member__headshot--overlay__text h5 {
            color: #FFFFFF;
            text-align: center; }
    .content_block__our_team .team-member h6 {
      font-weight: 900; }
    .content_block__our_team .team-member a:hover {
      color: #29D9C2; }

@media (min-width: 768px) {
  .content_block__split--bubble div.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.content_block__split--bubble div.row:before, .content_block__split--bubble div.row:after {
  display: none; }
.content_block__split--bubble .has-content {
  position: relative;
  background: #ffffff;
  height: auto;
  min-height: auto; }
  @media (min-width: 992px) {
    .content_block__split--bubble .has-content {
      padding-top: 0;
      padding-bottom: 0;
      height: 900px;
      min-height: 900px; } }
  @media (min-width: 992px) {
    .content_block__split--bubble .has-content.left:after {
      content: " ";
      position: absolute;
      left: 99%;
      top: 25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-top-width: 50px;
      border-right-width: 50px;
      border-bottom-width: 0;
      border-left-width: 0;
      border-color: #ffffff transparent transparent transparent;
      z-index: 8; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .content_block__split--bubble .has-content.left:after {
      top: calc(25px + 25 * (100vw - 768px) / 402); } }
  @media screen and (min-width: 992px) and (min-width: 1170px) {
    .content_block__split--bubble .has-content.left:after {
      top: 50px; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .content_block__split--bubble .has-content.left:after {
      border-top-width: calc(50px + 50 * (100vw - 768px) / 402); } }
  @media screen and (min-width: 992px) and (min-width: 1170px) {
    .content_block__split--bubble .has-content.left:after {
      border-top-width: 100px; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .content_block__split--bubble .has-content.left:after {
      border-right-width: calc(50px + 50 * (100vw - 768px) / 402); } }
  @media screen and (min-width: 992px) and (min-width: 1170px) {
    .content_block__split--bubble .has-content.left:after {
      border-right-width: 100px; } }

  .content_block__split--bubble .has-content.right:after {
    content: " ";
    position: absolute;
    right: 99%;
    top: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 8; }
    @media screen and (min-width: 768px) {
      .content_block__split--bubble .has-content.right:after {
        top: calc(25px + 25 * (100vw - 768px) / 402); } }
    @media screen and (min-width: 1170px) {
      .content_block__split--bubble .has-content.right:after {
        top: 50px; } }
    @media screen and (min-width: 768px) {
      .content_block__split--bubble .has-content.right:after {
        border-right-width: calc(50px + 50 * (100vw - 768px) / 402); } }
    @media screen and (min-width: 1170px) {
      .content_block__split--bubble .has-content.right:after {
        border-right-width: 100px; } }
    @media screen and (min-width: 768px) {
      .content_block__split--bubble .has-content.right:after {
        border-bottom-width: calc(50px + 50 * (100vw - 768px) / 402); } }
    @media screen and (min-width: 1170px) {
      .content_block__split--bubble .has-content.right:after {
        border-bottom-width: 100px; } }
  .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content {
    padding-top: 40px;
    padding-bottom: 40px; }
    .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content > :first-child {
      margin-top: 0; }
    .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content > :first-child > img {
      margin-top: 0; }
    .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content > :last-child {
      margin-bottom: 0; }
    .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content > :last-child > img {
      margin-bottom: 0; }
    @media screen and (min-width: 320px) {
      .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content {
        padding-top: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content {
        padding-top: 80px; } }
    @media screen and (min-width: 320px) {
      .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content {
        padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content {
        padding-bottom: 80px; } }
    .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content ul li:last-child {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .content_block__split--bubble .has-content .content_block__split--bubble__content__table {
      height: 900px;
      min-height: 900px;
      display: table; }
      .content_block__split--bubble .has-content .content_block__split--bubble__content__table--vertical-content {
        display: table-cell;
        vertical-align: middle; } }
  @media (min-width: 768px) {
    .content_block__split--bubble .has-content .content_block__split--bubble__content {
      padding-right: 50px;
      text-align: left;
      padding-left: 50px; } }
  @media (min-width: 992px) {
    .content_block__split--bubble .has-content .content_block__split--bubble__content {
      max-width: 100%;
      padding-right: 0px;
      padding-left: 0px;
      margin: 0 auto; } }
  @media screen and (min-width: 992px) and (min-width: 768px) {
    .content_block__split--bubble .has-content .content_block__split--bubble__content {
      max-width: calc(100% + -35 * (100vw - 768px) / 532); } }
  @media screen and (min-width: 992px) and (min-width: 1300px) {
    .content_block__split--bubble .has-content .content_block__split--bubble__content {
      max-width: 65%; } }

.content_block__split--bubble .has-image {
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 320px) {
    .content_block__split--bubble .has-image {
      padding-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__split--bubble .has-image {
      padding-top: 80px; } }
  @media screen and (min-width: 320px) {
    .content_block__split--bubble .has-image {
      padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .content_block__split--bubble .has-image {
      padding-bottom: 80px; } }
  @media (min-width: 992px) {
    .content_block__split--bubble .has-image {
      padding-top: 0;
      padding-bottom: 0; } }
  .content_block__split--bubble .has-image .content_block__split--bubble__content__table {
    display: table;
    min-height: 400px;
    width: 100%; }
    .content_block__split--bubble .has-image .content_block__split--bubble__content__table--vertical-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  @media (min-width: 992px) {
    .content_block__split--bubble .has-image .content_block__split--bubble__content__table {
      height: 400px;
      min-height: 400px;
      display: table;
      width: 100%; }
      .content_block__split--bubble .has-image .content_block__split--bubble__content__table--vertical-content {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .content_block__split--bubble .has-image .content_block__split--bubble__content__table--vertical-content svg {
          width: 85%;
          height: auto; } }
  .content_block__split--bubble .has-image.teal {
    background: -moz-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55fff2), color-stop(100%, #5dc5c3));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #55fff2 0%, #5dc5c3 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFF2', endColorstr='#5DC5C3',GradientType=0 );
    /* ie6-9 */ }
  .content_block__split--bubble .has-image.red {
    background: -moz-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef867b), color-stop(100%, #db4553));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #ef867b 0%, #db4553 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF867B', endColorstr='#DB4553',GradientType=0 );
    /* ie6-9 */ }
  .content_block__split--bubble .has-image.purple {
    background: -moz-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b281c5), color-stop(100%, #543761));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #b281c5 0%, #543761 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B281C5', endColorstr='#543761',GradientType=0 );
    /* ie6-9 */ }
  .content_block__split--bubble .has-image.blue {
    background: -moz-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64c9ef), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #64c9ef 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C9EF', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */ }
  .content_block__split--bubble .has-image.dark_blue {
    background: -moz-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #1c5379));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #3498db 0%, #1c5379 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498DB', endColorstr='#1C5379',GradientType=0 );
    /* ie6-9 */ }
  .content_block__split--bubble .has-image.yellow {
    background: -moz-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e772), color-stop(100%, #f0ca3e));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #f9e772 0%, #f0ca3e 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9E772', endColorstr='#F0CA3E',GradientType=0 );
    /* ie6-9 */ }
  .content_block__split--bubble .has-image.green_blue {
    background: -moz-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dc5c3), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #5dc5c3 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DC5C3', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */ }

/**
 * for bouncy arrow
 */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.fp-responsive .section {
  padding-bottom: 150px; }

#fullpage {
  margin-top: -50px; }
  @media (min-width: 992px) {
    #fullpage {
      margin-top: -60px; } }

.content_block__split-content--chain {
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  position: relative; }
  @media (min-width: 768px) {
    .content_block__split-content--chain {
      margin-top: 0; } }
  .content_block__split-content--chain:first-child {
    margin-top: 0; }
    @media (min-width: 768px) {
      .content_block__split-content--chain:first-child {
        height: 100%; } }
  .content_block__split-content--chain h1 {
    margin-bottom: 10px;
    font-size: 37px; }
    @media screen and (min-width: 320px) {
      .content_block__split-content--chain h1 {
        font-size: calc(37px + 29 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__split-content--chain h1 {
        font-size: 66px; } }
  .content_block__split-content--chain h2 {
    margin-top: 10px; }
  .content_block__split-content--chain__table {
    display: table; }
    .content_block__split-content--chain__table--vertical-content {
      display: table-cell;
      vertical-align: middle; }
      .content_block__split-content--chain__table--vertical-content svg.size-medium {
        width: 50%; }
      .content_block__split-content--chain__table--vertical-content .col-12:nth-child(2) {
        margin-top: 30px; }
        @media (min-width: 768px) {
          .content_block__split-content--chain__table--vertical-content .col-12:nth-child(2) {
            margin-top: 0; } }
        .content_block__split-content--chain__table--vertical-content .col-12:nth-child(2) img[src$=".svg"].alignright {
          clear: right !important;
          margin: 0;
          display: block; }
      @media (min-width: 768px) {
        .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout h1 {
          font-size: 58px; } }
  @media screen and (min-width: 768px) and (min-height: 300px) {
    .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout h1 {
      font-size: calc(58px + 8 * (100vh - 300px) / 500); } }
  @media screen and (min-width: 768px) and (min-height: 800px) {
    .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout h1 {
      font-size: 66px; } }
@media (min-width: 768px) and (min-width: 768px) {
  .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout img[src$=".svg"].kp7width {
    max-width: 40%;
    margin-top: -240px; } }

  @media screen and (min-width: 768px) and (min-width: 768px) and (min-height: 300px) {
    .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout img[src$=".svg"].kp7width {
      max-width: calc(40% + 60 * (100vh - 300px) / 500); } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (min-height: 800px) {
    .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout img[src$=".svg"].kp7width {
      max-width: 100%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (min-height: 300px) {
    .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout img[src$=".svg"].kp7width {
      margin-top: calc(-240px + 230 * (100vh - 300px) / 500); } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (min-height: 800px) {
    .content_block__split-content--chain__table--vertical-content .col-12.col-vertical-layout img[src$=".svg"].kp7width {
      margin-top: -10px; } }

  .content_block__split-content--chain--bg {
    background-repeat: no-repeat;
    background-size: 0%; }
    @media (min-width: 768px) {
      .content_block__split-content--chain--bg {
        background-size: 45%;
        background-size: 35%; } }
  @media screen and (min-width: 768px) and (min-height: 300px) {
    .content_block__split-content--chain--bg {
      background-size: calc(35% + 10 * (100vh - 300px) / 400); } }
  @media screen and (min-width: 768px) and (min-height: 700px) {
    .content_block__split-content--chain--bg {
      background-size: 45%; } }

    @media (min-width: 768px) {
      .content_block__split-content--chain--bg__vertical h1 {
        font-size: 58px; } }
  @media screen and (min-width: 768px) and (min-height: 300px) {
    .content_block__split-content--chain--bg__vertical h1 {
      font-size: calc(58px + 8 * (100vh - 300px) / 500); } }
  @media screen and (min-width: 768px) and (min-height: 800px) {
    .content_block__split-content--chain--bg__vertical h1 {
      font-size: 66px; } }

  .content_block__split-content--chain--single {
    padding-top: 38px;
    padding-bottom: 38px;
    height: auto; }
    @media screen and (min-width: 320px) {
      .content_block__split-content--chain--single {
        padding-top: calc(38px + 82 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__split-content--chain--single {
        padding-top: 120px; } }
    @media screen and (min-width: 320px) {
      .content_block__split-content--chain--single {
        padding-bottom: calc(38px + 82 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .content_block__split-content--chain--single {
        padding-bottom: 120px; } }
  .content_block__split-content--chain .arrow__wrapper {
    display: none;
    position: absolute;
    bottom: 15px;
    height: 20px;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px); }
    @media (min-width: 768px) {
      .content_block__split-content--chain .arrow__wrapper {
        display: block; } }
    .content_block__split-content--chain .arrow__wrapper:hover, .content_block__split-content--chain .arrow__wrapper:active {
      cursor: pointer; }
    .content_block__split-content--chain .arrow__wrapper .arrow {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 0;
      left: 15px;
      background-image: url("images/icon__arrow--down.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .content_block__split-content--chain:last-child {
    margin-top: 0; }
    .content_block__split-content--chain:last-child .arrow__wrapper {
      display: none; }
    @media screen and (min-width: 1650px) {
      .content_block__split-content--chain:last-child {
        background-size: 740px; } }

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/
.page-template-template-team-member .page-header .entry-title {
  border-bottom: none; }
.page-template-template-team-member ul.kpsocialmedia {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .page-template-template-team-member ul.kpsocialmedia li.kptwitter,
  .page-template-template-team-member ul.kpsocialmedia li.kpinstagram {
    display: block;
    margin-bottom: 7px;
    position: relative; }
  .page-template-template-team-member ul.kpsocialmedia li.kptwitter:before {
    content: url("images/icon--twitter.svg");
    position: absolute;
    top: 3px; }
    @media screen and (min-width: 320px) {
      .page-template-template-team-member ul.kpsocialmedia li.kptwitter:before {
        top: calc(3px + 5 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .page-template-template-team-member ul.kpsocialmedia li.kptwitter:before {
        top: 8px; } }
  .page-template-template-team-member ul.kpsocialmedia li.kptwitter a {
    margin-left: 40px;
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .page-template-template-team-member ul.kpsocialmedia li.kptwitter a {
        font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .page-template-template-team-member ul.kpsocialmedia li.kptwitter a {
        font-size: 21px; } }
  .page-template-template-team-member ul.kpsocialmedia li.kpinstagram:before {
    content: url("images/icon--instagram.svg");
    position: absolute;
    top: 3px; }
    @media screen and (min-width: 320px) {
      .page-template-template-team-member ul.kpsocialmedia li.kpinstagram:before {
        top: calc(3px + 5 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .page-template-template-team-member ul.kpsocialmedia li.kpinstagram:before {
        top: 8px; } }
  .page-template-template-team-member ul.kpsocialmedia li.kpinstagram a {
    margin-left: 38px;
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .page-template-template-team-member ul.kpsocialmedia li.kpinstagram a {
        font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .page-template-template-team-member ul.kpsocialmedia li.kpinstagram a {
        font-size: 21px; } }

body.page-template-template-plain-header .page-header--plain h1 {
  margin: 0;
  margin-top: 40px;
  font-size: 37px;
  border-bottom: solid 2px #333333;
  padding-bottom: 15px;
  border-bottom: solid 2px #333333; }
  @media screen and (min-width: 320px) {
    body.page-template-template-plain-header .page-header--plain h1 {
      margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body.page-template-template-plain-header .page-header--plain h1 {
      margin-top: 80px; } }
  @media screen and (min-width: 320px) {
    body.page-template-template-plain-header .page-header--plain h1 {
      font-size: calc(37px + 29 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body.page-template-template-plain-header .page-header--plain h1 {
      font-size: 66px; } }
  @media screen and (min-width: 320px) {
    body.page-template-template-plain-header .page-header--plain h1 {
      padding-bottom: calc(15px + 15 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body.page-template-template-plain-header .page-header--plain h1 {
      padding-bottom: 30px; } }
body.page-template-template-plain-header .entry-content .container:first-child {
  margin-top: 30px; }
  @media screen and (min-width: 320px) {
    body.page-template-template-plain-header .entry-content .container:first-child {
      margin-top: calc(30px + 30 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body.page-template-template-plain-header .entry-content .container:first-child {
      margin-top: 60px; } }

body.page-template-template-newsletter #rocketship {
  display: none; }
body.page-template-template-newsletter .site-content {
  background: -moz-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e772), color-stop(100%, #f0ca3e));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #f9e772 0%, #f0ca3e 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9E772', endColorstr='#F0CA3E',GradientType=0 );
  /* ie6-9 */
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 320px) {
    body.page-template-template-newsletter .site-content {
      padding-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body.page-template-template-newsletter .site-content {
      padding-top: 80px; } }
  @media screen and (min-width: 320px) {
    body.page-template-template-newsletter .site-content {
      padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    body.page-template-template-newsletter .site-content {
      padding-bottom: 80px; } }
  body.page-template-template-newsletter .site-content h2 {
    margin-top: 0;
    color: #333333; }
  body.page-template-template-newsletter .site-content img {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      body.page-template-template-newsletter .site-content img {
        margin-bottom: 0; } }
body.page-template-template-newsletter .newsletter___form label {
  margin: 0;
  padding: 0; }
body.page-template-template-newsletter .newsletter___form .newsletter__label {
  font-weight: 900;
  font-size: 16px;
  display: block; }
body.page-template-template-newsletter .newsletter___form input[type="email"],
body.page-template-template-newsletter .newsletter___form input[type="text"] {
  width: 100%;
  border: solid 1px #979797;
  background: transparent;
  margin-bottom: 20px;
  line-height: 1.625;
  padding: 12px; }
body.page-template-template-newsletter .newsletter___form input[type="submit"] {
  background: transparent; }
  body.page-template-template-newsletter .newsletter___form input[type="submit"]:hover {
    background: #29D9C2; }
  body.page-template-template-newsletter .newsletter___form input[type="submit"]:active {
    background: #29D9C2; }
body.page-template-template-newsletter .newsletter___form .newsletter__checkbox p {
  margin-bottom: 0; }
body.page-template-template-newsletter .newsletter___form .newsletter__second_graph {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#featured-post__wrapper {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 60px; }
  #featured-post__wrapper img {
    max-width: 540px; }
  #featured-post__wrapper img[src$=".svg"] {
    max-width: 540px;
    height: auto; }
  #featured-post__wrapper.teal {
    background: -moz-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55fff2), color-stop(100%, #5dc5c3));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #55fff2 0%, #5dc5c3 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFF2', endColorstr='#5DC5C3',GradientType=0 );
    /* ie6-9 */ }
  #featured-post__wrapper.red {
    background: -moz-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef867b), color-stop(100%, #db4553));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #ef867b 0%, #db4553 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF867B', endColorstr='#DB4553',GradientType=0 );
    /* ie6-9 */ }
  #featured-post__wrapper.purple {
    background: -moz-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b281c5), color-stop(100%, #543761));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #b281c5 0%, #543761 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B281C5', endColorstr='#543761',GradientType=0 );
    /* ie6-9 */ }
  #featured-post__wrapper.blue {
    background: -moz-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64c9ef), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #64c9ef 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C9EF', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */ }
  #featured-post__wrapper.dark_blue {
    background: -moz-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #1c5379));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #3498db 0%, #1c5379 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498DB', endColorstr='#1C5379',GradientType=0 );
    /* ie6-9 */ }
  #featured-post__wrapper.yellow {
    background: -moz-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e772), color-stop(100%, #f0ca3e));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #f9e772 0%, #f0ca3e 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9E772', endColorstr='#F0CA3E',GradientType=0 );
    /* ie6-9 */ }
  #featured-post__wrapper.green_blue {
    background: -moz-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dc5c3), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #5dc5c3 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DC5C3', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */ }
#featured-post__link {
  display: block;
  box-shadow: none; }
  #featured-post__link--category {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.6; }
  #featured-post__link--title {
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 20px; }
#featured-post__link:hover {
  display: block; }
  #featured-post__link:hover #featured-post__link--title span {
    -webkit-box-shadow: inset 0 -3px 0 #FFFFFF;
    -moz-box-shadow: inset 0 -3px 0 #FFFFFF;
    box-shadow: inset 0 -3px 0 #FFFFFF; }

#category-wrapper {
  text-align: center;
  background-color: #333333; }
  #category-wrapper .dropdown {
    display: block; }
  #category-wrapper ul {
    display: none; }
  @media (min-width: 992px) {
    #category-wrapper {
      text-align: left; }
      #category-wrapper .dropdown {
        display: none; }
      #category-wrapper ul {
        display: block; }
        #category-wrapper ul li {
          margin: 0; }
          #category-wrapper ul li a {
            font-size: 16px;
            -moz-transition: 0.2s ease-out 0s;
            -o-transition: 0.2s ease-out 0s;
            -webkit-transition: 0.2s ease-out 0s;
            transition: 0.2s ease-out 0s; } }
  #category-wrapper select {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    text-align-last: center;
    font-weight: 900;
    height: 40px;
    min-height: 40px;
    width: 240px;
    min-width: 240px;
    margin-top: 5px;
    margin-bottom: 5px; }
  #category-wrapper .dropdown .dropdown-toggle {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #FFFFFF;
    box-shadow: none;
    font-weight: 900;
    height: 40px;
    min-height: 40px;
    width: 240px;
    min-width: 240px;
    margin-top: 5px;
    margin-bottom: 5px; }
    #category-wrapper .dropdown .dropdown-toggle::after {
      display: inline;
      content: "\002B";
      border: 0;
      vertical-align: 0;
      font-size: 16px; }
  #category-wrapper .dropdown .dropdown-menu {
    background-color: #333333; }
    #category-wrapper .dropdown .dropdown-menu a {
      color: #FFFFFF;
      box-shadow: none;
      width: 240px;
      min-width: 240px;
      font-weight: 900;
      text-align: center; }
  #category-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #category-wrapper ul li {
      display: inline-block;
      padding-top: 5px; }
      #category-wrapper ul li a {
        display: inline-block;
        color: #FFFFFF;
        box-shadow: none;
        padding: 9px 15px 10px 15px;
        font-weight: 900; }
        #category-wrapper ul li a:hover, #category-wrapper ul li a.is-checked {
          box-shadow: none;
          background-color: #FFFFFF;
          color: #333333; }

.kp-posts--wrapper {
  position: relative;
  overflow-y: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 320px) {
    .kp-posts--wrapper {
      margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .kp-posts--wrapper {
      margin-top: 80px; } }
  @media screen and (min-width: 320px) {
    .kp-posts--wrapper {
      margin-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .kp-posts--wrapper {
      margin-bottom: 80px; } }
  .kp-posts--wrapper #load-more {
    border: solid 1px #3498DB;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    padding: 7px 40px;
    color: #3498DB; }

.grid-blog {
  padding: 0; }
  .grid-blog__item {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-bottom: 40px; }
    @media (min-width: 576px) {
      .grid-blog__item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 320px) {
      .grid-blog__item {
        padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .grid-blog__item {
        padding-bottom: 80px; } }
    .grid-blog__item a,
    .grid-blog__item a:visited {
      box-shadow: none; }
    .grid-blog__item a:hover {
      box-shadow: none; }
    .grid-blog__item__illustration {
      display: block;
      max-height: 134px;
      min-height: 134px;
      height: 134px;
      margin-bottom: 15px; }
      @media screen and (min-width: 320px) {
        .grid-blog__item__illustration {
          max-height: calc(134px + 36 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .grid-blog__item__illustration {
          max-height: 170px; } }
      @media screen and (min-width: 320px) {
        .grid-blog__item__illustration {
          min-height: calc(134px + 36 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .grid-blog__item__illustration {
          min-height: 170px; } }
      @media screen and (min-width: 320px) {
        .grid-blog__item__illustration {
          height: calc(134px + 36 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .grid-blog__item__illustration {
          height: 170px; } }
      @media screen and (min-width: 320px) {
        .grid-blog__item__illustration {
          margin-bottom: calc(15px + 15 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .grid-blog__item__illustration {
          margin-bottom: 30px; } }
      .grid-blog__item__illustration img {
        padding: 15px; }
      .grid-blog__item__illustration img[src$=".svg"] {
        height: 100% !important; }
    .grid-blog__item h4 {
      margin-bottom: 5px; }
      @media screen and (min-width: 320px) {
        .grid-blog__item h4 {
          margin-bottom: calc(5px + 5 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .grid-blog__item h4 {
          margin-bottom: 10px; } }
    .grid-blog__item a.grid-blog__item__title:hover {
      color: #29D9C2;
      -webkit-box-shadow: inset 0 -3px 0 #29D9C2;
      -moz-box-shadow: inset 0 -3px 0 #29D9C2;
      box-shadow: inset 0 -3px 0 #29D9C2; }
    .grid-blog__item p.grid-blog__item__excerpt {
      margin-bottom: 10px; }
      @media screen and (min-width: 320px) {
        .grid-blog__item p.grid-blog__item__excerpt {
          margin-bottom: calc(10px + 10 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .grid-blog__item p.grid-blog__item__excerpt {
          margin-bottom: 20px; } }
    .grid-blog__item a.grid-blog__item__read-more {
      -webkit-box-shadow: inset 0 -3px 0 #3498DB;
      -moz-box-shadow: inset 0 -3px 0 #3498DB;
      box-shadow: inset 0 -3px 0 #3498DB;
      font-weight: 900; }
      .grid-blog__item a.grid-blog__item__read-more:visited {
        -webkit-box-shadow: inset 0 -3px 0 #3498DB;
        -moz-box-shadow: inset 0 -3px 0 #3498DB;
        box-shadow: inset 0 -3px 0 #3498DB; }
      .grid-blog__item a.grid-blog__item__read-more:hover {
        -webkit-box-shadow: inset 0 -15px 0 #29D9C2;
        -moz-box-shadow: inset 0 -15px 0 #29D9C2;
        box-shadow: inset 0 -15px 0 #29D9C2; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

article.case_study {
  margin: 0; }

.entry-content ul ul {
  margin-top: 0; }

body.error404 {
  /** JEEP STUFF **/ }
  body.error404 .content-area {
    background: -moz-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dc5c3), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #5dc5c3 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DC5C3', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */
    padding-top: 111px;
    padding-bottom: 111px;
    text-align: center; }
    @media screen and (min-width: 320px) {
      body.error404 .content-area {
        padding-top: calc(111px + 68 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      body.error404 .content-area {
        padding-top: 179px; } }
    @media screen and (min-width: 320px) {
      body.error404 .content-area {
        padding-bottom: calc(111px + 68 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      body.error404 .content-area {
        padding-bottom: 179px; } }
    body.error404 .content-area p.kplarge.kpwhite {
      margin-top: 40px; }
      @media screen and (min-width: 320px) {
        body.error404 .content-area p.kplarge.kpwhite {
          margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        body.error404 .content-area p.kplarge.kpwhite {
          margin-top: 80px; } }
      body.error404 .content-area p.kplarge.kpwhite a {
        color: #FFFFFF; }
        body.error404 .content-area p.kplarge.kpwhite a:hover {
          color: #333333; }
    @media (min-width: 992px) {
      body.error404 .content-area {
        padding-top: 40px;
        padding-bottom: 40px; } }
  @media screen and (min-width: 992px) and (min-height: 300px) {
    body.error404 .content-area {
      padding-top: calc(40px + 139 * (100vh - 300px) / 500); } }
  @media screen and (min-width: 992px) and (min-height: 800px) {
    body.error404 .content-area {
      padding-top: 179px; } }
  @media screen and (min-width: 992px) and (min-height: 300px) {
    body.error404 .content-area {
      padding-bottom: calc(40px + 139 * (100vh - 300px) / 500); } }
  @media screen and (min-width: 992px) and (min-height: 800px) {
    body.error404 .content-area {
      padding-bottom: 179px; } }
    @media (min-width: 992px) {
        body.error404 .content-area p.kplarge.kpwhite {
          margin-top: 10px; } }
    @media screen and (min-width: 992px) and (min-height: 300px) {
      body.error404 .content-area p.kplarge.kpwhite {
        margin-top: calc(10px + 30 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 992px) and (min-height: 800px) {
      body.error404 .content-area p.kplarge.kpwhite {
        margin-top: 40px; } }
    @media (min-width: 992px) {
        body.error404 .content-area svg {
          width: 60%; } }
    @media screen and (min-width: 992px) and (min-height: 300px) {
      body.error404 .content-area svg {
        width: calc(60% + 40 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 992px) and (min-height: 800px) {
      body.error404 .content-area svg {
        width: 100%; } }

  body.error404 #rocketship {
    display: none; }
  body.error404 .wrapper {
    width: 50%;
    margin: 50px auto; }
  body.error404 #404-copy {
    width: 100%; }
  body.error404 #window-highlights {
    opacity: 0.5; }
  body.error404 #ground {
    animation: ground-loop 1s infinite linear; }
  body.error404 #headlight {
    animation: blinking 1s infinite linear; }
  body.error404 #chassis {
    transform-origin: center;
    transform-box: fill-box;
    animation: chassis-bump 1s infinite linear; }
  body.error404 #wheel-front {
    transform-origin: center;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    animation: spin-front 1s infinite linear; }
  body.error404 #wheel-rear {
    transform-origin: center;
    transform-box: fill-box;
    transform-origin: 50% 50%;
    animation: spin-rear 1s infinite linear; }
@keyframes blinking {
  0%, 100% {
    fill: #1C5379; }
  50% {
    fill: yellow; } }
@keyframes ground-loop {
  0% {
    transform: translate(0px, 376px); }
  100% {
    transform: translate(-871px, 376px);
    opacity: 0; } }
@keyframes chassis-bump {
  0% {
    transform: translate(62px, 6px) rotate(-1deg); }
  5% {
    transform: translate(62px, 6px) rotate(-2deg); }
  50% {
    transform: translate(62px, 0px) rotate(1deg); }
  100% {
    transform: translate(62px, 6px) rotate(-1deg); } }
@keyframes spin-front {
  0% {
    transform: translate(603px, 236px) rotate(0deg); }
  5% {
    transform: translate(603px, 226px) rotate(18deg); }
  100% {
    transform: translate(603px, 236px) rotate(360deg); } }
@keyframes spin-rear {
  0% {
    transform: translate(136px, 236px) rotate(0deg); }
  70% {
    transform: translate(136px, 230px) rotate(252deg); }
  100% {
    transform: translate(136px, 236px) rotate(360deg); } }
.archive__case-study .entry-content {
  padding-top: 40px; }
  @media screen and (min-width: 320px) {
    .archive__case-study .entry-content {
      padding-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .archive__case-study .entry-content {
      padding-top: 80px; } }
.archive__case-study__filters {
  text-align: center; }
  .archive__case-study__filters h5 {
    margin: 0;
    padding: 0; }
  .archive__case-study__filters ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .archive__case-study__filters ul li {
      display: inline-block;
      font-weight: 900;
      margin: 0; }
      .archive__case-study__filters ul li:not(:last-child):after {
        content: "|";
        padding-left: 3px; }
      .archive__case-study__filters ul li a {
        box-shadow: none;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .archive__case-study__filters ul li a:hover {
          box-shadow: none;
          color: #29D9C2; }
        .archive__case-study__filters ul li a.is-checked {
          box-shadow: none;
          color: #29D9C2; }
.archive__case-study .kp-case-studies__wrapper {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 320px) {
    .archive__case-study .kp-case-studies__wrapper {
      margin-top: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .archive__case-study .kp-case-studies__wrapper {
      margin-top: 80px; } }
  @media screen and (min-width: 320px) {
    .archive__case-study .kp-case-studies__wrapper {
      margin-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .archive__case-study .kp-case-studies__wrapper {
      margin-bottom: 80px; } }
  .archive__case-study .kp-case-studies__wrapper #load-more {
    border: solid 1px #3498DB;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    padding: 7px 40px;
    color: #3498DB; }
.archive__case-study .grid-casestudy {
  padding: 0; }
  .archive__case-study .grid-casestudy__item {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-bottom: 40px; }
    @media (min-width: 576px) {
      .archive__case-study .grid-casestudy__item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 320px) {
      .archive__case-study .grid-casestudy__item {
        padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .archive__case-study .grid-casestudy__item {
        padding-bottom: 80px; } }
    .archive__case-study .grid-casestudy__item--image-wrapper {
      position: relative; }
      .archive__case-study .grid-casestudy__item--image-wrapper__link {
        box-shadow: none;
        display: block; }
        .archive__case-study .grid-casestudy__item--image-wrapper__link:hover {
          box-shadow: none; }
        .archive__case-study .grid-casestudy__item--image-wrapper__link img {
          max-height: 134px;
          padding: 15px; }
          @media screen and (min-width: 320px) {
            .archive__case-study .grid-casestudy__item--image-wrapper__link img {
              max-height: calc(134px + 36 * (100vw - 320px) / 850); } }
          @media screen and (min-width: 1170px) {
            .archive__case-study .grid-casestudy__item--image-wrapper__link img {
              max-height: 170px; } }
        .archive__case-study .grid-casestudy__item--image-wrapper__link img[src$=".svg"] {
          height: 100% !important; }
    .archive__case-study .grid-casestudy__item--cats {
      margin: 0;
      padding: 0;
      text-align: center; }
      .archive__case-study .grid-casestudy__item--cats li {
        margin: 0;
        display: inline-block;
        font-size: 16px;
        font-weight: 900;
        line-height: 1.62;
        color: #d8d8d8; }
        @media screen and (min-width: 320px) {
          .archive__case-study .grid-casestudy__item--cats li {
            font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
        @media screen and (min-width: 1170px) {
          .archive__case-study .grid-casestudy__item--cats li {
            font-size: 21px; } }
        .archive__case-study .grid-casestudy__item--cats li:not(:first-child):before {
          content: "\2022";
          padding-left: 5px;
          padding-right: 5px; }
    .archive__case-study .grid-casestudy__item__entry-content h4 {
      margin-bottom: 5px; }
      @media screen and (min-width: 320px) {
        .archive__case-study .grid-casestudy__item__entry-content h4 {
          margin-bottom: calc(5px + 5 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .archive__case-study .grid-casestudy__item__entry-content h4 {
          margin-bottom: 10px; } }
    .archive__case-study .grid-casestudy__item__entry-content__read-more {
      font-weight: 900; }
    .archive__case-study .grid-casestudy__item__entry-content a.grid-casestudy__item__entry-content__link--title {
      box-shadow: none; }
      .archive__case-study .grid-casestudy__item__entry-content a.grid-casestudy__item__entry-content__link--title:hover {
        color: #29D9C2;
        -webkit-box-shadow: inset 0 -3px 0 #29D9C2;
        -moz-box-shadow: inset 0 -3px 0 #29D9C2;
        box-shadow: inset 0 -3px 0 #29D9C2; }
      .archive__case-study .grid-casestudy__item__entry-content a.grid-casestudy__item__entry-content__link--title:visited {
        box-shadow: none; }

/*--------------------------------------------------------------
## Page Headers
--------------------------------------------------------------*/
/**
 * for bouncy arrow in the page header
 */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }
.site-content {
  margin-top: 45px; }
  @media (min-width: 992px) {
    .site-content {
      margin-top: 60px; } }
  .site-content .page-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .site-content .page-header:focus {
      outline: 0; }
    .site-content .page-header .swipe {
      overflow: hidden;
      visibility: hidden;
      position: relative; }
    .site-content .page-header .swipe-wrap {
      overflow: hidden;
      position: relative; }
    .site-content .page-header .swipe-wrap > div {
      float: left;
      width: 100%;
      position: relative; }
    @media screen and (min-width: 320px) {
      .site-content .page-header {
        padding-top: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .site-content .page-header {
        padding-top: 80px; } }
    @media screen and (min-width: 320px) {
      .site-content .page-header {
        padding-bottom: calc(40px + 40 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .site-content .page-header {
        padding-bottom: 80px; } }
    .site-content .page-header__wrapper.teal {
      background: -moz-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55fff2), color-stop(100%, #5dc5c3));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #55fff2 0%, #5dc5c3 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFF2', endColorstr='#5DC5C3',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper.red {
      background: -moz-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef867b), color-stop(100%, #db4553));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #ef867b 0%, #db4553 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF867B', endColorstr='#DB4553',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper.purple {
      background: -moz-linear-gradient(270deg, #b281c5 0%, #543761 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b281c5), color-stop(100%, #543761));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #b281c5 0%, #543761 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #b281c5 0%, #543761 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #b281c5 0%, #543761 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #b281c5 0%, #543761 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B281C5', endColorstr='#543761',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper.blue {
      background: -moz-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64c9ef), color-stop(100%, #3498db));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #64c9ef 0%, #3498db 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C9EF', endColorstr='#3498DB',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper.dark_blue {
      background: -moz-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #1c5379));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #3498db 0%, #1c5379 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498DB', endColorstr='#1C5379',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper.yellow {
      background: -moz-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e772), color-stop(100%, #f0ca3e));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #f9e772 0%, #f0ca3e 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9E772', endColorstr='#F0CA3E',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper.green_blue {
      background: -moz-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
      /* ff3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dc5c3), color-stop(100%, #3498db));
      /* safari4+,chrome */
      background: -webkit-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
      /* safari5.1+,chrome10+ */
      background: -o-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
      /* opera 11.10+ */
      background: -ms-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
      /* ie10+ */
      background: linear-gradient(180deg, #5dc5c3 0%, #3498db 100%);
      /* w3c */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DC5C3', endColorstr='#3498DB',GradientType=0 );
      /* ie6-9 */ }
    .site-content .page-header__wrapper .arrow__wrapper {
      display: none;
      position: absolute;
      bottom: 15px;
      height: 20px;
      width: 50px;
      height: 50px;
      left: calc(50% - 25px); }
      @media (min-width: 576px) {
        .site-content .page-header__wrapper .arrow__wrapper {
          display: block; } }
      .site-content .page-header__wrapper .arrow__wrapper:hover, .site-content .page-header__wrapper .arrow__wrapper:active {
        cursor: pointer; }
      .site-content .page-header__wrapper .arrow__wrapper .arrow {
        display: none;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 15px;
        background-image: url("images/icon__arrow--down.svg");
        background-repeat: no-repeat;
        background-size: contain; }
        @media (min-width: 576px) {
          .site-content .page-header__wrapper .arrow__wrapper .arrow {
            display: inline-block; } }
      .site-content .page-header__wrapper .arrow__wrapper .bounce {
        -webkit-animation: bounce 2s 3s infinite;
        -moz-animation: bounce 2s 3s infinite;
        -ms-animation: bounce 2s 3s infinite;
        -o-animation: bounce 2s 3s infinite;
        animation: bounce 2s 3s infinite; }
    .site-content .page-header__case-study-categories {
      list-style: none;
      padding: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 17px; }
      @media screen and (min-width: 320px) {
        .site-content .page-header__case-study-categories {
          margin-bottom: calc(17px + 17 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-content .page-header__case-study-categories {
          margin-bottom: 34px; } }
      .site-content .page-header__case-study-categories li {
        padding: 0;
        margin: 0;
        display: inline-block;
        font-weight: 900;
        font-size: 16px;
        color: #FFFFFF;
        opacity: 0.6;
        filter: alpha(opacity=60); }
        @media screen and (min-width: 320px) {
          .site-content .page-header__case-study-categories li {
            font-size: calc(16px + 5 * (100vw - 320px) / 850); } }
        @media screen and (min-width: 1170px) {
          .site-content .page-header__case-study-categories li {
            font-size: 21px; } }
        .site-content .page-header__case-study-categories li:not(:first-child):before {
          content: "\2022";
          padding-right: 5px; }
    .site-content .page-header .entry-title {
      color: #fff;
      text-align: center;
      border-bottom: 2px solid #FFFFFF;
      line-height: 1;
      padding-bottom: 15px;
      margin-bottom: 30px; }
      @media screen and (min-width: 320px) {
        .site-content .page-header .entry-title {
          padding-bottom: calc(15px + 15 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-content .page-header .entry-title {
          padding-bottom: 30px; } }
      @media screen and (min-width: 320px) {
        .site-content .page-header .entry-title {
          margin-bottom: calc(30px + 10 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-content .page-header .entry-title {
          margin-bottom: 40px; } }
    .site-content .page-header p.kplarge {
      color: #fff;
      text-align: center;
      line-height: 1.4;
      width: 100%;
      display: inline-block;
      margin: 0 auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .site-content .page-header p.kplarge {
          width: 65%; } }
      @media (min-width: 992px) {
        .site-content .page-header p.kplarge {
          width: 50%; } }
      @media screen and (min-width: 320px) {
        .site-content .page-header p.kplarge {
          margin-bottom: calc(20px + 20 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-content .page-header p.kplarge {
          margin-bottom: 40px; } }
    .site-content .page-header svg {
      height: 133px; }
      @media screen and (min-width: 320px) {
        .site-content .page-header svg {
          height: calc(133px + 127 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .site-content .page-header svg {
          height: 260px; } }
    .site-content .page-header img {
      width: auto;
      height: auto;
      max-width: 540px; }
    .site-content .page-header img[src$=".svg"] {
      height: auto;
      width: auto;
      max-width: 540px; }
    @media (min-width: 576px) {
      .site-content .page-header {
        padding-top: 40px;
        padding-bottom: 40px; } }
  @media screen and (min-width: 576px) and (min-height: 640px) {
    .site-content .page-header {
      padding-top: calc(40px + 40 * (100vh - 640px) / 160); } }
  @media screen and (min-width: 576px) and (min-height: 800px) {
    .site-content .page-header {
      padding-top: 80px; } }
  @media screen and (min-width: 576px) and (min-height: 640px) {
    .site-content .page-header {
      padding-bottom: calc(40px + 40 * (100vh - 640px) / 160); } }
  @media screen and (min-width: 576px) and (min-height: 800px) {
    .site-content .page-header {
      padding-bottom: 80px; } }
    @media (min-width: 576px) {
        .site-content .page-header .entry-title {
          padding-bottom: 15px;
          margin-bottom: 30px;
          font-size: 50px; } }
    @media screen and (min-width: 576px) and (min-height: 300px) {
      .site-content .page-header .entry-title {
        padding-bottom: calc(15px + 15 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 576px) and (min-height: 800px) {
      .site-content .page-header .entry-title {
        padding-bottom: 30px; } }
    @media screen and (min-width: 576px) and (min-height: 300px) {
      .site-content .page-header .entry-title {
        margin-bottom: calc(30px + 10 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 576px) and (min-height: 800px) {
      .site-content .page-header .entry-title {
        margin-bottom: 40px; } }
    @media screen and (min-width: 576px) and (min-height: 300px) {
      .site-content .page-header .entry-title {
        font-size: calc(50px + 16 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 576px) and (min-height: 800px) {
      .site-content .page-header .entry-title {
        font-size: 66px; } }
    @media (min-width: 576px) {
        .site-content .page-header p.kplarge {
          font-size: 21px;
          margin-bottom: 10px; } }
    @media screen and (min-width: 576px) and (min-height: 300px) {
      .site-content .page-header p.kplarge {
        font-size: calc(21px + 7 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 576px) and (min-height: 800px) {
      .site-content .page-header p.kplarge {
        font-size: 28px; } }
    @media screen and (min-width: 576px) and (min-height: 300px) {
      .site-content .page-header p.kplarge {
        margin-bottom: calc(10px + 30 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 576px) and (min-height: 800px) {
      .site-content .page-header p.kplarge {
        margin-bottom: 40px; } }
    @media (min-width: 576px) {
        .site-content .page-header img[src$=".svg"] {
          width: 30%; } }
    @media screen and (min-width: 576px) and (min-height: 300px) {
      .site-content .page-header img[src$=".svg"] {
        width: calc(30% + 70 * (100vh - 300px) / 500); } }
    @media screen and (min-width: 576px) and (min-height: 800px) {
      .site-content .page-header img[src$=".svg"] {
        width: 100%; } }
  @media screen and (min-width: 576px) and (max-height: 630px) {
    .site-content .page-header .arrow__wrapper {
      display: none; }
      .site-content .page-header .arrow__wrapper .arrow {
        display: none; } }

.post-header {
  margin: 0;
  padding: 50px 0 59px 0; }
  .post-header__table {
    display: table; }
    .post-header__table--vertical-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .post-header__author {
    color: #FFFFFF;
    box-shadow: none;
    font-weight: 900; }
    .post-header__author:hover {
      box-shadow: none;
      border-bottom: solid 1px #333333;
      font-weight: 900; }
  .post-header a.post-header__author {
    color: #FFFFFF;
    box-shadow: none; }
    .post-header a.post-header__author:hover {
      box-shadow: none;
      border-bottom: solid 1px #333333; }
  .post-header p.post-header__job-description {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 18px; }
  .post-header h1 {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 48px; }
    @media screen and (min-width: 320px) {
      .post-header h1 {
        font-size: calc(48px + 18 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .post-header h1 {
        font-size: 66px; } }
  .post-header .entry-title {
    color: #fff;
    text-align: center; }
  .post-header.teal {
    background: -moz-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55fff2), color-stop(100%, #5dc5c3));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #55fff2 0%, #5dc5c3 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #55fff2 0%, #5dc5c3 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFF2', endColorstr='#5DC5C3',GradientType=0 );
    /* ie6-9 */ }
  .post-header.red {
    background: -moz-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef867b), color-stop(100%, #db4553));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #ef867b 0%, #db4553 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #ef867b 0%, #db4553 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF867B', endColorstr='#DB4553',GradientType=0 );
    /* ie6-9 */ }
  .post-header.purple {
    background: -moz-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b281c5), color-stop(100%, #543761));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #b281c5 0%, #543761 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #b281c5 0%, #543761 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B281C5', endColorstr='#543761',GradientType=0 );
    /* ie6-9 */ }
  .post-header.blue {
    background: -moz-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64c9ef), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #64c9ef 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #64c9ef 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C9EF', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */ }
  .post-header.dark_blue {
    background: -moz-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #1c5379));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #3498db 0%, #1c5379 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #3498db 0%, #1c5379 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498DB', endColorstr='#1C5379',GradientType=0 );
    /* ie6-9 */ }
  .post-header.yellow {
    background: -moz-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e772), color-stop(100%, #f0ca3e));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #f9e772 0%, #f0ca3e 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #f9e772 0%, #f0ca3e 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9E772', endColorstr='#F0CA3E',GradientType=0 );
    /* ie6-9 */ }
  .post-header.green_blue {
    background: -moz-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dc5c3), color-stop(100%, #3498db));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #5dc5c3 0%, #3498db 100%);
    /* ie10+ */
    background: linear-gradient(180deg, #5dc5c3 0%, #3498db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5DC5C3', endColorstr='#3498DB',GradientType=0 );
    /* ie6-9 */ }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  border-top: solid 1px #979797;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .comments-area {
      padding-top: 80px; } }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*Comment Output*/
.comments-title {
  margin-bottom: 30px; }
  @media screen and (min-width: 320px) {
    .comments-title {
      margin-bottom: calc(30px + 30 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .comments-title {
      margin-bottom: 60px; } }

.comment-list .reply a {
  font-weight: 900; }

.comment-list .vcard cite.fn {
  font-style: normal; }

.comment-list .vcard span.says {
  display: none; }

.comment-list .vcard img.avatar {
  margin-right: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 320px) {
    .comment-list .vcard img.avatar {
      margin-right: calc(10px + 20 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .comment-list .vcard img.avatar {
      margin-right: 30px; } }
  @media screen and (min-width: 320px) {
    .comment-list .vcard img.avatar {
      margin-bottom: calc(10px + 20 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .comment-list .vcard img.avatar {
      margin-bottom: 30px; } }

.comment-list .vcard cite.fn {
  display: inline-block;
  font-weight: 900;
  width: 40%; }
  @media screen and (min-width: 320px) {
    .comment-list .vcard cite.fn {
      width: calc(40% + -10 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .comment-list .vcard cite.fn {
      width: 30%; } }

.comment-list .comment-metadata {
  margin-bottom: 10px;
  display: inline-block; }
  @media screen and (min-width: 320px) {
    .comment-list .comment-metadata {
      margin-bottom: calc(10px + 20 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .comment-list .comment-metadata {
      margin-bottom: 30px; } }

.comment-list {
  border-bottom: solid 1px #979797;
  margin-bottom: 40px; }
  @media screen and (min-width: 320px) {
    .comment-list {
      margin-bottom: calc(40px + 18 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .comment-list {
      margin-bottom: 58px; } }
  .comment-list .comment {
    margin-bottom: 30px; }
    @media screen and (min-width: 320px) {
      .comment-list .comment {
        margin-bottom: calc(30px + 30 * (100vw - 320px) / 850); } }
    @media screen and (min-width: 1170px) {
      .comment-list .comment {
        margin-bottom: 60px; } }
    .comment-list .comment.depth-2 {
      padding-top: 30px;
      margin-left: 25px; }
      @media screen and (min-width: 320px) {
        .comment-list .comment.depth-2 {
          padding-top: calc(30px + 30 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .comment-list .comment.depth-2 {
          padding-top: 60px; } }
      @media screen and (min-width: 320px) {
        .comment-list .comment.depth-2 {
          margin-left: calc(25px + 75 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .comment-list .comment.depth-2 {
          margin-left: 100px; } }
    .comment-list .comment.depth-3 {
      padding-top: 30px;
      margin-left: 60px; }
      @media screen and (min-width: 320px) {
        .comment-list .comment.depth-3 {
          padding-top: calc(30px + 30 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .comment-list .comment.depth-3 {
          padding-top: 60px; } }
      @media screen and (min-width: 320px) {
        .comment-list .comment.depth-3 {
          margin-left: calc(60px + 30 * (100vw - 320px) / 850); } }
      @media screen and (min-width: 1170px) {
        .comment-list .comment.depth-3 {
          margin-left: 90px; } }

.comment-list {
  list-style: none; }

/** Comment Form **/
#respond {
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    #respond {
      margin-bottom: 0; } }

.comment-form-author {
  width: 100%; }
  @media (min-width: 992px) {
    .comment-form-author {
      float: left;
      width: 47%; } }
  .comment-form-author label {
    display: block;
    font-weight: 900; }
  .comment-form-author input {
    width: 100%; }

.comment-form-email {
  width: 100%; }
  @media (min-width: 992px) {
    .comment-form-email {
      float: right;
      width: 47%; } }
  .comment-form-email label {
    display: block;
    font-weight: 900; }
  .comment-form-email input {
    width: 100%; }

.comment-form-cookies-consent {
  width: 100%;
  position: relative; }
  .comment-form-cookies-consent #wp-comment-cookies-consent {
    width: 7%;
    display: inline-block;
    height: 3.5em;
    position: relative;
    bottom: 14px; }
    @media (min-width: 768px) {
      .comment-form-cookies-consent #wp-comment-cookies-consent {
        height: 3.5em; } }
  .comment-form-cookies-consent label {
    width: 93%; }

.comment-form-comment {
  clear: both; }
  .comment-form-comment label {
    font-weight: 900; }

.form-submit {
  display: block;
  margin-bottom: 30px; }
  @media screen and (min-width: 320px) {
    .form-submit {
      margin-bottom: calc(30px + 30 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .form-submit {
      margin-bottom: 60px; } }
  .form-submit input[type="submit"] {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .form-submit input[type="submit"] {
        display: inline-block;
        width: auto; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.site-content {
  /* forces IE9-11 to display the image */
  /* fix for IE */ }
  .site-content img[src$=".svg"] {
    width: 100%;
    height: auto; }
    .site-content img[src$=".svg"].kphalf {
      width: 100%; }
      @media (min-width: 768px) {
        .site-content img[src$=".svg"].kphalf {
          width: 50%; } }
    .site-content img[src$=".svg"].kp7width {
      width: 100%; }
      @media (min-width: 768px) {
        .site-content img[src$=".svg"].kp7width {
          width: 58.33333333%; } }
  .site-content svg {
    width: 100%;
    height: auto; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.videoWrapper {
  margin-top: 34px;
  margin-bottom: 34px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  padding-bottom: 75%;
  /* 16:9 */
  height: 0; }
  @media screen and (min-width: 320px) {
    .videoWrapper {
      margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .videoWrapper {
      margin-top: 68px; } }
  @media screen and (min-width: 320px) {
    .videoWrapper {
      margin-bottom: calc(34px + 34 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .videoWrapper {
      margin-bottom: 68px; } }
  @media screen and (min-width: 576px) {
    .videoWrapper {
      margin-left: calc(0px + -75 * (100vw - 576px) / 594); } }
  @media screen and (min-width: 1170px) {
    .videoWrapper {
      margin-left: -75px; } }
  @media screen and (min-width: 576px) {
    .videoWrapper {
      margin-right: calc(0px + -75 * (100vw - 576px) / 594); } }
  @media screen and (min-width: 1170px) {
    .videoWrapper {
      margin-right: -75px; } }
  .videoWrapper iframe {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
    @media (min-width: 576px) {
      .videoWrapper iframe {
        margin-top: 0px;
        margin-bottom: 0px; } }

.wistia_responsive_padding {
  margin-top: 34px;
  margin-bottom: 34px;
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0px !important; }
  @media screen and (min-width: 320px) {
    .wistia_responsive_padding {
      margin-top: calc(34px + 34 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .wistia_responsive_padding {
      margin-top: 68px; } }
  @media screen and (min-width: 320px) {
    .wistia_responsive_padding {
      margin-bottom: calc(34px + 34 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .wistia_responsive_padding {
      margin-bottom: 68px; } }
  @media screen and (min-width: 576px) {
    .wistia_responsive_padding {
      margin-left: calc(0px + -75 * (100vw - 576px) / 594); } }
  @media screen and (min-width: 1170px) {
    .wistia_responsive_padding {
      margin-left: -75px; } }
  @media screen and (min-width: 576px) {
    .wistia_responsive_padding {
      margin-right: calc(0px + -75 * (100vw - 576px) / 594); } }
  @media screen and (min-width: 1170px) {
    .wistia_responsive_padding {
      margin-right: -75px; } }
  @media screen and (min-width: 600px) {
    .wistia_responsive_padding {
      padding-bottom: calc(0px + 100 * (100vw - 600px) / 570) !important; } }
  @media screen and (min-width: 1170px) {
    .wistia_responsive_padding {
      padding-bottom: 100px !important; } }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption-text {
  text-align: center;
  color: #3498DB;
  font-size: 12px;
  margin: 10px 0 0 0; }
  @media screen and (min-width: 320px) {
    .wp-caption-text {
      font-size: calc(12px + 4 * (100vw - 320px) / 850); } }
  @media screen and (min-width: 1170px) {
    .wp-caption-text {
      font-size: 16px; } }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Media Queries indicator in footer.php
--------------------------------------------------------------*/
.media-query {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #646464;
  color: #fff;
  padding: 1rem;
  z-index: 100; }
  .media-query span {
    display: none; }
  @media (max-width: 575px) {
    .media-query span.xsmall {
      display: block; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .media-query span.small {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .media-query span.medium {
      display: block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .media-query span.large {
      display: block; } }
  @media (min-width: 1200px) and (max-width: 1920px) {
    .media-query span.xlarge {
      display: block; } }
  @media (min-width: 1921px) {
    .media-query span.xxlarge {
      display: block; } }

/*# sourceMappingURL=style.css.map */
