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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

@keyframes tada { from { -webkit-transform: scale3d(1, 1, 1);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to { -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }

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

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

@-moz-keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to { -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes bounceOut { 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-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);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-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);
    -moz-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);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

@keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

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

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

@-moz-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

@keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    opacity: 0; }
  40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-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);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to { -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
      transform: perspective(400px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut { from { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -moz-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; -moz-animation-name: rollOut; animation-name: rollOut; }

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

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

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

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

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

@-moz-keyframes zoomInDown { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-animation-name: zoomInDown; animation-name: zoomInDown; }

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

@-moz-keyframes zoomInLeft { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-animation-name: zoomInLeft; animation-name: zoomInLeft; }

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

@-moz-keyframes zoomInRight { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-animation-name: zoomInRight; animation-name: zoomInRight; }

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

@-moz-keyframes zoomInUp { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp { from { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-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);
    -moz-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);
    -moz-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);
    -moz-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; -moz-animation-name: zoomInUp; animation-name: zoomInUp; }

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

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

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

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

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

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

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

@-moz-keyframes zoomOutLeft { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-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);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
         transform-origin: left center; } }

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

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

@-moz-keyframes zoomOutRight { 40% { opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-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);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to { opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
         transform-origin: right center; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
Theme Name: Tick Tock
Theme URI: http://www.ticktock.com.au
Author: Tick Tock
Author URI: http://www.ticktock.com.au
Description: Custom Built WordPress theme
Version: 1.0
*/
body { font-size: 16px; overflow-x: hidden; position: relative; }

body img { height: auto; max-width: 100%; }

@media (min-width: 768px) { body { overflow-x: visible; } }

@media (max-width: 991px) { .container-fluid { padding-left: 25px; padding-right: 25px; } }

img[data-lazy-src] { opacity: 0; }

img.lazyloaded { -webkit-transition: opacity .5s linear 0.2s; -moz-transition: opacity .5s linear 0.2s; transition: opacity .5s linear 0.2s; opacity: 1; }

@font-face { font-family: 'Shorelines-Script-Bold'; src: url("fonts/shorelines/Shorelines-Script-Bold.ttf.woff") format("woff"), url("fonts/shorelines/Shorelines-Script-Bold.ttf.svg#Shorelines-Script-Bold") format("svg"), url("fonts/shorelines/Shorelines-Script-Bold.ttf.eot"), url("fonts/shorelines/Shorelines-Script-Bold.ttf.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }

html { font-size: 16px; }

body { color: #605e69; font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }

a { color: #156a82; cursor: pointer; }

a:hover, a:focus { color: #11586c; }

a:focus { outline: 0; }

::-moz-selection { background: #11586c; background: rgba(17, 88, 108, 0.8); color: #fff; }

::selection { background: #11586c; background: rgba(17, 88, 108, 0.8); color: #fff; }

::-moz-selection { background: #11586c; background: rgba(17, 88, 108, 0.8); color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #156a82; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: normal; line-height: 1.5; margin: 0; margin-bottom: 16px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #156a82; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #11586c; }

h1 { font-size: 1.875rem; line-height: 1.3; }

@media (min-width: 768px) { h1 { font-size: 2.5rem; } }

h2 { font-size: 2rem; }

@media (min-width: 768px) { h2 { font-size: 2.25rem; } }

h3 { font-size: 1.5rem; }

@media (min-width: 768px) { h3 { font-size: 1.75rem; } }

h4 { font-size: 1.3125rem; }

@media (min-width: 768px) { h4 { font-size: 1.5rem; } }

h5 { font-size: 1.125rem; }

@media (min-width: 768px) { h5 { font-size: 1.25rem; } }

h6 { font-size: 1rem; }

@media (min-width: 768px) { h6 { font-size: 1rem; } }

p { line-height: 1.7; margin-bottom: 16px; }

p.lead { font-size: 1.5rem; font-weight: normal; margin-bottom: 16px; }

small { color: #818688; font-size: 0.85rem; }

small a { color: #818688; }

blockquote { background: transparent; color: #605e69; font-size: 20px; font-style: italic; font-weight: 700; margin-bottom: 16px; padding: 0; }

blockquote small { margin-top: 20px; }

blockquote p { padding-left: 40px; padding-right: 40px; }

cite { font-style: normal; }

hr { border-color: #d9dbdb; margin-bottom: 40px; margin-top: 40px; }

ul, ol { margin: 0; margin-bottom: 16px; padding-left: 20px; }

@media (max-width: 767px) { .container { padding-left: 20px; padding-right: 20px; } }

.col-xs-fifths, .col-sm-fifths, .col-md-fifths, .col-lg-fifths, .col-xs-eighths, .col-sm-eighths, .col-md-eighths, .col-lg-eighths { min-height: 1px; padding-left: 10px; padding-right: 10px; position: relative; }

.col-xs-fifths { float: left; width: 20%; }

.col-xs-eighths { float: left; width: 12.5%; }

@media (min-width: 768px) { .col-sm-fifths { float: left; width: 20%; }
  .col-sm-eighths { float: left; width: 12.5%; } }

@media (min-width: 992px) { .col-md-fifths { float: left; width: 20%; }
  .col-md-eighths { float: left; width: 12.5%; } }

@media (min-width: 1200px) { .col-lg-fifths { float: left; width: 20%; }
  .col-lg-eighths { float: left; width: 12.5%; } }

@media (min-width: 1500px) { .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left; }
  .col-xl-1 { width: 8.33333%; }
  .col-xl-2 { width: 16.66667%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.33333%; }
  .col-xl-5 { width: 41.66667%; }
  .col-xl-6 { width: 50%; }
  .col-xl-7 { width: 58.33333%; }
  .col-xl-8 { width: 66.66667%; }
  .col-xl-9 { width: 75%; }
  .col-xl-10 { width: 83.33333%; }
  .col-xl-11 { width: 91.66667%; }
  .col-xl-12 { width: 100%; }
  .col-xl-pull-0 { right: auto; }
  .col-xl-pull-1 { right: 8.33333%; }
  .col-xl-pull-2 { right: 16.66667%; }
  .col-xl-pull-3 { right: 25%; }
  .col-xl-pull-4 { right: 33.33333%; }
  .col-xl-pull-5 { right: 41.66667%; }
  .col-xl-pull-6 { right: 50%; }
  .col-xl-pull-7 { right: 58.33333%; }
  .col-xl-pull-8 { right: 66.66667%; }
  .col-xl-pull-9 { right: 75%; }
  .col-xl-pull-10 { right: 83.33333%; }
  .col-xl-pull-11 { right: 91.66667%; }
  .col-xl-pull-12 { right: 100%; }
  .col-xl-push-0 { left: auto; }
  .col-xl-push-1 { left: 8.33333%; }
  .col-xl-push-2 { left: 16.66667%; }
  .col-xl-push-3 { left: 25%; }
  .col-xl-push-4 { left: 33.33333%; }
  .col-xl-push-5 { left: 41.66667%; }
  .col-xl-push-6 { left: 50%; }
  .col-xl-push-7 { left: 58.33333%; }
  .col-xl-push-8 { left: 66.66667%; }
  .col-xl-push-9 { left: 75%; }
  .col-xl-push-10 { left: 83.33333%; }
  .col-xl-push-11 { left: 91.66667%; }
  .col-xl-push-12 { left: 100%; }
  .col-xl-offset-0 { margin-left: 0%; }
  .col-xl-offset-1 { margin-left: 8.33333%; }
  .col-xl-offset-2 { margin-left: 16.66667%; }
  .col-xl-offset-3 { margin-left: 25%; }
  .col-xl-offset-4 { margin-left: 33.33333%; }
  .col-xl-offset-5 { margin-left: 41.66667%; }
  .col-xl-offset-6 { margin-left: 50%; }
  .col-xl-offset-7 { margin-left: 58.33333%; }
  .col-xl-offset-8 { margin-left: 66.66667%; }
  .col-xl-offset-9 { margin-left: 75%; }
  .col-xl-offset-10 { margin-left: 83.33333%; }
  .col-xl-offset-11 { margin-left: 91.66667%; }
  .col-xl-offset-12 { margin-left: 100%; } }

.fl-row-content-wrap { padding: 0; }

@media (max-width: 767px) { .fl-col { width: 100%; } }

.fl-row-fixed-width { max-width: 1180px; }

@media (min-width: 768px) { .fl-row-fixed-width { max-width: 760px; } }

@media (min-width: 992px) { .fl-row-fixed-width { max-width: 980px; } }

@media (min-width: 1200px) { .fl-row-fixed-width { max-width: 1180px; } }

.eyebrow { color: #605e69; font-size: 1rem; font-weight: 800; text-transform: uppercase; }

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

.section-cta-form { color: #fff; }

.section-cta-form h1, .section-cta-form h2, .section-cta-form h3, .section-cta-form h4, .section-cta-form h5, .section-cta-form h6, .section-cta-form .eyebrow { color: #fff; max-width: 600px; }

.section-cta-form .home-feature-form { background: rgba(96, 94, 105, 0.1); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 30px; }

.section-cta-form .home-feature-form h2 { font-size: 1.5625rem; font-weight: 700; line-height: normal; text-align: center; }

.section-parallax { color: #fff; text-align: center; }

.section-parallax h1, .section-parallax h2, .section-parallax h3, .section-parallax h4, .section-parallax h5, .section-parallax h6, .section-parallax .eyebrow { color: #fff; }

.section-parallax .fl-col-content { padding: 150px 0; }

.full-width-columns { color: #fff; text-align: center; }

.full-width-columns h2, .full-width-columns h3, .full-width-columns h4, .full-width-columns h5, .full-width-columns h6, .full-width-columns .eyebrow { color: #fff; }

.full-width-columns.two-col .fl-col-content { padding-top: 30%; padding-bottom: 30%; }

.full-width-columns.two-col .fl-module { max-width: 500px; margin: 0 auto; }

.full-width-columns.three-col .fl-col-content { padding-top: 20%; padding-bottom: 20%; }

.full-width-columns.three-col .fl-module { max-width: 400px; margin: 0 auto; }

@media (min-width: 768px) { .expanded-column.content-left { position: relative; }
  .expanded-column.content-left .fl-col-content { right: 100px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); position: absolute; max-width: 700px; }
  .expanded-column.content-right .fl-col-content { max-width: 560px; }
  .fl-builder-edit .expanded-column.content-left .fl-col-content { position: relative; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; top: auto; left: auto; right: auto; max-width: none; } }

@media (max-width: 767px) { .fl-tabs-panel { border-bottom: 2px solid #156a82 !important; }
  .fl-tabs-panel .fl-tabs-label { color: #156a82; font-weight: 700; text-transform: uppercase; }
  .fl-tabs-panel .fl-tabs-label:focus { outline: none; }
  .fl-tabs-panel .fl-tabs-label .fas:before { color: #156a82; }
  .fl-tabs-panel .fl-tabs-label.fl-tab-active { color: #156a82; }
  .fl-tabs-panel .fl-tabs-label.fl-tab-active .fas:before { font-family: "Font Awesome 5 Free"; font-weight: 700; content: '\f068'; color: #156a82; width: 40px; height: 40px; } }

@media (min-width: 768px) { .fl-tabs-label { font-size: 0.875rem; text-transform: uppercase; }
  .fl-tabs-labels { font-weight: 700; text-align: center; }
  .fl-tabs-labels .fl-tabs-label { border: 3px solid transparent !important; float: none; display: inline-block; }
  .fl-tabs-labels .fl-tabs-label:focus { outline: none; }
  .fl-tabs-labels .fl-tabs-label.fl-tab-active { background: #fff; border: 3px solid #156a82 !important; color: #156a82; } }

body.compensate-for-scrollbar { overflow: hidden; }

.fancybox-active { height: auto; }

.fancybox-is-hidden { left: -9999px; margin: 0; position: absolute !important; top: -9999px; visibility: hidden; }

.fancybox-container { -webkit-backface-visibility: hidden; height: 100%; left: 0; outline: none; position: fixed; -webkit-tap-highlight-color: transparent; top: 0; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); width: 100%; z-index: 99992; }

.fancybox-container * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }

.fancybox-outer { -webkit-overflow-scrolling: touch; overflow-y: auto; }

.fancybox-bg { background: #1e1e1e; opacity: 0; -webkit-transition-duration: inherit; -moz-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; -moz-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: .9; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button { direction: ltr; opacity: 0; position: absolute; -webkit-transition: opacity .25s ease, visibility 0s ease .25s; -moz-transition: opacity .25s ease, visibility 0s ease .25s; transition: opacity .25s ease, visibility 0s ease .25s; visibility: hidden; z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button { opacity: 1; -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s; -moz-transition: opacity .25s ease 0s, visibility 0s ease 0s; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible; }

.fancybox-infobar { color: #ccc; font-size: 13px; -webkit-font-smoothing: subpixel-antialiased; height: 44px; left: 0; line-height: 44px; min-width: 44px; mix-blend-mode: difference; padding: 0 10px; pointer-events: none; top: 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-toolbar { right: 0; top: 0; }

.fancybox-stage { direction: ltr; overflow: visible; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); z-index: 99994; }

.fancybox-is-open .fancybox-stage { overflow: hidden; }

.fancybox-slide { -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */ display: none; height: 100%; left: 0; outline: none; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: absolute; text-align: center; top: 0; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -moz-transition-property: transform, opacity, -moz-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform, -moz-transform; white-space: normal; width: 100%; z-index: 99994; }

.fancybox-slide::before { content: ''; display: inline-block; font-size: 0; height: 100%; vertical-align: middle; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: hidden; padding: 44px 0; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--html { padding: 6px; }

.fancybox-content { background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle; }

.fancybox-slide--image .fancybox-content { -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1); -webkit-backface-visibility: hidden; background: transparent; background-repeat: no-repeat; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -ms-transform-origin: top left; -webkit-transform-origin: top left; -moz-transform-origin: top left; transform-origin: top left; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -moz-transition-property: transform, opacity, -moz-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform, -moz-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content { cursor: -webkit-zoom-out; cursor: -moz-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.fancybox-is-grabbing .fancybox-content { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }

.fancybox-container [data-selectable='true'] { cursor: text; }

.fancybox-image, .fancybox-spaceball { background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content { height: 100%; overflow: visible; padding: 0; width: 100%; }

.fancybox-slide--video .fancybox-content { background: #000; }

.fancybox-slide--map .fancybox-content { background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content { background: #fff; }

.fancybox-video, .fancybox-iframe { background: transparent; border: 0; display: block; height: 100%; margin: 0; overflow: hidden; padding: 0; width: 100%; }

/* Fix iOS */
.fancybox-iframe { left: 0; position: absolute; top: 0; }

.fancybox-error { background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%; }

.fancybox-error p { color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0; }

/* Buttons */
.fancybox-button { background: rgba(30, 30, 30, 0.6); border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; -webkit-transition: color .2s; -moz-transition: color .2s; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:hover { color: #fff; }

.fancybox-button:focus { outline: none; }

.fancybox-button.fancybox-focus { outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover { color: #888; cursor: default; outline: none; }

/* Fix IE11 */
.fancybox-button div { height: 100%; }

.fancybox-button svg { display: block; height: 100%; overflow: visible; position: relative; width: 100%; }

.fancybox-button svg path { fill: currentColor; stroke-width: 0; }

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) { display: none; }

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) { display: none; }

.fancybox-progress { background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -ms-transform: scaleX(0); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); transform: scaleX(0); -ms-transform-origin: 0; -webkit-transform-origin: 0; -moz-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -moz-transition-property: transform, -moz-transform; transition-property: transform; transition-property: transform, -webkit-transform, -moz-transform; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; transition-timing-function: linear; z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small { background: transparent; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #ccc; cursor: pointer; opacity: .8; padding: 8px; position: absolute; right: -12px; top: -44px; z-index: 401; }

.fancybox-close-small:hover { color: #fff; opacity: 1; }

.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content { overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small { display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button { -webkit-background-clip: content-box; -moz-background-clip: content-box; background-clip: content-box; height: 100px; opacity: 0; position: absolute; top: -moz-calc(50% - 50px); top: calc(50% - 50px); width: 70px; }

.fancybox-navigation .fancybox-button div { padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; left: env(safe-area-inset-left); padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right { padding: 31px 6px 31px 26px; right: 0; right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption { background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent)); background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%); background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%); bottom: 0; color: #eee; font-size: 14px; font-weight: 400; left: 0; line-height: 1.5; padding: 75px 44px 25px 44px; pointer-events: none; right: 0; text-align: center; z-index: 99996; }

.fancybox-caption--separate { margin-top: -50px; }

.fancybox-caption__body { max-height: 50vh; overflow: auto; pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited { color: #ccc; text-decoration: none; }

.fancybox-caption a:hover { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-loading { -webkit-animation: fancybox-rotate 1s linear infinite; -moz-animation: fancybox-rotate 1s linear infinite; animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-moz-keyframes fancybox-rotate { 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes fancybox-rotate { 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(1.5, 1.5, 1.5); -moz-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 0.5); -moz-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { opacity: 0; -ms-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); -moz-transform: rotate(-360deg); transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next { opacity: 0; -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current { opacity: 1; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next { opacity: 0; -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current { opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); -moz-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) { .fancybox-slide { padding-left: 6px; padding-right: 6px; }
  .fancybox-slide--image { padding: 6px 0; }
  .fancybox-close-small { right: -6px; }
  .fancybox-slide--image .fancybox-close-small { background: #4e4e4e; color: #f2f4f6; height: 36px; opacity: 1; padding: 6px; right: 0; top: 0; width: 36px; }
  .fancybox-caption { padding-left: 12px; padding-right: 12px; } }

/* Share */
.fancybox-share { background: #f4f4f4; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; max-width: 90%; padding: 30px; text-align: center; }

.fancybox-share h1 { color: #222; font-size: 35px; font-weight: 700; margin: 0 0 20px 0; }

.fancybox-share p { margin: 0; padding: 0; }

.fancybox-share__button { border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; font-size: 14px; font-weight: 700; line-height: 40px; margin: 0 5px 10px 5px; min-width: 130px; padding: 0 15px; text-decoration: none; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; }

.fancybox-share__button:visited, .fancybox-share__button:link { color: #fff; }

.fancybox-share__button:hover { text-decoration: none; }

.fancybox-share__button--fb { background: #3b5998; }

.fancybox-share__button--fb:hover { background: #344e86; }

.fancybox-share__button--pt { background: #bd081d; }

.fancybox-share__button--pt:hover { background: #aa0719; }

.fancybox-share__button--tw { background: #1da1f2; }

.fancybox-share__button--tw:hover { background: #0d95e8; }

.fancybox-share__button svg { height: 25px; margin-right: 7px; position: relative; top: -1px; vertical-align: middle; width: 25px; }

.fancybox-share__button svg path { fill: #fff; }

.fancybox-share__input { background: transparent; border: 0; border-bottom: 1px solid #d7d7d7; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #5d5b5b; font-size: 14px; margin: 10px 0 0 0; outline: none; padding: 10px 15px; width: 100%; }

/* Thumbs */
.fancybox-thumbs { background: #ddd; bottom: 0; display: none; margin: 0; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: 2px 2px 4px 2px; position: absolute; right: 0; -webkit-tap-highlight-color: transparent; top: 0; width: 212px; z-index: 99995; }

.fancybox-thumbs-x { overflow-x: auto; overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs { display: block; }

.fancybox-show-thumbs .fancybox-inner { right: 212px; }

.fancybox-thumbs__list { font-size: 0; height: 100%; list-style: none; margin: 0; overflow-x: hidden; overflow-y: auto; padding: 0; position: absolute; position: relative; white-space: nowrap; width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list { overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar { width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track { background: #fff; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb { background: #2a2a2a; -webkit-border-radius: 10px; border-radius: 10px; }

.fancybox-thumbs__list a { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.1); background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; cursor: pointer; float: left; height: 75px; margin: 2px; max-height: -moz-calc(100% - 8px); max-height: calc(100% - 8px); max-width: -moz-calc(50% - 4px); max-width: calc(50% - 4px); outline: none; overflow: hidden; padding: 0; position: relative; -webkit-tap-highlight-color: transparent; width: 100px; }

.fancybox-thumbs__list a::before { border: 6px solid #ff5268; bottom: 0; content: ''; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 99991; }

.fancybox-thumbs__list a:focus::before { opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) { .fancybox-thumbs { width: 110px; }
  .fancybox-show-thumbs .fancybox-inner { right: 110px; }
  .fancybox-thumbs__list a { max-width: -moz-calc(100% - 10px); max-width: calc(100% - 10px); } }

.admin-bar .site-header.menu-toggled .menu-header-cta-container { top: 52px; }

@media all and (max-width: 600px) { .admin-bar #wpadminbar { margin-top: -46px; } }

@media all and (max-width: 782px) { .admin-bar .site-header.menu-toggled .menu-header-cta-container { top: 49px; } }

.skip-link { display: none; }

.site-header { background: white; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); display: block; height: 90px; position: relative; top: 0; width: 100%; z-index: 104; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.site-header .container { position: static; }

.site-header.header-is-fixed { position: fixed; }

.site-header.header-is-fixed.nav-up { top: -90px; }

.site-header.header-is-fixed.nav-down { background: white; }

.site-header.menu-toggled.nav-up { top: 0 !important; }

.site-header .header-actions { float: right; line-height: 1; margin-top: 3.33333px; }

.site-header.header-layout-b .header-actions { margin-right: 50px; }

@media (min-width: 768px) { .site-header { height: 120px; }
  .site-header.header-is-fixed.nav-up { top: -120px; }
  .site-header .header-actions { margin-top: 20px; }
  .site-header.header-layout-b .header-actions { margin-right: 80px; } }

@media (min-width: 992px) { .site-header { height: 120px; } }

@media (min-width: 992px) { .site-header.header-is-full-width .col-site-header { padding-left: 40px; padding-right: 40px; } }

.site-header .logo { display: inline-block; font-size: initial; padding: 20px 0; vertical-align: top; z-index: 5000; }

.site-header .logo img, .site-header .logo svg { font-size: 16px; max-width: 100%; height: auto; width: 150px; }

.site-header .logo .logo-path-primary { fill: #156a82; }

.site-header .logo .logo-path-secondary { fill: #605e69; }

.site-header .logo .header-logo-alternate { display: none; }

.site-header.menu-toggled .logo { position: fixed; }

.site-header.menu-toggled .logo .logo-path-primary { fill: #fff; }

.site-header.menu-toggled .logo .logo-path-secondary { fill: #fff; }

.site-header.header-layout-c .logo { padding-left: 40px; }

@media (min-width: 768px) { .site-header .logo { padding: 20px 0 0 0; }
  .site-header .logo img, .site-header .logo svg { width: 230px; }
  .site-header.header-layout-a .logo, .site-header.header-layout-b .logo, .site-header.header-layout-c .logo, .site-header.header-layout-e .logo { float: left; }
  .site-header.header-layout-c .logo { padding: 28px 0 0 80px; }
  .site-header.header-layout-d .logo { position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); position: absolute; padding: 28px 0 0 0; } }

@media (min-width: 992px) { .site-header .logo img, .site-header .logo svg { width: 230px; }
  .site-header.header-layout-c .logo { padding: 28px 0 0 50px; } }

.site-header .logo.show-alternate-logo .header-logo { display: none; }

.site-header .logo.show-alternate-logo .header-logo-alternate { display: block; }

@media (min-width: 768px) { .header-layout-a .main-navigation, .header-layout-d .main-navigation, .header-layout-e .main-navigation { display: inline-block; float: right; margin-top: 40px; margin-right: 60px; vertical-align: middle; }
  .header-layout-a .main-navigation .menu .menu-item, .header-layout-d .main-navigation .menu .menu-item, .header-layout-e .main-navigation .menu .menu-item { float: left; position: relative; }
  .header-layout-a .main-navigation .menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item a { color: #fff; display: block; font-weight: 500; font-size: -moz-calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))); padding: 10px 40px; }
  .header-layout-a .main-navigation .menu .menu-item a:hover, .header-layout-a .main-navigation .menu .menu-item a:active, .header-layout-a .main-navigation .menu .menu-item a:focus, .header-layout-d .main-navigation .menu .menu-item a:hover, .header-layout-d .main-navigation .menu .menu-item a:active, .header-layout-d .main-navigation .menu .menu-item a:focus, .header-layout-e .main-navigation .menu .menu-item a:hover, .header-layout-e .main-navigation .menu .menu-item a:active, .header-layout-e .main-navigation .menu .menu-item a:focus { text-decoration: none; }
  .header-layout-a .main-navigation .menu .menu-item > a, .header-layout-d .main-navigation .menu .menu-item > a, .header-layout-e .main-navigation .menu .menu-item > a { border-bottom: 2px solid transparent; border-top: 0 solid transparent; line-height: 1; padding: 10px 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; }
  .header-layout-a .main-navigation .menu .menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item:hover > a { background-color: transparent; border-bottom: 2px solid #605e69; border-top: 0 solid #fff; color: #605e69; }
  .header-layout-a .main-navigation .menu .menu-item.menu-item-has-children > a:after, .header-layout-d .main-navigation .menu .menu-item.menu-item-has-children > a:after, .header-layout-e .main-navigation .menu .menu-item.menu-item-has-children > a:after { content: '\f078'; display: inline-block; font-family: FontAwesome; font-size: .6em; margin-left: 5px; margin-top: 3px; vertical-align: top; }
  .header-layout-a .main-navigation .menu .menu-item.current-menu-item > a, .header-layout-a .main-navigation .menu .menu-item.current-menu-ancestor > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-item > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-ancestor > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-item > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-ancestor > a { background-color: transparent; border-bottom: 2px solid #605e69; border-top: 0 solid #fff; color: #605e69; }
  .header-layout-a .main-navigation .menu .menu-item.current-menu-item:hover > a, .header-layout-a .main-navigation .menu .menu-item.current-menu-ancestor:hover > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item.current-menu-ancestor:hover > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item.current-menu-ancestor:hover > a { background-color: transparent; border-bottom: 2px solid #605e69; border-top: 0 solid #fff; color: #605e69; }
  .header-layout-a .main-navigation .menu .menu-item .expand, .header-layout-d .main-navigation .menu .menu-item .expand, .header-layout-e .main-navigation .menu .menu-item .expand { display: none; }
  .header-layout-a .main-navigation .menu > .menu-item, .header-layout-d .main-navigation .menu > .menu-item, .header-layout-e .main-navigation .menu > .menu-item { margin: 0 8px; }
  .header-layout-a .header-layout-b .main-navigation, .header-layout-a .header-layout-c .main-navigation, .header-layout-d .header-layout-b .main-navigation, .header-layout-d .header-layout-c .main-navigation, .header-layout-e .header-layout-b .main-navigation, .header-layout-e .header-layout-c .main-navigation { margin-top: 0; }
  .header-layout-a .header-layout-d .main-navigation, .header-layout-d .header-layout-d .main-navigation, .header-layout-e .header-layout-d .main-navigation { float: left; }
  .header-layout-a .header-layout-e .main-navigation, .header-layout-d .header-layout-e .main-navigation, .header-layout-e .header-layout-e .main-navigation { float: none; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); position: absolute; } }

@media (min-width: 992px) { .header-layout-a .main-navigation, .header-layout-d .main-navigation, .header-layout-e .main-navigation { background: transparent; }
  .header-layout-a .main-navigation .menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item a { font-size: -moz-calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))); padding: 10px 0; }
  .header-layout-a .main-navigation .menu > .menu-item, .header-layout-d .main-navigation .menu > .menu-item, .header-layout-e .main-navigation .menu > .menu-item { margin: 0 15px; } }

@media (min-width: 1200px) { .header-layout-a .main-navigation .menu .menu-item > a, .header-layout-d .main-navigation .menu .menu-item > a, .header-layout-e .main-navigation .menu .menu-item > a { font-size: -moz-calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))); padding: 10px 0 48px 0; }
  .header-layout-a .main-navigation .menu > .menu-item, .header-layout-d .main-navigation .menu > .menu-item, .header-layout-e .main-navigation .menu > .menu-item { margin: 0 15px; } }

@media (min-width: 768px) { .site-header.hide-main-menu .main-navigation { display: none; } }

.site-header .site-header-col { position: static; }

.header-layout-b .main-navigation, .header-layout-c .main-navigation, .header-layout-mobile-only .main-navigation { background: transparent; font-family: "Manrope", sans-serif; left: 0; position: fixed; text-align: left; top: 0; width: 100%; z-index: -1; }

.header-layout-b .main-navigation .menu-background, .header-layout-c .main-navigation .menu-background, .header-layout-mobile-only .main-navigation .menu-background { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-image: url("/wp-content/uploads/2020/10/mobile-nav-scaled.jpg"); display: none; opacity: 0; overflow-y: scroll; position: absolute; top: 0; visibility: hidden; -webkit-transition: visibility 0.2s, opacity 0.2s linear; -moz-transition: visibility 0.2s, opacity 0.2s linear; transition: visibility 0.2s, opacity 0.2s linear; width: 100%; z-index: 112; height: 100%; height: 100vh; left: 0; }

.header-layout-b .main-navigation .menu-content-wrapper, .header-layout-c .main-navigation .menu-content-wrapper, .header-layout-mobile-only .main-navigation .menu-content-wrapper { padding-top: 150px; position: relative; z-index: 15; }

.header-layout-b .main-navigation .menu-primary-container, .header-layout-c .main-navigation .menu-primary-container, .header-layout-mobile-only .main-navigation .menu-primary-container { overflow: hidden; padding-bottom: 20px; position: relative; z-index: 114; }

.header-layout-b .main-navigation .menu > .menu-item, .header-layout-c .main-navigation .menu > .menu-item, .header-layout-mobile-only .main-navigation .menu > .menu-item { -webkit-animation: enter-menu-items .4s both; -moz-animation: enter-menu-items .4s both; animation: enter-menu-items .4s both; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 1), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 1), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 1) { -webkit-animation-delay: 0.075s; -moz-animation-delay: 0.075s; animation-delay: 0.075s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 2), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 2), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 2) { -webkit-animation-delay: 0.15s; -moz-animation-delay: 0.15s; animation-delay: 0.15s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 3), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 3), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 3) { -webkit-animation-delay: 0.225s; -moz-animation-delay: 0.225s; animation-delay: 0.225s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 4), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 4), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 4) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 5), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 5), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 5) { -webkit-animation-delay: 0.375s; -moz-animation-delay: 0.375s; animation-delay: 0.375s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 6), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 6), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 6) { -webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; animation-delay: 0.45s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 7), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 7), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 7) { -webkit-animation-delay: 0.525s; -moz-animation-delay: 0.525s; animation-delay: 0.525s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 8), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 8), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 8) { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 9), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 9), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 9) { -webkit-animation-delay: 0.675s; -moz-animation-delay: 0.675s; animation-delay: 0.675s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 10), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 10), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 10) { -webkit-animation-delay: 0.75s; -moz-animation-delay: 0.75s; animation-delay: 0.75s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 11), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 11), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 11) { -webkit-animation-delay: 0.825s; -moz-animation-delay: 0.825s; animation-delay: 0.825s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 12), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 12), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 12) { -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; animation-delay: 0.9s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 13), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 13), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 13) { -webkit-animation-delay: 0.975s; -moz-animation-delay: 0.975s; animation-delay: 0.975s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 14), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 14), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 14) { -webkit-animation-delay: 1.05s; -moz-animation-delay: 1.05s; animation-delay: 1.05s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 15), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 15), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 15) { -webkit-animation-delay: 1.125s; -moz-animation-delay: 1.125s; animation-delay: 1.125s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 16), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 16), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 16) { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; animation-delay: 1.2s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 17), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 17), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 17) { -webkit-animation-delay: 1.275s; -moz-animation-delay: 1.275s; animation-delay: 1.275s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 18), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 18), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 18) { -webkit-animation-delay: 1.35s; -moz-animation-delay: 1.35s; animation-delay: 1.35s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 19), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 19), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 19) { -webkit-animation-delay: 1.425s; -moz-animation-delay: 1.425s; animation-delay: 1.425s; }

.header-layout-b .main-navigation .menu > .menu-item:nth-child(n + 20), .header-layout-c .main-navigation .menu > .menu-item:nth-child(n + 20), .header-layout-mobile-only .main-navigation .menu > .menu-item:nth-child(n + 20) { -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s; }

.header-layout-b .main-navigation .menu .menu-item, .header-layout-c .main-navigation .menu .menu-item, .header-layout-mobile-only .main-navigation .menu .menu-item { margin: 0; width: 100%; }

.header-layout-b .main-navigation .menu .menu-item a, .header-layout-c .main-navigation .menu .menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item a { background: transparent; border-bottom: 0px solid rgba(255, 255, 255, 0.1); color: #fff; font-family: "Manrope", sans-serif; font-size: -moz-calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))); font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300))); padding: 10px 60px; text-transform: none; }

@media (max-width: 767px) { .header-layout-b .main-navigation .menu .menu-item a, .header-layout-c .main-navigation .menu .menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item a { padding: 10px 20px; } }

.header-layout-b .main-navigation .menu .menu-item a:hover, .header-layout-b .main-navigation .menu .menu-item a:active, .header-layout-b .main-navigation .menu .menu-item a:focus, .header-layout-c .main-navigation .menu .menu-item a:hover, .header-layout-c .main-navigation .menu .menu-item a:active, .header-layout-c .main-navigation .menu .menu-item a:focus, .header-layout-mobile-only .main-navigation .menu .menu-item a:hover, .header-layout-mobile-only .main-navigation .menu .menu-item a:active, .header-layout-mobile-only .main-navigation .menu .menu-item a:focus { text-decoration: none; }

.header-layout-b .main-navigation .menu .menu-item.current-menu-item a, .header-layout-b .main-navigation .menu .menu-item.current-menu-ancestor a, .header-layout-c .main-navigation .menu .menu-item.current-menu-item a, .header-layout-c .main-navigation .menu .menu-item.current-menu-ancestor a, .header-layout-mobile-only .main-navigation .menu .menu-item.current-menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item.current-menu-ancestor a { background-color: transparent; color: #002b38; }

.header-layout-b .main-navigation .menu .menu-item:last-of-type a, .header-layout-c .main-navigation .menu .menu-item:last-of-type a, .header-layout-mobile-only .main-navigation .menu .menu-item:last-of-type a { border-bottom: none; }

@media (min-width: 992px) { .header-layout-b .main-navigation .menu, .header-layout-c .main-navigation .menu, .header-layout-mobile-only .main-navigation .menu { width: 40%; } }

.header-layout-b.menu-toggled .main-navigation, .header-layout-c.menu-toggled .main-navigation, .header-layout-mobile-only.menu-toggled .main-navigation { background: transparent; height: 100%; height: 100vh; z-index: 112; }

.header-layout-b.menu-toggled .main-navigation .menu-background, .header-layout-c.menu-toggled .main-navigation .menu-background, .header-layout-mobile-only.menu-toggled .main-navigation .menu-background { display: block; visibility: visible; opacity: 1; width: 100%; height: 100%; height: 100vh; }

@-webkit-keyframes enter-menu-items { from { opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes enter-menu-items { from { opacity: 0;
    -moz-transform: translateY(-50%);
         transform: translateY(-50%); }
  to { opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes enter-menu-items { from { opacity: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes enter-nav-items { from { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes enter-nav-items { from { opacity: 0;
    -moz-transform: translateY(100%);
         transform: translateY(100%); }
  to { opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@keyframes enter-nav-items { from { opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%); }
  to { opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0); } }

.header-layout-b .main-navigation .menu-background-close, .header-layout-c .main-navigation .menu-background-close, .header-layout-mobile-only .main-navigation .menu-background-close { background: transparent; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 111; }

.header-layout-b .main-navigation .menu .menu-item .sub-menu, .header-layout-c .main-navigation .menu .menu-item .sub-menu, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu { background: transparent; padding: 10px 0 10px 50px; }

@media (max-width: 767px) { .header-layout-b .main-navigation .menu .menu-item .sub-menu, .header-layout-c .main-navigation .menu .menu-item .sub-menu, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu { padding: 0 10px; } }

.header-layout-b .main-navigation .menu .menu-item .sub-menu .menu-item, .header-layout-c .main-navigation .menu .menu-item .sub-menu .menu-item, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu .menu-item { display: inline-block; text-align: left; width: 100%; }

.header-layout-b .main-navigation .menu .menu-item .sub-menu .menu-item a, .header-layout-c .main-navigation .menu .menu-item .sub-menu .menu-item a, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu .menu-item a { background: transparent; font-size: -moz-calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); padding: 5px 10px; }

.header-layout-b .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-c .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-mobile-only .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a { background: transparent; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children { position: relative; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children a .expand, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children a .expand, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children a .expand { display: block; padding: 10px 60px; position: absolute; right: 0px; top: 0; width: 60px; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children a .expand .fal, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children a .expand .fal, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children a .expand .fal { font-size: 2.5rem; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.25, 1.5); -moz-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.25, 1.5); transition: all 0.2s cubic-bezier(0.25, 0.25, 0.25, 1.5); }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a .expand .fs, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a .expand .fs, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children .sub-menu a .expand .fs { font-size: 1.25rem; }

.header-layout-b .main-navigation .menu .menu-item.menu-item-has-children.expanded > a .expand .fal, .header-layout-c .main-navigation .menu .menu-item.menu-item-has-children.expanded > a .expand .fal, .header-layout-mobile-only .main-navigation .menu .menu-item.menu-item-has-children.expanded > a .expand .fal { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotate(180deg); transform: rotateZ(180deg); }

.header-layout-b .menu-toggle, .header-layout-c .menu-toggle, .header-layout-mobile-only .menu-toggle { -webkit-tap-highlight-color: transparent; cursor: pointer; padding: 5px; pointer-events: all; position: absolute; left: 0px; top: 40px; width: 45px; height: 34px; z-index: 6000; }

.header-layout-b .menu-toggle .toggle .inner, .header-layout-c .menu-toggle .toggle .inner, .header-layout-mobile-only .menu-toggle .toggle .inner { background-color: #605e69; height: 2px; position: relative; -webkit-transition: all 0.2s cubic-bezier(0.15, 1, 0.3, 1); -moz-transition: all 0.2s cubic-bezier(0.15, 1, 0.3, 1); transition: all 0.2s cubic-bezier(0.15, 1, 0.3, 1); }

.header-layout-b .menu-toggle .toggle .inner:before, .header-layout-b .menu-toggle .toggle .inner:after, .header-layout-c .menu-toggle .toggle .inner:before, .header-layout-c .menu-toggle .toggle .inner:after, .header-layout-mobile-only .menu-toggle .toggle .inner:before, .header-layout-mobile-only .menu-toggle .toggle .inner:after { background-color: #605e69; content: ''; display: block; height: 2px; position: absolute; -webkit-transition: all 0.2s cubic-bezier(0.15, 1, 0.3, 1); -moz-transition: all 0.2s cubic-bezier(0.15, 1, 0.3, 1); transition: all 0.2s cubic-bezier(0.15, 1, 0.3, 1); width: 100%; }

.header-layout-b .menu-toggle .toggle .inner:before, .header-layout-c .menu-toggle .toggle .inner:before, .header-layout-mobile-only .menu-toggle .toggle .inner:before { top: -12px; }

.header-layout-b .menu-toggle .toggle .inner:after, .header-layout-c .menu-toggle .toggle .inner:after, .header-layout-mobile-only .menu-toggle .toggle .inner:after { bottom: -12px; }

.header-layout-b.menu-toggled .menu-toggle, .header-layout-c.menu-toggled .menu-toggle, .header-layout-mobile-only.menu-toggled .menu-toggle { position: fixed; right: 60px; }

@media (max-width: 767px) { .header-layout-b.menu-toggled .menu-toggle, .header-layout-c.menu-toggled .menu-toggle, .header-layout-mobile-only.menu-toggled .menu-toggle { right: 25px; } }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner, .header-layout-c.menu-toggled .menu-toggle .toggle .inner, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner { height: 0; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-b.menu-toggled .menu-toggle .toggle .inner:after, .header-layout-c.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-c.menu-toggled .menu-toggle .toggle .inner:after, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner:after { background-color: #fff; }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-c.menu-toggled .menu-toggle .toggle .inner:before, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner:before { top: 50%; -webkit-transform: translateY(-50%) rotateZ(45deg); -moz-transform: translateY(-50%) rotateZ(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotateZ(45deg); }

.header-layout-b.menu-toggled .menu-toggle .toggle .inner:after, .header-layout-c.menu-toggled .menu-toggle .toggle .inner:after, .header-layout-mobile-only.menu-toggled .menu-toggle .toggle .inner:after { top: 50%; -webkit-transform: translateY(-50%) rotateZ(-45deg); -moz-transform: translateY(-50%) rotateZ(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotateZ(-45deg); }

.header-layout-a .menu-toggle, .header-layout-b .menu-toggle { left: auto; right: 10px; }

@media (min-width: 768px) { .header-layout-b .menu-toggle, .header-layout-c .menu-toggle { left: 25px; top: 50px; }
  .header-layout-b .menu-toggle { left: auto; } }

.main-navigation .menu .menu-item .sub-menu { display: none; }

@media (min-width: 768px) { .header-layout-a .main-navigation .menu .menu-item .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu { background: #fff; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); display: block; height: 0; left: 0; opacity: 0; overflow: hidden; padding-left: 0; position: absolute; top: 36px; width: 250px; z-index: 120; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item { display: block; width: 100%; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item > a { background: #fff; border: 0; color: #156a82; font-size: 0.9375rem; line-height: 1.2; margin: 0; -webkit-transition: background .2s ease; -moz-transition: background .2s ease; transition: background .2s ease; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item:hover > a { background: #797684; color: #fff; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item > a { background: #fff; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item:hover > a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item:hover > a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item.current-menu-item:hover > a { background: #797684; }
  .header-layout-a .main-navigation .menu .menu-item:hover > .sub-menu, .header-layout-d .main-navigation .menu .menu-item:hover > .sub-menu, .header-layout-e .main-navigation .menu .menu-item:hover > .sub-menu { height: auto; opacity: 1; overflow: visible; }
  .header-layout-a .main-navigation .menu .menu-item:hover > .sub-menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item:hover > .sub-menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item:hover > .sub-menu .menu-item a { padding: 12px 20px; } }

@media (min-width: 992px) { .header-layout-a .main-navigation .menu .menu-item .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu { top: 66px; } }

@media (min-width: 768px) { .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu { left: 0; margin-left: -100%; position: absolute; top: 0; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a { -webkit-transition: background .2s ease; -moz-transition: background .2s ease; transition: background .2s ease; }
  .header-layout-a .main-navigation .menu .menu-item .sub-menu .menu-item:hover .sub-menu, .header-layout-d .main-navigation .menu .menu-item .sub-menu .menu-item:hover .sub-menu, .header-layout-e .main-navigation .menu .menu-item .sub-menu .menu-item:hover .sub-menu { overflow: visible; } }

@media (min-width: 768px) { .header-layout-a .main-navigation .menu .menu-item:last-of-type .sub-menu, .header-layout-d .main-navigation .menu .menu-item:last-of-type .sub-menu, .header-layout-e .main-navigation .menu .menu-item:last-of-type .sub-menu { left: auto; right: 0; }
  .header-layout-a .main-navigation.align-right .menu .menu-item:last-of-type .sub-menu, .header-layout-d .main-navigation.align-right .menu .menu-item:last-of-type .sub-menu, .header-layout-e .main-navigation.align-right .menu .menu-item:last-of-type .sub-menu { left: auto; right: 0; }
  .header-layout-a .main-navigation.align-right .menu .menu-item .sub-menu, .header-layout-d .main-navigation.align-right .menu .menu-item .sub-menu, .header-layout-e .main-navigation.align-right .menu .menu-item .sub-menu { left: auto; right: 0; } }

.header-layout-a .main-navigation .social-icons, .header-layout-d .main-navigation .social-icons, .header-layout-e .main-navigation .social-icons { display: none; }

.header-layout-b .main-navigation .social-icons, .header-layout-c .main-navigation .social-icons, .header-layout-mobile-only .main-navigation .social-icons { display: block; opacity: 0; padding: 20px; position: relative; -webkit-transition: all 1s cubic-bezier(0.18, 1, 0.21, 1); -moz-transition: all 1s cubic-bezier(0.18, 1, 0.21, 1); transition: all 1s cubic-bezier(0.18, 1, 0.21, 1); z-index: 115; }

.header-layout-b .main-navigation .social-icons .social-icon a, .header-layout-c .main-navigation .social-icons .social-icon a, .header-layout-mobile-only .main-navigation .social-icons .social-icon a { border: 2px solid #605e69; background-color: transparent; color: #605e69; font-size: 1.125rem; height: 45px; line-height: 41px; width: 45px; }

.header-layout-b .main-navigation .social-icons.social-icons-enter, .header-layout-c .main-navigation .social-icons.social-icons-enter, .header-layout-mobile-only .main-navigation .social-icons.social-icons-enter { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.site-header .top-links { font-size: 1.25rem; }

.site-header .menu-top-links-container { display: none; }

.site-header .menu-top-links-container .menu { list-style-type: none; margin: 0; padding: 0; }

.site-header .menu-top-links-container .menu .menu-item { display: inline-block; }

.site-header .menu-top-links-container .menu .menu-item a { color: #fff; display: block; padding: 5px; }

.site-header .menu-top-links-container .menu .menu-item a:hover { text-decoration: none; }

@media (max-width: 767px) { .site-header .top-links { float: right; } }

@media (min-width: 768px) { .site-header .top-links { position: absolute; right: 200px; top: 28px; display: inline-block; vertical-align: top; }
  .site-header .top-links .menu-top-links-container { display: block; } }

.site-header .top-links .my-account { color: #fff; display: inline-block; line-height: 1; font-size: 1.5rem; padding: 16px 10px; }

@media (min-width: 768px) { .site-header .top-links .my-account { padding: 12px 10px 5px; font-size: 1.1875rem; } }

.site-header .phone-number .number { color: #605e69; display: none; margin-bottom: 0; }

.site-header .phone-number .icon { color: #605e69; display: block; font-size: 1.375rem; line-height: 1; padding: 30px 10px; position: absolute; right: 60px; }

@media (min-width: 768px) { .site-header .phone-number .icon { right: 10px; top: 17px; } }

@media (min-width: 992px) { .site-header .phone-number { background: #156a82; display: inline-block; float: none; line-height: 1; margin-top: 19px; margin-left: 10px; padding: 8px 15px; vertical-align: middle; }
  .site-header .phone-number a { color: #fff; }
  .site-header .phone-number .number { color: #fff; display: block; font-size: 1.125rem; font-weight: normal; }
  .site-header .phone-number .fal { font-size: 0.8125rem; }
  .site-header .phone-number .icon { display: none; } }

.site-header .social-icons { display: none; padding: 10px; }

@media (min-width: 768px) { .site-header .social-icons { display: inline-block; margin-top: 10px; margin-left: 10px; padding: 0; } }

.site-header .search { position: absolute; right: 80px; top: 0; }

.site-header .search .search-toggle { background: #ccc; color: #605e69; font-size: 1.9em; padding: 12px 12px 13px; display: none; position: absolute; right: 0; text-align: center; top: 0; width: 65px; z-index: 10001; }

.site-header .search .search-form { position: absolute; right: 0; top: 0; width: 50px; }

.site-header .search .search-form .search-field { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: 0; color: transparent; font-size: 1.2em; height: 60px; padding-bottom: 5px; padding-top: 5px; padding-right: 30px; position: absolute; right: 0; top: 0; width: 50px; z-index: 3; }

.site-header .search .search-form .search-field::-webkit-input-placeholder { color: transparent; }

.site-header .search .search-form .search-field:-moz-placeholder { color: transparent; }

.site-header .search .search-form .search-field::-moz-placeholder { color: transparent; }

.site-header .search .search-form .search-field:-ms-input-placeholder { color: transparent; }

.site-header .search .search-form .search-field:focus { outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.site-header .search .search-form .search-submit { background: transparent; border: 0; color: #fff; font-size: 1.5em; margin-left: -35px; padding: 15px 15px; position: absolute; right: 0; top: 1px; z-index: 2; }

.site-header.show-search .search { background: #fff; height: 90px; left: 0; right: auto; top: 0; width: 100%; z-index: 10001; }

.site-header.show-search .search .search-toggle { display: block; }

.site-header.show-search .search .search-form { left: 0; padding-left: 20px; right: auto; width: -moz-calc(100% - 65px); width: calc(100% - 65px); }

.site-header.show-search .search .search-form .search-field { background: #fff; color: #605e69; left: 20px; right: auto; top: 2px; width: 100%; }

.site-header.show-search .search .search-form .search-field::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.25); }

.site-header.show-search .search .search-form .search-field:-moz-placeholder { color: rgba(0, 0, 0, 0.25); }

.site-header.show-search .search .search-form .search-field::-moz-placeholder { color: rgba(0, 0, 0, 0.25); }

.site-header.show-search .search .search-form .search-field:-ms-input-placeholder { color: rgba(0, 0, 0, 0.25); }

.site-header.show-search .search .search-form .search-submit { color: #156a82; right: 0px; z-index: 4; }

.site-header.hide-navigation .search { display: none; }

@media (min-width: 768px) { .site-header .search { -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; display: inline-block; margin-top: 10px; margin-right: 10px; position: relative; right: auto; top: auto; vertical-align: top; }
  .site-header .search .search-toggle { background: transparent; color: rgba(255, 255, 255, 0.5); font-size: 1.3em; line-height: 1; margin-right: -50px; padding: 8px 10px; right: 0; top: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; width: 50px; }
  .site-header .search .search-toggle:hover { background: transparent; color: rgba(255, 255, 255, 0.75); }
  .site-header .search .search-form { display: block; position: static; width: 100%; }
  .site-header .search .search-form .search-field { border-bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; cursor: pointer; font-size: 1em; height: 40px; padding: 0; position: relative; z-index: 1; }
  .site-header .search .search-form .search-submit { color: #fff; font-size: 1.3em; line-height: 1; margin-left: -39px; padding: 8px 10px; position: static; }
  .site-header.show-search .search { background: #eee; border-left: 0; height: auto; left: auto; margin-left: 20px; margin-right: 60px; position: relative; right: 0; width: 250px; }
  .site-header.show-search .search .search-form { padding-left: 0; position: static; width: 100%; }
  .site-header.show-search .search .search-form .search-field { background: transparent; cursor: text; color: #605e69; height: 40px; padding: 0 10px; position: static; border: 2px solid #11586c; }
  .site-header.show-search .search .search-form .search-field::-webkit-input-placeholder { color: rgba(96, 94, 105, 0.25); }
  .site-header.show-search .search .search-form .search-field:-moz-placeholder { color: rgba(96, 94, 105, 0.25); }
  .site-header.show-search .search .search-form .search-field::-moz-placeholder { color: rgba(96, 94, 105, 0.25); }
  .site-header.show-search .search .search-form .search-field:-ms-input-placeholder { color: rgba(96, 94, 105, 0.25); }
  .site-header.show-search .search .search-form .search-submit { color: #156a82; font-size: 1.3em; padding: 8px 10px; position: absolute; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; right: 0; }
  .site-header.show-search .search .search-form .search-submit:hover { color: #11586c; } }

.menu-call-to-action-container { padding-top: 25px; }

@media (max-width: 767px) { .menu-call-to-action-container { padding-top: 34px; } }

.menu-call-to-action-container li { display: inline-block; list-style: none; padding: 0 10px; }

.menu-call-to-action-container li a { font-size: 1.375rem; }

@media (max-width: 767px) { .menu-call-to-action-container li a { font-size: 1.125rem; } }

.site-header.menu-toggled .menu-call-to-action-container { position: fixed; z-index: 200; top: 20px; right: 140px; }

.site-header.menu-toggled .menu-call-to-action-container li a { color: #fff; }

@media (max-width: 991px) { .site-header.menu-toggled .menu-call-to-action-container { right: 105px; } }

@media (max-width: 767px) { .site-header.menu-toggled .menu-call-to-action-container { right: 75px; top: 3px; } }

.site-footer { background-color: #156a82; position: relative; }

.site-footer .solve { font-family: "Manrope", sans-serif; padding-top: 160px; }

.site-footer .solve p { color: #156a82 !important; font-size: 2.25rem; line-height: normal; }

.site-footer .solve .col-sm-2 { text-align: right; }

.site-footer .solve a { border-bottom: 2px solid #002b38; color: #002b38; display: inline-block; text-align: center; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

.site-footer .solve a .fal { font-size: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; vertical-align: middle; }

.site-footer .solve a:hover { border-color: #002b38; color: #002b38; }

.site-footer .solve a:hover .fal { display: inline-block; font-size: 1.75rem; padding-right: 12px; }

.site-footer .title { color: #fff; font-family: "Manrope", sans-serif; font-size: 1.125rem; font-weight: bold; letter-spacing: normal; }

.site-footer .footer-columns { padding: 40px 0; }

.site-footer #mc_embed_signup { position: relative; }

.site-footer #mc_embed_signup input { border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-bottom: 1px solid #fff; display: inline-block; font-size: 1rem; margin-right: 15px; padding-left: 0; width: 33%; }

.site-footer #mc_embed_signup .button { background: transparent; border: 2px solid #002b38; padding: 8px; position: absolute; right: 0; top: 0; width: 25%; }

@media (max-width: 767px) { .site-footer .footer-col { margin-bottom: 40px; text-align: center; }
  .site-footer .footer-col:last-of-type { margin-bottom: 0; } }

@media (min-width: 768px) { .site-footer .footer-columns { padding: 60px 0; } }

.site-footer .footer-bottom { background: #11586c; color: #fff; font-size: 0.875rem; padding: 20px 0; text-align: center; }

.site-footer .footer-bottom a { color: #fff; }

.site-footer .footer-bottom .copyright { display: block; }

.site-footer .footer-bottom .copyright p { margin-bottom: 0; }

.site-footer .footer-bottom .website-by-ticktock { display: block; }

@media (min-width: 576px) { .site-footer .footer-bottom { padding: 40px 0; }
  .site-footer .footer-bottom p { margin-bottom: 0; }
  .site-footer .footer-bottom .copyright { display: inline-block; }
  .site-footer .footer-bottom .website-by-ticktock { display: inline-block; } }

.menu-footer-bottom-container { display: inline-block; }

.menu-footer-bottom-container .menu { list-style-type: none; padding: 0; }

.menu-footer-bottom-container .menu .menu-item { display: inline-block; }

.menu-footer-bottom-container .menu .menu-item a { display: block; padding: 0 20px; }

.site-footer .logo, .site-footer .footer-logo { display: block; margin: 0 auto; padding: 60px 0 0 0; width: 180px; }

@media (min-width: 768px) { .site-footer .logo, .site-footer .footer-logo { width: 220px; } }

.footer-menu .menu { list-style-type: none; margin: 0; padding: 0 0 20px 0; }

.footer-menu .sub-menu { margin: 0; padding: 0; }

.footer-menu .menu-item { margin: 0; padding: 0; list-style-type: none; }

.footer-menu .menu-item a { color: #fff; display: block; font-family: "Manrope", sans-serif; font-size: 1.125rem; line-height: normal; padding: 5px 0; }

.footer-menu .menu-item a:hover { color: #002b38; text-decoration: underline; }

.footer-menu .menu-item.menu-item-phone a { color: #002b38; font-size: 1.25rem; font-weight: 700; }

.footer-menu .menu-item.current-menu-item a { color: #605e69; }

.dark-bg .footer-menu .menu-item a { color: #fff; }

.site-footer .footer-contact { margin-bottom: 20px; }

.site-footer .footer-contact .footer-contact-item { color: #156a82 !important; display: inline-block; margin-bottom: 0; vertical-align: top; width: 100%; }

.site-footer .footer-contact .footer-contact-item .icon { display: none; float: left; width: 20px; text-align: center; }

.site-footer .footer-contact .footer-contact-item .contact-detail { display: block; }

.site-footer .footer-contact .footer-contact-item.business-address { margin-top: 30px; }

.site-footer .footer-contact .footer-contact-item.business-locations p { margin-bottom: 0; }

nav ul { margin-bottom: 0; padding-left: 0; }

nav ul li { display: inline-block; margin-bottom: 0; }

nav ul li a { display: block; }

.btn { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; background-color: transparent; background-position: bottom; -webkit-background-size: 2px 2px; -moz-background-size: 2px; background-size: 2px; background-repeat: no-repeat; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #000; cursor: pointer; font-family: "Manrope", sans-serif; font-size: -moz-calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300))); margin-bottom: 16px; outline: 0; overflow: hidden; padding: 10px 0; position: relative; }

.btn:after { background: #002b38; bottom: 0; content: ''; height: 2px; left: 0; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; width: 100%; }

.btn:hover:after { background: black; width: 100%; }

.btn:hover, .btn:focus, .btn:active { background: transparent; border-color: transparent; color: #000; }

.btn:focus { outline: 0; }

.btn.btn-sm { font-size: 0.85rem; padding: 5px 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn.btn-lg { font-size: 1.5rem; padding: 16px 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.btn.btn-outline { background: transparent; border-color: transparent; border-width: 1px; color: transparent; }

.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active { background: transparent; border-color: transparent; color: #fff; }

.btn.btn-primary { background: #156a82; border: 0 solid transparent; color: #fff; }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active { background: #0e4656; border-color: transparent; color: #fff; }

.btn.btn-primary.btn-outline { background: transparent; border-color: #156a82; border-width: 1px; color: #156a82; }

.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:active { background: #156a82; border-color: #156a82; color: #fff; }

.btn.btn-secondary { background: #605e69; border: 0 solid transparent; color: #fff; }

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active { background: #47464e; border-color: transparent; color: #fff; }

.btn.btn-secondary.btn-outline { background: transparent; border: 1px solid #605e69; color: #605e69; }

.btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active { background: #605e69; border-color: #605e69; color: #fff; }

.btn.btn-tertiary { background: #002b38; border: 0 solid transparent; color: #fff; }

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active { background: #000405; border-color: transparent; color: #fff; }

.btn.btn-tertiary.btn-outline { background: transparent; border: 1px solid #002b38; color: #002b38; }

.btn.btn-tertiary.btn-outline:focus, .btn.btn-tertiary.btn-outline:hover, .btn.btn-tertiary.btn-outline:active { background: #002b38; border-color: #002b38; color: #fff; }

.btn.btn-success { background: #5cb85c; border: 0 solid transparent; color: #fff; }

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active { background: #4cae4c; border-color: transparent; color: #fff; }

.btn.btn-success.btn-outline { background: transparent; border: 1px solid #5cb85c; color: #5cb85c; }

.btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:active { background: #5cb85c; border-color: #5cb85c; color: #fff; }

.btn.btn-info { background: #5bc0de; border: 0 solid transparent; color: #fff; }

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active { background: #46b8da; border-color: #5bc0de; color: #fff; }

.btn.btn-info.btn-outline { background: transparent; border: 1px solid #5bc0de; color: #5bc0de; }

.btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:active { background: #5bc0de; border-color: #5bc0de; color: #fff; }

.btn.btn-warning { background: #f0ad4e; border: 0 solid transparent; color: #fff; }

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active { background: #eea236; border-color: transparent; color: #fff; }

.btn.btn-warning.btn-outline { background: transparent; border: 1px solid #f0ad4e; color: #f0ad4e; }

.btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:active { background: #f0ad4e; border-color: #f0ad4e; color: #fff; }

.btn.btn-danger { background: #d9534f; border: 0 solid transparent; color: #fff; }

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active { background: #d43f3a; border-color: transparent; color: #fff; }

.btn.btn-danger.btn-outline { background: transparent; border: 1px solid #d9534f; color: #d9534f; }

.btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:active { background: #d9534f; border-color: #d9534f; color: #fff; }

.btn.btn-link { background: transparent; color: #156a82; }

.btn.btn-link:focus { color: #156a82; }

.btn.disabled, .btn[disabled] { cursor: not-allowed; opacity: .4; }

table { font-size: 16px; }

table tr th { background: transparent; border-bottom: 1px solid #eceded; color: #605e69; padding: 10px 5px; vertical-align: middle; }

table tr td { background: transparent; border-bottom: 1px solid #eceded; color: #605e69; padding: 10px 5px; vertical-align: middle; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="search"], textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: transparent; width: 100%; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="search"] { border: 1px solid #c7c9ca; height: 48px; padding: 10px; }

textarea { border: 1px solid #c7c9ca; height: 9rem; min-height: 5rem; padding: 10px; resize: vertical; }

@media (min-width: 768px) { textarea { height: 12rem; } }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="search"], textarea { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #605e69; }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { border-color: #156a82; -webkit-box-shadow: 0 0 10px rgba(21, 106, 130, 0.3); -moz-box-shadow: 0 0 10px rgba(21, 106, 130, 0.3); box-shadow: 0 0 10px rgba(21, 106, 130, 0.3); outline: 0; }

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #156a82; }

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder { color: #156a82; }

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder { color: #156a82; }

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #156a82; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYmU2ZGJmMC0zMWRkLTQyN2EtYjIyYi02YjExMGU5ZDVmODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM2MzE0REVCNjkzMTFFNkIxODVBOTBFNDM1NDFDOEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM2MzE0RERCNjkzMTFFNkIxODVBOTBFNDM1NDFDOEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmI4YTU2Zjg5LTM0MzAtNDcxNS1iOGQyLWQ5NWM4NzdmYmIyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpjYmU2ZGJmMC0zMWRkLTQyN2EtYjIyYi02YjExMGU5ZDVmODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4RdGokAAAAf0lEQVR42mL8//8/AzUBEwOVwaiBlAMWbIKMjIxEG4CeSujq5fkgB+DBC3E6GR1DARcQX8Zh2HUg5samH5+BIKABxF/QDPsKxLq4HETIQBCIQTMwFZ8PiTEQBGZBDVtKKMiINZATiFcCMS8hAxmxGUBJOmQhRtFo4UBfAwECDADAD7B6p+ae7AAAAABJRU5ErkJggg=="); background-repeat: no-repeat; background-position: 97.5% 50%; border: 1px solid #c7c9ca; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #605e69; height: 48px; padding: 10px; }

select:focus { border: 1px solid #156a82; outline: none; }

select::-ms-expand { display: none; }

select option { background: transparent; color: #605e69; }

select option:hover { background: transparent; color: #605e69; }

.gform_wrapper ul { list-style-type: none; margin: 0; padding: 0; }

.gform_wrapper .gfield { clear: both; margin-bottom: 20px; }

.gform_wrapper .gfield input[type="radio"] { margin-right: 8px; }

.gform_wrapper .gfield input[type="checkbox"] { margin-right: 4px; }

.gform_wrapper .gfield .gfield_label { color: #605e69; display: block; font-weight: normal; margin-bottom: 5px; }

.gform_wrapper .gfield .gfield_label .gfield_required { color: #d9534f; font-weight: bold; margin-left: 2px; }

.gform_wrapper .gfield.hidden_label .gfield_label { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.gform_wrapper .gfield.gform_hidden { display: none; }

.gform_wrapper .gfield.gform_validation_container { display: none; }

.gform_wrapper .gfield.col-sm-6, .gform_wrapper .gfield.col-sm-4 { clear: none; padding-left: 0; padding-right: 0; }

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li { margin-bottom: 5px; }

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label { cursor: pointer; font-weight: normal; margin-bottom: 0; }

@media (min-width: 768px) { .gform_wrapper .gfield.col-sm-6.col-left, .gform_wrapper .gfield.col-sm-4.col-left { padding-left: 0; padding-right: 10px; }
  .gform_wrapper .gfield.col-sm-6.col-right, .gform_wrapper .gfield.col-sm-4.col-right { padding-left: 10px; padding-right: 0; }
  .gform_wrapper .gfield.col-sm-4.col-middle { padding-left: 10px; padding-right: 10px; } }

.gform_button { -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; background: #156a82; border: 0 solid transparent; color: #fff; cursor: pointer; font-family: "Manrope", sans-serif; margin-bottom: 16px; outline: 0; overflow: hidden; padding: 15px 30px; position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

.gform_button:hover, .gform_button:focus, .gform_button:active { background: #0e4656; border-color: transparent; color: #fff; }

.gform_button:focus { outline: 0; -webkit-box-shadow: 0 0 10px rgba(21, 106, 130, 0.5); -moz-box-shadow: 0 0 10px rgba(21, 106, 130, 0.5); box-shadow: 0 0 10px rgba(21, 106, 130, 0.5); }

.gform_validation_error .validation_error { color: #d9534f; font-weight: bold; margin-bottom: 20px; }

.gform_validation_error .validation_message { color: #d9534f; }

.gform_validation_error .gform_fields .gfield.gfield_error input[type="text"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="email"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="tel"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="url"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="number"], .gform_validation_error .gform_fields .gfield.gfield_error input[type="password"], .gform_validation_error .gform_fields .gfield.gfield_error textarea, .gform_validation_error .gform_fields .gfield.gfield_error select { border-color: #d9534f; }

.gform_validation_error .gform_fields .gfield.gfield_error input[type="text"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="email"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="tel"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="url"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="number"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error input[type="password"]:focus, .gform_validation_error .gform_fields .gfield.gfield_error textarea:focus, .gform_validation_error .gform_fields .gfield.gfield_error select:focus { -webkit-box-shadow: 0 0 10px rgba(217, 83, 79, 0.5); -moz-box-shadow: 0 0 10px rgba(217, 83, 79, 0.5); box-shadow: 0 0 10px rgba(217, 83, 79, 0.5); }

.ui-datepicker { -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); background: #eceded; display: none; margin-top: -30px; padding: 10px; text-align: center; width: 300px; }

.ui-datepicker .ui-icon { text-indent: 0; }

.ui-datepicker .ui-datepicker-header { margin-bottom: 10px; position: relative; text-transform: uppercase; }

.ui-datepicker .ui-datepicker-header .ui-corner-all { cursor: pointer; top: 2px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next { font-size: 0.75rem; font-weight: normal; line-height: 30px; position: absolute; top: 0; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover { color: #11586c; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month, .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year { border-width: 1px; display: inline-block; height: 30px; font-size: 0.75rem; margin: 0 3.33333px; padding: 0; padding-left: 10px; padding-right: 20px; text-transform: uppercase; width: auto; }

.ui-datepicker .ui-datepicker-calendar { border-collapse: collapse; font-size: .9em; margin: 0; padding-left: 10px; padding-right: 10px; width: 100%; }

.ui-datepicker th { font-size: 12px; padding: 10px 0 5px; text-transform: uppercase; text-align: center; }

.ui-datepicker td { padding: 1px; }

.ui-datepicker td a { background-color: #fff; border: 1px solid #c7c9ca; color: #156a82; display: block; font-weight: bold; padding: 5px; text-align: center; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; transition: all ease .2s; }

.ui-datepicker td a.ui-state-highlight { border: 1px solid #156a82; }

.ui-datepicker td a:hover { background-color: #156a82; border-color: #11586c; color: #fff; text-decoration: none; }

.ui-datepicker td a.ui-state-active { background: #156a82; border: 1px solid #11586c; color: #fff; }

.ui-datepicker td .ui-state-default { text-align: center; }

.page-header { background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; border: 0; clear: both; margin-bottom: 0; margin-top: 0; padding: 100px 0 100px; }

.page-header .page-super-title { margin-bottom: 10px; }

.page-header .page-title { margin-bottom: 0; }

.page-header .page-sub-title { color: #fff; font-size: 1.5rem; margin-bottom: 0; margin-top: 20px; }

.page-header .page-sub-title a { color: #fff; text-decoration: underline; }

.page-header .page-header-cta { margin-bottom: 0; margin-top: 20px; }

.page-header .page-header-cta.btn-icon-before .fa { margin-right: 5px; }

.page-header .page-header-cta.btn-icon-after .fa { margin-left: 5px; }

@media (min-width: 768px) { .page-header { padding: 100px 0 100px; }
  .page-header .page-header-cta { margin-top: 40px; } }

@media (min-width: 992px) { .page-header { padding: 100px 0 100px; } }

body.archive .page-header { padding: 40px 0 0 0; }

.page-header-breadcrumb { background: rgba(0, 0, 0, 0.2); bottom: 0; position: absolute; text-align: left; width: 100%; }

.page-header-breadcrumb .breadcrumb { color: #fff; font-size: 0.75rem; font-weight: bold; padding: 10px 0; letter-spacing: 0.05em; }

.page-header-breadcrumb .breadcrumb a { color: #fff; font-weight: normal; }

.page-header.has-background-overlay { position: relative; }

.page-header.has-background-overlay .container { position: relative; z-index: 2; }

.page-header.has-background-overlay .background-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.page-header.has-100-percent-height { height: 100vh; }

.page-header.has-100-percent-height .container { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) { .page-header.has-100-percent-height { height: 1024px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) { .page-header.has-100-percent-height { height: 768px; }
  .page-header.has-100-percent-height .container { top: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.page-header.has-parallax-background { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: 0 0; background-position: 50% 50%; background-repeat: no-repeat; }

@media (min-width: 768px) { .page-header.has-parallax-background { background-attachment: fixed; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { .page-header.has-parallax-background { background-attachment: scroll; } }

@media all and (min-width: 768px) { .page-header-is-fixed .page-header { height: 450px; left: 0; position: fixed; top: 120px; width: 100%; }
  .page-header-is-fixed.admin-bar .page-header { top: 152px; }
  .page-header-is-fixed .main { background: #fff; margin-top: 450px; }
  .page-header-is-fixed .main, .page-header-is-fixed .newsletter, .page-header-is-fixed .site-footer { position: relative; z-index: 2; } }

@media all and (min-width: 992px) { .page-header-is-fixed .page-header { top: 120px; }
  .page-header-is-fixed.admin-bar .page-header { top: 152px; } }

.page-header.has-scroll-hint { position: relative; }

.page-header .scroll-hint { -webkit-animation-delay: 0; -moz-animation-delay: 0; animation-delay: 0; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce; -moz-animation-name: bounce; animation-name: bounce; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; bottom: 40px; color: #fff; display: block; left: 50%; position: absolute; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.page-header .scroll-hint .fa { font-size: 2rem; }

@media (min-width: 768px) { .page-header .scroll-hint { bottom: 60px; -webkit-transition: color .2s ease; -moz-transition: color .2s ease; transition: color .2s ease; }
  .page-header .scroll-hint:hover { color: #156a82; } }

@media (min-width: 992px) { .page-header .scroll-hint { bottom: 80px; } }

@media (min-width: 1200px) { .page-header .scroll-hint { bottom: 120px; } }

@keyframes bounce { 0% { -webkit-transform: translateX(-50%) scale(1) translateY(-5px); -moz-transform: translateX(-50%) scale(1) translateY(-5px); transform: translateX(-50%) scale(1) translateY(-5px); }
  50% { -webkit-transform: translateX(-50%) scale(0.8) translateY(0); -moz-transform: translateX(-50%) scale(0.8) translateY(0); transform: translateX(-50%) scale(0.8) translateY(0); }
  100% { -webkit-transform: translateX(-50%) scale(1) translateY(-5px); -moz-transform: translateX(-50%) scale(1) translateY(-5px); transform: translateX(-50%) scale(1) translateY(-5px); } }

.section { background-position: 50% 50%; background-position-x: 50%; background-position-y: 50%; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; display: block; padding: 40px 0; }

.section .section-titles { width: 100%; }

@media (min-width: 768px) { .section { padding: 80px 0; } }

@media (min-width: 992px) { .section { padding: 80px 0; } }

.section.has-background-overlay { position: relative; }

.section.has-background-overlay .container { position: relative; z-index: 2; }

.section .background-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.iframe-wrapper { height: 0; overflow: hidden; padding-bottom: 56.25%; padding-top: 25px; position: relative; }

.iframe-wrapper.sixteen-by-nine { padding-bottom: 56.25%; }

.iframe-wrapper.four-by-three { padding-bottom: 75%; }

.iframe-wrapper iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.modal { text-align: center; }

.modal-dialog { margin-top: 60px; }

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

.modal-header .close { font-size: 1.5rem; line-height: 1; margin: 10px; position: absolute; right: 0; top: 0; z-index: 1; }

@media (min-width: 768px) { .modal:before { display: inline-block; vertical-align: middle; content: ' '; height: 100%; }
  .modal-dialog { display: inline-block; vertical-align: middle; margin: 0; } }

.scroll-to-top { display: none; }

.scroll-to-top { background: #fff; border: 2px solid #156a82; bottom: 20px; display: block; height: 30px; opacity: 0; position: fixed; right: 20px; text-align: center; -webkit-transform: translateY(100px) scale(0.5); -moz-transform: translateY(100px) scale(0.5); -ms-transform: translateY(100px) scale(0.5); transform: translateY(100px) scale(0.5); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; width: 30px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.scroll-to-top .fa { color: #156a82; font-size: .9em; line-height: 25.002px; }

.scroll-to-top:hover { background: #156a82; border-color: #156a82; }

.scroll-to-top:hover .fa { color: #fff; }

.scroll-to-top.show-scroll-to-top { opacity: 1; -webkit-transform: translateY(0) scale(1); -moz-transform: translateY(0) scale(1); -ms-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }

@media (max-width: 767px) { .scroll-to-top { bottom: 20px; height: 40px; right: 20px; width: 40px; }
  .scroll-to-top .fa { font-size: 1.3125rem; line-height: 33.336px; } }

.child-pages-menu li { display: inline-block; width: 100%; }

.child-pages-menu li a { color: #605e69; display: block; line-height: 1.2; padding: 10px 0; }

.child-pages-menu li a:hover, .child-pages-menu li a:focus, .child-pages-menu li a:active { color: #156a82; text-decoration: none; }

.child-pages-menu li.parent { border-bottom: 2px solid #ddd; font-weight: bold; font-size: 0.8125rem; margin-bottom: 10px; padding-bottom: 10px; text-transform: uppercase; }

.child-pages-menu li.current_page_item a { color: #156a82; }

.content-post { background: #fff; display: block; padding: 0 10px; text-decoration: none; }

.content-post .entry-image { display: block; width: 100%; }

.content-post .entry-date sup { font-size: 50%; font-weight: bold; text-transform: uppercase; top: -.4rem; }

.content-post .entry-image { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: 50% 50%; display: block; padding-bottom: 65%; width: 100%; }

@media (min-width: 768px) { .content-post .entry-image { padding-bottom: 65%; } }

@media (min-width: 992px) { .content-post .entry-image { padding-bottom: 65%; } }

.content-post .entry-content { padding: 20px 0; }

.content-post .entry-title { font-size: 1.25rem; margin-bottom: 0; }

.content-post .entry-title a { color: #605e69; display: block; }

.content-post .entry-title a:hover { text-decoration: none; }

.content-post .entry-excerpt { margin-bottom: 10px; }

.content-post .entry-excerpt a { color: #605e69; display: block; }

.content-post .entry-excerpt a:hover { text-decoration: none; }

.entry-author { font-size: 14px; }

.entry-author a { color: #000; }

.entry-date { font-size: 14px; }

.section-properties .row { margin-left: -20px; margin-right: -20px; }

.content-post .property-detail { display: inline-block; width: 65%; }

.content-post .property-detail a { color: #605e69; }

.content-post .property-detail a:hover { color: #156a82; }

.content-post .property-detail .pawsome { color: #156a82; padding-top: 5px; }

.content-post .property-detail .pawsome .paw { display: inline-block; vertical-align: middle; width: 15px; }

.content-post .property-tariff { color: #605e69; display: inline-block; text-align: right; vertical-align: top; width: 33.33%; }

.content-post .property-tariff .tariff { color: #156a82; font-size: 1.25rem; font-weight: 700; }

.content-post .property-tariff .tariff .per-night { display: block; font-size: 0.75rem; line-height: 10px; }

.content-search .entry-content { border-bottom: 1px solid #eee; margin-bottom: 40px; padding-bottom: 40px; }

.content-search .entry-content .entry-title { margin-bottom: 10px; }

.col-search-results .content-search:last-of-type .entry-content { border: 0; }

.social-icons { padding: 0; margin: 0; font-size: 0; vertical-align: middle; }

.social-icons .social-icon { letter-spacing: normal; line-height: 1; display: inline-block; }

.social-icons .social-icon a { color: #fff; display: block; font-size: 1.875rem; line-height: 1; text-align: center; width: 36px; }

@media (min-width: 768px) { .social-icons .social-icon a:hover, .social-icons .social-icon a:focus, .social-icons .social-icon a:active { background-color: transparent; color: #002b38; } }

.social-sharing { list-style-type: none; margin: 0; padding: 0; }

.social-sharing li { display: inline-block; margin-bottom: 20px; }

.social-sharing li:first-of-type { margin-left: 0; }

.social-sharing li a { background: transparent; border: 2px solid #156a82; display: block; height: 36px; line-height: 34px; text-align: center; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; width: 36px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.social-sharing li a .fa { color: #156a82; }

.social-sharing li a:hover { background: #156a82; border-color: #156a82; color: #fff; }

.social-sharing li a:hover .fa { color: #fff; }

.pagination { font-size: .9em; margin-top: 20px; text-align: center; }

.pagination ul { list-style-type: none; margin: 0; padding: 0; }

.pagination ul li { display: inline-block; margin: 0 2.5px; vertical-align: top; }

.pagination ul li a { background: #fff; color: #156a82; display: block; font-weight: bold; height: 50px; padding: 15px 20px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; transition: all .2s ease; }

.pagination ul li.ellipses { color: rgba(21, 106, 130, 0.5); line-height: 50px; margin-left: 5px; margin-right: 5px; }

.pagination ul li.current a { color: #fff; cursor: default; background: #156a82; position: relative; }

.pagination ul li.prev a, .pagination ul li.next a { font-size: 18px; line-height: 1; padding: 13px 20px; }

.pagination ul li.more-pages { color: #818688; font-weight: bold; line-height: 50px; padding: 0 5px; }

@media (min-width: 768px) { .pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a:focus { background: #156a82; color: #fff; text-decoration: none; }
  .pagination ul li.current a:hover, .pagination ul li.current a:active, .pagination ul li.current a:focus { background: #156a82; } }

.comments-area .comments-title sup { font-size: 16px; }

.comments-area .comment-list { list-style-type: none; margin: 0; padding: 0; }

.comments-area .comment-list .comment { margin-bottom: 40px; }

.comments-area .comment-list .comment .comment-body .comment-meta { display: inline-block; width: 100%; }

.comments-area .comment-list .comment .comment-body .comment-author-avatar { text-align: center; }

.comments-area .comment-list .comment .comment-body .comment-author-avatar .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height: auto; max-width: 100%; }

.comments-area .comment-list .comment .comment-body .comment-author-name { color: #605e69; margin-bottom: 0; margin-right: 20px; }

.comments-area .comment-list .comment .comment-body .comment-metadata small { display: inline-block; font-size: 0.75rem; }

.comments-area .comment-list .comment .comment-body .comment-content { clear: both; margin-top: 10px; }

.comments-area .comment-list .comment .comment-body .comment-content p:last-of-type { margin-bottom: 0; }

.comments-area .comment-list .comment .comment-body .reply { display: none; }

.comments-area .comment-reply-title { margin-bottom: 10px; }

.comments-area .comment-form-comment .comment-form-comment-input { height: 8em; }

.dark-bg .comments-area .comment-form-comment-input, .dark-bg .comments-area .comment-form-email-field, .dark-bg .comments-area .comment-form-author-field { color: #fff; }

.entry-categories { display: block; font-family: "Manrope", sans-serif; list-style-type: none; margin: 0; margin-top: 5px; padding: 0; }

.entry-categories .entry-category { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #605e69; color: #fff; display: inline-block; font-size: 0.75rem; font-weight: bold; margin-bottom: 5px; margin-right: 5px; text-transform: uppercase; }

.entry-categories .entry-category a { color: #fff; display: block; line-height: 1; padding: 4px 6.66667px; }

.entry-categories .entry-category a:hover { text-decoration: none; }

.entry-categories .entry-category.no-link { color: #fff; padding: 4px 6.66667px; }

.entry-tags { display: block; font-family: "Manrope", sans-serif; list-style-type: none; margin: 0; margin-top: 5px; padding: 0; }

.entry-tags .entry-tag { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #3f484a; color: #fff; display: inline-block; font-size: .7em; font-weight: bold; margin-bottom: 5px; margin-right: 5px; text-transform: uppercase; }

.entry-tags .entry-tag a { color: #fff; display: block; line-height: 1.1; padding: 4px 6.66667px; }

.entry-tags .entry-tag a:hover { text-decoration: none; }

.entry-tags .entry-tag.no-link { color: #fff; padding: 4px 6.66667px; }

body.search .page-title { text-align: center; }

.btn-filter { display: none; }

.property-search-wrapper .text-search { background: #fff; color: #8291A8; float: left; font-size: 1.375rem; left: 0; padding-left: 20px; width: 80%; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }

.property-search-wrapper .text-search input { border: none; display: inline-block; height: 80px; padding: 24px 0 20px 10px; width: 90%; }

.property-search-wrapper .text-search input::-webkit-input-placeholder { color: #8291A8; font-size: 1.375rem; }

.property-search-wrapper .text-search input:-moz-placeholder { color: #8291A8; font-size: 1.375rem; }

.property-search-wrapper .text-search input::-moz-placeholder { color: #8291A8; font-size: 1.375rem; }

.property-search-wrapper .text-search input:-ms-input-placeholder { color: #8291A8; font-size: 1.375rem; }

.property-search-wrapper .property-search-submit { display: inline-block; }

.property-search-wrapper .property-search-submit input { background: #156a82; border: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #fff; padding: 15px 15px 15px 15px; width: 100%; }

.property-search-wrapper .property-search-submit input:focus { outline: none; }

.property-search-wrapper .search-filters { padding: 15px 0 0 0; clear: both; }

.property-search-wrapper button.search-filter { background: #fff; border: 1px solid rgba(96, 94, 105, 0.2); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #156a82; display: inline-block; margin-right: 6px; padding: 15px; position: relative; }

.property-search-wrapper .dropdown-menu { padding: 20px; width: 260px; }

.property-search-wrapper .dropdown-menu label { color: #8291A8; }

.property-search-wrapper .dropdown-menu input[type=checkbox] { margin-right: 5px; }

.property-search-wrapper .dropdown-menu.open { display: block; }

.property-search-wrapper .dropdown-menu.closed { display: none !important; }

.property-search-wrapper.property-search-wrapper-amenities .dropdown-menu { width: 500px; }

.property-search-wrapper.property-search-wrapper-amenities .dropdown-menu .checkbox-row { display: inline-block; width: 49%; }

@media (max-width: 767px) { .property-search-wrapper .text-search { width: 70%; }
  .property-search-wrapper .text-search .far { display: none; }
  .property-search-wrapper .text-search input { width: 100%; }
  .property-search-wrapper .text-search input::-webkit-input-placeholder { font-size: 1.0625rem; }
  .property-search-wrapper .text-search input:-moz-placeholder { font-size: 1.0625rem; }
  .property-search-wrapper .text-search input::-moz-placeholder { font-size: 1.0625rem; }
  .property-search-wrapper .text-search input:-ms-input-placeholder { font-size: 1.0625rem; } }

.search-form-internal { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-image: url("/wp-content/uploads/2020/03/home-bg-scaled.jpg"); padding: 0; }

.search-form-internal .property-search-wrapper { background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

.search-form-internal .property-search-wrapper .text-search { display: inline-block; float: left; width: 25%; padding-left: 0; }

.search-form-internal .property-search-wrapper .text-search .far { font-size: 1rem; }

.search-form-internal .property-search-wrapper .text-search input { padding-left: 0; font-size: 1rem; }

.search-form-internal .property-search-wrapper .text-search input::-webkit-input-placeholder { font-size: 16px; }

.search-form-internal .property-search-wrapper .text-search input:-moz-placeholder { font-size: 16px; }

.search-form-internal .property-search-wrapper .text-search input::-moz-placeholder { font-size: 16px; }

.search-form-internal .property-search-wrapper .text-search input:-ms-input-placeholder { font-size: 16px; }

.search-form-internal .property-search-wrapper .search-filters { clear: none; padding: 0; }

.search-form-internal .property-search-wrapper .search-filters .search-filter { border-right: 1px solid rgba(238, 238, 238, 0.8); height: 80px; padding: 28px 18px 0 18px; }

.search-form-internal .property-search-wrapper .search-filters .search-filter label { color: #8291A8; }

.search-form-internal .property-search-wrapper .search-filters .search-filter.last { border: none; }

.search-form-internal .property-search-wrapper .search-filters .search-filter .checkbox-dropdown { left: 10px; top: 70px; }

.search-form-internal .property-search-wrapper .search-filters .search-filter .checkbox-dropdown input:hover { color: #156a82; }

@media (max-width: 991px) { .search-form-internal .btn-filter { color: #8291A8; border-top: 1px solid rgba(238, 238, 238, 0.8); border-bottom: 1px solid rgba(238, 238, 238, 0.8); font-family: 'Gilroy-SemiBold', sans-serif; padding: 10px 0; clear: both; display: block; width: 100%; cursor: pointer; }
  .search-form-internal .property-search-wrapper .text-search { width: 70%; }
  .search-form-internal .property-search-wrapper .search-filters { display: none; }
  .search-form-internal .property-search-wrapper .search-filters .search-filter { border-right: none; border-bottom: 1px solid rgba(238, 238, 238, 0.8); height: auto; padding: 10px 0 10px 0; width: 100%; }
  .search-form-internal .property-search-wrapper .search-filters .search-filter label { margin: 0; }
  .search-form-internal .property-search-wrapper .search-filters .search-filter .checkbox-dropdown { left: 0px; top: 45px; width: 100%; } }

.fl-button .fl-button-text { font-weight: 700; }

.dark-bg { color: #fff; }

.dark-bg a { color: #fff; color: #fff; }

.dark-bg a.content-post { text-decoration: none; }

.dark-bg a.btn { text-decoration: none; }

.dark-bg a.btn-default { color: #000; }

.dark-bg a.btn-ghost { border-color: #fff; color: #fff; }

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 { color: #fff; color: #fff; }

.dark-bg p, .dark-bg ul, .dark-bg ol { color: #fff; color: #fff; }

.dark-bg small { color: #c7c9ca; color: rgba(255, 255, 255, 0.6); }

.dark-bg hr { border-color: #a3a7a8; border-color: rgba(255, 255, 255, 0.25); }

.dark-bg .table { color: #fff; color: #fff; }

.dark-bg .table > thead > tr > th { background: transparent; border-bottom: 2px solid rgba(255, 255, 255, 0.25); color: #fff; color: #fff; }

.dark-bg .table > tbody > tr > td { background: transparent; border-top: 1px solid rgba(255, 255, 255, 0.25); color: #fff; color: #fff; }

@media (min-width: 768px) { .dark-bg a:hover, .dark-bg a:focus, .dark-bg a:active { color: #fff; color: #fff; text-decoration: none; } }

.contact-details.shortcode .contact-details__item.contact-details__item--phone-number { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__item.contact-details__item--email-address { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__item.contact-details__item--business-address { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__item.contact-details__item--opening-hours { margin-bottom: 20px; }

.contact-details.shortcode .contact-details__icon { float: left; width: 20px; text-align: center; }

.contact-details.shortcode .contact-details__text { display: block; padding-left: 30px; }

@media (min-width: 768px) { .section.wp-content .col-wp-content.has-sidebar { padding-right: 40px; } }

body.home .site-header { background: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; position: absolute; }

body.home .site-header .logo .logo-path-primary { fill: #fff; }

body.home .site-header .logo .logo-path-secondary { fill: #fff; }

body.home .site-header .toggle .inner { background: #fff; }

body.home .site-header .toggle .inner:before, body.home .site-header .toggle .inner:after { background: #fff; }

body.home .hero { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; padding: 150px 0 100px 0; margin: 0 0 60px 0; }

body.home .hero h1 { color: #fff; max-width: 60%; }

@media (max-width: 991px) { body.home .hero h1 { max-width: 100%; } }

body.home .hero p { color: #fff; font-family: "Shorelines-Script-Bold", sans-serif; font-size: 1.5rem; }

body.home .featured-properties .row { margin-left: -20px; margin-right: -20px; }

body.home .featured-properties .col-sm-4:nth-child(3n+1) { clear: both; }

body.home .featured-properties .view-all { text-align: center; }

body.home .featured-properties .view-all .btn-view-all { border: 1px solid #156a82; display: inline-block; font-size: 1.125rem; margin: 0 auto; padding: 14px 20px; }

body.home .featured-properties .view-all .btn-view-all:hover { background: #156a82; color: #fff; text-decoration: none; }

body.home .featured-properties h2 { font-size: 1.75rem; margin: 0 0 60px 0; }

body.home .menu-call-to-action-container li a { color: #fff; }

.booking-form { margin: 0 0 0 0; }

@media (max-width: 767px) { .booking-form .form-field { padding: 5px 0; } }

.booking-form .form-field input, .booking-form .form-field select { background-color: #fff; color: #156a82; }

.booking-form button.btn { background: #156a82; border: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #fff; font-size: 1.125rem; padding: 12px 20px; }

.booking-form button.btn:after { height: 0; }

.page-template-page-accommodation header.page-header { padding: 50px 0 20px 0; }

.page-template-page-accommodation header.page-header h1 { margin: 0 0 30px 0; }

.bDerZa { position: relative; height: 0px; padding-top: 37.777%; background-color: #333333; }

.CTocz { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }

.iZorTe { cursor: pointer; position: relative; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; }

.fqSeUP { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 25%; height: 100%; border-left: 2px solid white; }

.bDerZa .LazyImage-hnn4u2-0 { /* pointer-events: none; */ position: absolute; left: 0px; top: 0px; }

.iZorTe { cursor: pointer; position: relative; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; }

.dlzdic { width: 100%; height: 100%; object-fit: cover; opacity: 0; -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 1) 0s; -moz-transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 1) 0s; transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 1) 0s; }

.egdROd:first-child { border-bottom: 1px solid white; }

.egdROd { cursor: pointer; position: relative; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; }

.btn-view-photos { background-color: rgba(255, 255, 255, 0.95); color: #156a82; display: block; padding: 1em; position: absolute; right: 40px; bottom: 40px; text-align: center; text-decoration: none !important; }

.btn-view-photos:hover { background: #156a82; color: #fff; }

@media (max-width: 767px) { .btn-view-photos { font-size: 0.75rem; right: 10px; bottom: 10px; } }

h2.property-title { font-family: "Shorelines-Script-Bold", sans-serif; font-weight: normal; line-height: 1.6; margin: 10px 0 0 0; }

h2.section-sub-title { color: #605e69; font-size: 1.25rem; }

.property-gallery { padding-bottom: 60px; }

.property-details p.property-taxonomy { font-size: 1.125rem; margin: 0; }

.property-details p.property-specs { font-size: 1.125rem; line-height: 2; }

.property-details p.property-specs .property-spec { color: #156a82; padding-right: 5px; }

.property-details p.property-specs .property-spec-label { font-size: 0.75rem; padding-left: 5px; }

.property-details .pawsome { color: #156a82; padding-top: 5px; }

.property-details .pawsome .paw { display: inline-block; margin-right: 5px; vertical-align: middle; width: 20px; }

.property-details .pawsome .tooltip-icon { font-size: 0.75rem; padding: 5px; }

.property-details .tooltip.top .tooltip-inner { background-color: #156a82; padding: 10px; }

.property-details .tooltip.top .tooltip-arrow { border-top-color: #156a82; }

.property-description h1 { font-size: 1.75rem; }

.property-description h2 { font-size: 1.5rem; }

.property-description #video-embed { padding: 40px 0; }

.property-description.short { height: 200px; overflow: hidden; }

.property-description.long { height: auto; overflow: visible; }

.read-more { padding: 20px 0; }

.read-more a { text-decoration: none; }

.bedding { border: 2px solid #f4f4f4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-size: 0.6875rem; height: 80px; margin: 0 0 20px 0; padding: 10px; text-align: center; }

.bedding .bedding-number { color: #156a82; font-size: 1.125rem; }

.bedding .bedding-svg svg { width: 25px; }

.bedding .bedding-svg svg .bedding-svg-path { fill: #156a82; }

.amenities { margin: 0; padding: 0; }

.amenities li { display: inline-block; padding-bottom: 5px; width: 48%; }

.booking-container { background: #fff; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding: 20px; z-index: 1000; }

.booking-container input, .booking-container select { height: 50px; margin-bottom: 5px; }

.booking-container .btn { background: #156a82; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #fff; font-size: 1rem; margin-top: 5px; width: 100%; }

.property-review { background: #f4f4f4; padding: 40px 20px 20px 20px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.property-review .property-reviewer p { display: inline-block; padding-left: 10px; vertical-align: middle; margin: 0; font-weight: 700; width: 60%; }

.property-review .property-reviewer img { display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 30%; }

.related-properties h3.section-title, .property-attractions h3.section-title { font-size: 2.25rem; padding-bottom: 60px; text-align: center; }

.property-attractions { background-image: url("image/attractions-bg.jpg"); -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; margin-top: 60px; padding: 100px 0; position: relative; }

.property-attractions h3.section-title { color: #fff; font-family: "Shorelines-Script-Bold", sans-serif; font-weight: normal; position: relative; z-index: 10; }

.property-attractions a { text-decoration: none; }

.property-attractions a .property-attraction-image { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; font-weight: 700; margin: 0 0 20px 0; padding: 30px 30px 30px 30px; position: relative; height: 240px; text-align: left; }

.property-attractions a .property-attraction-image h4 { color: #fff; font-size: 1.0625rem; position: absolute; bottom: 30px; left: 30px; padding-right: 30px; }

.property-attractions .overlay { background: rgba(21, 106, 130, 0.8); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 0; }

.seasonal-rates { background: rgba(21, 106, 130, 0.1); font-size: 0.75rem; padding: 15px; margin-top: 40px; }

.related-properties { padding: 100px 0; }

.related-properties h3.section-title { font-family: "Shorelines-Script-Bold", sans-serif; font-weight: normal; }

.related-properties .row { margin-left: -20px; margin-right: -20px; }

@media (min-width: 768px) and (max-width: 1199px) { .related-properties .col-sm-6:nth-child(2n+1) { clear: both; } }

@media (min-width: 1200px) { .related-properties .col-lg-4:nth-child(3n+1) { clear: both; } }

.single-post .section-post-header { padding: 0; }

.single-post .section-post-header .col-entry-header { padding: 60px 30px 0 30px; }

.single-post .section-post-header .col-entry-featured-image { background-position: center center; height: 400px; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }

.single-post .section-post-header .entry-header .entry-author-avatar { display: inline-block; margin-right: 10px; vertical-align: top; }

.single-post .section-post-header .entry-header .entry-author-avatar img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; height: auto; max-width: 64px; }

.single-post .section-post-header .entry-header .entry-meta { display: inline-block; padding-top: 5px; text-align: left; vertical-align: top; }

@media (min-width: 1200px) { .single-post .section-post-header { padding: 0; }
  .single-post .section-post-header .col-entry-header { height: 700px; padding: 120px 0; }
  .single-post .section-post-header .col-entry-featured-image { background-position: center center; height: 700px; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
  .single-post .section-post-header .entry-header { margin-left: auto; max-width: 600px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); } }

.single-post .section-post-content { font-size: 18px; line-height: 1.875rem; padding-top: 0; }

.single-post .section-post-content .col-post-content { padding: 40px; }

@media (min-width: 768px) { .single-post .section-post-content .col-post-content { padding-right: 40px; }
  .single-post .section-post-content .col-post-content article { margin: 0 auto; max-width: 760px; } }

@media (min-width: 1200px) { .single-post .section-post-content { padding-top: 80px; } }

.single-post .section-post-footer { background-color: #f6f7f7; }

.single-post .section-post-footer .comments-area { padding-top: 40px; }

.section-related-posts { background-color: #eceded; }

.author .page-header { text-align: center; }

.author .page-header .author-avatar { margin-bottom: 20px; }

.author .page-header .author-avatar .avatar { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.error404 .section.error-404 { padding: 60px 0; }

.error404 .section.error-404 .fa { font-size: 2.5rem; margin-bottom: 20px; }

@media (min-width: 768px) { .error404 .section.error-404 { padding: 120px 0; } }

.booking-calendar { border: 1px solid #ddd; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-top: 30px; padding: 20px 20px 20px 20px; }

.booking-calendar .iframe-wrapper { min-height: 290px; }

.booking-calendar .iframe-wrapper iframe { z-index: 2; }

.booking-calendar .iframe-wrapper .iframe-loading { height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; z-index: 0; }

.booking-calendar .iframe-wrapper .iframe-loading .fa { margin-bottom: 20px; margin-top: 40px; }

.page-template-page-property-calendar { background: transparent; }

.page-template-page-property-calendar #wpadminbar { display: none; }

.page-template-page-property-calendar #messenger_embedded { display: none; }

.property-calendar { background: #fff; text-align: center; width: 100%; }

.property-calendar caption { background: #fff; font-size: .9em; font-weight: bold; padding-bottom: 5px; text-transform: uppercase; }

.property-calendar caption .month-dropdown { font-size: 0.75rem; text-transform: uppercase; }

.property-calendar caption .btn-month { padding-top: 4px; }

.property-calendar caption .btn-month-prev { float: left; }

.property-calendar caption .btn-month-next { float: right; }

.property-calendar th, .property-calendar td { border-bottom: 1px solid #eee; padding: 5px; font-size: 0.6875rem; }

.property-calendar th { background-color: #f9f9f9; border-top: 1px solid #eee; text-transform: uppercase; }

.property-calendar td { color: #adacb4; }

.property-calendar td.today, .property-calendar td.future { color: #868390; }

.property-calendar td.available { color: #156a82; font-weight: bold; }

.property-calendar td.unavailable, .property-calendar td.reserved-day { color: #ff4136; font-weight: bold; text-decoration: line-through; }

.property-calendar .calendar-legend td { border: 0; color: #605e69; font-size: .7em; padding-left: 0; padding-right: 0; padding-top: 10px; text-align: left; text-transform: uppercase; }

.property-calendar .calendar-legend legend { border: none; display: inline-block; font-size: 0.75rem; margin-bottom: 5px; line-height: 1.6; width: 50%; }

.property-calendar .calendar-legend .highlight { font-weight: bold; }

.property-calendar .calendar-legend .available .highlight { color: #156a82; }

.property-calendar .calendar-legend .unavailable .highlight { color: #ff4136; }
