@charset "UTF-8";
/*!
 *# Crate Stylesheet */
/*!
 *# Import General Stylesheets */
/* Generates mutilevel nested comments
level-1 is the first level comment with a margin of 50px
level-2 is the first level comment with a margin of 100px
and so on...
*/
/* * * * *
 * *  Homepage Header Background animations 
 * * * * */
@import url("https://fonts.googleapis.com/css?family=Karla:400,400i,700");
@keyframes logocycle {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes logocycle {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anim1cycle {
  0% {
    opacity: 0; }
  23% {
    opacity: 0; }
  27% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes anim1cycle {
  0% {
    opacity: 0; }
  23% {
    opacity: 0; }
  27% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anim2cycle {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes anim2cycle {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anim3cycle {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  60% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes anim3cycle {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  60% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes anim4cycle {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes anim4cycle {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/* 
 * Color Classes 
 */
.primary-green {
  color: #145635; }

.secondary-green {
  color: #86a640; }

.alternate-green {
  color: #1e3920; }

.primary-blue {
  color: #c8e6df; }

.secondary-blue {
  color: #3ea19e; }

.gold {
  color: #ba9c1e; }

.primary-orange {
  color: #ed5e48; }

.secondary-orange {
  color: #f7b848; }

.alternate-orange {
  color: #943d3a; }

.bg_primary-green {
  background-color: #145635;
  color: #fff; }

.bg_secondary-green {
  background-color: #86a640; }

.bg_alternate-green {
  background-color: #1e3920;
  color: #fff; }

.bg_primary-blue {
  background-color: #c8e6df; }

.bg_secondary-blue {
  background-color: #3ea19e; }

.bg_gold {
  background-color: #ba9c1e; }

.bg_primary-orange {
  background-color: #ed5e48; }

.bg_secondary-orange {
  background-color: #f7b848; }

.bg_alternate-orange {
  background-color: #943d3a;
  color: #fff; }

.bg_tan {
  background-color: #f5da9f; }

.bg_light-tan {
  background-color: #f7e8d7; }

/* 
 * Typography Styles
 */
h1,
h2,
h3,
h4 {
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: "GT Walsheim Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

h3,
h4 {
  margin-top: 1em; }

h1 {
  font-size: 34px;
  font-family: "GT Walsheim Pro Bold", sans-serif;
  margin-bottom: 0.5em; }
  @media (min-width: 576px) {
    h1 {
      font-size: 48px; } }
  h1.style-guide {
    margin-bottom: 0.25em; }
  h1.header-display {
    margin-bottom: 0.25em;
    display: inline-block;
    padding: 15px 20px; }

h2 {
  font-size: 30px;
  margin-bottom: 0.5em; }
  @media (min-width: 576px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

p {
  font-family: "Karla", sans-serif;
  font-size: 16px; }
  p.color-sample {
    margin: 0 0.5em 1em 0;
    display: inline-block;
    padding: 5px 15px; }

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

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

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

div.page-template .alignleft {
  display: block;
  margin: 10px auto; }
  @media (min-width: 576px) {
    div.page-template .alignleft {
      display: inline;
      margin: 0 15px 10px 0; } }
  div.page-template .alignleft.size-medium {
    display: block;
    margin: 10px auto 20px;
    float: none; }
    @media (min-width: 768px) {
      div.page-template .alignleft.size-medium {
        float: left;
        display: inline;
        margin: 0 15px 10px 0; } }

div.page-template .alignright {
  display: block;
  margin: 10px auto; }
  @media (min-width: 576px) {
    div.page-template .alignright {
      display: inline;
      margin: 0 0 10px 15px; } }
  div.page-template .alignright.size-medium {
    display: block;
    margin: 10px auto 20px;
    float: none; }
    @media (min-width: 768px) {
      div.page-template .alignright.size-medium {
        float: right;
        display: inline;
        margin: 0 0 10px 15px; } }

a {
  transition: 0.2s all ease-in-out; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

button:focus,
button:hover {
  outline: none; }

a.button,
button.button,
input[type="submit"],
button.load-more,
.four-column-information p + a {
  background: #a3a3a3;
  border: 1px solid #a3a3a3;
  text-transform: uppercase;
  font-size: 18px;
  min-width: 150px;
  width: auto;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  line-height: 27px;
  font-family: "Karla", sans-serif;
  cursor: pointer;
  transition: 0.3s all ease-in-out; }
  a.button:hover, a.button:active, a.button:focus,
  button.button:hover,
  button.button:active,
  button.button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  button.load-more:hover,
  button.load-more:active,
  button.load-more:focus,
  .four-column-information p + a:hover,
  .four-column-information p + a:active,
  .four-column-information p + a:focus {
    background: #d3d3d3;
    border-color: #d3d3d3;
    text-decoration: none; }
  a.button.outline,
  button.button.outline,
  input[type="submit"].outline,
  button.load-more.outline,
  .four-column-information p + a.outline {
    background: #fff;
    color: #333;
    border-color: #333; }
    a.button.outline:hover, a.button.outline:active, a.button.outline:focus,
    button.button.outline:hover,
    button.button.outline:active,
    button.button.outline:focus,
    input[type="submit"].outline:hover,
    input[type="submit"].outline:active,
    input[type="submit"].outline:focus,
    button.load-more.outline:hover,
    button.load-more.outline:active,
    button.load-more.outline:focus,
    .four-column-information p + a.outline:hover,
    .four-column-information p + a.outline:active,
    .four-column-information p + a.outline:focus {
      background: #d3d3d3;
      border-color: #333; }

hr {
  margin-top: 0;
  margin-bottom: 2em; }
  hr.sep {
    margin-top: 0;
    margin-bottom: 60px;
    border-color: #f7f7f7;
    width: 80%; }

hr:not(.sep),
hr:not(.clear) {
  height: 1px;
  max-width: 80%;
  padding: 0 15px;
  margin-bottom: 40px;
  margin-bottom: 60px; }
  hr:not(.sep).nospace,
  hr:not(.clear).nospace {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    hr:not(.sep),
    hr:not(.clear) {
      max-width: 800px; } }

hr.clear {
  background: none !important;
  border-color: transparent;
  margin: 0;
  padding: 0;
  clear: both; }

blockquote {
  font-family: "Karla", sans-serif;
  position: relative;
  padding: 0 15px 0 120px;
  margin: 0 0 0 50px;
  max-width: 1000px; }
  blockquote p {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-style: normal;
    max-width: none; }
  blockquote cite {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-style: italic; }
  blockquote::after {
    content: "“";
    font-size: 200px;
    position: absolute;
    height: 100px;
    font-style: normal;
    background-color: #ccc;
    border-radius: 100%;
    width: 100px;
    padding-top: 12px;
    padding-left: 7px;
    top: 0;
    left: 0;
    line-height: 1em;
    font-family: "GT Walsheim Pro", sans-serif; }

div.page-template ul:not(.checklist),
.single-post-container ul:not(.checklist),
div.page-template ol,
.single-post-container ol {
  padding: 0 0 0 20px; }
  div.page-template ul:not(.checklist) li,
  .single-post-container ul:not(.checklist) li,
  div.page-template ol li,
  .single-post-container ol li {
    margin: 0 0 10px;
    padding: 0 0 0 20px !important;
    position: relative; }

div.page-template ul:not(.checklist),
.single-post-container ul:not(.checklist) {
  list-style: none; }
  div.page-template ul:not(.checklist) li::before,
  .single-post-container ul:not(.checklist) li::before {
    content: "\2022";
    font-weight: bold;
    position: absolute;
    left: 0; }

.skewed-overlay {
  display: none; }

/*
 * Base Elements Color Schemes
 * Adjusting theme colors based on body class.
 */
.template-whale h1,
.template-whale h2,
.template-whale h3,
.template-whale h4,
body.page-template-default h1,
body.page-template-default h2,
body.page-template-default h3,
body.page-template-default h4 {
  color: #1e3920; }

.template-whale a,
.template-whale .top-page-tags .tag-item,
body.page-template-default a,
body.page-template-default .top-page-tags .tag-item {
  color: #3ea19e; }
  .template-whale a:hover, .template-whale a:active, .template-whale a:focus,
  .template-whale .top-page-tags .tag-item:hover,
  .template-whale .top-page-tags .tag-item:active,
  .template-whale .top-page-tags .tag-item:focus,
  body.page-template-default a:hover,
  body.page-template-default a:active,
  body.page-template-default a:focus,
  body.page-template-default .top-page-tags .tag-item:hover,
  body.page-template-default .top-page-tags .tag-item:active,
  body.page-template-default .top-page-tags .tag-item:focus {
    color: #1e3920; }

.template-whale a.button,
.template-whale button.button,
.template-whale input[type="submit"],
.template-whale button.load-more,
.template-whale .four-column-information p + a,
body.page-template-default a.button,
body.page-template-default button.button,
body.page-template-default input[type="submit"],
body.page-template-default button.load-more,
body.page-template-default .four-column-information p + a {
  background: #f7e8d7;
  border: 1px solid #f7e8d7;
  color: #3ea19e; }
  .template-whale a.button:hover, .template-whale a.button:active, .template-whale a.button:focus,
  .template-whale button.button:hover,
  .template-whale button.button:active,
  .template-whale button.button:focus,
  .template-whale input[type="submit"]:hover,
  .template-whale input[type="submit"]:active,
  .template-whale input[type="submit"]:focus,
  .template-whale button.load-more:hover,
  .template-whale button.load-more:active,
  .template-whale button.load-more:focus,
  .template-whale .four-column-information p + a:hover,
  .template-whale .four-column-information p + a:active,
  .template-whale .four-column-information p + a:focus,
  body.page-template-default a.button:hover,
  body.page-template-default a.button:active,
  body.page-template-default a.button:focus,
  body.page-template-default button.button:hover,
  body.page-template-default button.button:active,
  body.page-template-default button.button:focus,
  body.page-template-default input[type="submit"]:hover,
  body.page-template-default input[type="submit"]:active,
  body.page-template-default input[type="submit"]:focus,
  body.page-template-default button.load-more:hover,
  body.page-template-default button.load-more:active,
  body.page-template-default button.load-more:focus,
  body.page-template-default .four-column-information p + a:hover,
  body.page-template-default .four-column-information p + a:active,
  body.page-template-default .four-column-information p + a:focus {
    background: #3ea19e;
    border-color: #f7e8d7;
    color: #f7e8d7; }

.template-whale a svg,
body.page-template-default a svg {
  fill: #f7e8d7; }
  .template-whale a svg:hover, .template-whale a svg:active, .template-whale a svg:focus,
  body.page-template-default a svg:hover,
  body.page-template-default a svg:active,
  body.page-template-default a svg:focus {
    fill: #1e3920; }

.template-whale ul:not(.checklist) li::before,
body.page-template-default ul:not(.checklist) li::before {
  color: #3ea19e; }

.template-whale hr,
body.page-template-default hr {
  background-image: #c8e6df;
  background-image: linear-gradient(to right, rgba(202, 232, 225, 0), #cae8e1, rgba(202, 232, 225, 0)); }

.template-whale blockquote::after,
body.page-template-default blockquote::after {
  background-color: #3ea19e; }

.template-leaf h1,
.template-leaf h2,
.template-leaf h3,
.template-leaf h4 {
  color: #f5da9f; }

.template-leaf a,
.template-leaf .top-page-tags .tag-item {
  color: #86a640; }
  .template-leaf a:hover, .template-leaf a:active, .template-leaf a:focus,
  .template-leaf .top-page-tags .tag-item:hover,
  .template-leaf .top-page-tags .tag-item:active,
  .template-leaf .top-page-tags .tag-item:focus {
    color: #145635; }

.template-leaf a.button,
.template-leaf button.button,
.template-leaf input[type="submit"],
.template-leaf button.load-more,
.template-leaf .four-column-information p + a {
  background: #f5da9f;
  border: 1px solid #f5da9f;
  color: #145635; }
  .template-leaf a.button:hover, .template-leaf a.button:active, .template-leaf a.button:focus,
  .template-leaf button.button:hover,
  .template-leaf button.button:active,
  .template-leaf button.button:focus,
  .template-leaf input[type="submit"]:hover,
  .template-leaf input[type="submit"]:active,
  .template-leaf input[type="submit"]:focus,
  .template-leaf button.load-more:hover,
  .template-leaf button.load-more:active,
  .template-leaf button.load-more:focus,
  .template-leaf .four-column-information p + a:hover,
  .template-leaf .four-column-information p + a:active,
  .template-leaf .four-column-information p + a:focus {
    background: #145635;
    border-color: #f5da9f;
    color: #f5da9f; }

.template-leaf a svg {
  fill: #f5da9f; }
  .template-leaf a svg:hover, .template-leaf a svg:active, .template-leaf a svg:focus {
    fill: #86a640; }

.template-leaf ul:not(.checklist) li::before {
  color: #ed5e48; }

.template-leaf blockquote::after {
  background-color: #145635;
  color: #f5da9f; }

.template-gecko h1,
.template-gecko h2,
.template-gecko h3,
.template-gecko h4 {
  color: #f7b848; }

.template-gecko a,
.template-gecko .top-page-tags .tag-item {
  color: #ed5e48; }
  .template-gecko a:hover, .template-gecko a:active, .template-gecko a:focus,
  .template-gecko .top-page-tags .tag-item:hover,
  .template-gecko .top-page-tags .tag-item:active,
  .template-gecko .top-page-tags .tag-item:focus {
    color: #943d3a; }

.template-gecko a.button,
.template-gecko button.button,
.template-gecko input[type="submit"],
.template-gecko button.load-more,
.template-gecko .four-column-information p + a {
  background: #f7b848;
  border: 1px solid #f7b848;
  color: #943d3a; }
  .template-gecko a.button:hover, .template-gecko a.button:active, .template-gecko a.button:focus,
  .template-gecko button.button:hover,
  .template-gecko button.button:active,
  .template-gecko button.button:focus,
  .template-gecko input[type="submit"]:hover,
  .template-gecko input[type="submit"]:active,
  .template-gecko input[type="submit"]:focus,
  .template-gecko button.load-more:hover,
  .template-gecko button.load-more:active,
  .template-gecko button.load-more:focus,
  .template-gecko .four-column-information p + a:hover,
  .template-gecko .four-column-information p + a:active,
  .template-gecko .four-column-information p + a:focus {
    background: #943d3a;
    border-color: #f7b848;
    color: #f7b848; }

.template-gecko a svg {
  fill: #f7b848; }
  .template-gecko a svg:hover, .template-gecko a svg:active, .template-gecko a svg:focus {
    fill: #ed5e48; }

.template-gecko ul:not(.checklist) li::before {
  color: #f7b848; }

.template-gecko blockquote::after {
  background-color: #ed5e48; }

.template-cloud h1,
.template-cloud h2,
.template-cloud h3,
.template-cloud h4 {
  color: #f7b848; }

.template-cloud a,
.template-cloud .top-page-tags .tag-item {
  color: #86a640; }
  .template-cloud a:hover, .template-cloud a:active, .template-cloud a:focus,
  .template-cloud .top-page-tags .tag-item:hover,
  .template-cloud .top-page-tags .tag-item:active,
  .template-cloud .top-page-tags .tag-item:focus {
    color: #f7b848; }

.template-cloud a.button,
.template-cloud button.button,
.template-cloud input[type="submit"],
.template-cloud button.load-more,
.template-cloud .four-column-information p + a {
  background: #f7e8d7;
  border: 1px solid #f7e8d7;
  color: #86a640; }
  .template-cloud a.button:hover, .template-cloud a.button:active, .template-cloud a.button:focus,
  .template-cloud button.button:hover,
  .template-cloud button.button:active,
  .template-cloud button.button:focus,
  .template-cloud input[type="submit"]:hover,
  .template-cloud input[type="submit"]:active,
  .template-cloud input[type="submit"]:focus,
  .template-cloud button.load-more:hover,
  .template-cloud button.load-more:active,
  .template-cloud button.load-more:focus,
  .template-cloud .four-column-information p + a:hover,
  .template-cloud .four-column-information p + a:active,
  .template-cloud .four-column-information p + a:focus {
    background: #86a640;
    border-color: #f7e8d7;
    color: #f7e8d7; }

.template-cloud a svg {
  fill: #f7e8d7; }
  .template-cloud a svg:hover, .template-cloud a svg:active, .template-cloud a svg:focus {
    fill: #f7b848; }

.template-cloud ul:not(.checklist) li::before {
  color: #f7b848; }

.template-cloud hr {
  background-image: #f7b848;
  background-image: linear-gradient(to right, rgba(249, 186, 73, 0), #f9ba49, rgba(249, 186, 73, 0)); }

.template-cloud blockquote::after {
  background-color: #86a640; }

.template-fish h1,
.template-fish h2,
.template-fish h3,
.template-fish h4 {
  color: #943d3a; }

.template-fish a,
.template-fish .top-page-tags .tag-item {
  color: #ed5e48; }
  .template-fish a:hover, .template-fish a:active, .template-fish a:focus,
  .template-fish .top-page-tags .tag-item:hover,
  .template-fish .top-page-tags .tag-item:active,
  .template-fish .top-page-tags .tag-item:focus {
    color: #943d3a; }

.template-fish a.button,
.template-fish button.button,
.template-fish input[type="submit"],
.template-fish button.load-more,
.template-fish .four-column-information p + a {
  background: #f7b848;
  border: 1px solid #f7b848;
  color: #ed5e48; }
  .template-fish a.button:hover, .template-fish a.button:active, .template-fish a.button:focus,
  .template-fish button.button:hover,
  .template-fish button.button:active,
  .template-fish button.button:focus,
  .template-fish input[type="submit"]:hover,
  .template-fish input[type="submit"]:active,
  .template-fish input[type="submit"]:focus,
  .template-fish button.load-more:hover,
  .template-fish button.load-more:active,
  .template-fish button.load-more:focus,
  .template-fish .four-column-information p + a:hover,
  .template-fish .four-column-information p + a:active,
  .template-fish .four-column-information p + a:focus {
    background: #ed5e48;
    border-color: #f7b848;
    color: #f7b848; }

.template-fish a svg {
  fill: #f7b848; }
  .template-fish a svg:hover, .template-fish a svg:active, .template-fish a svg:focus {
    fill: #943d3a; }

.template-fish ul:not(.checklist) li::before {
  color: #ed5e48; }

.template-fish hr {
  background-image: #f7b848;
  background-image: linear-gradient(to right, rgba(249, 186, 73, 0), #f9ba49, rgba(249, 186, 73, 0)); }

.template-fish blockquote::after {
  background-color: #ed5e48; }

.template-girl h1,
.template-girl h2,
.template-girl h3,
.template-girl h4 {
  color: #943d3a; }

.template-girl a,
.template-girl .top-page-tags .tag-item {
  color: #ed5e48; }
  .template-girl a:hover, .template-girl a:active, .template-girl a:focus,
  .template-girl .top-page-tags .tag-item:hover,
  .template-girl .top-page-tags .tag-item:active,
  .template-girl .top-page-tags .tag-item:focus {
    color: #943d3a; }

.template-girl a.button,
.template-girl button.button,
.template-girl input[type="submit"],
.template-girl button.load-more,
.template-girl .four-column-information p + a {
  background: #943d3a;
  border: 1px solid #943d3a;
  color: #f7b848; }
  .template-girl a.button:hover, .template-girl a.button:active, .template-girl a.button:focus,
  .template-girl button.button:hover,
  .template-girl button.button:active,
  .template-girl button.button:focus,
  .template-girl input[type="submit"]:hover,
  .template-girl input[type="submit"]:active,
  .template-girl input[type="submit"]:focus,
  .template-girl button.load-more:hover,
  .template-girl button.load-more:active,
  .template-girl button.load-more:focus,
  .template-girl .four-column-information p + a:hover,
  .template-girl .four-column-information p + a:active,
  .template-girl .four-column-information p + a:focus {
    background: #ed5e48;
    border-color: #f7b848;
    color: #f7b848; }

.template-girl a svg {
  fill: #ed5e48; }
  .template-girl a svg:hover, .template-girl a svg:active, .template-girl a svg:focus {
    fill: #943d3a; }

.template-girl ul:not(.checklist) li::before {
  color: #ed5e48; }

.template-girl hr {
  background-image: #f7b848;
  background-image: linear-gradient(to right, rgba(249, 186, 73, 0), #f9ba49, rgba(249, 186, 73, 0)); }

.template-girl blockquote::after {
  background-color: #ed5e48; }

/*!
 *# Font Stacks */
@font-face {
  font-family: 'GT Walsheim Pro';
  src: url("../fonts/gt-walsheim-light.woff2") format("woff2"), url("../fonts/gt-walsheim-light.woff") format("woff"), url("../fonts/gt-walsheim-light.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Walsheim Pro Bold';
  src: url("../fonts/gt-walsheim-medium.woff2") format("woff2"), url("../fonts/gt-walsheim-medium.woff") format("woff"), url("../fonts/gt-walsheim-medium.ttf") format("truetype"); }

/*!
 *# Import Module Stylesheets */
nav.top-navigation {
  position: absolute;
  top: 0 !important;
  background: transparent;
  height: auto; }
  nav.top-navigation #navbar-dropdown {
    max-width: 1140px;
    width: 35%;
    min-width: 235px;
    background: #333;
    padding-bottom: 50px; }
    @media (min-width: 992px) {
      nav.top-navigation #navbar-dropdown {
        display: block;
        flex-grow: unset;
        width: 100%;
        margin: auto;
        text-align: right;
        padding: 30px 20px 20px;
        background: transparent; } }
    nav.top-navigation #navbar-dropdown::before {
      content: none; }
    nav.top-navigation #navbar-dropdown .nav-item {
      display: inline-block;
      padding-left: 30px; }
      @media (min-width: 992px) {
        nav.top-navigation #navbar-dropdown .nav-item {
          padding-left: 25px; } }
      nav.top-navigation #navbar-dropdown .nav-item .nav-link {
        border: none;
        font-family: "Karla", sans-serif;
        font-weight: 700;
        padding: 0;
        color: #fff; }
        nav.top-navigation #navbar-dropdown .nav-item .nav-link:hover, nav.top-navigation #navbar-dropdown .nav-item .nav-link:focus {
          color: #fff;
          text-shadow: 0 0 2px #fff; }
      nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop {
        transition: 0.3s all ease-in-out;
        padding: 0 25px;
        color: #fff; }
        @media (min-width: 992px) {
          nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop {
            pointer-events: none;
            opacity: 0;
            padding: 0 0 0 15px;
            position: absolute;
            list-style-type: none;
            text-align: center; } }
        nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li {
          line-height: 2em;
          margin-bottom: 15px;
          font-size: 16px; }
          @media (min-width: 992px) {
            nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li {
              border: 3px solid #fff;
              padding: 5px 25px;
              margin-bottom: 10px;
              background-color: rgba(255, 255, 255, 0.3); } }
          nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li a {
            color: #fff;
            font-weight: 700; }
          nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:hover, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:focus, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:active {
            text-shadow: 0 0 2px #fff; }
            @media (min-width: 992px) {
              nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:hover, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:focus, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:active {
                background: #fff;
                text-shadow: none; } }
            nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:hover a, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:focus a, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:active a {
              color: #fff; }
              @media (min-width: 992px) {
                nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:hover a, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:focus a, nav.top-navigation #navbar-dropdown .nav-item ul.nav-drop li:active a {
                  color: #333; } }
      nav.top-navigation #navbar-dropdown .nav-item:hover ul.nav-drop {
        opacity: 1;
        pointer-events: all; }
    nav.top-navigation #navbar-dropdown .close-navbar-dropdown {
      display: block;
      position: relative;
      margin: 10px 10px 0 auto;
      transition: 0.2s all ease-in-out; }
      nav.top-navigation #navbar-dropdown .close-navbar-dropdown:hover {
        border: none;
        transform: scale(1.2); }
    nav.top-navigation #navbar-dropdown .close-li {
      height: auto; }
      @media (min-width: 992px) {
        nav.top-navigation #navbar-dropdown .close-li {
          display: none; } }
  nav.top-navigation .navbar-dropdown-toggle {
    background: none;
    box-shadow: none;
    margin: 15px;
    border: none; }
    nav.top-navigation .navbar-dropdown-toggle:hover, nav.top-navigation .navbar-dropdown-toggle:active, nav.top-navigation .navbar-dropdown-toggle:focus {
      outline: none; }
    nav.top-navigation .navbar-dropdown-toggle span {
      width: 35px;
      height: 5px;
      background-color: #fff;
      margin: 8px 0;
      display: block;
      transition: 0.2s all ease-in-out; }

.icons {
  display: none; }
  @media (min-width: 992px) {
    .icons {
      display: block; } }
  .icons a {
    display: block; }
  .icons .header-icon {
    width: 60px;
    height: auto;
    position: absolute;
    display: block;
    float: left;
    opacity: 0; }
    .icons .header-icon.whale {
      position: relative; }
  .icons.mobile {
    display: block;
    position: absolute;
    width: 100%; }
    @media (min-width: 992px) {
      .icons.mobile {
        display: none; } }
    .icons.mobile .header-icon {
      width: 50px;
      float: right;
      right: 0;
      margin: 15px 20px 0; }

/*
 * Header Elements Color Schemes
 * Adjusting theme colors based on body class.
 */
.template-whale .navbar-dropdown-toggle:hover span,
.template-whale .navbar-dropdown-toggle:active span,
.template-whale .navbar-dropdown-toggle:focus span,
.page-template-default .navbar-dropdown-toggle:hover span,
.page-template-default .navbar-dropdown-toggle:active span,
.page-template-default .navbar-dropdown-toggle:focus span,
.template-blank .navbar-dropdown-toggle:hover span,
.template-blank .navbar-dropdown-toggle:active span,
.template-blank .navbar-dropdown-toggle:focus span {
  background-color: #3ea19e; }

.template-whale .icons .whale,
.page-template-default .icons .whale,
.template-blank .icons .whale {
  opacity: 1; }

.template-leaf .navbar-dropdown-toggle:hover span,
.template-leaf .navbar-dropdown-toggle:active span,
.template-leaf .navbar-dropdown-toggle:focus span {
  background-color: #145635; }

.template-leaf .icons .leaf {
  opacity: 1; }

.template-gecko .navbar-dropdown-toggle:hover span,
.template-gecko .navbar-dropdown-toggle:active span,
.template-gecko .navbar-dropdown-toggle:focus span {
  background-color: #f7b848; }

.template-gecko .icons .gecko {
  opacity: 1; }

.template-cloud .navbar-dropdown-toggle:hover span,
.template-cloud .navbar-dropdown-toggle:active span,
.template-cloud .navbar-dropdown-toggle:focus span {
  background-color: #3ea19e; }

.template-cloud .icons .cloud {
  opacity: 1; }

.template-fish .navbar-dropdown-toggle:hover span,
.template-fish .navbar-dropdown-toggle:active span,
.template-fish .navbar-dropdown-toggle:focus span {
  background-color: #ed5e48; }

.template-fish .icons .fish {
  opacity: 1; }

.template-girl .navbar-dropdown-toggle:hover span,
.template-girl .navbar-dropdown-toggle:active span,
.template-girl .navbar-dropdown-toggle:focus span {
  background-color: #ed5e48; }

.template-girl .icons .girl {
  opacity: 1; }

footer.site-footer {
  background: transparent;
  padding: 0 0 20px;
  /* Overwriting important Gravity Forms style */
  /* Hide Gravity Forms iFrame */ }
  @media (min-width: 992px) {
    footer.site-footer {
      padding: 0 0 60px; } }
  footer.site-footer p {
    font-family: "Karla", sans-serif;
    color: #fff; }
  footer.site-footer h4 {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
    color: #fff; }
  @media (min-width: 992px) {
    footer.site-footer .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  footer.site-footer .container .footer-share {
    width: 100%;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      footer.site-footer .container .footer-share {
        width: 200px;
        margin: 0;
        padding: 0;
        border-bottom: none; } }
    footer.site-footer .container .footer-share ul.footer-share-icons {
      display: flex;
      justify-content: space-between;
      max-width: 200px;
      margin: auto; }
      footer.site-footer .container .footer-share ul.footer-share-icons svg {
        height: 35px;
        width: 35px; }
  footer.site-footer .container .contact-form {
    width: 100%;
    margin-bottom: 35px; }
    @media (min-width: 576px) {
      footer.site-footer .container .contact-form {
        margin-bottom: 50px; } }
    @media (min-width: 992px) {
      footer.site-footer .container .contact-form {
        text-align: left;
        width: calc(100% - 500px);
        margin: 0; } }
    @media (min-width: 1200px) {
      footer.site-footer .container .contact-form {
        width: calc(100% - 550px);
        padding-left: 20px; } }
    footer.site-footer .container .contact-form .gform_wrapper {
      margin: 0; }
    footer.site-footer .container .contact-form form {
      font-family: "Karla", sans-serif; }
      footer.site-footer .container .contact-form form label {
        display: none; }
      footer.site-footer .container .contact-form form .ginput_container {
        margin: 0; }
      footer.site-footer .container .contact-form form li.gfield {
        width: 100%;
        margin: 0 25px 25px 0;
        position: relative; }
        @media (min-width: 1200px) {
          footer.site-footer .container .contact-form form li.gfield {
            width: 45%;
            display: inline-block;
            padding: 0; } }
        footer.site-footer .container .contact-form form li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          border: 2px solid #f7f7f7;
          padding: 10px; }
          footer.site-footer .container .contact-form form li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
            outline: none; }
        footer.site-footer .container .contact-form form li.gfield.full-width {
          width: 100%; }
        footer.site-footer .container .contact-form form li.gfield textarea {
          width: 100%;
          padding: 10px;
          max-height: 200px;
          margin: 0;
          border: 2px solid #f7f7f7; }
          @media (min-width: 1200px) {
            footer.site-footer .container .contact-form form li.gfield textarea {
              width: 95%; } }
          footer.site-footer .container .contact-form form li.gfield textarea:focus {
            outline: none; }
        footer.site-footer .container .contact-form form li.gfield.gfield_error {
          padding-top: 25px;
          background: transparent;
          border: none; }
          footer.site-footer .container .contact-form form li.gfield.gfield_error div.ginput_container {
            margin: 0; }
          footer.site-footer .container .contact-form form li.gfield.gfield_error div.ginput_container_textarea {
            margin-bottom: 25px; }
          footer.site-footer .container .contact-form form li.gfield.gfield_error div.validation_message {
            position: absolute;
            color: #fff;
            top: 3px;
            padding: 0; }
      footer.site-footer .container .contact-form form .gform_footer {
        padding: 0;
        margin: 0;
        text-align: center; }
        @media (min-width: 992px) {
          footer.site-footer .container .contact-form form .gform_footer {
            text-align: right; } }
        footer.site-footer .container .contact-form form .gform_footer input[type="submit"] {
          width: auto; }
          @media (min-width: 1200px) {
            footer.site-footer .container .contact-form form .gform_footer input[type="submit"] {
              margin-right: 25px; } }
      footer.site-footer .container .contact-form form div.validation_error {
        display: none; }
  footer.site-footer .container .copyright-block {
    width: 100%; }
    @media (min-width: 992px) {
      footer.site-footer .container .copyright-block {
        margin: 0;
        width: 185px; } }
    footer.site-footer .container .copyright-block p {
      font-weight: 700;
      font-size: 20px;
      margin-top: 10px; }
    footer.site-footer .container .copyright-block img {
      max-width: 100%; }
  footer.site-footer .gform_confirmation_wrapper {
    min-height: 200px;
    position: relative; }
    footer.site-footer .gform_confirmation_wrapper .gform_confirmation_message {
      text-align: center;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 40%;
      transform: translate(-50%, -50%); }
  footer.site-footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
    footer.site-footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) input, footer.site-footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) textarea {
      border: 2px solid #790000; }
  footer.site-footer iframe {
    display: none; }

/* P4 Block Modifications */
.content-two-column-block {
  padding: 30px 0; }
  @media (min-width: 576px) {
    .content-two-column-block {
      padding: 50px 0 30px 0; } }
  .content-two-column-block h2 {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    width: 100%;
    font-size: 22px; }
  .content-two-column-block p {
    font-size: 16px; }

.page-section {
  margin-bottom: 0; }
  .page-section .page-section-header {
    margin-top: 0;
    font-size: 34px;
    font-family: "GT Walsheim Pro Bold", sans-serif; }
    @media (min-width: 576px) {
      .page-section .page-section-header {
        font-size: 48px; } }

.article-listing .article-list-section {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.article-listing article.article-list-item {
  margin: 30px 0;
  padding: 5px 20px 20px;
  border: 2px solid;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .article-listing article.article-list-item {
      padding: 25px; } }
  .article-listing article.article-list-item .article-list-item-headline {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0px; }
  .article-listing article.article-list-item .article-list-item-meta {
    width: 100%; }
  .article-listing article.article-list-item .article-list-item-content {
    width: 100%;
    font-size: 16px; }
  .article-listing article.article-list-item .tag-item {
    margin-bottom: 0; }
    .article-listing article.article-list-item .tag-item.page-type {
      display: none; }
  .article-listing article.article-list-item .tag-wrap::before {
    content: '';
    margin: 0; }
  .article-listing article.article-list-item .topicwise-article-image {
    border: 2px solid; }

.article-listing .col-lg-5 {
  max-width: 100% !important;
  text-align: center;
  flex: none; }

/* P4 Block Modifications (Blog Page Only) */
body:not(.single-post) .blog-tiles .article-listing {
  margin-top: 30px; }
  body:not(.single-post) .blog-tiles .article-listing .page-section-header {
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  body:not(.single-post) .blog-tiles .article-listing .article-list-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px; }
    body:not(.single-post) .blog-tiles .article-listing .article-list-section::after {
      display: none; }
    body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item {
      margin: 25px 0;
      flex-direction: column; }
      @media (min-width: 768px) {
        body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item {
          width: 48%; } }
      body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item .article-list-item-body {
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 768px) {
          body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item .article-list-item-body {
            padding: 0; } }
      body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item .article-list-item-image {
        margin-bottom: 15px;
        background: #f7b848; }
        body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item .article-list-item-image img {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item a:hover img,
      body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item a:focus img,
      body:not(.single-post) .blog-tiles .article-listing .article-list-section .article-list-item a:active img {
        opacity: 0.5; }

section.four-column {
  margin-bottom: 0;
  text-align: center; }
  section.four-column .four-column-wrap {
    margin-left: auto;
    margin-right: auto; }
  section.four-column .four-column-symbol-container {
    margin-left: auto;
    margin-right: auto;
    pointer-events: none; }
  section.four-column .four-column-information h5 {
    text-align: center;
    pointer-events: none;
    text-transform: uppercase; }

/*!
 *# Import Template Stylesheets */
/**
 * Styles specific to the page template
**/
body {
  background: #fff;
  font-family: "Karla", sans-serif; }
  body .logo-container {
    text-align: center; }
    body .logo-container .header-logo.logo {
      animation: logocycle 12s infinite;
      -webkit-animation: logocycle 12s infinite; }
    body .logo-container .header-logo.anim1 {
      animation: anim1cycle 12s infinite;
      -webkit-animation: anim1cycle 12s infinite; }
    body .logo-container .header-logo.anim2 {
      animation: anim2cycle 12s infinite;
      -webkit-animation: anim2cycle 12s infinite; }
    body .logo-container .header-logo.anim3 {
      animation: anim3cycle 12s infinite;
      -webkit-animation: anim3cycle 12s infinite; }
    body .logo-container .header-logo.anim4 {
      animation: anim4cycle 12s infinite;
      -webkit-animation: anim4cycle 12s infinite; }

/* Potentially temporary */
.page-header {
  display: none; }

/* * */
div.logo-container {
  height: 325px;
  text-align: center;
  padding-top: 110px;
  position: relative;
  text-align: left; }
  @media (min-width: 576px) {
    div.logo-container {
      height: 400px; } }
  @media (min-width: 768px) {
    div.logo-container {
      height: 500px; } }
  div.logo-container .content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    max-width: 750px; }
    @media (min-width: 768px) {
      div.logo-container .content {
        transform: translate(-50%, -55%); } }
    @media (min-width: 992px) {
      div.logo-container .content {
        transform: translate(-50%, -49%); } }
    div.logo-container .content .logos {
      position: relative; }
    div.logo-container .content .header-logo {
      max-width: 100%;
      margin-bottom: 25px;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
      div.logo-container .content .header-logo.logo {
        position: relative; }
    div.logo-container .content h2 {
      font-family: "Karla", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff; }

div.page-template {
  width: 100%;
  margin: 0 0 75px;
  padding: 25px 0;
  position: relative;
  background: #fff; }
  @media (min-width: 768px) {
    div.page-template {
      margin: 0 0 125px; } }
  div.page-template .container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto; }

p.indent {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    p.indent {
      padding-left: 50px; } }

div.icon-intro {
  padding-left: 0;
  position: relative;
  font-weight: bold; }
  @media (min-width: 768px) {
    div.icon-intro {
      padding-left: 140px; } }
  div.icon-intro h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    font-weight: bold; }
    @media (min-width: 768px) {
      div.icon-intro h2 {
        text-align: left; } }
  div.icon-intro img {
    position: relative;
    left: 0;
    margin: 0 auto 15px;
    border-radius: 50%;
    width: 115px;
    display: block; }
    @media (min-width: 768px) {
      div.icon-intro img {
        position: absolute;
        margin-bottom: 0; } }

ul.checklist {
  max-width: 800px;
  margin: auto; }
  ul.checklist li {
    margin: 0 0 20px;
    list-style-type: none;
    padding-left: 50px;
    position: relative; }
    ul.checklist li::before {
      content: '';
      position: absolute;
      background-image: url("../../images/checkbox_background.png");
      width: 35px;
      left: 0;
      transform: translateY(-50%);
      top: 50%;
      height: 35px;
      background-size: 100%;
      background-position: top; }
    ul.checklist li:hover::before {
      background-position: bottom; }

/* Diagonal div Styles */
div.page-template::before,
.diagonal-top::before,
.diagonal-topbottom::before,
article.single-post-container::before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: -74px;
  width: 100%;
  border-style: solid;
  border-width: 0 100vw 75px 0;
  border-color: transparent transparent white transparent; }
  @media (min-width: 768px) {
    div.page-template::before,
    .diagonal-top::before,
    .diagonal-topbottom::before,
    article.single-post-container::before {
      top: -124px;
      border-width: 0 100vw 125px 0; } }

div.page-template::after,
.diagonal-bottom::after,
.diagonal-topbottom::after,
article.single-post-container::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -74px;
  width: 100%;
  border-style: solid;
  border-width: 0 100vw 75px 0;
  border-color: transparent white transparent transparent; }
  @media (min-width: 768px) {
    div.page-template::after,
    .diagonal-bottom::after,
    .diagonal-topbottom::after,
    article.single-post-container::after {
      bottom: -124px;
      border-width: 0 100vw 125px 0; } }

div.diagonal-top {
  padding-top: 20px; }

div.diagonal-bottom {
  padding-bottom: 20px; }

div.diagonal-topbottom {
  padding: 30px 0; }

div.diagonal-none {
  padding: 60px 0 30px; }
  @media (min-width: 768px) {
    div.diagonal-none {
      padding: 90px 0 50px; } }
  div.diagonal-none.last {
    padding-bottom: 0; }

/* Tagline Styles */
.tagline {
  font-weight: 700;
  font-size: 16px;
  max-width: 675px;
  margin: auto; }
  .tagline span.source {
    font-size: 12px;
    font-style: italic;
    display: block;
    font-weight: 300;
    margin-top: 20px; }
  .tagline .button {
    margin: 30px auto 0; }
  .tagline.nowidth {
    max-width: none; }
  .tagline.small {
    font-size: 14px; }
  .tagline .button-group {
    text-align: center;
    display: block;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .tagline .button-group {
        display: flex;
        justify-content: space-between; }
        .tagline .button-group.more {
          justify-content: space-around; } }
    .tagline .button-group .button {
      max-width: 250px;
      display: block; }
      @media (min-width: 768px) {
        .tagline .button-group .button {
          min-width: 215px;
          margin-left: 0;
          margin-right: 0;
          display: inline-block; } }

/* Image Blocks Styles */
.image-block {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: unset !important;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 576px) {
    .image-block {
      background-attachment: fixed; } }
  .image-block.no-parralax {
    background-attachment: unset;
    background-position: center 65%; }
  .image-block.whale {
    background-image: url("../../images/placeholder_image1.jpg"); }
  .image-block.penguin {
    background-image: url("../../images/placeholder_image2.jpg"); }
  .image-block::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ccc;
    position: absolute;
    opacity: 0.5; }
  .image-block .plain-quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
    z-index: 3; }

/* Original Video / Images with Diagonal Sections Block Styles */
article.study {
  position: relative;
  margin: 90px 0;
  color: #fff;
  padding-top: 20px; }
  @media (min-width: 768px) {
    article.study {
      margin: 140px 0 160px; } }
  article.study h2 {
    font-weight: 700; }
  article.study::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: -74px;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 75px 0; }
    @media (min-width: 768px) {
      article.study::before {
        top: -124px;
        border-width: 0 100vw 125px 0; } }
  article.study::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: -74px;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 75px 0; }
    @media (min-width: 768px) {
      article.study::after {
        bottom: -124px;
        border-width: 0 100vw 125px 0; } }
  article.study .container {
    overflow: visible; }
    @media (min-width: 768px) {
      article.study .container {
        display: flex;
        justify-content: space-between; } }
    article.study .container section {
      width: 100%; }
      @media (min-width: 768px) {
        article.study .container section {
          width: 60%; } }
    article.study .container aside {
      width: 100%; }
      @media (min-width: 768px) {
        article.study .container aside {
          width: 33%;
          margin-bottom: -100px; } }
      @media (min-width: 1200px) {
        article.study .container aside {
          width: 30%; } }
      article.study .container aside img {
        margin-bottom: 20px;
        border: 1px solid #fff; }
        article.study .container aside img:last-of-type {
          margin-bottom: 0; }
    article.study .container .video iframe {
      max-width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        article.study .container .video iframe {
          margin-bottom: -100px; } }

/*
 * Body Elements Color Schemes
 * Adjusting theme colors based on body class.
 */
body.template-whale,
body.page-template-default {
  background: #3ea19e; }
  body.template-whale .header-logo.whale,
  body.page-template-default .header-logo.whale {
    opacity: 1; }
  body.template-whale article.article-list-item,
  body.page-template-default article.article-list-item {
    border-color: #c8e6df; }
    body.template-whale article.article-list-item .topicwise-article-image,
    body.page-template-default article.article-list-item .topicwise-article-image {
      border-color: #c8e6df; }
  body.template-whale .image-block::after,
  body.page-template-default .image-block::after {
    background: #c8e6df; }
  body.template-whale article.study,
  body.page-template-default article.study {
    background-color: #3ea19e; }
    body.template-whale article.study::before,
    body.page-template-default article.study::before {
      border-color: transparent transparent #3ea19e transparent; }
    body.template-whale article.study::after,
    body.page-template-default article.study::after {
      border-color: transparent #3ea19e transparent transparent; }
    body.template-whale article.study .container .video iframe,
    body.page-template-default article.study .container .video iframe {
      border: 2px solid #f5da9f; }
    body.template-whale article.study a,
    body.page-template-default article.study a {
      color: #f5da9f; }
      body.template-whale article.study a:focus, body.template-whale article.study a:hover, body.template-whale article.study a:active,
      body.page-template-default article.study a:focus,
      body.page-template-default article.study a:hover,
      body.page-template-default article.study a:active {
        color: #1e3920; }

body.template-leaf {
  background: #1e3920; }
  body.template-leaf .header-logo.leaf {
    opacity: 1; }
  body.template-leaf article.article-list-item {
    border-color: #86a640; }
    body.template-leaf article.article-list-item .topicwise-article-image {
      border-color: #86a640; }
  body.template-leaf .image-block::after {
    background: #86a640; }
  body.template-leaf article.study {
    background-color: #1e3920; }
    body.template-leaf article.study::before {
      border-color: transparent transparent #1e3920 transparent; }
    body.template-leaf article.study::after {
      border-color: transparent #1e3920 transparent transparent; }
    body.template-leaf article.study .container .video iframe {
      border: 2px solid #86a640; }
    body.template-leaf article.study a {
      color: #f5da9f; }
      body.template-leaf article.study a:focus, body.template-leaf article.study a:hover, body.template-leaf article.study a:active {
        color: #86a640; }

body.template-gecko {
  background: #943d3a; }
  body.template-gecko .header-logo.gecko {
    opacity: 1; }
  body.template-gecko article.article-list-item {
    border-color: #f7b848; }
    body.template-gecko article.article-list-item .topicwise-article-image {
      border-color: #f7b848; }
  body.template-gecko .image-block::after {
    background: #f7b848; }
  body.template-gecko article.study {
    background-color: #943d3a; }
    body.template-gecko article.study::before {
      border-color: transparent transparent #943d3a transparent; }
    body.template-gecko article.study::after {
      border-color: transparent #943d3a transparent transparent; }
    body.template-gecko article.study .container .video iframe {
      border: 2px solid #f7b848; }
    body.template-gecko article.study a {
      color: #f7b848; }
      body.template-gecko article.study a:focus, body.template-gecko article.study a:hover, body.template-gecko article.study a:active {
        color: #ed5e48; }

body.template-cloud {
  background: #86a640; }
  body.template-cloud .header-logo.cloud {
    opacity: 1; }
  body.template-cloud article.article-list-item {
    border-color: #86a640; }
    body.template-cloud article.article-list-item .topicwise-article-image {
      border-color: #86a640; }
  body.template-cloud .image-block::after {
    background: #86a640; }
  body.template-cloud article.study {
    background-color: #86a640; }
    body.template-cloud article.study::before {
      border-color: transparent transparent #86a640 transparent; }
    body.template-cloud article.study::after {
      border-color: transparent #86a640 transparent transparent; }
    body.template-cloud article.study .container .video iframe {
      border: 2px solid #f7e8d7; }
    body.template-cloud article.study a {
      color: #f7e8d7;
      text-decoration: underline; }
      body.template-cloud article.study a:focus, body.template-cloud article.study a:hover, body.template-cloud article.study a:active {
        color: #f7b848; }

body.template-fish {
  background: #ed5e48; }
  body.template-fish .header-logo.fish {
    opacity: 1; }
  body.template-fish article.article-list-item {
    border-color: #f7b848; }
    body.template-fish article.article-list-item .topicwise-article-image {
      border-color: #f7b848; }
  body.template-fish .image-block::after {
    background: #f7b848; }
  body.template-fish article.study {
    background-color: #ed5e48; }
    body.template-fish article.study::before {
      border-color: transparent transparent #ed5e48 transparent; }
    body.template-fish article.study::after {
      border-color: transparent #ed5e48 transparent transparent; }
    body.template-fish article.study .container .video iframe {
      border: 2px solid #f7b848; }
    body.template-fish article.study a {
      color: #f7b848; }
      body.template-fish article.study a:focus, body.template-fish article.study a:hover, body.template-fish article.study a:active {
        color: #943d3a; }

body.template-girl {
  background: #f7b848; }
  body.template-girl .header-logo.girl {
    opacity: 1; }
  body.template-girl article.article-list-item {
    border-color: #f7b848; }
    body.template-girl article.article-list-item .topicwise-article-image {
      border-color: #f7b848; }
  body.template-girl .image-block::after {
    background: #f7b848; }
  body.template-girl article.study {
    background-color: #f7b848;
    color: #1a1a1a; }
    body.template-girl article.study::before {
      border-color: transparent transparent #f7b848 transparent; }
    body.template-girl article.study::after {
      border-color: transparent #f7b848 transparent transparent; }
    body.template-girl article.study .container .video iframe {
      border: 2px solid #ed5e48; }
    body.template-girl article.study a {
      color: #ed5e48; }
      body.template-girl article.study a:focus, body.template-girl article.study a:hover, body.template-girl article.study a:active {
        color: #943d3a; }

body.template-blank {
  background: #c1c1c1; }
  body.template-blank .header-logo.whale {
    opacity: 1; }

/* Replace with .diagonal-none class */
.tools-container {
  padding: 60px 0 30px; }
  @media (min-width: 768px) {
    .tools-container {
      padding: 90px 0 60px; } }
  .tools-container.last {
    padding-bottom: 0; }

.tools-list {
  position: relative;
  padding-left: 80px;
  margin: auto;
  max-width: 675px;
  background-size: 50px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .tools-list {
      padding-left: 110px;
      background-size: 80px; } }
  .tools-list h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Karla", sans-serif; }
    @media (min-width: 768px) {
      .tools-list h2 {
        margin-bottom: 35px; } }
  .tools-list .tools {
    display: block; }
    @media (min-width: 576px) {
      .tools-list .tools {
        display: flex;
        flex-wrap: wrap; } }
    .tools-list .tools > * {
      display: block;
      padding-right: 25px;
      margin-bottom: 25px; }
      @media (min-width: 576px) {
        .tools-list .tools > * {
          flex-grow: 0;
          width: 50%; } }

.team-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .team-container > div {
    width: 100%;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 576px) {
      .team-container > div {
        display: flex;
        text-align: left;
        padding-right: 25px; } }
    @media (min-width: 768px) {
      .team-container > div {
        width: 50%; } }
    @media (min-width: 992px) {
      .team-container > div {
        padding-right: 50px;
        margin-bottom: 50px; } }
    .team-container > div img {
      width: 125px;
      height: 125px;
      border-radius: 50%; }
      @media (min-width: 576px) {
        .team-container > div img {
          width: 100px;
          height: 100px;
          margin-right: 15px; } }
      @media (min-width: 992px) {
        .team-container > div img {
          margin-right: 20px;
          width: 125px;
          height: 125px; } }
  .team-container h3 {
    margin: 0 0 0.5em;
    color: #145635;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

article.single-post-container {
  position: relative;
  background: #fff;
  margin: 0 0 75px; }
  @media (min-width: 768px) {
    article.single-post-container {
      margin: 0 0 125px; } }
  article.single-post-container header.page-header {
    display: block;
    padding-top: 0;
    z-index: 1; }
    article.single-post-container header.page-header h1 {
      text-transform: none;
      letter-spacing: 0px; }
      @media (min-width: 768px) {
        article.single-post-container header.page-header h1 {
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        article.single-post-container header.page-header h1 {
          font-size: 3rem; } }
    article.single-post-container header.page-header .tag-item.page-type {
      display: none; }
    article.single-post-container header.page-header .tag-wrap::before {
      content: '';
      margin: 0; }
    article.single-post-container header.page-header a svg {
      fill: #fff; }
  article.single-post-container .image-block {
    height: 400px; }
    @media (min-width: 768px) {
      article.single-post-container .image-block {
        height: 600px; } }
    article.single-post-container .image-block::after {
      content: none; }
  article.single-post-container .diagonal-top {
    position: relative; }
  article.single-post-container .post-content .post-content-lead {
    margin: auto; }
  article.single-post-container .article-listing .page-section-header {
    opacity: 1;
    position: relative;
    pointer-events: initial; }

.exercise {
  margin: 40px 0;
  position: relative; }
  .exercise h3 {
    font-family: "Karla", sans-serif;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700; }
  .exercise .exercise-item {
    padding: 15px 15px 0;
    border: 1px solid #1e3920; }
    @media (min-width: 576px) {
      .exercise .exercise-item {
        padding: 25px 25px 0; } }
    .exercise .exercise-item a[data-toggle] {
      display: block;
      text-decoration: none;
      font-weight: bold;
      position: relative;
      font-size: 1rem;
      margin-bottom: 30px;
      padding-left: 50px; }
      @media (min-width: 576px) {
        .exercise .exercise-item a[data-toggle] {
          font-size: 1.125rem;
          padding-left: 55px; } }
      @media (min-width: 768px) {
        .exercise .exercise-item a[data-toggle] {
          padding-left: 85px; } }
      @media (min-width: 992px) {
        .exercise .exercise-item a[data-toggle] {
          font-size: 1.25rem; } }
      .exercise .exercise-item a[data-toggle] span {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 0;
        top: 0;
        background-color: transparent;
        margin: 8px 0 0 5px; }
        @media (min-width: 576px) {
          .exercise .exercise-item a[data-toggle] span {
            font-size: 1.125rem;
            margin: 10px; } }
        @media (min-width: 768px) {
          .exercise .exercise-item a[data-toggle] span {
            width: 50px;
            height: 50px; } }
        html[dir="rtl"] .exercise .exercise-item a[data-toggle] span {
          right: auto;
          left: 0; }
        .exercise .exercise-item a[data-toggle] span:before, .exercise .exercise-item a[data-toggle] span:after {
          content: "";
          position: absolute;
          background-color: #3ea19e;
          transition: all 0.25s ease-out; }
        .exercise .exercise-item a[data-toggle] span:before {
          top: 0;
          left: 50%;
          width: 4px;
          height: 100%;
          margin-left: -2px;
          transform: rotate(90deg); }
          @media (min-width: 768px) {
            .exercise .exercise-item a[data-toggle] span:before {
              width: 6px; } }
        .exercise .exercise-item a[data-toggle] span:after {
          top: 50%;
          left: 0;
          width: 100%;
          height: 4px;
          margin-top: -2px; }
          @media (min-width: 768px) {
            .exercise .exercise-item a[data-toggle] span:after {
              top: 48%;
              height: 6px; } }
      .exercise .exercise-item a[data-toggle]:hover span:before,
      .exercise .exercise-item a[data-toggle]:hover span:after, .exercise .exercise-item a[data-toggle]:active span:before,
      .exercise .exercise-item a[data-toggle]:active span:after, .exercise .exercise-item a[data-toggle]:focus span:before,
      .exercise .exercise-item a[data-toggle]:focus span:after {
        background-color: #1e3920; }
      .exercise .exercise-item a[data-toggle].collapsed span:before {
        transform: rotate(180deg); }
      .exercise .exercise-item a[data-toggle].collapsed span:after {
        transform: rotate(180deg); }
    .exercise .exercise-item .collapse, .exercise .exercise-item .collapsing {
      height: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
    .exercise .exercise-item .collapse.show {
      height: auto;
      visibility: visible;
      opacity: 1; }
    .exercise .exercise-item .item-text {
      border-top: 1px solid #1e3920; }
      .exercise .exercise-item .item-text::before {
        content: '';
        height: 25px;
        width: 1px;
        display: block; }
