@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

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

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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); }
  100% {
    -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); }
  100% {
    -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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -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); }
  100% {
    -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 {
  0% {
    -webkit-transform: none;
    transform: none; }
  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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) 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);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -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);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../js/vendor/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../../js/vendor/slick/fonts/slick.eot");
  src: url("./fonts/../../js/vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../js/vendor/slick/fonts/slick.woff") format("woff"), url("./fonts/../../js/vendor/slick/fonts/slick.ttf") format("truetype"), url("./fonts/../../js/vendor/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -15px;
  z-index: 1; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -15px;
  z-index: 1; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider .slick-track {
  min-width: 100%; }

.slick-dots button img {
  width: 100%;
  height: auto; }

.slick-dots {
  bottom: 20px;
  top: auto;
  left: auto;
  right: auto;
  position: absolute;
  line-height: 0; }

.slick-dots li,
.slick-dots li button:before {
  margin: 0;
  padding: 0; }

.slick-dots li {
  margin: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  width: auto;
  height: auto; }

.slick-slider .slick-track {
  min-width: 100%; }

.slick-dots li button {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0; }

.slick-dots li button.tab {
  clear: both;
  display: block; }

.slick-dots li button img {
  width: 100%;
  max-width: 80px;
  height: auto; }

.slick-dots li button:before {
  content: '';
  border: 1px solid black;
  display: block;
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  float: none;
  position: absolute;
  width: 100%;
  height: 100%; }

.slider-thumbs {
  position: absolute;
  left: -9999px; }

.shadowed, .card, .adventure .follow {
  background: white;
  box-shadow: 0px 0px 5px 2px rgba(216, 216, 216, 0.35); }

.select {
  padding: 20px;
  text-align: center;
  background-size: 100%;
  color: white !important;
  background-image: linear-gradient(-209deg, #FAD961 0%, #F76B1C 100%) !important;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  font-family: 'Gotham';
  clear: both;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  border: none;
  clear: both;
  text-align-last: center; }
  .select:before {
    background-image: linear-gradient(-209deg, #FAD961 0%, #F76B1C 100%);
    background-size: 150%;
    opacity: 0;
    border-radius: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.2s; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/Gotham-Book.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Gotham-Book.woff") format("woff"), url("../../assets/fonts/Gotham-Book.ttf") format("truetype"), url("../../assets/fonts/Gotham-Book.svg") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/Gotham-Light.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Gotham-Light.woff") format("woff"), url("../../assets/fonts/Gotham-Light.ttf") format("truetype"), url("../../assets/fonts/Gotham-Light.svg") format("svg");
  /* Legacy iOS */
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/Gotham-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Gotham-Bold.woff") format("woff"), url("../../assets/fonts/Gotham-Bold.ttf") format("truetype"), url("../../assets/fonts/Gotham-Bold.svg") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../../assets/fonts/Gotham-Black.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Gotham-Black.woff") format("woff"), url("../../assets/fonts/Gotham-Black.ttf") format("truetype"), url("../../assets/fonts/Gotham-Black.svg") format("svg");
  /* Legacy iOS */
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Streetbrush';
  src: url("../../assets/fonts/Streetbrush.eot");
  /* IE9 Compat Modes */
  src: url("../../assets/fonts/Streetbrush.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Streetbrush.woff") format("woff"), url("../../assets/fonts/Streetbrush.ttf") format("truetype"), url("../../assets/fonts/Streetbrush.svg") format("svg");
  /* Legacy iOS */
  font-style: normal; }

body {
  font-family: 'Gotham', sans-serif, helvetica; }

.base-typography, h1, h2, h3, h4, h5, h6, p, span {
  line-height: 1.35; }

h1 {
  font-weight: 300;
  font-size: 36px; }

h2 {
  font-weight: 400;
  font-size: 24px; }

h3 {
  font-weight: 700;
  font-size: 24px; }

h4 {
  font-weight: 700;
  font-size: 18px; }

h5 {
  font-weight: 700;
  font-size: 14px; }

h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

p {
  font-weight: 300;
  font-size: 16px; }

strong {
  font-weight: 700; }

.doubled {
  font-family: "Streetbrush";
  font-size: 46px;
  letter-spacing: 14px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: -1;
  color: #D1D1D1; }
  @media (min-width: 0px) and (max-width: 650px) {
    .doubled {
      font-size: 7vw;
      word-break: break-word; } }
  .doubled:after {
    content: attr(data-title);
    font-family: "Gotham";
    font-weight: 700;
    letter-spacing: 10px;
    font-size: 50%;
    position: absolute;
    color: #231F20;
    top: 42%;
    left: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(-50%, -50%); }

.centered {
  text-align: center; }

ol {
  list-style-type: upper-roman;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }

ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }

li {
  font-weight: 300;
  padding-left: 20px;
  line-height: 1.35; }

p + p {
  margin-top: 15px; }

p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 30px; }

h1 + p, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6 {
  margin-top: 15px; }

h2 + p, h2 + h1, h2 + h3, h2 + h4, h2 + h5, h2 + h6 {
  margin-top: 15px; }

h3 + p, h3 + h1, h3 + h2, h3 + h4, h3 + h5, h3 + h6 {
  margin-top: 15px; }

h4 + p, h4 + h1, h4 + h2, h4 + h3, h4 + h5, h4 + h6 {
  margin-top: 15px; }

h5 + p, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h6 {
  margin-top: 15px; }

h6 + p, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5 {
  margin-top: 15px; }

.button {
  border-radius: 3px !important;
  background-size: 100%;
  color: white !important;
  background-image: linear-gradient(-209deg, #FAD961 0%, #F76B1C 100%) !important;
  padding: 20px 40px !important;
  -webkit-transition: background-size 1s ease-in-out;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  cursor: pointer; }
  .button:before {
    background-image: linear-gradient(-209deg, #FAD961 0%, #F76B1C 100%);
    background-size: 150%;
    opacity: 0;
    border-radius: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.2s; }
  .button:hover {
    color: white; }
    .button:hover:before {
      opacity: 1; }
  .button.alternate {
    background: white !important;
    color: #F76B1C !important; }
  .button.large {
    display: flex;
    align-items: center;
    padding: 30px 50px !important;
    font-size: 18px; }
    @media (min-width: 0px) and (max-width: 650px) {
      .button.large {
        padding: 40px 20px !important; } }
    .button.large img {
      width: 40px;
      margin-right: 20px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .button.large img {
          margin-right: 10px; } }
  .button.floating {
    float: left;
    margin: 5px; }

a {
  color: #33AAFF;
  transition: color 0.2s;
  text-decoration: none; }
  a:hover {
    color: #2B8ED6; }

#header {
  background: url(../../assets/images/getoutthere.png);
  background-size: 120%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 40px;
  z-index: 100;
  position: relative; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 650px) {
    #header {
      padding: 10px 0; } }
  @media (min-width: 650px) and (max-width: 900px) {
    #header {
      padding: 20px; } }
  #header .content-container, #header .content-container--full, #header .content-container--alt {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 650px) and (max-width: 900px) {
      #header .content-container, #header .content-container--full, #header .content-container--alt {
        width: 100%;
        max-width: 100%; } }
  #header .hdr-logo {
    float: left; }
    #header .hdr-logo img {
      width: 100px;
      height: 100px; }
      @media (min-width: 0px) and (max-width: 650px) {
        #header .hdr-logo img {
          width: 50px;
          height: 50px; } }
      @media (min-width: 650px) and (max-width: 900px) {
        #header .hdr-logo img {
          width: 75px;
          height: 75px; } }
  #header #menu-toggle {
    display: none;
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    #header #menu-toggle span {
      -moz-transition: .4s;
      -o-transition: .4s;
      -webkit-transition: .4s;
      transition: .4s;
      background-color: #33AAFF;
      display: block;
      height: 3px;
      left: 10px;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      width: 30px; }
      #header #menu-toggle span:first-child {
        -moz-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        -webkit-transform: translate(0, -8px);
        transform: translate(0, -8px); }
      #header #menu-toggle span:last-child {
        -moz-transform: translate(0, 8px);
        -ms-transform: translate(0, 8px);
        -webkit-transform: translate(0, 8px);
        transform: translate(0, 8px); }
    #header #menu-toggle.open span {
      background-color: #2B8ED6; }
      #header #menu-toggle.open span:first-child {
        -moz-transform: rotate(45deg) translate(0, 0);
        -ms-transform: rotate(45deg) translate(0, 0);
        -webkit-transform: rotate(45deg) translate(0, 0);
        transform: rotate(45deg) translate(0, 0); }
      #header #menu-toggle.open span:nth-child(2) {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0); }
      #header #menu-toggle.open span:last-child {
        -moz-transform: rotate(-45deg) translate(0, 0);
        -ms-transform: rotate(-45deg) translate(0, 0);
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0); }
    @media (min-width: 0px) and (max-width: 650px) {
      #header #menu-toggle {
        display: block; } }
  #header .support {
    padding: 40px 20px 20px;
    background: #33AAFF;
    color: white;
    text-transform: uppercase;
    position: relative;
    top: -20px;
    float: right; }
    #header .support:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0px) and (max-width: 650px) {
      #header .support {
        padding: 27px 10px 10px;
        float: left;
        margin-left: 10px;
        margin-right: auto; } }
    @media (min-width: 650px) and (max-width: 900px) {
      #header .support {
        display: none; } }
    #header .support img {
      width: 15px;
      margin-right: 5px;
      position: relative;
      top: 4px; }
    #header .support h2 {
      font-size: 12px; }
      @media (min-width: 0px) and (max-width: 650px) {
        #header .support h2 {
          font-size: 10px; } }
    #header .support a {
      color: white;
      display: block;
      font-size: 20px;
      margin-top: 5px;
      font-weight: 700; }
      @media (min-width: 0px) and (max-width: 650px) {
        #header .support a {
          font-size: 14px; } }
      @media (min-width: 650px) and (max-width: 900px) {
        #header .support a {
          display: none; } }

.nav-main {
  padding: 20px;
  float: left;
  z-index: 99; }
  .nav-main:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 650px) {
    .nav-main {
      padding: 0;
      overflow: hidden;
      max-height: 0;
      transition: 0.4s;
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      z-index: 99; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .nav-main {
      padding: 20px 0; } }
  .nav-main.open {
    max-height: 100vh; }
  .nav-main ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center; }
    .nav-main ul:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0px) and (max-width: 650px) {
      .nav-main ul {
        padding: 20px 0;
        flex-direction: column;
        background: linear-gradient(#62d4ff, #33aaff); } }
  .nav-main li {
    float: left;
    padding: 0;
    margin: 0 10px;
    color: #231F20;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    text-align: center; }
    .nav-main li.featured {
      background: orange;
      padding: 10px;
      border-radius: 5px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .nav-main li.featured {
          border-radius: 0; } }
      .nav-main li.featured a {
        color: white; }
        .nav-main li.featured a:hover {
          color: white; }
    @media (min-width: 0px) and (max-width: 650px) {
      .nav-main li {
        width: 100%;
        text-align: center;
        margin: 10px 0; }
        .nav-main li:first-child {
          margin: 10px 0 0 0; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .nav-main li {
        margin: 0 10px;
        font-size: 14px; } }
    .nav-main li:hover > ul {
      display: inherit; }
    .nav-main li .secondary {
      display: none;
      position: absolute;
      top: 80px;
      background: #231F20;
      padding: 10px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .nav-main li .secondary {
          display: block;
          padding: 0;
          position: static;
          background: none; } }
      .nav-main li .secondary li {
        width: 170px;
        float: none;
        display: list-item;
        position: relative; }
        @media (min-width: 0px) and (max-width: 650px) {
          .nav-main li .secondary li {
            width: 100%; } }
        .nav-main li .secondary li a {
          color: white;
          padding: 5px 0;
          width: 100%;
          display: block; }
          @media (min-width: 0px) and (max-width: 650px) {
            .nav-main li .secondary li a {
              font-weight: 300; } }
          .nav-main li .secondary li a:hover {
            color: #33AAFF; }
    .nav-main li ul {
      padding: 0; }
    .nav-main li a {
      color: #231F20;
      transition: color 0.2s; }
      @media (min-width: 0px) and (max-width: 650px) {
        .nav-main li a {
          color: white; } }
      .nav-main li a:hover {
        color: #2B8ED6; }

.page-title {
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin: 60px 0; }
  @media (min-width: 0px) and (max-width: 650px) {
    .page-title {
      font-size: 7vw;
      word-break: break-word; } }

.page-title-secondary {
  font-family: "Streetbrush";
  position: relative;
  top: -75px;
  opacity: 0.1;
  text-align: center;
  letter-spacing: 30px;
  font-size: 100px;
  text-transform: uppercase; }

.content-container, .content-container--full, .content-container--alt {
  width: 95%;
  max-width: 1160px;
  margin: 0 auto; }
  .content-container:after, .content-container--full:after, .content-container--alt:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 650px) {
    .content-container, .content-container--full, .content-container--alt {
      max-width: 90%; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .content-container, .content-container--full, .content-container--alt {
      max-width: 800px; } }
  .content-container img, .content-container--full img, .content-container--alt img {
    max-width: 100%; }
  .content-container--full {
    width: 100%;
    max-width: 100%;
    background-image: linear-gradient(-225deg, #62D4FF 0%, #33AAFF 100%);
    padding: 50px;
    padding-bottom: 120px;
    text-align: center;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 0px) and (max-width: 650px) {
      .content-container--full {
        max-width: 100%; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .content-container--full {
        max-width: 100%; } }
    .content-container--full .page-title {
      z-index: 2;
      color: rgba(255, 255, 255, 0.4); }
    .content-container--full .doubled:after {
      color: white; }
    .content-container--full p {
      color: white;
      font-size: 24px; }
  .content-container--alt {
    width: 100%; }
    @media (min-width: 0px) and (max-width: 650px) {
      .content-container--alt {
        max-width: 100%; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .content-container--alt {
        max-width: 100%; } }
    .content-container--alt .page-title {
      z-index: 2;
      color: rgba(255, 255, 255, 0.4); }
    .content-container--alt .doubled:after {
      color: white; }
    .content-container--alt p {
      color: white;
      font-size: 24px; }

.reviews-container {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  min-width: 300px;
  clear: both; }
  .reviews-container:after {
    content: "";
    display: table;
    clear: both; }

.review-widget {
  float: left;
  text-align: center;
  width: 30%;
  margin: 0 1.5%; }
  .review-widget img {
    width: 75%;
    height: auto; }

.callout-section {
  background-image: linear-gradient(-209deg, #FAD961 0%, #F9B44A 33%, #F9A842 45%, #F76B1C 100%);
  padding: 50px 0;
  padding-bottom: 25px;
  margin: 50px 0;
  border-radius: 3px;
  float: left;
  width: 100%; }
  .callout-section p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    color: white; }
  .callout-section .button {
    background-image: linear-gradient(-225deg, #62D4FF 0%, #33AAFF 100%) !important;
    width: 75%;
    margin: 0 auto;
    max-width: 400px;
    font-size: 16px; }

.left-column {
  width: 45%;
  margin-right: 5%;
  float: left; }
  @media (min-width: 0px) and (max-width: 650px) {
    .left-column {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .left-column {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }

.right-column {
  float: right;
  width: 50%;
  margin-right: 0; }
  @media (min-width: 0px) and (max-width: 650px) {
    .right-column {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .right-column {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }

.card {
  float: left;
  width: 350px;
  height: 580px;
  position: relative;
  padding-bottom: 30px;
  margin: 30px 15px;
  box-sizing: border-box; }
  @media (min-width: 0px) and (max-width: 650px) {
    .card {
      width: 100%;
      height: 480px;
      float: none;
      margin: 30px auto; } }
  .card.featured {
    width: calc(100% - 30px); }
    .card.featured .card-header {
      height: 350px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .card.featured .card-header {
          height: 250px; } }
    @media (min-width: 0px) and (max-width: 650px) {
      .card.featured {
        width: 100%; } }
  .card .recommendation {
    float: left;
    bottom: 36px;
    right: 20px;
    margin-top: 10px; }
  .card .featured-tag {
    background: #F76B1C;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    right: 0; }
  .card-header {
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
    padding: 20px; }
    .card-header::before {
      background: url("../../assets/images/bottom-gradient.png");
      position: absolute;
      z-index: -1;
      top: 0px;
      left: 0;
      width: 100%;
      height: 150px;
      content: ' ';
      transform: rotate(180deg); }
    .card-header::after {
      background: url("../../assets/images/bottom-gradient.png");
      position: absolute;
      z-index: -1;
      bottom: 0px;
      left: 0;
      width: 100%;
      height: 150px;
      content: ' '; }
    .card-header h4 {
      color: white;
      font-weight: 700;
      font-size: 32px;
      text-align: right;
      text-transform: uppercase; }
  .card-body {
    padding: 30px;
    position: relative; }
    @media (min-width: 0px) and (max-width: 650px) {
      .card-body {
        padding: 15px; } }
    .card-body h2 a {
      color: #231F20;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 24px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .card-body h2 a {
          font-size: 18px; } }
    .card-body h3 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 20px;
      margin-top: 0; }
      @media (min-width: 0px) and (max-width: 650px) {
        .card-body h3 {
          font-size: 18px; } }
  .card .button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 290px; }
    @media (min-width: 0px) and (max-width: 650px) {
      .card .button {
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px); } }

.home h1 {
  text-align: center;
  font-weight: 700;
  font-size: 90px;
  text-align: center; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home h1 {
      font-size: 38px; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .home h1 {
      font-size: 60px; } }

.home .content-container.home, .home .home.content-container--full, .home .home.content-container--alt {
  margin-top: 100px; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home .content-container.home, .home .home.content-container--full, .home .home.content-container--alt {
      margin-top: 50px; } }

.home .doubled {
  font-family: 'Streetbrush';
  font-size: 95px;
  letter-spacing: 14px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: rgba(255, 255, 255, 0.5); }
  .home .doubled:after {
    content: attr(data-title);
    font-family: Gotham;
    font-weight: 700;
    letter-spacing: 10px;
    font-size: 65%;
    position: absolute;
    color: white;
    top: 42%;
    left: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(-50%, -50%); }
  @media (min-width: 0px) and (max-width: 650px) {
    .home .doubled {
      font-size: 55px; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .home .doubled {
      font-size: 65px; } }

.home h2.doubled {
  color: rgba(35, 31, 32, 0.5);
  font-size: 75px; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home h2.doubled {
      font-size: 28px; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .home h2.doubled {
      font-size: 32px; } }
  .home h2.doubled:after {
    color: #231F20; }

.home .header-container {
  background-image: linear-gradient(rgba(98, 212, 255, 0.2), rgba(51, 170, 255, 0.2));
  top: 0;
  position: absolute;
  width: 100%;
  height: 100vh; }
  .home .header-container:before {
    background: white;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    content: ' '; }

.home .headline {
  position: relative;
  z-index: 2;
  top: -100px;
  height: 75vh;
  width: 75%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 200px; }
  .home .headline p {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 700;
    color: #fff;
    float: left;
    text-align: center;
    width: 100%; }
    @media (min-width: 0px) and (max-width: 650px) {
      .home .headline p {
        font-size: 12px;
        margin: 20px 0; } }
  .home .headline .actions {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 0px) and (max-width: 650px) {
      .home .headline .actions {
        flex-direction: column; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .home .headline .actions {
        flex-direction: column; } }
    .home .headline .actions .button {
      float: left;
      margin: 0 20px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .home .headline .actions .button {
          margin: 10px 0; } }
      @media (min-width: 650px) and (max-width: 900px) {
        .home .headline .actions .button {
          margin: 10px 0; } }

.home .header {
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
  z-index: -1; }

.home .section {
  margin: 100px 0;
  float: left;
  width: 100%; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home .section {
      margin: 30px 0; } }
  .home .section .filters {
    float: left; }
    @media (min-width: 0px) and (max-width: 650px) {
      .home .section .filters {
        display: none; } }
  .home .section .select {
    display: none; }
    @media (min-width: 0px) and (max-width: 650px) {
      .home .section .select {
        display: block; } }

.home .testimonials-container {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home .testimonials-container {
      max-width: 100%; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .home .testimonials-container {
      max-width: 100%; } }

.home .testimonial {
  background-image: linear-gradient(#62d4ff, #33aaff);
  color: white;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  padding: 60px 30px;
  text-align: center;
  position: relative; }
  .home .testimonial:before {
    content: '"';
    font-size: 500px;
    opacity: 0.1;
    position: absolute;
    left: -16px;
    top: -54px; }
  .home .testimonial:after {
    content: '"';
    font-size: 500px;
    opacity: 0.1;
    position: absolute;
    right: -16px;
    bottom: -262px; }
  .home .testimonial hr {
    margin: 15px auto;
    margin-top: 30px;
    border: 0;
    height: 3px;
    max-width: 350px;
    background: #62d4ff;
    background-image: #62d4ff; }
  .home .testimonial .button {
    max-width: 350px;
    float: none;
    margin: 0 auto;
    margin-top: 30px; }
    .home .testimonial .button.floating {
      float: left;
      margin: 5px; }

.home .button.floating {
  float: left;
  margin: 5px; }

.home .tooltip {
  width: 33%;
  padding: 0 2%;
  float: left;
  text-align: center; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home .tooltip:first-child {
      margin-top: 100px; } }
  .home .tooltip img {
    margin-bottom: 15px;
    width: 100px;
    height: 100px; }
  @media (min-width: 0px) and (max-width: 650px) {
    .home .tooltip {
      width: 100%;
      margin: 30px 0; } }

.home #mc_embed_signup {
  margin: 0 auto;
  margin-top: 50px;
  width: 100%; }
  .home #mc_embed_signup .click {
    background-image: linear-gradient(-135deg, #fad961 0, #f76b1c 100%);
    width: 20%;
    float: left;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: Gotham;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    padding: 30px;
    cursor: pointer; }
    @media (min-width: 0px) and (max-width: 650px) {
      .home #mc_embed_signup .click {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-top: 10px; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .home #mc_embed_signup .click {
        padding: 15px; } }
    @media (min-width: 900px) and (max-width: 1350px) {
      .home #mc_embed_signup .click {
        padding: 15px; } }
  .home #mc_embed_signup input {
    width: 80%;
    border: none;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 30px;
    font-size: 16px;
    color: #000;
    font-family: Gotham;
    float: left;
    box-sizing: border-box; }
    @media (min-width: 0px) and (max-width: 650px) {
      .home #mc_embed_signup input {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
        float: none; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .home #mc_embed_signup input {
        padding: 15px; } }
    @media (min-width: 900px) and (max-width: 1350px) {
      .home #mc_embed_signup input {
        padding: 15px; } }
    .home #mc_embed_signup input.full {
      width: 100%;
      margin-bottom: 10px;
      float: left; }
      @media (min-width: 0px) and (max-width: 650px) {
        .home #mc_embed_signup input.full {
          width: 90%; } }
    .home #mc_embed_signup input.half {
      width: 45%;
      margin-right: 5%;
      margin-bottom: 10px;
      float: left; }
      @media (min-width: 0px) and (max-width: 650px) {
        .home #mc_embed_signup input.half {
          width: 80%;
          float: none;
          margin: 0 auto;
          margin-bottom: 10px;
          width: 90%; } }
      .home #mc_embed_signup input.half:nth-child(2) {
        width: 50%;
        margin-right: 0; }
        @media (min-width: 0px) and (max-width: 650px) {
          .home #mc_embed_signup input.half:nth-child(2) {
            width: 80%;
            float: none;
            margin: 0 auto;
            margin-bottom: 10px;
            width: 90%; } }
    .home #mc_embed_signup input.third {
      width: 30.3%;
      margin-right: 3%;
      margin-bottom: 10px;
      float: left; }
      @media (min-width: 0px) and (max-width: 650px) {
        .home #mc_embed_signup input.third {
          width: 80%;
          float: none;
          margin: 0 auto;
          margin-bottom: 10px;
          width: 90%; } }
      .home #mc_embed_signup input.third:nth-child(3) {
        width: 33.3%;
        margin-right: 0; }
        @media (min-width: 0px) and (max-width: 650px) {
          .home #mc_embed_signup input.third:nth-child(3) {
            width: 80%;
            float: none;
            margin: 0 auto;
            margin-bottom: 10px;
            width: 90%; } }

.adventure .header {
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%); }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .header {
      margin-bottom: 30px; } }
  .adventure .header::after {
    background: url("../../assets/images/bottom-gradient.png");
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 250px;
    content: ' ';
    display: none; }
  .adventure .header .player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    top: 0; }
  .adventure .header .player iframe,
  .adventure .header .player object,
  .adventure .header .player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .adventure .header .content-container .functions, .adventure .header .content-container--full .functions, .adventure .header .content-container--alt .functions {
    text-align: center;
    margin-bottom: 60px; }
    .adventure .header .content-container .functions:after, .adventure .header .content-container--full .functions:after, .adventure .header .content-container--alt .functions:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .header .content-container .functions, .adventure .header .content-container--full .functions, .adventure .header .content-container--alt .functions {
        margin-bottom: 30px; } }
  .adventure .header .content-container #arrow-left, .adventure .header .content-container--full #arrow-left, .adventure .header .content-container--alt #arrow-left {
    float: left;
    cursor: pointer;
    width: 50px; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .header .content-container #arrow-left, .adventure .header .content-container--full #arrow-left, .adventure .header .content-container--alt #arrow-left {
        width: 30px; } }
  .adventure .header .content-container #arrow-right, .adventure .header .content-container--full #arrow-right, .adventure .header .content-container--alt #arrow-right {
    float: right;
    cursor: pointer;
    transform: rotate(180deg);
    width: 50px; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .header .content-container #arrow-right, .adventure .header .content-container--full #arrow-right, .adventure .header .content-container--alt #arrow-right {
        width: 30px; } }
  .adventure .header .content-container #play-button, .adventure .header .content-container--full #play-button, .adventure .header .content-container--alt #play-button {
    cursor: pointer;
    text-align: center;
    width: 130px; }
  .adventure .header .content-container #video-container, .adventure .header .content-container--full #video-container, .adventure .header .content-container--alt #video-container {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0; }
    .adventure .header .content-container #video-container.hidden, .adventure .header .content-container--full #video-container.hidden, .adventure .header .content-container--alt #video-container.hidden {
      display: none; }
  .adventure .header .content-container #video, .adventure .header .content-container--full #video, .adventure .header .content-container--alt #video {
    width: 100%;
    position: absolute;
    top: 0;
    height: 360px; }
  .adventure .header .content-container #close-button, .adventure .header .content-container--full #close-button, .adventure .header .content-container--alt #close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 50;
    cursor: pointer; }
    .adventure .header .content-container #close-button img, .adventure .header .content-container--full #close-button img, .adventure .header .content-container--alt #close-button img {
      width: 100%; }
  .adventure .header .content-container h1, .adventure .header .content-container--full h1, .adventure .header .content-container--alt h1 {
    color: white;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .header .content-container h1, .adventure .header .content-container--full h1, .adventure .header .content-container--alt h1 {
        font-size: 30px; } }
  .adventure .header .content-container h4, .adventure .header .content-container--full h4, .adventure .header .content-container--alt h4 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .header .content-container h4, .adventure .header .content-container--full h4, .adventure .header .content-container--alt h4 {
        font-size: 20px; } }

.adventure .follow {
  float: right;
  text-align: center;
  background: none;
  position: relative;
  top: -100px;
  width: 25%;
  max-width: 250px;
  box-shadow: none; }
  .adventure .follow:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .follow {
      position: fixed;
      top: initial !important;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 240px;
      z-index: 99;
      max-width: 100%;
      background: white; } }
  .adventure .follow.fixed {
    position: fixed;
    top: 50px;
    right: 25px; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .follow .icons {
      display: none; } }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .follow .meta {
      float: left;
      width: 50%; } }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .follow .meta.right {
      float: right;
      width: 50%;
      padding: 20px 0; } }
  .adventure .follow .shadowed, .adventure .follow .card, .adventure .follow .follow {
    padding: 20px; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow .shadowed, .adventure .follow .card, .adventure .follow .follow {
        padding: 10px;
        box-shadow: none; } }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow .shadowed.second, .adventure .follow .second.card, .adventure .follow .second.follow {
        display: none; } }
  .adventure .follow .action {
    color: #33AAFF;
    font-size: 18px;
    font-weight: 900; }
  .adventure .follow .starting-at {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow .starting-at {
        font-size: 12px;
        margin-top: 25px; } }
  .adventure .follow .row {
    display: flex;
    align-items: center;
    justify-content: center; }
    .adventure .follow .row .tooltips {
      width: auto; }
      .adventure .follow .row .tooltips span {
        left: -160px; }
  .adventure .follow .bolt {
    float: left;
    width: 20px;
    display: inline-block;
    margin-right: 10px; }
  .adventure .follow .subtext {
    font-size: 10px;
    margin-top: 10px;
    color: #979797; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow .subtext {
        display: none; } }
  .adventure .follow h2 {
    font-weight: 700;
    font-size: 60px;
    color: #33AAFF;
    float: left; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow h2 {
        font-size: 40px; } }
    @media (min-width: 650px) and (max-width: 900px) {
      .adventure .follow h2 {
        font-size: 50px; } }
  .adventure .follow span {
    display: inline-block; }
  .adventure .follow .block {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    background: #33AAFF;
    padding: 10px;
    font-size: 10px;
    margin-bottom: 30px;
    display: inline-block; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow .block {
        font-size: 8px;
        padding: 5px;
        margin-bottom: 0; } }
  .adventure .follow .recommendation {
    margin: 10px auto;
    height: 30px; }
    .adventure .follow .recommendation .logo {
      float: left;
      width: 50px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .adventure .follow .recommendation .logo {
          margin-top: 0;
          width: 45px; } }
    .adventure .follow .recommendation .ratings-container {
      overflow: hidden;
      float: left;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-bottom: 20px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .adventure .follow .recommendation .ratings-container {
          width: 100%;
          float: left;
          margin-left: 10px;
          margin-right: 0; } }
    .adventure .follow .recommendation .star-rating {
      max-width: 110px;
      width: 110px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .adventure .follow .recommendation .star-rating {
          max-width: 100px;
          width: 100px; } }
    .adventure .follow .recommendation + .recommendation {
      margin-top: 25px; }
  .adventure .follow .button {
    margin-top: 30px;
    border-bottom: none; }
    @media (min-width: 0px) and (max-width: 650px) {
      .adventure .follow .button {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0; } }

.adventure .call {
  display: none !important; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .call {
      display: flex !important; } }
  .adventure .call img {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px; }

.adventure .main-content {
  max-width: 800px;
  width: 70%;
  float: left; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .main-content {
      width: 100%; } }
  @media (min-width: 650px) and (max-width: 900px) {
    .adventure .main-content {
      max-width: 450px; } }
  .adventure .main-content h2 {
    margin-bottom: 20px;
    display: inline-block; }
  .adventure .main-content .about-section-content {
    margin-bottom: 120px; }
  .adventure .main-content .details {
    margin-bottom: 120px; }
    .adventure .main-content .details .details-section {
      padding: 30px 0;
      border-bottom: 1px solid #979797;
      word-wrap: break-word; }
      .adventure .main-content .details .details-section:after {
        content: "";
        display: table;
        clear: both; }
      .adventure .main-content .details .details-section > h3 {
        float: left;
        width: 30%;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700; }
        @media (min-width: 0px) and (max-width: 650px) {
          .adventure .main-content .details .details-section > h3 {
            width: 100%;
            margin-bottom: 20px; } }
      .adventure .main-content .details .details-section .details-section-content {
        float: right;
        width: 70%;
        padding-left: 30px; }
        @media (min-width: 0px) and (max-width: 650px) {
          .adventure .main-content .details .details-section .details-section-content {
            width: 100%;
            padding-left: 0; } }
        .adventure .main-content .details .details-section .details-section-content--full {
          width: 100%;
          padding-left: 0;
          float: left;
          margin-top: 10px; }
    .adventure .main-content .details .toggle {
      transition: transform 0.2s;
      cursor: pointer;
      position: absolute;
      left: -30px; }
      @media (min-width: 0px) and (max-width: 650px) {
        .adventure .main-content .details .toggle {
          left: 0; } }
      .adventure .main-content .details .toggle.active {
        transform: rotate(45deg); }
    .adventure .main-content .details .faq-question {
      float: left;
      width: 100%;
      position: relative; }
      .adventure .main-content .details .faq-question-title {
        width: 100%;
        float: left;
        font-weight: 700; }
        @media (min-width: 0px) and (max-width: 650px) {
          .adventure .main-content .details .faq-question-title {
            margin-left: 30px;
            width: auto; } }
      .adventure .main-content .details .faq-question .question {
        float: left;
        display: none;
        margin-top: 5px; }
      .adventure .main-content .details .faq-question + .faq-question {
        margin-top: 20px; }

.adventure .tooltips {
  position: relative;
  display: inline;
  float: left;
  width: 100%;
  text-align: center; }
  .adventure .tooltips .icon {
    width: 20px; }
  .adventure .tooltips:hover span {
    visibility: visible;
    opacity: .9;
    right: 100%;
    top: 50%;
    margin-top: -19px;
    margin-right: 15px;
    z-index: 999; }
  .adventure .tooltips .tooltip-content {
    position: absolute;
    width: 140px;
    color: #fff;
    background: #272727;
    height: auto;
    line-height: 1.25;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    font-size: 11px;
    padding: 10px;
    left: -110px; }
    .adventure .tooltips .tooltip-content:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      margin-top: -8px;
      width: 0;
      height: 0;
      border-left: 8px solid #272727;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
  .adventure .tooltips h4 {
    float: left; }

.adventure #peek-iframe {
  width: 100% !important;
  max-width: 500px; }

.adventure .addthis_inline_share_toolbox {
  margin-top: 20px; }

.adventure .other-adventures {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventure .other-adventures {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .adventure .other-adventures::after {
    content: "";
    display: table;
    clear: both; }
  .adventure .other-adventures .button {
    margin: 10px;
    z-index: 0; }

.adventures .section .filters {
  float: left; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventures .section .filters {
      display: none; } }

.adventures .section .select {
  display: none; }
  @media (min-width: 0px) and (max-width: 650px) {
    .adventures .section .select {
      display: block; } }

.corporate .hero {
  background: #33AAFF;
  display: flex;
  flex-direction: column;
  padding-bottom: 35px;
  background-size: cover;
  background-position: center center; }
  .corporate .hero h1 {
    color: white;
    letter-spacing: 0; }
  .corporate .hero .wpforms-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    border-radius: 5px; }

.corporate .card {
  box-shadow: 0 17px 20px 0 rgba(39, 39, 39, 0.2);
  border-radius: 5px;
  padding: 50px;
  width: 100%;
  height: auto; }
  .corporate .card--half {
    width: 50%;
    padding: 0 20px;
    float: left; }
    @media (min-width: 650px) and (max-width: 900px) {
      .corporate .card--half {
        width: 100%;
        padding: 0; } }
    @media (min-width: 0px) and (max-width: 650px) {
      .corporate .card--half {
        width: 100%;
        padding: 0; } }
    .corporate .card--half img {
      width: 100%;
      height: auto; }
  .corporate .card--centered {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 650px) and (max-width: 900px) {
      .corporate .card--centered {
        flex-direction: column; } }
    @media (min-width: 0px) and (max-width: 650px) {
      .corporate .card--centered {
        flex-direction: column; } }

.corporate .section {
  padding: 50px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 0px) and (max-width: 650px) {
    .corporate .section {
      padding: 0; } }
  .corporate .section h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px; }

.corporate .faq {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }
  .corporate .faq .faq-card {
    display: flex;
    flex-basis: calc(50% - 40px);
    justify-content: center;
    flex-direction: column;
    padding: 25px; }
    @media (min-width: 0px) and (max-width: 650px) {
      .corporate .faq .faq-card {
        flex-basis: 100%; } }

.corporate .testimonial-slider .testimonial {
  text-align: left;
  background: #33AAFF;
  color: white;
  transition: all 0.2s; }
  .corporate .testimonial-slider .testimonial:hover {
    transform: scale(1.1); }
  .corporate .testimonial-slider .testimonial + .card {
    margin-left: 20px; }

.corporate .testimonial-slider .slick-slide {
  margin: 0 25px;
  transition: all 0.2s; }

.corporate .testimonial-slider .slick-list {
  margin: 0 -25px;
  padding: 40px !important; }

.corporate .testimonial-slider .slick-track {
  display: flex; }

.corporate .testimonial-slider .slick-track .slick-slide {
  opacity: 0.5;
  transform: scale(0.9); }

.corporate .testimonial-slider .slick-current {
  opacity: 1 !important;
  transform: scale(1) !important; }

.corporate .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (min-width: 0px) and (max-width: 650px) {
    .corporate .row {
      flex-direction: column; } }
  .corporate .row p {
    display: none; }

.corporate .tooltip {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  flex-direction: column;
  text-align: center;
  margin: 0 10px;
  max-width: 125px; }
  .corporate .tooltip img {
    width: 100%;
    max-width: 75px;
    height: auto; }

.corporate .testimonial {
  box-shadow: 0 17px 20px 0 rgba(39, 39, 39, 0.2);
  border-radius: 5px;
  padding: 50px 25px;
  background: white; }
  .corporate .testimonial .author {
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-style: italic; }
    .corporate .testimonial .author img {
      margin-left: 10px; }

.journal {
  margin-top: 30px; }
  .journal .header {
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    margin-bottom: 30px;
    height: 350px; }
  .journal .profile {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 10px; }
  .journal .author-meta {
    color: #231F20;
    float: left; }
    .journal .author-meta h2 {
      font-size: 14px;
      font-weight: 300; }
    .journal .author-meta h3 {
      font-size: 12px;
      font-weight: 300;
      margin-top: 0; }
  .journal .title {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    clear: both;
    margin: 20px 0;
    color: #231F20; }
  .journal-content {
    max-width: 800px; }
  .journal-post {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .journal-post:after {
      content: "";
      display: table;
      clear: both; }
    .journal-post .title {
      font-size: 24px; }
    .journal-post .thumbnail {
      margin-top: 20px; }
    .journal-post p {
      float: left;
      clear: both;
      margin: 0;
      margin-bottom: 20px; }
    .journal-post .button {
      float: left;
      font-size: 12px;
      clear: both; }

.who-we-are .hero-image {
  margin-bottom: 30px;
  float: left;
  width: 45%;
  margin-right: 30px;
  max-width: 500px; }
  @media (min-width: 0px) and (max-width: 650px) {
    .who-we-are .hero-image {
      width: 100%; } }

.who-we-are .primary-section:after {
  content: "";
  display: table;
  clear: both; }

.who-we-are .main-content {
  float: right;
  width: 50%; }
  @media (min-width: 0px) and (max-width: 650px) {
    .who-we-are .main-content {
      width: 100%; } }

.who-we-are p {
  max-width: 500px; }

.who-we-are .button {
  width: auto;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 30px; }

.who-we-are .secondary-content {
  float: none;
  clear: both;
  margin-top: 120px; }
  .who-we-are .secondary-content .secondary-section {
    margin: 120px auto; }
    .who-we-are .secondary-content .secondary-section h2 {
      margin-bottom: 15px; }
    .who-we-are .secondary-content .secondary-section p {
      margin: auto; }

.meet-the-team {
  max-width: 800px;
  margin: 0 auto; }
  .meet-the-team .staff {
    float: left; }
    .meet-the-team .staff .profile {
      width: 20%;
      margin-right: 5%;
      border-radius: 100%;
      float: left;
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }
    .meet-the-team .staff .meta {
      float: left;
      width: 75%; }
    .meet-the-team .staff h2 {
      font-weight: 700;
      font-size: 24px; }
    .meet-the-team .staff h3 {
      font-weight: 300;
      font-size: 18px;
      font-style: italic;
      margin-top: 0; }
    .meet-the-team .staff + .staff {
      margin-top: 60px; }

.contact #uservoice-widget {
  width: 500px;
  float: none;
  margin: 0 auto;
  font-family: 'Gotham'; }

.contact .uvStyle-button {
  border-radius: 3px !important;
  background-size: 100%;
  color: white !important;
  background-image: linear-gradient(-209deg, #FAD961 0%, #F76B1C 100%) !important;
  padding: 20px 40px !important;
  -webkit-transition: background-size 1s ease-in-out;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  cursor: pointer; }
  .contact .uvStyle-button:before {
    background-image: linear-gradient(-209deg, #FAD961 0%, #F76B1C 100%);
    background-size: 150%;
    opacity: 0;
    border-radius: inherit;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.2s; }

.faq.content-container, .faq.content-container--full, .faq.content-container--alt {
  max-width: 800px; }
  .faq.content-container p + h2, .faq.content-container--full p + h2, .faq.content-container--alt p + h2 {
    border-top: 1px solid #D1D1D1;
    padding-top: 30px; }

#footer {
  padding: 60px;
  background: #231F20;
  color: white;
  font-weight: 100;
  text-align: center;
  margin-top: 120px; }
  #footer:after {
    content: "";
    display: table;
    clear: both; }
  #footer .links {
    margin: 0 auto;
    margin-bottom: 60px; }
    #footer .links:after {
      content: "";
      display: table;
      clear: both; }
  #footer .column {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    text-align: left; }
    @media (min-width: 0px) and (max-width: 650px) {
      #footer .column {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center; } }
    #footer .column h2 {
      font-weight: 100;
      font-size: 14px;
      font-style: italic;
      text-transform: uppercase; }
    #footer .column ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #footer .column li {
      padding: 0;
      margin: 10px 0;
      font-size: 12px;
      font-weight: 100; }
      #footer .column li a {
        color: white; }
        #footer .column li a:hover {
          color: #2B8ED6; }
  #footer .logo {
    width: 100px;
    height: 100px; }
  #footer .tagline {
    font-size: 14px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 60px; }
  #footer .small {
    font-size: 14px;
    display: block;
    clear: both; }
