/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.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 (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

@font-face {
  font-family: "Agipo Regular";
  src: url("../fonts/Agipo-Regular.woff"); }

@font-face {
  font-family: "Agipo Light";
  src: url("../fonts/AgipoLight-Regular.woff"); }

::selection {
  background: #FFACC5;
  color: #640A28; }

::-moz-selection {
  background: #FFACC5;
  color: #640A28; }

.slb_details {
  display: none !important; }

.modal-sm .modal-dialog {
  width: 480px; }

.simple-modal .no-thanks {
  display: block; }

.simple-modal a.no-thanks {
  margin: 10px 0 0; }

.simple-modal .form .form-group {
  margin: 0 0 15px; }
  .simple-modal .form .form-group input {
    font-size: 20px; }

.simple-modal .form .btn-lg {
  padding: 15px 0;
  font-size: 18px; }

.simple-modal .close {
  opacity: 1;
  background: #191414;
  color: white;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
  text-shadow: none; }
  .simple-modal .close:hover {
    color: #FA643C; }

.simple-modal .modal-body h3 {
  font-family: "Agipo Regular";
  font-size: 40px; }

.simple-modal .modal-body .intro {
  font-size: 16px;
  margin: 0 0 2em; }

.capitalize {
  text-transform: capitalize; }

.nav-tabs li a {
  padding: 14px 40px;
  font-size: 18px; }
  .nav-tabs li a:hover {
    background: transparent;
    color: #28377D; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #191414;
  border: 1px solid #ebe1d7;
  border-bottom-color: transparent; }

.tab-pane {
  padding: 30px 0; }
  .tab-pane.active {
    min-height: auto;
    background: white;
    border: 1px solid #ebe1d7;
    border-top-color: transparent; }

.card {
  background: white;
  border: none;
  border-bottom: 2px solid #ebe1d7;
  border-radius: 0 0 5px 5px; }

.btn {
  border-radius: 0;
  font-size: 16px;
  padding: 10px 30px;
  background: #28377D;
  color: #FFACC5;
  border: none; }
  .btn:hover {
    text-decoration: none !important;
    background: #FFACC5;
    color: #28377D; }
  .btn .glyphicon {
    top: 0;
    font-size: .75em;
    margin: 0 3px 0 0; }
  .btn span {
    display: inline-block; }

.btn-lg {
  padding: 15px 40px;
  font-size: 18px; }

.title-down {
  transform: rotate(-1deg); }

.title-up {
  transform: rotate(1deg); }

.btn-pink {
  background: #FFACC5;
  color: #640A28; }
  .btn-pink:hover {
    background: #FA643C;
    color: white; }

.btn-orange {
  background: #FA643C;
  color: #28377D; }
  .btn-orange:hover {
    background: #FFACC5;
    color: #640A28; }

.btn-blue {
  background: #28377D;
  color: #FFACC5; }
  .btn-blue:hover {
    background: #640A28;
    color: white; }

.btn-maroon {
  background: #640A28;
  color: white; }
  .btn-maroon:hover {
    background: #FFACC5;
    color: #640A28; }

.btn-green {
  background: #0F3C1E;
  color: #ebe1d7; }
  .btn-green:hover {
    background: #28377D;
    color: #F0DC52; }

.btn-grey {
  background: #9196A0;
  color: #191414; }
  .btn-grey:hover {
    background: #28377D;
    color: #F0DC52; }

.btn-yellow {
  background: #F0DC52;
  color: #191414; }
  .btn-yellow:hover {
    background: #191414;
    color: #F0DC52; }

.btn-tan {
  background: #ebe1d7;
  color: #28377D; }
  .btn-tan:hover {
    background: #28377D;
    color: #ebe1d7; }

.bg-white {
  background: white;
  color: #191414; }

.bg-pink, .testimonials {
  background: #FFACC5;
  color: #640A28; }

.bg-tan {
  background: #ebe1d7; }

.bg-blue {
  background: #28377D;
  color: #FFACC5; }

.bg-yellow {
  background: #F0DC52;
  color: #333; }

.bg-green {
  background: #0F3C1E;
  color: #ebe1d7; }

.bg-maroon {
  background: #640A28;
  color: #ebe1d7; }

.bg-orange {
  background: #FA643C;
  color: #28377D; }

.bg-transparent {
  background: transparent; }

.slick .slick-prev {
  left: -45px; }
  .slick .slick-prev:before {
    display: block;
    content: '';
    width: 16px;
    height: 30px;
    background-size: 16px 30px;
    background-image: url("../img/chevron-left.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.slick .slick-next {
  right: -45px; }
  .slick .slick-next:before {
    display: block;
    content: '';
    width: 16px;
    height: 30px;
    background-size: 16px 30px;
    background-image: url("../img/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.slick .slick-dots {
  bottom: -40px; }
  .slick .slick-dots li button:before {
    font-size: 14px; }
  .slick .slick-dots li.slick-active button:before {
    color: #28377D; }

.slick.slick-dotted.slick-slider {
  margin: 0 0 60px; }

.slick-arrow {
  opacity: .4; }
  .slick-arrow:hover {
    opacity: 1; }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.aligner-item {
  flex: 1; }

.aligner-item--top {
  align-self: flex-start; }

.aligner-item--bottom {
  align-self: flex-end; }

.aligner-item--fixed {
  flex: none;
  max-width: 50%; }

.photo, .wp-block-image {
  border: 8px solid white; }

.wp-block-image {
  margin-bottom: 2em; }

.entry-content img {
  margin: 0; }

.entry-content .img-responsive {
  margin: 20px 0; }

.title-bar {
  padding: 4em 0; }
  .title-bar h1 {
    text-transform: uppercase; }

.flat {
  margin: 0 !important;
  padding: 0 !important; }

.flat-left {
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .flat-left {
      padding-left: 15px; } }
.flat-right {
  padding-right: 0; }
  @media screen and (max-width: 767px) {
    .flat-right {
      padding-right: 15px; } }
body {
  background: #f7f3ef;
  padding-top: 72px;
  font-family: "Agipo Light";
  font-size: 16px; }
  body.modal-open {
    margin-right: 0; }
    body.modal-open .navbar-fixed-top {
      margin-right: 0; }
  body h1, body h2, body h3, body h4 {
    font-family: "Agipo Light";
    margin-top: 0; }
  body a {
    color: #FA643C; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

a {
  color: #999; }
  a:hover {
    color: #28377D; }

.intro {
  font-size: 1.25em;
  margin-bottom: 1.5em;
  line-height: 1.7; }

p {
  line-height: 1.7; }

section {
  padding: 4em 0; }

.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 2em; }

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

form .frm_error_style {
  display: none; }

form .frm_error {
  font-size: 15px;
  color: #FA643C;
  position: absolute; }

form .frm_screen_reader {
  display: none; }

form .form-group {
  margin-bottom: 30px;
  overflow: auto; }
  form .form-group input, form .form-group textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #191414;
    font-size: 18px;
    font-family: "Agipo Light";
    border-radius: 0; }
    form .form-group input:focus, form .form-group input:active, form .form-group textarea:focus, form .form-group textarea:active {
      outline: none;
      border-bottom-color: #FA643C;
      box-shadow: none; }
    form .form-group input::-webkit-input-placeholder, form .form-group textarea::-webkit-input-placeholder {
      color: #191414; }

form .frm_primary_label {
  margin: 0 0 10px;
  font-size: 20px; }

form .frm_checkbox {
  float: left;
  margin: 0 2em 0 0;
  font-size: 18px; }
  form .frm_checkbox input {
    width: auto;
    height: auto;
    float: left;
    margin: 6px 10px 0 0;
    font-size: 20px; }

form input {
  background: transparent;
  height: 42px; }

.entry-content h1 {
  font-size: 28px; }

.entry-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 3em; }

.panel-group .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebe1d7;
  border-top-style: dotted; }

.panel-group .panel {
  margin-bottom: 15px;
  box-shadow: none;
  border-color: #ebe1d7;
  border-bottom-width: 2px; }

.panel-group .panel-heading {
  padding: 18px 22px;
  background: white; }
  .panel-group .panel-heading .panel-title {
    font-size: 21px; }
    .panel-group .panel-heading .panel-title a:hover {
      color: #FA643C;
      text-decoration: none; }
    .panel-group .panel-heading .panel-title a:focus, .panel-group .panel-heading .panel-title a:active {
      color: #191414;
      text-decoration: none; }

.panel-group .panel-body {
  padding: 18px 22px;
  font-size: 18px;
  line-height: 1.8; }

.card h1 {
  font-size: 36px;
  margin: 5px 0 0 0;
  padding: 20px 40px 10px;
  position: relative; }
  .card h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 4px; }
  .card h1.bg-yellow:after {
    background: #F0DC52; }
  .card h1.bg-pink:after, .card h1.testimonials:after {
    background: #FFACC5; }
  .card h1.bg-blue:after {
    background: #28377D; }
  .card h1.bg-orange:after {
    background: #FA643C; }
  .card h1.bg-green:after {
    background: #0F3C1E; }
  .card h1.bg-tan:after {
    background: #ebe1d7; }
  .card h1.border-yellow:after {
    background: #F0DC52; }
  .card h1.border-pink:after {
    background: #FFACC5; }
  .card h1.border-blue:after {
    background: #28377D; }
  .card h1.border-orange:after {
    background: #FA643C; }
  .card h1.border-green:after {
    background: #0F3C1E; }
  .card h1.border-tan:after {
    background: #ebe1d7; }

.card .entry-content {
  padding: 40px; }
  .card .entry-content p {
    font-size: 19px;
    line-height: 1.8;
    margin: 0 0 2em 0; }
  .card .entry-content ul {
    margin: 1em 0 2em; }
    .card .entry-content ul li {
      font-size: 19px;
      margin: 0 0 .5em; }
  .card .entry-content hr {
    margin: 2em 0; }

.subnav {
  padding: 0; }
  .subnav h3 {
    margin: 5px 0 20px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Agipo Regular"; }
  .subnav ul {
    padding: 0;
    margin: 0; }
    .subnav ul li {
      margin: 0 0 1em; }
      .subnav ul li a {
        padding: 0;
        color: #999; }
        .subnav ul li a:hover {
          background: none;
          color: #FA643C;
          text-decoration: underline; }
      .subnav ul li.current-menu-item a, .subnav ul li.active a {
        color: #191414;
        position: relative; }
        .subnav ul li.current-menu-item a:after, .subnav ul li.active a:after {
          content: '';
          position: absolute;
          left: -10px;
          top: 0px;
          bottom: 0;
          width: 3px;
          background: #FA643C; }

.modal .modal-header {
  background: #640A28;
  color: #FFACC5;
  border: none;
  padding: 20px 30px 10px;
  position: relative;
  margin: 0 0 30px; }
  .modal .modal-header:after {
    content: '';
    position: absolute;
    transform: rotate(-1deg);
    left: 0;
    right: 0;
    bottom: -10px;
    display: block;
    height: 20px;
    background: #640A28;
    z-index: 20px; }
  .modal .modal-header h4 {
    font-size: 20px; }
  .modal .modal-header .close {
    opacity: 1;
    color: white;
    box-shadow: none;
    text-shadow: none;
    font-size: 25px;
    margin: 0; }
    .modal .modal-header .close:hover, .modal .modal-header .close:active, .modal .modal-header .close:focus {
      color: #FFACC5;
      outline: none; }

.modal .modal-content {
  border-radius: 0; }

.modal .modal-body {
  padding: 20px 30px;
  background: white;
  color: #191414; }
  .modal .modal-body .close {
    opacity: 1;
    background: #191414;
    color: white;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
    text-shadow: none; }
    .modal .modal-body .close:hover {
      color: #FA643C; }
  .modal .modal-body p {
    font-size: 20px;
    line-height: 1.6;
    margin: 0; }

.modal.search-function .modal-body {
  background: #F0DC52;
  padding: 30px; }
  .modal.search-function .modal-body form .form-control {
    height: 42px;
    border-radius: 0;
    border: none;
    font-size: 18px; }
    .modal.search-function .modal-body form .form-control:focus, .modal.search-function .modal-body form .form-control:active {
      outline: none;
      box-shadow: none; }
  .modal.search-function .modal-body form .btn {
    background: #28377D;
    color: #F0DC52; }

.tribe-events .tribe-events-l-container {
  padding: 0; }

.tribe-common .tribe-common-g-row--gutters {
  margin: 0; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }

.navbar {
  background: white;
  border-bottom: none; }
  .navbar .navbar-header .navbar-brand {
    height: 72px;
    padding: 18px 15px 20px; }
    .navbar .navbar-header .navbar-brand .brandmark {
      background: url("../img/logo/logo-primary.svg") center center no-repeat;
      background-size: 30px auto;
      display: block;
      float: left;
      width: 28px;
      height: 34px; }
    .navbar .navbar-header .navbar-brand .wordmark {
      text-indent: -9999px;
      background: url("../img/logo/wordmark.svg") center center no-repeat;
      background-size: auto 18px;
      display: block;
      float: left;
      height: 18px;
      width: 178px;
      margin: 8px 0 0 5px; }
  .navbar .navbar-collapse {
    padding-right: 0; }
    .navbar .navbar-collapse .navbar-nav li a {
      padding: 0 17px;
      font-size: 14px;
      line-height: 72px;
      color: #191414;
      background: transparent; }
      .navbar .navbar-collapse .navbar-nav li a:hover, .navbar .navbar-collapse .navbar-nav li a:active, .navbar .navbar-collapse .navbar-nav li a:focus {
        text-decoration: none;
        background: transparent;
        color: #FA643C; }
    .navbar .navbar-collapse .navbar-nav li.active a {
      background: transparent; }
    .navbar .navbar-collapse .navbar-nav li.cta a {
      line-height: 1;
      background: #28377D;
      color: #FFACC5;
      padding: 14px 16px 12px 13px;
      margin: 15px 0 0 15px;
      font-size: 14px;
      font-family: "Agipo Regular"; }
      .navbar .navbar-collapse .navbar-nav li.cta a:hover {
        text-decoration: none !important;
        background: #FFACC5;
        color: #28377D; }
      .navbar .navbar-collapse .navbar-nav li.cta a .glyphicon {
        top: 0;
        font-size: .75em;
        margin: 0 3px 0 0; }
      .navbar .navbar-collapse .navbar-nav li.cta a span {
        display: inline-block; }
    .navbar .navbar-collapse .navbar-nav li ul li a {
      line-height: 1;
      padding: 10px 15px;
      position: relative; }
      .navbar .navbar-collapse .navbar-nav li ul li a:hover {
        background: #fcfbf9;
        text-decoration: none; }
        .navbar .navbar-collapse .navbar-nav li ul li a:hover:after {
          content: '';
          display: block;
          width: 4px;
          position: absolute;
          height: 100%;
          left: -1px;
          top: 0;
          background: #FA643C; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(1) a:hover:after {
      background: #FFACC5; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(2) a:hover:after {
      background: #F0DC52; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(3) a:hover:after {
      background: #640A28; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(4) a:hover:after {
      background: #9196A0; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(5) a:hover:after {
      background: #28377D; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(6) a:hover:after {
      background: #826941; }
    .navbar .navbar-collapse .navbar-nav li ul li:nth-child(7) a:hover:after {
      background: #0F3C1E; }
  .navbar.tan {
    background: #ebe1d7; }
    .navbar.tan .navbar-header .navbar-brand .brandmark {
      background-image: url("../img/logo/logo-pink.svg"); }
    .navbar.tan .navbar-collapse .navbar-nav .cta a {
      background: #FA643C;
      color: white; }
  .navbar.blue {
    background: #28377D; }
    .navbar.blue .navbar-header .navbar-brand .brandmark {
      background-image: url("../img/logo/logo-blue.svg"); }
    .navbar.blue .navbar-header .navbar-brand .wordmark {
      background-image: url("../img/logo/wordmark-white.svg"); }
    .navbar.blue .navbar-collapse .navbar-nav li a {
      color: white; }
    .navbar.blue .navbar-collapse .navbar-nav li ul li a {
      color: #191414; }
    .navbar.blue .navbar-collapse .navbar-nav .cta a {
      background: #FA643C;
      color: white; }
      .navbar.blue .navbar-collapse .navbar-nav .cta a:hover, .navbar.blue .navbar-collapse .navbar-nav .cta a:focus, .navbar.blue .navbar-collapse .navbar-nav .cta a:active {
        background: #FFACC5;
        color: #191414; }

.service-bar {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  background: #ebe1d7; }
  .service-bar a {
    font-family: "Agipo Regular";
    text-decoration: underline;
    color: #FA643C; }
  .service-bar .btn {
    font-size: 15px;
    padding: 7px 13px;
    margin-left: 10px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-header .navbar-brand {
    height: 64px; }
    .navbar .navbar-header .navbar-brand .brandmark {
      background-size: 25px auto;
      width: 25px;
      height: 34px; }
    .navbar .navbar-header .navbar-brand .wordmark {
      background-size: auto 19px;
      height: 19px;
      width: 168px; }
  .navbar .navbar-collapse .navbar-nav li a {
    font-size: 14px;
    padding: 0 13px; } }

.home section h2 {
  font-size: 38px; }

.hero-confetti {
  height: 640px;
  padding: 0 !important;
  overflow: hidden; }
  .hero-confetti .container {
    position: relative;
    overflow-x: visible !important; }
  .hero-confetti.bg-tan {
    background: #f2ebe5; }
  .hero-confetti .box {
    padding: 30px 100px;
    font-size: 40px;
    width: auto;
    display: inline-block;
    position: absolute;
    z-index: 99; }
    .hero-confetti .box h2 {
      font-size: 40px;
      line-height: 1.2; }
    .hero-confetti .box p {
      font-size: 22px;
      line-height: 1.2;
      margin: 0 !important; }
    .hero-confetti .box.left {
      left: 0; }
    .hero-confetti .box.right {
      right: 0; }
    .hero-confetti .box.center {
      left: 50%;
      margin-left: -220px; }
  .hero-confetti .btn-lg {
    padding: 14px 80px;
    font-size: 24px;
    position: absolute;
    z-index: 100; }
    .hero-confetti .btn-lg.left {
      left: 0; }
    .hero-confetti .btn-lg.right {
      right: 0; }
    .hero-confetti .btn-lg.center {
      left: 50%;
      margin-left: -80px; }

.hero-new {
  padding: 0;
  height: auto; }
  .hero-new .slick-dotted.slick-slider {
    margin: 0; }
  .hero-new .hero-carousel {
    height: 600px;
    opacity: 0;
    transition: opacity .2s ease-in-out; }
    .hero-new .hero-carousel.slick-initialized {
      opacity: 1; }
    .hero-new .hero-carousel .slick-prev {
      left: 30px;
      z-index: 99;
      height: auto;
      width: 24px; }
    .hero-new .hero-carousel .slick-next {
      right: 30px;
      z-index: 99;
      height: auto;
      width: 24px; }
    .hero-new .hero-carousel .slick-dots {
      bottom: 20px; }
      .hero-new .hero-carousel .slick-dots li button:before {
        font-size: 14px; }
    .hero-new .hero-carousel .slide {
      height: 600px;
      padding: 120px 0;
      background-size: cover;
      background-position: 50% 50%; }
      .hero-new .hero-carousel .slide .text-box {
        padding: 50px; }
        .hero-new .hero-carousel .slide .text-box.background-white {
          background: rgba(255, 255, 255, 0.8); }
        .hero-new .hero-carousel .slide .text-box.background-green {
          background: rgba(15, 60, 30, 0.9); }
        .hero-new .hero-carousel .slide .text-box.background-tan {
          background: rgba(235, 225, 215, 0.8); }
        .hero-new .hero-carousel .slide .text-box.background-orange {
          background: rgba(250, 100, 60, 0.9); }
        .hero-new .hero-carousel .slide .text-box.background-blue {
          background: rgba(40, 55, 125, 0.9); }
        .hero-new .hero-carousel .slide .text-box.background-pink {
          background: rgba(255, 172, 197, 0.8); }
        .hero-new .hero-carousel .slide .text-box.background-maroon {
          background: rgba(100, 10, 40, 0.9); }
        .hero-new .hero-carousel .slide .text-box.background-yellow {
          background: rgba(240, 220, 82, 0.8); }
        .hero-new .hero-carousel .slide .text-box.background-transparent {
          padding: 50px 0 0 50px; }
          .hero-new .hero-carousel .slide .text-box.background-transparent h2 {
            font-size: 42px; }
          .hero-new .hero-carousel .slide .text-box.background-transparent p {
            font-size: 22px; }
      .hero-new .hero-carousel .slide h2 {
        font-size: 36px;
        line-height: 1.3;
        margin: 0;
        text-transform: uppercase; }
      .hero-new .hero-carousel .slide p {
        font-size: 19px;
        line-height: 1.5;
        margin: 0 0 30px; }
      .hero-new .hero-carousel .slide.light {
        color: #191414; }
      .hero-new .hero-carousel .slide.dark {
        color: #f7f3ef; }

.hero {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #f4f0ed url("../img/map-hero-bg-2021.jpg") 50% 50% no-repeat;
  background-size: cover;
  padding: 6em 0; }
  .hero .btn {
    padding: 12px 30px;
    font-size: 16px;
    margin: 0 10px 20px 0; }
  .hero .btn-maroon:hover, .hero .btn-blue:hover {
    background: #F0DC52;
    color: #191414; }
  .hero .inner {
    padding: calc(100vh / 5) 2em 0 0; }
  .hero .intro {
    font-size: 16px; }
  .hero .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(0%, -50%);
    min-width: 87%;
    height: calc(100vh - 72px); }
  .hero .content {
    position: relative;
    z-index: 2; }
  .hero h1 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 40px;
    color: black; }

.testimonials {
  padding: 1.5em 0; }
  .testimonials blockquote {
    border: none;
    padding: 0;
    margin: 1em 0;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.6;
    text-align: center;
    font-style: italic; }
    .testimonials blockquote small {
      font-family: "Agipo Light";
      display: block;
      font-size: 24px;
      font-style: normal;
      margin: 20px 0 0;
      color: #191414; }

.open-space-module h2, .open-space-module .intro {
  text-align: center; }

.open-space-module .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 5px 5px;
  grid-template-areas: "photo-1 photo-1 photo-2 photo-3" "photo-1 photo-1 photo-4 photo-3" "photo-5 photo-6 photo-4 photo-8";
  height: 75vh;
  max-height: 540px;
  margin: 0 0 40px;
  /* For presentation only, no need to copy the code below */ }
  .open-space-module .grid-container .photo-1 {
    grid-area: photo-1; }
  .open-space-module .grid-container .photo-2 {
    grid-area: photo-2; }
  .open-space-module .grid-container .photo-4 {
    grid-area: photo-4; }
  .open-space-module .grid-container .photo-3 {
    grid-area: photo-3; }
  .open-space-module .grid-container .grid-container * {
    border: 1px solid red;
    position: relative; }
  .open-space-module .grid-container .grid-container *:after {
    position: absolute;
    top: 0;
    left: 0; }

.services {
  position: relative;
  z-index: 2;
  padding: 5em 0; }
  .services h2 {
    font-size: 38px;
    margin-bottom: 30px; }
  .services .intro {
    margin-bottom: 1em;
    text-align: center; }
  .services .card {
    margin-bottom: 30px; }
  .services .ctf-item {
    border: none !important;
    margin: 0 !important; }
  .services h3 {
    font-size: 24px;
    margin: 2em 0 1em;
    text-decoration: underline; }
  .services .stats h4 {
    font-size: 58px;
    margin: 10px 0 30px; }
    .services .stats h4 span {
      font-family: "Agipo Light" !important; }
    .services .stats h4 small {
      display: block;
      color: #191414;
      font-size: 16px; }

.events.meetings h2 {
  margin: 0 0 1em 0; }

.events.meetings .nav-tabs {
  text-align: center; }
  .events.meetings .nav-tabs li {
    float: none;
    display: inline-block; }
    .events.meetings .nav-tabs li a {
      font-size: 16px; }

.events.meetings article address, .events.meetings article .links {
  font-size: 13px; }

.blog-module.blog .slick-blog {
  margin: 0 0 60px; }

.blog-module.blog h2 {
  margin: 0 0 30px; }

.blog-module.blog .slick-dots {
  bottom: -45px; }
  .blog-module.blog .slick-dots li button:before {
    font-size: 14px; }

.blog-module.blog .card {
  margin: 0;
  border-radius: 0;
  min-height: 480px; }
  .blog-module.blog .card .inner {
    padding: 15px 25px; }
    .blog-module.blog .card .inner small.article-meta {
      color: #826941; }
    .blog-module.blog .card .inner h2 {
      font-size: 21px;
      margin: 0 0 15px;
      min-height: 58px; }
      .blog-module.blog .card .inner h2 a:hover {
        color: #FA643C; }
    .blog-module.blog .card .inner p {
      font-size: 14px;
      line-height: 1.6; }
      .blog-module.blog .card .inner p a {
        display: inline-block; }

.explore.home-module {
  padding: 0; }
  .explore.home-module h2 {
    font-size: 38px; }

.instagram-feed {
  background: white; }
  .instagram-feed h2 {
    margin-bottom: 0; }
  .instagram-feed .wdi_feed_info {
    text-align: center; }
    .instagram-feed .wdi_feed_info .wdi_single_user {
      float: none; }

.request-bar.home-version h3 {
  font-size: 42px; }

.request-bar.home-version p {
  font-size: 24px; }

.title-bar {
  padding: 4em 0; }
  .title-bar h1 {
    text-transform: uppercase;
    font-size: 24px; }

.about {
  padding: 3em 0;
  background: #f9f5f2; }
  .about h1 {
    font-size: 36px; }
  .about h2 {
    margin-top: 10px; }
  .about .team-members h1 {
    margin-bottom: 1em;
    padding: 0 0 8px;
    border-bottom: 2px solid #F0DC52; }
  .about .team-members h2 {
    text-align: center;
    margin: 0 0 30px; }
  .about .person {
    text-align: center;
    margin: 0 0 60px; }
    .about .person .headshot {
      display: inline-block;
      width: 150px;
      height: 150px;
      background-size: 100% auto;
      border-radius: 100px;
      background-repeat: no-repeat;
      background-position: center center;
      transition: background-size .1s ease-in-out; }
    .about .person:last-child {
      border: none; }
    .about .person h2 {
      margin: 5px 0 5px;
      font-size: 20px; }
      .about .person h2 a {
        color: #191414; }
      .about .person h2 small {
        color: #777;
        margin: 5px 0 0;
        display: block;
        font-size: 15px;
        line-height: 1.5; }
    .about .person p {
      margin: 0;
      font-size: 16px; }

.contact {
  background-color: #ebe1d7;
  background-image: url("../img/district-map-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .contact h1 {
    margin-bottom: 20px; }
  .contact form {
    margin: 0 0 60px; }

.dispatch {
  padding: 3em 0;
  background-color: #ebe1d7;
  background-image: url("../img/dispatch-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .dispatch h1 {
    font-size: 32px;
    margin: 0 0 10px; }
  .dispatch .intro {
    font-size: 18px;
    margin: 0 0 20px; }
  .dispatch form label {
    display: none; }
  .dispatch form input, .dispatch form textarea {
    border-radius: 0; }
  .dispatch .frm_message {
    font-size: 20px;
    line-height: 1.7;
    min-height: 420px; }

.toggler:active {
  outline: none; }

.explore {
  padding: 0;
  overflow: auto;
  height: calc(100vh - 72px); }
  .explore .directory {
    position: relative;
    background: #f7f3ef; }
  .explore header {
    display: block;
    width: 100%;
    height: calc(100vh - 72px);
    background: url("../img/open-space-cover.jpg") center center no-repeat;
    background-size: cover; }
  .explore .screen {
    background: rgba(255, 172, 197, 0.93);
    color: #191414;
    padding: 30px; }
  .explore h1 {
    font-size: 36px;
    margin: 0 0 15px; }
  .explore .intro {
    font-size: 19px; }
  .explore .locations {
    padding: 0 30px; }
    .explore .locations h3 span {
      color: #28377D;
      text-transform: capitalize; }
    .explore .locations .card .cover {
      height: 330px;
      width: 100%;
      display: block;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover; }
    .explore .locations .card .inner {
      padding: 30px 30px 15px; }
      .explore .locations .card .inner h2 a {
        color: #191414;
        font-size: 28px;
        position: relative; }
        .explore .locations .card .inner h2 a:before {
          content: "";
          display: block;
          position: absolute;
          left: -30px;
          width: 3px;
          height: 40px;
          background-color: #FA643C;
          opacity: 0;
          transition: .15s opacity ease-in-out; }
        .explore .locations .card .inner h2 a.active:before {
          opacity: 1; }
        .explore .locations .card .inner h2 a:hover:before {
          opacity: 1; }
      .explore .locations .card .inner p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 1em; }
      .explore .locations .card .inner .read-more {
        display: inline-block; }
      .explore .locations .card .inner hr {
        margin: 20px 0; }
      .explore .locations .card .inner h3 {
        font-size: 18px; }
    .explore .locations .card ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      overflow: auto; }
      .explore .locations .card ul li {
        float: left;
        width: 33%;
        padding: 5px 0; }
    .explore .locations .card i {
      display: inline-block;
      vertical-align: middle;
      width: 32px;
      height: 18px;
      background-size: auto 18px;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0 4px 0 0; }
      .explore .locations .card i.greenery {
        background-image: url("../img/greenery.svg"); }
      .explore .locations .card i.food-beverage {
        background-image: url("../img/food-beverage.svg"); }
      .explore .locations .card i.public-art {
        background-image: url("../img/public-art.svg"); }
      .explore .locations .card i.restrooms {
        background-image: url("../img/public-restrooms.svg"); }
      .explore .locations .card i.moveable-seating {
        background-image: url("../img/moveable-seating.svg");
        background-size: auto 22px !important;
        width: auto;
        height: 22px !important; }
      .explore .locations .card i.fixed-seating {
        background-image: url("../img/fixed-seating.svg");
        background-size: auto 13px !important;
        width: auto;
        height: 13px !important; }
      .explore .locations .card i.water-feature {
        background-image: url("../img/water-feature.svg"); }
      .explore .locations .card i.bicycle-facilities {
        background-image: url("../img/bicycle-facility.svg"); }
      .explore .locations .card i.play-structure {
        background-image: url("../img/playground.svg"); }
      .explore .locations .card i.pet-friendly {
        background-image: url("../img/dog-icon.svg"); }
  .explore .map-wrap {
    position: fixed;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0; }
  .explore .map {
    height: calc(100vh); }
    .explore .map .gm-style img {
      max-width: 100% !important; }
    .explore .map .gm-ui-hover-effect {
      top: 0 !important;
      right: 0px !important; }
      .explore .map .gm-ui-hover-effect img {
        width: 21px !important;
        height: 21px !important; }
    .explore .map .gm-style-iw-d {
      overflow: hidden !important; }
    .explore .map .gm-style .gm-style-iw-c {
      padding: 0; }
  .explore .infow {
    width: auto;
    padding: 20px;
    height: auto;
    overflow: hidden;
    color: #191414;
    text-align: center; }
    .explore .infow .thumbnail {
      background-size: cover;
      background-position: center bottom;
      border-radius: 4px 4px 0 0;
      width: 240px;
      height: 135px;
      margin: 0;
      border: none;
      padding: 0; }
    .explore .infow .text {
      margin: 10px; }
    .explore .infow h2 {
      font-size: 20px;
      margin: 0 0 4px; }
    .explore .infow p {
      font-size: 16px;
      margin: 0 0 1.5em; }
    .explore .infow h3 {
      font-size: 16px;
      margin: 0 0 15px; }
    .explore .infow .btn {
      margin: 6px 0 0;
      padding: 8px 24px;
      font-size: 16px; }
      .explore .infow .btn:hover, .explore .infow .btn:active .explore .infow .btn:focus {
        background: #640A28;
        color: #FFACC5; }

.open-space-explore {
  background: #f7f3ef;
  padding: 3em 0 1em; }
  .open-space-explore h1 {
    font-size: 34px; }
  .open-space-explore .intro {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 30px; }
  .open-space-explore .explore {
    height: auto; }
  .open-space-explore .filters {
    margin-left: -10px; }
    .open-space-explore .filters li span, .open-space-explore .filters li a {
      padding: 4px 11px;
      font-size: 15px;
      display: block; }
    .open-space-explore .filters li.active span, .open-space-explore .filters li.active a {
      background: #FFACC5;
      color: #640A28; }
    .open-space-explore .filters li.active a:hover {
      background: #FFACC5;
      color: #640A28;
      text-decoration: none; }
    .open-space-explore .filters li a:hover {
      color: #FA643C;
      background: transparent;
      text-decoration: underline; }
  .open-space-explore .directory {
    background: transparent; }
    .open-space-explore .directory .locations {
      padding: 15px 0; }
      .open-space-explore .directory .locations .card {
        border-radius: 0;
        box-shadow: none;
        margin: 0 0 50px; }
        .open-space-explore .directory .locations .card ul li {
          padding: 0 0 10px;
          font-size: 13px;
          min-height: 32px; }
          .open-space-explore .directory .locations .card ul li a {
            color: #640A28; }
        .open-space-explore .directory .locations .card i {
          width: 30px;
          height: 15px;
          background-size: auto 15px; }
  .open-space-explore .map-gradient {
    position: fixed;
    left: 50%;
    width: 0px;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: block;
    box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.2); }
  .open-space-explore .map-container {
    position: fixed;
    background: transparent url("../img/spinner.svg") center center no-repeat;
    background-size: 100px auto;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10; }
    .open-space-explore .map-container .map {
      height: calc(100vh); }
      .open-space-explore .map-container .map .gm-style img {
        max-width: 100% !important; }
      .open-space-explore .map-container .map .gm-ui-hover-effect {
        top: 0 !important;
        right: 0px !important; }
        .open-space-explore .map-container .map .gm-ui-hover-effect img {
          width: 16px !important;
          height: 16px !important; }
      .open-space-explore .map-container .map .gm-style-iw-d {
        overflow: hidden !important; }
      .open-space-explore .map-container .map .gm-style .gm-style-iw-c {
        padding: 0; }
    .open-space-explore .map-container .infow {
      width: auto;
      padding: 15px;
      height: auto;
      overflow: hidden;
      color: #191414;
      text-align: center; }
      .open-space-explore .map-container .infow .thumbnail {
        background-size: cover;
        background-position: center bottom;
        border-radius: 4px 4px 0 0;
        width: 240px;
        height: 135px;
        margin: 0;
        border: none;
        padding: 0; }
      .open-space-explore .map-container .infow .text {
        margin: 10px; }
      .open-space-explore .map-container .infow h2 {
        font-size: 20px;
        margin: 0 0 4px; }
      .open-space-explore .map-container .infow p {
        font-size: 16px;
        margin: 0 0 1.5em; }
      .open-space-explore .map-container .infow h3 {
        font-size: 16px;
        margin: 0 0 15px; }
      .open-space-explore .map-container .infow a {
        font-size: 14px; }
      .open-space-explore .map-container .infow .btn {
        margin: 15px 0 0;
        padding: 8px 24px;
        font-size: 14px; }
        .open-space-explore .map-container .infow .btn:hover, .open-space-explore .map-container .infow .btn:active .open-space-explore .map-container .infow .btn:focus {
          background: #640A28;
          color: #FFACC5; }

.desktop-headline {
  padding: 3px 0px 0; }

.open-spaces {
  padding: 3em 0; }
  .open-spaces h1 {
    font-size: 38px;
    text-transform: none;
    padding: 0;
    display: inline-block; }
  .open-spaces h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .open-spaces address {
    font-size: 18px;
    margin: 5px 0 40px; }
    .open-spaces address i {
      color: #FA643C;
      margin: 0 4px 0 0;
      font-size: .8em; }
  .open-spaces .card {
    border: none;
    border-bottom: none;
    border-radius: 0;
    margin: 0 0 60px; }
  .open-spaces .photo-grid-mobile {
    display: none; }
  .open-spaces .photo-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 180px 180px;
    column-gap: 2px;
    row-gap: 2px; }
    .open-spaces .photo-grid .frame {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      position: relative;
      transition: all .5s ease-in-out; }
      .open-spaces .photo-grid .frame:first-child {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3; }
      .open-spaces .photo-grid .frame:nth-child(1), .open-spaces .photo-grid .frame:nth-child(2) {
        grid-column-start: 2; }
      .open-spaces .photo-grid .frame:nth-child(1) {
        background-color: #FFACC5; }
      .open-spaces .photo-grid .frame:nth-child(2) {
        background-color: #28377D; }
      .open-spaces .photo-grid .frame:nth-child(3) {
        background-color: #FA643C; }
      .open-spaces .photo-grid .frame:nth-child(4) {
        background-color: #F0DC52; }
      .open-spaces .photo-grid .frame:nth-child(5) {
        background-color: #640A28; }
      .open-spaces .photo-grid .frame:hover:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.55); }
      .open-spaces .photo-grid .frame:hover i {
        transform: translate(0, 0);
        opacity: .8; }
      .open-spaces .photo-grid .frame i {
        transition: all .25s ease-in-out;
        transform: translate(0, 20%);
        opacity: 0;
        color: white;
        font-size: 44px;
        width: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -20px 0 0 -20px;
        z-index: 20; }
  .open-spaces .entry-content {
    padding: 40px 60px 20px; }
    .open-spaces .entry-content p {
      font-size: 20px;
      line-height: 1.7;
      margin: 0 0 1em 0; }
    .open-spaces .entry-content .social-sharing {
      margin: 20px 0 0 20px; }
  .open-spaces ul.open-space-features {
    display: block;
    overflow: auto;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .open-spaces ul.open-space-features li {
      float: left;
      width: 33%;
      margin: 0 0 20px;
      font-size: 18px; }
      .open-spaces ul.open-space-features li a {
        color: #640A28; }
      .open-spaces ul.open-space-features li i {
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 18px;
        background-size: auto 18px;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 4px 0 0; }
        .open-spaces ul.open-space-features li i.greenery {
          background-image: url("../img/greenery.svg"); }
        .open-spaces ul.open-space-features li i.food-beverage {
          background-image: url("../img/food-beverage.svg"); }
        .open-spaces ul.open-space-features li i.public-art {
          background-image: url("../img/public-art.svg"); }
        .open-spaces ul.open-space-features li i.restrooms {
          background-image: url("../img/public-restrooms.svg"); }
        .open-spaces ul.open-space-features li i.moveable-seating {
          background-image: url("../img/moveable-seating.svg");
          width: 32px;
          height: 22px;
          background-size: auto 22px; }
        .open-spaces ul.open-space-features li i.fixed-seating {
          background-image: url("../img/fixed-seating.svg");
          width: 24px;
          height: 15px;
          background-size: auto 15px; }
        .open-spaces ul.open-space-features li i.water-feature {
          background-image: url("../img/water-feature.svg"); }
        .open-spaces ul.open-space-features li i.bicycle-facilities {
          background-image: url("../img/bicycle-facility.svg"); }
        .open-spaces ul.open-space-features li i.play-structure {
          background-image: url("../img/playground.svg"); }
        .open-spaces ul.open-space-features li i.pet-friendly {
          background-image: url("../img/dog-icon.svg"); }

.meetings .tribe-events .tribe-events-calendar-list__event {
  flex-direction: row;
  margin: 0 0 20px; }
  .meetings .tribe-events .tribe-events-calendar-list__event .date-time {
    flex-basis: 35%;
    font-size: 22px; }
    .meetings .tribe-events .tribe-events-calendar-list__event .date-time span {
      display: inline-block; }
    .meetings .tribe-events .tribe-events-calendar-list__event .date-time .tribe-event-time, .meetings .tribe-events .tribe-events-calendar-list__event .date-time .timezone, .meetings .tribe-events .tribe-events-calendar-list__event .date-time .tribe-events-calendar-list__event-datetime-recurring-link {
      display: none; }
  .meetings .tribe-events .tribe-events-calendar-list__event .meeting-details {
    flex-basis: 65%; }
    .meetings .tribe-events .tribe-events-calendar-list__event .meeting-details .tribe-events-calendar-list__event-title {
      font-size: 24px;
      font-weight: 500; }

.meetings h1 {
  font-size: 32px;
  margin: 0 0 20px; }

.meetings .inner {
  padding: 30px; }

.meetings article {
  padding: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f3ef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .meetings article h2 {
    font-size: 24px; }
  .meetings article .date-time {
    flex-basis: 40%;
    font-size: 20px;
    padding: 0 20px 0 20px; }
    .meetings article .date-time span {
      display: block; }
      .meetings article .date-time span.calendar-link {
        margin-top: 10px;
        font-size: 15px; }
        .meetings article .date-time span.calendar-link i {
          margin-right: 3px; }
  .meetings article p {
    margin-bottom: 24px; }
  .meetings article .meeting-details {
    flex-basis: 60%; }
  .meetings article address, .meetings article .links {
    font-size: 15px;
    line-height: 1.5;
    margin: 0; }
  .meetings article .glyphicon {
    font-size: .85em;
    margin: 0 5px 0 0; }
  .meetings article .links span {
    display: block;
    margin: 0 0 10px; }
  .meetings article:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    border-radius: 2px 0 0 2px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #28377D; }
  .meetings article:nth-child(1n) {
    animation-delay: .25s; }
    .meetings article:nth-child(1n):after {
      background-color: #28377D; }
  .meetings article:nth-child(2n) {
    animation-delay: .5s; }
    .meetings article:nth-child(2n):after {
      background-color: #FFACC5; }
  .meetings article:nth-child(3n) {
    animation-delay: .5s; }
    .meetings article:nth-child(3n):after {
      background-color: #FA643C; }
  .meetings article:nth-child(4n) {
    animation-delay: .75s; }
    .meetings article:nth-child(4n):after {
      background-color: #F0DC52; }
  .meetings article:nth-child(5n) {
    animation-delay: 1s; }
    .meetings article:nth-child(5n):after {
      background-color: #640A28; }
  .meetings article:nth-child(6n) {
    animation-delay: 1.25s; }
    .meetings article:nth-child(6n):after {
      background-color: #0F3C1E; }
  .meetings article:nth-child(7n) {
    animation-delay: 1.5s; }
    .meetings article:nth-child(7n):after {
      background-color: #28377D; }
  .meetings article:nth-child(8n) {
    animation-delay: 1.75s; }
    .meetings article:nth-child(8n):after {
      background-color: #FFACC5; }

.search article {
  padding: 20px; }
  .search article h2 {
    font-size: 32px; }
    .search article h2 a {
      color: #191414; }
  .search article .entry-content {
    padding: 20px; }
    .search article .entry-content p {
      margin: 0; }

.calendar h1 {
  font-size: 32px;
  margin: 0 0 20px; }

.calendar .tab-pane article {
  border-radius: 0;
  padding: 10px 30px 10px 40px;
  margin: 0;
  border: none;
  box-shadow: none; }
  .calendar .tab-pane article:after {
    width: 2px;
    border-radius: 0; }
  .calendar .tab-pane article h2 {
    font-size: 22px;
    font-family: "Agipo Regular"; }
  .calendar .tab-pane article p {
    font-size: 15px;
    line-height: 1.6; }
  .calendar .tab-pane article .date-time {
    padding: 0 15px 0 0; }

.our-services .card {
  padding-top: 10px; }

.our-services .odometer.odometer-auto-theme, .our-services .odometer.odometer-theme-default {
  font-family: "Agipo Light"; }

.our-services .request-bar {
  padding: 30px 40px;
  margin: 0 0 20px;
  text-align: center; }
  .our-services .request-bar h3 {
    font-size: 28px; }
  .our-services .request-bar p {
    font-size: 20px; }

.our-services ul.statistics {
  padding: 0;
  list-style-type: none;
  overflow: auto; }
  .our-services ul.statistics li {
    text-align: center;
    border-right: 1px solid #f7f3ef; }
    .our-services ul.statistics li:last-child {
      border-right: none; }
    .our-services ul.statistics li h3 {
      margin: 0 0 20px;
      font-size: 40px;
      font-family: "Agipo Light" !important; }
      .our-services ul.statistics li h3 small {
        color: #191414;
        display: block;
        margin: 0;
        font-size: 15px;
        line-height: 1.4; }

.faq, .meetings {
  padding: 3em 0; }
  .faq h1, .meetings h1 {
    font-size: 32px;
    margin: 0 0 30px;
    text-align: left; }

.blog-home {
  padding: 3em 0; }

.blog .filters {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 20px; }
  .blog .filters li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .blog .filters li:first-child {
      border: none; }
    .blog .filters li:last-child {
      border: none;
      margin-right: 0; }

.blog .grid-item {
  padding: 0 7px; }

.blog .featured-image {
  display: block;
  height: 240px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white; }

.blog .card {
  margin-bottom: 15px; }
  .blog .card .inner {
    padding: 15px; }
    .blog .card .inner h2 {
      font-family: "Agipo Light";
      font-size: 18px;
      line-height: 1.4; }
      .blog .card .inner h2 a {
        color: #191414;
        margin: 0 0 15px; }
    .blog .card .inner p {
      font-size: 15px;
      line-height: 1.4; }

.single-post-page {
  padding: 4em 0; }
  .single-post-page .card h1 {
    margin: 15px 0;
    font-size: 28px;
    line-height: 1.3; }
  .single-post-page .card .entry-content {
    padding-top: 0; }
    .single-post-page .card .entry-content .social-sharing {
      padding: 20px 0; }

#form_volunteer .frm_verify {
  display: none; }

.donate h1 {
  font-size: 58px;
  margin: 20px 0 20px; }

.donate p {
  font-size: 20px;
  margin: 0 0 24px; }

.donate small {
  margin: 60px 0 0;
  font-size: 17px;
  line-height: 1.7;
  display: block; }

@media screen and (min-width: 1400px) {
  .explore .locations .card .cover {
    height: 380px; } }

.newsletter form legend {
  color: #FFACC5;
  border: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 17px;
  padding: 0 12%;
  text-align: left; }
  .newsletter form legend i {
    display: none;
    font-size: .82em;
    margin-right: 5px;
    top: 1px; }

.newsletter form .form-group {
  width: 100%;
  padding: 0 12%; }
  .newsletter form .form-group input {
    float: left;
    border-radius: 0;
    height: 36px;
    width: 70%;
    font-size: 17px;
    box-shadow: none;
    border: 1px solid white;
    background: white !important; }
    .newsletter form .form-group input::-webkit-input-placeholder {
      color: rgba(100, 10, 40, 0.55); }
    .newsletter form .form-group input:focus {
      box-shadow: none;
      border-color: rgba(100, 10, 40, 0.5); }
  .newsletter form .form-group button {
    float: left;
    width: 30%;
    height: 36px;
    line-height: 36px;
    padding: 1px 29px;
    font-size: 15px;
    transform: none;
    margin: 0 0 0 -5px; }

.footer {
  border: none;
  text-align: center;
  margin: 0;
  background: #560922;
  color: #ebe1d7;
  padding: 4em 0 2em;
  position: relative; }
  .footer .bucket {
    color: #FFACC5; }
    .footer .bucket h3 {
      text-align: left;
      margin: 0 0 20px;
      padding: 0;
      text-transform: uppercase;
      font-size: 18px;
      color: #FFACC5; }
    .footer .bucket .nav {
      margin: 0 0 20px; }
      .footer .bucket .nav li {
        text-align: left;
        margin: 0 0 8px; }
        .footer .bucket .nav li a {
          color: #ebe1d7;
          text-align: left;
          display: inline-block;
          padding: 0;
          font-size: 15px; }
          .footer .bucket .nav li a:hover {
            color: #ebe1d7;
            background: none;
            text-decoration: underline; }
    .footer .bucket .social-media {
      margin: -10px 0 0 0; }
      .footer .bucket .social-media li {
        text-align: center;
        float: left;
        margin-right: 15px;
        background-color: transparent; }
        .footer .bucket .social-media li a {
          display: inline-block;
          fill: #FFACC5;
          width: 20px;
          height: 20px;
          background-size: 20px 20px !important;
          text-indent: -9999px;
          opacity: .75; }
          .footer .bucket .social-media li a:hover {
            opacity: 1; }
        .footer .bucket .social-media li.facebook a {
          background: url("../img/facebook-icon.svg") center center no-repeat; }
        .footer .bucket .social-media li.twitter a {
          background: url("../img/twitter-icon.svg") center center no-repeat; }
        .footer .bucket .social-media li.instagram a {
          background: transparent url("../img/instagram-icon.svg") center center no-repeat; }
        .footer .bucket .social-media li.linkedin a {
          background: transparent url("../img/linkedin-icon.svg") center center no-repeat; }

.copyright {
  margin: 30px 0 0;
  line-height: 1.6;
  opacity: .35;
  color: #ebe1d7;
  font-size: 14px; }
  .copyright a {
    text-decoration: none;
    color: #ebe1d7; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-lg {
    padding: 13px 30px;
    font-size: 15px; }
  .navbar .navbar-header .navbar-brand {
    height: 64px; }
    .navbar .navbar-header .navbar-brand .brandmark {
      background-size: 25px auto;
      width: 25px;
      height: 34px; }
    .navbar .navbar-header .navbar-brand .wordmark {
      background-size: auto 19px;
      height: 19px;
      width: 168px; }
  .navbar .navbar-collapse .navbar-nav li a {
    font-size: 14px;
    padding: 0 13px; }
  .navbar .navbar-collapse .navbar-nav li.cta a {
    font-size: 13px;
    padding: 12px 14px 11px 13px; }
  .hero .inner {
    padding: 5em 2em 0 0; }
    .hero .inner h1 {
      font-size: 28px; }
    .hero .inner .btn {
      padding: 13px 20px;
      font-size: 16px; }
  .testimonials {
    padding: 2em 0; }
    .testimonials blockquote {
      font-size: 24px; }
      .testimonials blockquote small {
        font-size: 20px; }
  .services h2, .events h2, .blog h2, .instagram h2 {
    font-size: 32px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav li a {
    padding: 0 15px;
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  body {
    padding: 0; }
    body .container {
      overflow-x: hidden; }
  .modal .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0; }
    .modal .modal-dialog .modal-content {
      border: none; }
      .modal .modal-dialog .modal-content .intro {
        font-size: 18px; }
      .modal .modal-dialog .modal-content .close {
        right: 10px;
        top: 10px;
        background: transparent;
        color: white;
        font-size: 24px; }
  .nav-pills li a {
    color: #640A28; }
  .nav-pills li.active a, .nav-pills li:hover a, .nav-pills li:focus a, .nav-pills li:active a {
    background: #FFACC5;
    color: #640A28; }
  .card h1 {
    font-size: 18px;
    padding: 15px 10px;
    line-height: 1.4; }
  .card .entry-content {
    padding: 20px 10px; }
    .card .entry-content p {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 1.4em; }
    .card .entry-content ul {
      margin: 1em 0 2em;
      padding: 0 0 0 1.5em; }
      .card .entry-content ul li {
        font-size: 16px; }
    .card .entry-content .social-sharing {
      padding: 0 0 10px 0 !important;
      margin: 0; }
  .navbar {
    height: 58px;
    position: static;
    margin-bottom: 0; }
    .navbar.fixed {
      position: fixed; }
    .navbar .navbar-header .map-toggler {
      padding: 8px 15px;
      font-size: 14px;
      float: right;
      margin: 10px 15px 0 0; }
      .navbar .navbar-header .map-toggler:hover, .navbar .navbar-header .map-toggler:active {
        background: #28377D;
        color: #FFACC5;
        box-shadow: none; }
      .navbar .navbar-header .map-toggler.active {
        background: #FFACC5;
        color: #28377D; }
    .navbar .navbar-header .navbar-brand {
      height: 58px;
      padding: 0 13px; }
      .navbar .navbar-header .navbar-brand .brandmark {
        background-size: 24px auto;
        height: 58px; }
      .navbar .navbar-header .navbar-brand .wordmark {
        height: 56px;
        background-size: auto 16px;
        background-position: left center;
        width: 160px;
        margin: 2px 0 0 4px; }
    .navbar .navbar-header .navbar-toggle {
      border: none;
      margin: 12px 5px 0 0; }
      .navbar .navbar-header .navbar-toggle .icon-bar {
        background: #9196A0;
        height: 2px;
        width: 24px;
        border-radius: 0; }
      .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px; }
      .navbar .navbar-header .navbar-toggle:focus, .navbar .navbar-header .navbar-toggle:active, .navbar .navbar-header .navbar-toggle:hover {
        outline: none;
        background: transparent; }
        .navbar .navbar-header .navbar-toggle:focus .icon-bar, .navbar .navbar-header .navbar-toggle:active .icon-bar, .navbar .navbar-header .navbar-toggle:hover .icon-bar {
          background: #640A28; }
    .navbar .navbar-collapse {
      position: relative;
      background: #f7f3ef;
      z-index: 999;
      margin-left: -15px;
      margin-right: -15px;
      padding: 0 15px !important;
      float: none !important;
      max-height: calc(100vh - 58px);
      border-bottom: 1px solid #e6d9cd; }
      .navbar .navbar-collapse .navbar-nav {
        width: 100%;
        float: none;
        margin: 10px 0; }
        .navbar .navbar-collapse .navbar-nav li a {
          text-align: center;
          font-size: 24px;
          line-height: 1.3;
          padding: 22px 0; }
        .navbar .navbar-collapse .navbar-nav li.cta a {
          margin-left: 0;
          padding: 15px 0;
          font-size: 21px;
          margin: 10px 0; }
        .navbar .navbar-collapse .navbar-nav .open .dropdown-toggle {
          padding-bottom: 5px; }
        .navbar .navbar-collapse .navbar-nav .open .dropdown-menu {
          border-bottom: 1px solid #f7f3ef;
          border-radius: 0;
          overflow: auto; }
          .navbar .navbar-collapse .navbar-nav .open .dropdown-menu li a {
            font-size: 17px;
            color: #191414;
            padding: 13px 15px; }
  section h1, section h2 {
    font-size: 28px; }
  .secondary-content-page {
    padding: 0 !important; }
    .secondary-content-page .mobile-rail {
      padding: 0 !important; }
      .secondary-content-page .mobile-rail .card {
        padding: 10px !important;
        border-top: 1px solid #f7f3ef !important; }
        .secondary-content-page .mobile-rail .card h1 {
          font-size: 28px !important; }
          .secondary-content-page .mobile-rail .card h1:after {
            left: -10px !important; }
  .home section {
    padding: 3em 0; }
    .home section.hero-new {
      padding: 0; }
  .home .btn {
    padding: 12px 30px;
    width: 100%; }
  .hero-new {
    height: calc(100vh - 58px); }
    .hero-new .hero-carousel {
      height: calc(100vh - 58px); }
      .hero-new .hero-carousel .slide {
        padding: 60px 0 0 0;
        height: calc(100vh - 58px); }
        .hero-new .hero-carousel .slide .text-box h2 {
          font-size: 42px; }
        .hero-new .hero-carousel .slide .text-box.background-transparent {
          padding: 20px 20px; }
          .hero-new .hero-carousel .slide .text-box.background-transparent h2 {
            font-size: 52px; }
      .hero-new .hero-carousel .slick-arrow {
        display: none !important; }
  .hero-confetti.slide {
    padding: 0;
    overflow: hidden;
    height: auto; }
    .hero-confetti.slide .container {
      position: relative; }
    .hero-confetti.slide .box {
      padding: 20px 40px;
      font-size: 32px;
      width: auto;
      position: static;
      display: inline-block;
      z-index: 99;
      margin: 0 0 30px; }
      .hero-confetti.slide .box h2, .hero-confetti.slide .box h1 {
        font-size: 32px;
        line-height: 1.2;
        margin: 0; }
      .hero-confetti.slide .box p {
        font-size: 20px;
        line-height: 1.2;
        margin: 0; }
      .hero-confetti.slide .box.left {
        left: auto; }
      .hero-confetti.slide .box.right {
        right: auto; }
      .hero-confetti.slide .box.center {
        left: auto;
        margin-left: 0; }
    .hero-confetti.slide .btn-lg {
      padding: 14px 80px;
      font-size: 20px;
      position: static;
      z-index: 100; }
      .hero-confetti.slide .btn-lg.left {
        left: auto; }
      .hero-confetti.slide .btn-lg.right {
        right: auto; }
      .hero-confetti.slide .btn-lg.center {
        left: auto;
        margin-left: 0; }
  .service-bar {
    font-size: 15px;
    padding: 10px 0; }
  .hero {
    padding: 0 0 2em !important;
    max-height: 10000px;
    background: white; }
    .hero img {
      margin: 0 0 20px; }
    .hero h1 {
      font-size: 19px;
      line-height: 1.4;
      margin: 0 0 30px; }
    .hero .btn {
      width: 100%;
      max-width: 100%;
      font-size: 15px;
      margin: 0 0 15px; }
    .hero .cover {
      width: 100%;
      background-size: 180% auto;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: 31vh;
      margin: 0 0 30px; }
  .testimonials {
    padding: 3em 0; }
    .testimonials h2 {
      margin: 0; }
    .testimonials blockquote {
      font-size: 20px;
      margin: 1em 0 0; }
      .testimonials blockquote small {
        font-size: 20px; }
  .open-space-module .intro {
    font-size: 16px; }
  .open-space-module .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 5px 5px;
    grid-template-areas: "photo-1 photo-1" "photo-3 photo-4" "photo-3 photo-2";
    height: 67vh;
    max-height: 90vh;
    margin: 0 0 20px; }
  .services {
    padding: 3em 0; }
    .services h2 {
      font-size: 28px;
      margin-bottom: 20px; }
    .services .stats {
      text-align: center; }
      .services .stats h3 {
        font-size: 28px;
        margin: 1em 0; }
    .services .visible-xs span {
      display: inline-block;
      margin-left: 10px; }
  .request-bar {
    padding: 3em 0; }
    .request-bar h2 {
      font-size: 34px; }
  .request-bar.home-version h3 {
    font-size: 26px; }
  .request-bar.home-version p {
    font-size: 18px; }
  .dispatch {
    background: #ebe1d7;
    padding: 2em 0; }
    .dispatch h1 {
      font-size: 28px; }
    .dispatch .intro {
      font-size: 16px; }
    .dispatch form .btn {
      width: 100%;
      font-size: 18px;
      padding: 13px 0; }
  .blog .card .featured-image {
    height: 220px; }
  .blog-module.blog .card {
    min-height: 120px; }
  .open-spaces {
    padding: 0; }
    .open-spaces .entry-content {
      padding: 15px; }
    .open-spaces .container {
      padding: 0; }
    .open-spaces .card {
      border: none;
      border-bottom: none; }
    .open-spaces .photo-grid {
      display: none; }
    .open-spaces .frame {
      width: 100%;
      height: 240px;
      background-size: cover;
      background-position: center center; }
    .open-spaces address {
      font-size: 15px; }
    .open-spaces .entry-title {
      font-size: 24px;
      padding: 0;
      margin: 0 0 5px;
      color: #28377D; }
    .open-spaces h2 {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0 0 20px;
      text-decoration: underline;
      text-align: center; }
    .open-spaces ul.open-space-features {
      padding: 15px 0 0;
      margin: 0 0 20px;
      border-top: 1px solid #f7f3ef;
      border-bottom: 1px solid #f7f3ef; }
      .open-spaces ul.open-space-features li {
        width: 50%;
        margin: 0 0 15px;
        font-size: 13px;
        height: 22px; }
        .open-spaces ul.open-space-features li i {
          width: 30px;
          height: 16px;
          background-size: auto 16px; }
    .open-spaces .simplesocialbuttons {
      display: inline-block;
      padding: 0 !important; }
  .newsletter {
    padding: 1em 0 0; }
    .newsletter h2 {
      text-align: center;
      font-size: 20px; }
    .newsletter .form-group {
      float: left;
      width: 65%; }
      .newsletter .form-group input {
        font-size: 16px; }
    .newsletter button {
      width: 35%; }
  .calendar .nav-tabs li a {
    font-size: 15px !important;
    padding: 8px 16px; }
  .calendar .tab-pane {
    padding-top: 15px; }
    .calendar .tab-pane article {
      padding: 10px; }
  .meetings .nav-tabs li a {
    font-size: 15px;
    padding: 8px 16px; }
  .meetings .inner {
    padding: 0px; }
  .meetings article {
    padding: 15px; }
    .meetings article .meeting-details {
      flex-basis: 90%; }
      .meetings article .meeting-details .desktop-date {
        margin: 0 0 10px;
        font-size: 15px; }
      .meetings article .meeting-details h2 {
        font-size: 22px;
        margin: 0 0 0 0; }
    .meetings article .date-time {
      font-size: 16px;
      padding: 0 15px 0 0; }
  .single-post-page {
    padding: 0; }
    .single-post-page .container {
      padding: 0; }
      .single-post-page .container h1 {
        font-size: 20px;
        margin: 2px 0 0 0; }
        .single-post-page .container h1:after {
          display: none; }
  .footer {
    padding: 2em 0; }
    .footer .bucket {
      margin: 0 0 2em; }
      .footer .bucket h3 {
        text-align: center;
        font-size: 22px; }
      .footer .bucket .nav li {
        margin: 0 0 1em;
        text-align: center; }
        .footer .bucket .nav li a {
          text-align: center;
          font-size: 16px; }
      .footer .bucket .social-media {
        display: inline-block; }
        .footer .bucket .social-media li {
          margin: 1em; }
          .footer .bucket .social-media li a {
            width: 32px;
            height: 32px;
            background-size: 32px 32px !important; }
  .newsletter form legend {
    text-align: center;
    font-size: 22px; }
  .newsletter form .form-group {
    padding: 0; }
    .newsletter form .form-group input, .newsletter form .form-group button {
      height: 42px;
      border: none; }
  .map-bar {
    font-size: 15px;
    padding: 0 0;
    background: #640A28; }
    .map-bar.active {
      position: fixed;
      top: 0;
      z-index: 10; }
    .map-bar .map-toggler {
      background: #640A28;
      color: #FFACC5;
      font-size: 15px; }
      .map-bar .map-toggler:nth-child(2) {
        border-left: 1px solid #4d081f;
        box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.1); }
      .map-bar .map-toggler.active {
        background: #640A28;
        color: #FFACC5; }
      .map-bar .map-toggler:active, .map-bar .map-toggler:focus, .map-bar .map-toggler:hover {
        background: #640A28;
        color: #FFACC5; }
  .open-space-explore {
    background: white;
    padding: 0; }
    .open-space-explore .mobile-intro {
      height: calc(90vh - 100px);
      background: url("../img/open-space-cover-mobile.jpg") center center no-repeat;
      background-size: cover;
      color: white;
      margin: 0;
      position: relative; }
      .open-space-explore .mobile-intro .content {
        padding: 8em 0 1em;
        background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
      .open-space-explore .mobile-intro .intro {
        font-size: 17px;
        margin: 0; }
      .open-space-explore .mobile-intro .glyphicon {
        font-size: 28px;
        color: rgba(255, 255, 255, 0.75); }
    .open-space-explore .map-container {
      position: fixed;
      left: 0;
      right: 0;
      top: 100px;
      bottom: 0;
      z-index: 10; }
      .open-space-explore .map-container.active {
        top: 41px; }
        .open-space-explore .map-container.active .map {
          height: calc(100vh - 41px); }
      .open-space-explore .map-container .map {
        height: calc(100vh - 100px); }
        .open-space-explore .map-container .map .gm-ui-hover-effect img {
          width: 24px !important;
          height: 24px !important;
          margin: 8px 16px 0 0 !important; }
      .open-space-explore .map-container .infow {
        width: auto;
        padding: 0;
        height: auto;
        overflow: hidden;
        color: #191414;
        text-align: center; }
        .open-space-explore .map-container .infow .thumbnail {
          background-size: cover;
          background-position: center bottom;
          border-radius: 4px 4px 0 0;
          width: 240px;
          height: 135px;
          margin: 0;
          border: none;
          padding: 0; }
        .open-space-explore .map-container .infow .text {
          max-width: 220px;
          margin: 10px;
          padding: 10px; }
    .open-space-explore .explore .container {
      padding-left: 0;
      padding-right: 0; }
    .open-space-explore .directory .locations {
      padding: 0; }
      .open-space-explore .directory .locations .card {
        border: none;
        margin: 0 0 30px; }
        .open-space-explore .directory .locations .card:after {
          content: '';
          display: block;
          background: #f7f3ef;
          height: 1px;
          width: 100%;
          margin: 30px 0; }
        .open-space-explore .directory .locations .card .cover {
          height: 37vh;
          width: 100%;
          display: block;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover; }
        .open-space-explore .directory .locations .card .inner {
          padding: 15px 15px 0; }
          .open-space-explore .directory .locations .card .inner h2 a {
            color: #191414;
            font-size: 28px; }
            .open-space-explore .directory .locations .card .inner h2 a:before {
              content: "";
              display: block;
              position: absolute;
              left: -15px;
              width: 4px;
              height: 40px;
              margin-top: -6px;
              background-color: #FA643C;
              opacity: 0;
              transition: .15s opacity ease-in-out; }
            .open-space-explore .directory .locations .card .inner h2 a.active:before {
              opacity: 1; }
          .open-space-explore .directory .locations .card .inner p {
            font-size: 16px;
            line-height: 1.6;
            margin: 0 0 1em; }
          .open-space-explore .directory .locations .card .inner hr {
            margin: 20px 0; }
          .open-space-explore .directory .locations .card .inner h3 {
            font-size: 18px; }
        .open-space-explore .directory .locations .card ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          overflow: auto; }
          .open-space-explore .directory .locations .card ul li {
            float: left;
            width: 50%;
            padding: 5px 0;
            font-size: 16px; }
        .open-space-explore .directory .locations .card i {
          display: inline-block;
          vertical-align: middle;
          width: 32px;
          height: 18px;
          background-size: auto 18px;
          background-position: center center;
          background-repeat: no-repeat;
          margin: 0 4px 0 0; }
        .open-space-explore .directory .locations .card .btn-block {
          margin: 20px 0 0; }
  .donate {
    padding: 2em 0; }
    .donate h1 {
      font-size: 36px; } }

@media screen and (max-width: 375px) {
  .hero h1 {
    font-size: 19px;
    margin: 0 0 20px; }
  .hero .cover {
    margin: 0 0 20px;
    background-size: 180% auto;
    background-position: 50% 50%;
    height: 28vh; }
  .service-bar {
    font-size: 15px;
    padding: 10px 0; }
    .service-bar a {
      font-size: 14px; }
    .service-bar .btn {
      font-size: 13px;
      padding: 7px 10px;
      margin-left: 6px; } }

