@charset "UTF-8";
img[data-action="zoom"] { cursor: pointer; cursor: -moz-zoom-in; }

.zoom-img, .zoom-img-wrap { position: relative; z-index: 666; -webkit-transition: all 300ms; transition: all 300ms; }

img.zoom-img { cursor: pointer; cursor: -moz-zoom-out; }

.zoom-overlay { z-index: 420; background: #fff; position: fixed; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; filter: "alpha(opacity=0)"; opacity: 0; -webkit-transition: opacity 300ms; transition: opacity 300ms; }

.zoom-overlay-open .zoom-overlay { filter: "alpha(opacity=100)"; opacity: 1; }

.zoom-overlay-open, .zoom-overlay-transitioning { cursor: default; }

/*  Owl Carousel - Animate Plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

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

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

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

/*  Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/*  Core Owl Carousel CSS File */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel .owl-refresh .owl-item { display: none; }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }

.owl-carousel .owl-grab { cursor: move; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

/* No Js */
.no-js .owl-carousel { display: block; }

/*  Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

/*  Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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

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

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

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

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

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

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

@-webkit-keyframes bounceUp { 0%, 30% { top: -5px; }
  55% { top: -2px; }
  100% { top: -5px; } }

@keyframes bounceUp { 0%, 30% { top: -5px; }
  55% { top: -2px; }
  100% { top: -5px; } }

@-webkit-keyframes bounceDown { 0%, 30% { bottom: -5px; }
  55% { bottom: -2px; }
  100% { bottom: -5px; } }

@keyframes bounceDown { 0%, 30% { bottom: -5px; }
  55% { bottom: -2px; }
  100% { bottom: -5px; } }

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

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

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

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

@keyframes pulse { 0% { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% { -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2); }
  100% { -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotate { 0% { -webkit-transform-origin: center;
    transform-origin: center;
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    opacity: 1; }
  100% { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotate { 0% { -webkit-transform-origin: center;
    transform-origin: center;
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
    opacity: 1; }
  100% { -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: .3s; animation-duration: .3s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(1turn); transform: rotate(1turn); } }

@keyframes spin { 100% { -webkit-transform: rotate(1turn); transform: rotate(1turn); } }

@-webkit-keyframes unspin { 100% { -webkit-transform: rotate(-1turn); transform: rotate(-1turn); } }

@keyframes unspin { 100% { -webkit-transform: rotate(-1turn); transform: rotate(-1turn); } }

/* easy-autocomplete jQuery plugin for autocompletion @author Łukasz Pawełczak (http://github.com/pawelczak) @version 1.3.3 Copyright MIT License: https://github.com/pawelczak/easy-autocomplete/blob/master/LICENSE.txt */
.easy-autocomplete { position: relative; }

.easy-autocomplete input { border-color: #ccc; border-radius: 4px; border-style: solid; border-width: 1px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; color: #555; float: none; padding: 6px 12px; }

.easy-autocomplete input:hover, .easy-autocomplete input:focus { box-shadow: none; }

.easy-autocomplete a { display: block; }

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus { border-color: #66afe9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul { border-color: #66afe9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category { border-color: #66afe9; }

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected { background-color: #ecf5fc; }

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus { border-color: #41DB00; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul { border-color: #41DB00; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category { border-color: #41DB00; }

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected { background-color: #9eff75; }

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus { border-color: #ff5b5b; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul { border-color: #ff5b5b; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category { border-color: #ff5b5b; }

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected { background-color: #ff8e8e; }

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus { border-color: #ffdb00; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul { border-color: #ffdb00; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category { border-color: #ffdb00; }

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected { background-color: #ffe233; }

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus { border-color: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul { border-color: #333; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category { border-color: #333; }

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected { background-color: #4d4d4d; color: #fff; }

.easy-autocomplete.eac-dark { color: #fff; }

.easy-autocomplete.eac-dark input { background-color: #404040; border-radius: 4px; box-shadow: 0; color: #f6f6f6; }

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus { border-color: #333; box-shadow: 0; }

.easy-autocomplete.eac-dark ul { border-color: #333; }

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category { background-color: #404040; border-color: #333; }

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected { background-color: #737373; color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass { color: #fff; }

.easy-autocomplete.eac-dark-glass input { background-color: rgba(0, 0, 0, 0.8); border-radius: 4px; box-shadow: 0; color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus { border-color: rgba(0, 0, 0, 0.8); box-shadow: 0; }

.easy-autocomplete.eac-dark-glass ul { border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category { background-color: rgba(0, 0, 0, 0.8); border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected { background-color: rgba(64, 64, 64, 0.8); color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child { border-radius: 0 0 4px 4px; }

.easy-autocomplete.eac-blue { color: #fff; }

.easy-autocomplete.eac-blue input { background-color: #6d9ed1; border-radius: 4px; box-shadow: 0; color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-webkit-input-placeholder { color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-moz-placeholder { color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-moz-placeholder { color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-ms-input-placeholder { color: #f6f6f6; }

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus { border-color: #5A91CB; box-shadow: 0; }

.easy-autocomplete.eac-blue ul { border-color: #5A91CB; }

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category { background-color: #6d9ed1; border-color: #5A91CB; }

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected { background-color: #94b8dd; color: #f6f6f6; }

.easy-autocomplete.eac-yellow { color: #333; }

.easy-autocomplete.eac-yellow input { background-color: #ffdb7e; border-color: #333; border-radius: 4px; box-shadow: 0; color: #333; }

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus { border-color: #333; box-shadow: 0; }

.easy-autocomplete.eac-yellow ul { border-color: #333; }

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category { background-color: #ffdb7e; border-color: #333; }

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected { background-color: #ffe9b1; color: #333; }

.easy-autocomplete.eac-purple { color: #333; }

.easy-autocomplete.eac-purple input { background-color: #d6d1e7; border-color: #b8afd5; box-shadow: 0; color: #333; }

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus { border-color: #333; box-shadow: 0; }

.easy-autocomplete.eac-purple ul { border-color: #333; }

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category { background-color: #d6d1e7; border-color: #333; }

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected { background-color: #ebe8f3; color: #333; }

.easy-autocomplete.eac-bootstrap input { border-color: #ccc; border-radius: 4px; border-style: solid; border-width: 1px; color: #555; padding: 6px 12px; }

.easy-autocomplete-container { left: 0; position: absolute; width: 100%; z-index: 2; }

.easy-autocomplete-container ul { background: none repeat scroll 0 0 #ffffff; border-top: 1px dotted #ccc; display: none; margin-top: 0; padding-bottom: 0; padding-left: 0; position: relative; top: -1px; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category { background: inherit; border-color: #ccc; -o-border-image: none; border-image: none; border-style: solid; border-width: 0 1px; display: block; font-size: 14px; font-weight: normal; padding: 4px 12px; }

.easy-autocomplete-container ul li:last-child { border-radius: 0 0 2px 2px; border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected { background: none repeat scroll 0 0 #ebebeb; cursor: pointer; }

.easy-autocomplete-container ul li.selected div { font-weight: normal; }

.easy-autocomplete-container ul li div { display: block; font-weight: normal; word-break: break-all; }

.easy-autocomplete-container ul li b { font-weight: bold; }

.easy-autocomplete-container ul .eac-category { font-color: #aaa; font-style: italic; }

.eac-description .eac-item span { color: #aaa; font-style: italic; font-size: 0.9em; }

.eac-icon-left .eac-item img { margin-right: 4px; max-height: 30px; }

.eac-icon-right .eac-item { margin-top: 8px; min-height: 24px; position: relative; }

.eac-icon-right .eac-item img { margin-left: 4px; max-height: 30px; position: absolute; right: -4px; top: -8px; }
/* GLOBAL */
.ss-pageinfo { margin-top: 30px; }

.ss-pageinfo h2 { margin-top: 5px; }

/* MONTH CALENDAR */
#month_calendar { margin: 0 auto; padding: 0; width: 100%; }

#month_calendar table, #month_calendar tr, #month_calendar td { padding: 0px; }

#month_calendar_outer { width: 100%; margin: 0; padding: 0; table-layout: fixed; }

#month_calendar_inner { width: 100%; table-layout: fixed; }

#month_calendar #month_calendar_inner td { width: 14%; height: 130px; padding: 5px; }

#month_calendar .event { white-space: nowrap; color: #7f7f7f; padding: 2px 0 0 0; }

#month_calendar .event a { color: #565656; }

#month_calendar .day_cell .multi_day { margin-left: -1px; margin-right: -1px; }

#month_calendar .first_day { margin-left: 0 !important; }

#month_calendar .last_day { margin-right: 0 !important; }

#month_calendar .day_cell .date { width: 100%; text-align: right; margin: 0; padding: 0 0 3px 0; }

#month_calendar .day_cell .date a { font-weight: normal; color: #000000; text-decoration: none; }

#month_calendar .day_cell .has_events a { color: #d75452; font-weight: bold; }

#month_calendar .day_cell .date a:hover { color: #000000; text-decoration: underline; }

#month_calendar .day_cell .has_events a:hover { color: #000000; }

#month_calendar .day_cell hr { margin-top: 7px; margin-bottom: 7px; }

#month_calendar td.day_cell { padding-top: 30px; }

#month_calendar .out_of_range { background: #fbfbfb; }

#month_calendar .out_of_range .date { color: #aeaeae; }

#month_calendar td.today { background-color: #fcf8e4; }

#month_calendar #days_of_week th { padding: 5px 0; text-align: center; }

#month_calendar #month_year th { padding: 5px; color: #000; }

#month_calendar #month_year th.left { text-align: left; }

#month_calendar #month_year th.center { text-align: center; }

#month_calendar #month_year th.right { text-align: right; }

#month_calendar .popover-title span.event_time { display: block; color: #4f4f4f; margin-top: 5px; }

#month_calendar .calendar-color { background-color: #9f9f9f; position: relative; top: 0; display: inline-block; height: 6px; width: 6px; border-radius: 50%; text-indent: -9000px; }

/* WEEK CALENDAR */
#week_calendar .header div { float: left; width: 20%; }

#week_calendar .header div.left { padding-left: 10px; }

#week_calendar .header div.center { width: 55%; text-align: center; }

#week_calendar .header div.right { text-align: right; padding-right: 10px; }

#week_calendar ul.list-group { margin-bottom: 0px; }

/* DAY CALENDAR */
#day_calendar .header div { float: left; width: 15%; }

#day_calendar .header div.left { padding-left: 10px; }

#day_calendar .header div.center { width: 65%; text-align: center; }

#day_calendar .header div.right { text-align: right; padding-right: 10px; }

#day_calendar ul.list-group { margin-bottom: 0px; }

.list-group-item .calendar_event_title { color: #3a3a3a; text-decoration: underline; }

.list-group-item .calendar_event_title:hover { color: #4f4f4f; text-decoration: none; }

/* MINI CALENDAR */
#mini_calendar td, #mini_calendar th { padding: 0; margin: 0; text-align: center; }

#mini_calendar th { border: none; padding-top: 5px; padding-bottom: 5px; }

#mini_calendar .mini_calendar_days th { background: #e5e5e5; border: 1px solid #979797; border-width: 1px 0; }

#mini_calendar th a { color: #000; }

#mini_calendar td a { display: block; color: #fff; }

#mini_calendar td div, #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div { vertical-align: middle; text-align: center; padding: 6px; }

#mini_calendar td.has_events div { padding: 0; }

#mini_calendar td.has_events div a { font-weight: bold; color: #000000; display: block; padding: 6px; background-color: #f5f5f5; }

#mini_calendar td.has_events .middot { display: block; padding: 6px; }

#mini_calendar .middot { color: #bcbcbc; }

#mini_calendar td.has_events div a:hover { background: #dff0d9; text-decoration: none; }

#mini_calendar td.today div, #mini_calendar td.today div a { background-color: #fcf8e4; }

/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.chosen-container * { box-sizing: border-box; }

.chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }

.chosen-container a { cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name { margin-right: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 400; color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after { content: ":"; padding-left: 2px; vertical-align: top; }

.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 0 0 8px; height: 25px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4)); background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%); background-clip: padding-box; box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; }

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; background: url(chosen-sprite.png) -42px 1px no-repeat; font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 18px; height: 100%; }

.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] { margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: #fff url(chosen-sprite.png) no-repeat 100% -20px; background: url(chosen-sprite.png) no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px; }

.chosen-container .chosen-results { color: #444; position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0; padding: 0 0 0 4px; max-height: 240px; -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; word-wrap: break-word; -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; }

.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; }

.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; }

.chosen-container .chosen-results li.no-results { color: #777; display: list-item; background: #f4f4f4; }

.chosen-container .chosen-results li.group-result { display: list-item; font-weight: 700; cursor: default; }

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; }

.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0 5px; width: 100%; height: auto; border: 1px solid #aaa; background-color: #fff; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff)); background-image: -webkit-linear-gradient(#eee 1%, #fff 15%); background-image: linear-gradient(#eee 1%, #fff 15%); cursor: text; }

.chosen-container-multi .chosen-choices li { float: left; list-style: none; }

.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] { margin: 1px 0; padding: 0; height: 25px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #999; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 20px 3px 5px; border: 1px solid #aaa; max-width: 100%; border-radius: 3px; background-color: #eee; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-size: 100% 19px; background-repeat: repeat-x; background-clip: padding-box; box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; background: url(chosen-sprite.png) -42px 1px no-repeat; font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; }

.chosen-container-multi .chosen-results { margin: 0; padding: 0; }

.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; }

.chosen-container-active .chosen-single { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff)); background-image: -webkit-linear-gradient(#eee 20%, #fff 80%); background-image: linear-gradient(#eee 20%, #fff 80%); box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div { border-left: 0; background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; }

.chosen-container-active .chosen-choices { border: 1px solid #5897fb; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] { color: #222 !important; }

.chosen-disabled { opacity: 0.5 !important; cursor: default; }

.chosen-disabled .chosen-single { cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

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

.chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span { margin-left: 38px; }

.chosen-rtl .chosen-single div { right: auto; left: 3px; }

.chosen-rtl .chosen-single abbr { right: auto; left: 26px; }

.chosen-rtl .chosen-choices li { float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] { direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: 0; }

.chosen-rtl .chosen-search input[type=text] { padding: 4px 5px 4px 20px; background: #fff url(chosen-sprite.png) no-repeat -30px -20px; background: url(chosen-sprite.png) no-repeat -30px -20px; direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url(chosen-sprite@2x.png) !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } }

.danger-bg, .other-bg { background: #FC4C40; color: #ffffff; font-weight: 300; }

.danger-bg.container, .other-bg.container { background: #FC4C40; background: rgba(252, 76, 64, 0.9); }

.warning-bg, .technology-bg { background: #f9bf42; color: #ffffff; font-weight: 300; }

.warning-bg.padding, .technology-bg.padding { background: #f9bf42; background: rgba(249, 191, 66, 0.9); }

.info-bg, .instructional-bg { background: #1eaed7; color: #ffffff; font-weight: 300; }

.info-bg.padding, .instructional-bg.padding { background: #1eaed7; background: rgba(30, 174, 215, 0.9); }

.primary-bg, .purchasing-bg { background: #1585ca; color: #ffffff; font-weight: 300; }

.primary-bg.padding, .purchasing-bg.padding { background: #1585ca; background: rgba(21, 133, 202, 0.9); }

.teal-bg { background-color: #128a9a; color: #ffffff; font-weight: 300; }

.teal-bg.padding { background: #128a9a; background: rgba(18, 138, 154, 0.9); }

.purple-bg, .core-bg { background: #7f519c; color: #ffffff; font-weight: 300; }

.purple-bg.padding, .core-bg.padding { background: #7f519c; background: rgba(127, 81, 156, 0.9); }

.success-bg, .all-bg { background: #95d433; color: #ffffff; font-weight: 300; }

.success-bg.padding, .all-bg.padding { background: #95d433; background: rgba(149, 212, 51, 0.9); }

.navy-bg { background-color: #143856; color: #ffffff; font-weight: 300; }

.navy-bg.padding { background: #143856; background: rgba(20, 56, 86, 0.9); }

.gray-bg { background-color: #f4f4f5; }

.gray-bg.padding { background: #f4f4f5; background: rgba(244, 244, 245, 0.9); }

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

.white-bg.padding { background: white; background: rgba(255, 255, 255, 0.9); }

.row { margin-left: 0; margin-right: 0; position: relative; width: 100%; clear: both; }

.row .container { position: relative; padding-top: 4em; padding-bottom: 4em; zoom: 1; }

.row .container .row { margin-right: -1em; margin-left: -1em; padding-bottom: 2em; zoom: 1; }

.row .container > .row:last-of-type { padding-bottom: 0; }

.no-padding > .container { padding: 0; }

.top-padding > .container { padding-bottom: 0; }

.bottom-padding > .container { padding-top: 0; }

.padding { padding: 2em; }

.padding-top { padding-top: 2em; }

.padding-bottom { padding-bottom: 2em; }

.no-padding-bottom { padding-bottom: 0 !important; }

.padding-left { padding-left: 2em; }

.padding-right { padding-right: 2em; }

.intro { padding-top: 25%; padding-bottom: 10%; }

.square { padding-bottom: 100%; }

.outer { display: table; height: 100%; width: 100%; }

.outer .inner { display: table-cell; vertical-align: middle; position: relative; }

.container-sm { max-width: 720px; }

.container-sm article { margin-top: 2em; background: white; padding: 2em; border-radius: 4px; }

.container-sm article img { margin-bottom: 2em; }

body { font-weight: 300; color: #464649; }

@media (min-width: 544px) { html { font-size: 14px; } }

@media (min-width: 768px) { html { font-size: 16px; } }

@media (min-width: 992px) { html { font-size: 16px; } }

strong { font-weight: 600; }

em { font-style: italic; font-weight: 300; }

hr { margin: 1em 0; max-width: 100px; border-width: .25em; border-color: rgba(1, 1, 1, 0.1); }

span.ss-icon { font-size: 60%; }

span.ss-icon.owner { color: #FC4C40; }

span.ss-icon.member { color: #1eaed7; }

span.ss-icon.purchasing { color: #95d433; }

.small { font-weight: 300; }

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

ul.custom li:before { content: '\25B9'; font-family: "SSCommunity"; font-size: 65%; color: #FC4C40; padding-right: 15px; }

.dl-horizontal { margin-right: -1em; margin-left: -1em; margin-bottom: 1em; }

@media (min-width: 481px) { .dl-horizontal dd { text-align: right; } }

.line { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dotted #d7d7d9; }

.purple-bg .subtle { color: rgba(255, 255, 255, 0.6); }

a.subtle { text-decoration: underline; color: inherit; }

a.subtle:hover { opacity: 1; color: inherit; }

.gray { color: #a7a7a9; }

.danger, .other { color: #FC4C40; }

.success { color: #95d433; }

.info, .instructional { color: #1eaed7; }

.purple, .core { color: #7f519c; }

.primary, .purchasing { color: #1585ca; }

.primary .title, .purchasing .title { color: #464649; }

.warning, .technology { color: #f9bf42; }

.define { border-bottom: 1px dotted #1eaed7; cursor: help; }

.define:after { content: '\2753'; font-family: "SSCommunity"; color: #1eaed7; font-size: .8em; padding: 2px 0 0 5px; margin: 0; line-height: 0; }

.figure-caption { margin-top: .375em; }

.blockquote { border-color: #95d433; }

p a.ss-icon { font-size: .8em; }

.tight { margin: 0; }

.btn { padding: .5em 1em; border-radius: 2px; border: none; font-weight: inherit; font-size: inherit; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 1; cursor: default; }

.btn:active, .btn:focus { opacity: 1; color: inherit; }

.btn + .btn { margin-left: .875em; }

.btn span.ss-icon { font-size: 80%; }

a.btn:hover, button.btn:hover { opacity: .6; cursor: pointer; }

.btn-full { width: 100%; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: none; }

.btn-purple { background-color: #7f519c; color: #ffffff !important; }

.btn-purple:hover { color: #ffffff; }

.btn-eventbrite { background-color: #f6682f; color: #ffffff; }

.btn-eventbrite:hover { color: #ffffff; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus { background: #d7d7d9; }

.btn-large { color: inherit; padding: 1em 1.5em; font-size: 1.75em; margin-bottom: 1em; background-color: inherit; border: .25em solid #ffffff; width: 100%; text-align: center; white-space: initial; }

.btn-large:hover { color: inherit; }

@media (max-width: 991px) { .btn-large { font-size: 1.5em; } }

.btn-contact { color: #737376; padding: 1em .5em; margin-bottom: 1.875em; background-color: transparent; border: 0.15em solid #d7d7d9; width: 100%; font-size: 1.25em; }

.btn-contact .ss-icon { color: #1585ca; }

a .btn-contact:hover, a.btn-contact:hover { color: #1585ca; opacity: 1 !important; border-color: #1585ca; }

.btn.ss-icon, .btn.menu-button { border: none; margin-left: 1em; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1); transform: scale(1); border-radius: 2px; text-align: center; font-size: 1em; }

.btn.ss-icon:hover, .btn.menu-button:hover { box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1); -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); opacity: 1; }

.btn.ss-icon:active, .btn.menu-button:active { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); opacity: 1; }

@media (max-width: 767px) { .btn.ss-icon, .btn.menu-button { height: 37px; width: 37px; padding-top: 9px; }
  .btn.ss-icon .ss-icon, .btn.menu-button .ss-icon { font-size: 1em; } }

a.hover-pop { display: block; border-radius: 4px; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1); transform: scale(1); }

a.hover-pop:hover { box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1); -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); opacity: 1; }

a.hover-pop:active { -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); opacity: 1; }

.btn-default { background: transparent; color: #1585ca; font-size: inherit; font-weight: inherit; }

a { -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); color: #1585ca; }

a:hover { text-decoration: none; color: #29a0e9; }

a:active, a:focus { text-decoration: none; }

.more:after { content: '\25BB'; font-family: "SSCommunity"; position: absolute; right: -10px; opacity: 0; top: 7px; font-size: 60%; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.more:hover:after { right: -15px; opacity: 1; }

.open > .dropdown-menu { width: 100%; border-radius: 3px; box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); border: 1px solid #d7d7d9; }

.tags .tag, .tags .directory-tag { opacity: .6; border-radius: 4px 0px 4px 0px; display: inline-block; background-color: #d7d7d9; color: #464649; padding: 7px 18px; position: relative; margin: 5px 7px; text-decoration: none !important; font-size: 14px; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); border-bottom: 0px solid #d7d7d9; border-top: 0px solid #d7d7d9; }

.tags .tag:before, .tags .tag:after, .tags .directory-tag:before, .tags .directory-tag:after { content: ""; display: block; position: absolute; }

.tags .tag:before, .tags .directory-tag:before { border-radius: 0px 0px 0px 4px; border-left: 7px solid transparent; border-bottom: inherit; border-bottom-width: 32px; left: -7px; bottom: 0; }

.tags .tag:after, .tags .directory-tag:after { border-radius: 0px 4px 0px 0px; border-top: inherit; border-right: 7px solid transparent; border-top-width: 32px; right: -7px; top: 0; }

.tags .tag.deselected, .tags .directory-tag.deselected { background-color: #d7d7d9 !important; border-bottom-color: #d7d7d9 !important; border-top-color: #d7d7d9 !important; color: #464649 !important; }

.tags .tag.purple.selected, .tags .tag.purple:hover, .tags .directory-tag.purple.selected, .tags .directory-tag.purple:hover { background-color: #7f519c; color: #ffffff; border-bottom-color: #7f519c; border-top-color: #7f519c; }

.tags .tag.warning.selected, .tags .tag.warning:hover, .tags .directory-tag.warning.selected, .tags .directory-tag.warning:hover { background-color: #f9bf42; color: #ffffff; border-bottom-color: #f9bf42; border-top-color: #f9bf42; }

.tags .tag.primary.selected, .tags .tag.primary:hover, .tags .directory-tag.primary.selected, .tags .directory-tag.primary:hover { background-color: #1585ca; color: #ffffff; border-bottom-color: #1585ca; border-top-color: #1585ca; }

.tags .tag.danger.selected, .tags .tag.danger:hover, .tags .directory-tag.danger.selected, .tags .directory-tag.danger:hover { background-color: #FC4C40; color: #ffffff; border-bottom-color: #FC4C40; border-top-color: #FC4C40; }

.tags .tag.teal.selected, .tags .tag.teal:hover, .tags .directory-tag.teal.selected, .tags .directory-tag.teal:hover { background-color: #128a9a; color: #ffffff; border-bottom-color: #128a9a; border-top-color: #128a9a; }

.tags .tag.all.selected, .tags .tag.all:hover, .tags .tag.starred.selected, .tags .tag.starred:hover, .tags .directory-tag.all.selected, .tags .directory-tag.all:hover, .tags .directory-tag.starred.selected, .tags .directory-tag.starred:hover { background-color: #95d433; color: #ffffff; border-bottom-color: #95d433; border-top-color: #95d433; }

.tags .tag.info.selected, .tags .tag.info:hover, .tags .directory-tag.info.selected, .tags .directory-tag.info:hover { background-color: #1eaed7; color: #ffffff; border-bottom-color: #1eaed7; border-top-color: #1eaed7; }

.tags .tag:hover, .tags .directory-tag:hover { opacity: 1; }

.tags .tag.selected, .tags .directory-tag.selected { opacity: 1; }

.directory-tags { width: 60%; font-size: 11px; font-height: 1.1em; }

.close { float: right; font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; text-shadow: none; opacity: inherit; }

.close:hover { color: inherit; }

.page-nav .nav-link { padding: .25em 1em; border-left: 0.25em solid rgba(1, 1, 1, 0.1); width: 100%; }

.page-nav .nav-link:hover { background-color: #f4f4f5; }

.gray-bg .page-nav .nav-link { padding: .25em 1em; border-left: 0.25em solid rgba(1, 1, 1, 0.1); width: 100%; }

.gray-bg .page-nav .nav-link:hover { background-color: #f9f9f9; }

.nav-stacked .nav-item + .nav-item { margin-top: .5em; }

.nav-stacked .nav-item .nav-link { padding: .4375em 1.4375em; }

.accordion.primary-gradient .panel-heading a { padding: 1em 2em; color: #ffffff; border-radius: 2px; display: block; margin-bottom: .5em; position: relative; }

.accordion.primary-gradient .panel-heading a:after { content: '\F500'; font-family: "SSCommunity"; position: absolute; right: 2em; top: 1.1em; opacity: 0; -webkit-transition: opacity .2s ease; transition: opacity .2s ease; }

.accordion.primary-gradient .panel-heading a:hover:after { opacity: 1; }

.accordion.primary-gradient .panel-heading a.collapsed:after { content: '\F501'; }

.accordion.primary-gradient > *:nth-child(5n+1) .panel-heading a { background: #1585ca; }

.accordion.primary-gradient > *:nth-child(5n+2) .panel-heading a { background: #168bd3; background: rgba(21, 133, 202, 0.9); }

.accordion.primary-gradient > *:nth-child(5n+3) .panel-heading a { background: #1791dc; background: rgba(21, 133, 202, 0.8); }

.accordion.primary-gradient > *:nth-child(5n+4) .panel-heading a { background: #1897e6; background: rgba(21, 133, 202, 0.7); }

.accordion.primary-gradient > *:nth-child(5n+5) .panel-heading a { background: #209ce8; background: rgba(21, 133, 202, 0.6); }

.accordion.primary-gradient .panel-collapse a { cursor: pointer; }

.accordion.rainbow-gradient .panel-heading a { padding: 1em 2em; color: #ffffff; border-radius: 2px; display: block; margin-bottom: .5em; position: relative; }

.accordion.rainbow-gradient .panel-heading a:after { content: '\F500'; font-family: "SSCommunity"; position: absolute; right: 2em; top: 1.1em; opacity: 0; -webkit-transition: opacity .2s ease; transition: opacity .2s ease; }

.accordion.rainbow-gradient .panel-heading a:hover:after { opacity: 1; }

.accordion.rainbow-gradient .panel-heading a.collapsed:after { content: '\F501'; }

.accordion.rainbow-gradient > *:nth-child(5n+1) .panel-heading a { background: #1eaed7; }

.accordion.rainbow-gradient > *:nth-child(5n+2) .panel-heading a { background: #1585ca; }

.accordion.rainbow-gradient > *:nth-child(5n+3) .panel-heading a { background: #FC4C40; }

.accordion.rainbow-gradient > *:nth-child(5n+4) .panel-heading a { background: #7f519c; }

.accordion.rainbow-gradient > *:nth-child(5n+5) .panel-heading a { background: #95d433; }

.accordion.rainbow-gradient .panel-collapse a { cursor: pointer; }

.panel-collapse .padding { padding-top: 1.5em; }

.nav-inline { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; text-align: right; position: absolute; left: 1em; right: 1em; bottom: 0; border-top: none; overflow: hidden; }

.nav-inline .nav-title { display: inline-block; float: left; }

.nav-inline .nav-title h1 { display: inline-block; color: white; margin: .8em 1.25em; }

.nav-inline .nav-title h3 { margin: 1em; }

.nav-inline .nav-item { margin-left: 0 !important; }

.nav-inline .nav-item a { padding: 1.25em; margin-right: -3px; color: white; }

.nav-inline .nav-item a .ss-icon { color: white; display: block; text-align: center; font-size: 30px; }

.nav-inline .nav-item:hover a { background: rgba(0, 0, 0, 0.05); }

.nav-inline .nav-item.active a { color: #fff; background: rgba(0, 0, 0, 0.1); cursor: text; position: relative; }

.reveal { -webkit-animation-duration: 1s; animation-duration: 1s; timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); /* easeInOutQuad */ visibility: hidden; }

.add-to { display: block; float: right; margin: 1em 0; }

.add-to .StarAnimationContainer { overflow: visible; height: 16px; width: 16px; position: relative; }

.add-to .StarAnimation { position: absolute; background: url(/assets/images/star.png); background-position: left; background-repeat: no-repeat; background-size: 2900%; height: 50px; width: 50px; left: -100%; top: -100%; }

.add-to .StarAnimation.animated { background-position: right; }

.add-to .StarAnimation.animated:hover { background-position: left; }

.add-to .StarAnimation.not-animated { background-position: left; }

.add-to .StarAnimation.not-animated:hover { background-position: right; }

.add-to .StarAnimation.is-animating { -webkit-animation-timing-function: steps(28); animation-timing-function: steps(28); display: inline-block; -webkit-animation-name: star-burst; animation-name: star-burst; -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }

.img-responsive { width: 100%; }

.img-rounded { border-radius: 3px; }

.center-focus { background-position: center center; }

.cover { background-size: cover; background-position: center center; }

.contain { background-size: contain; background-repeat: no-repeat; background-position: center center; }

.third { background-position: 33% 33%; }

.bottom { background-position: bottom center; }

.left-focus { background-position: 33% 33%; }

.right-focus { background-position: 66% 33%; }

.icon-bg { background-size: contain; background-position: top right; background-repeat: no-repeat; }

.logo-sm { height: 30px; width: auto; }

table { width: 100%; }

.table.table-striped { border-bottom: 1px solid #d7d7d9; margin-top: 2em; }

.table.table-striped td p:last-of-type { margin-bottom: 0; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; font-weight: bold; line-height: 1.3 !important; }

.form-control { padding: .5em 1em; border-radius: 2px; line-height: 1; }

.placeholder label { display: none; }

.select-shell { position: relative; }

.select-shell select { background: transparent; width: 100%; padding: 0px; line-height: 1; border: 0; border-radius: 0; -webkit-appearance: none; }

.select-shell select:focus { outline: none; }

.select-shell:after { content: "\F501"; font-family: "SSCommunity"; color: rgba(1, 1, 1, 0.3); position: absolute; font-size: 12px; top: 50%; right: 1em; margin-top: -6px; }

.select-shell:active, .select-shell:focus { border-color: #1585ca; }

.select-shell:active:after, .select-shell:focus:after { color: #1585ca; }

fieldset > .checkbox:last-of-type { margin-bottom: 0; }

.checkbox label, .radio label { font-weight: 300; display: block; }

.tooltip.in { opacity: 1; }

.tooltip .tooltip-inner { background: #ffffff; border-radius: 3px; padding: .5em .75em; text-align: left; color: #737376; border-radius: 3px; font-size: 1em; font-weight: 300; box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); border: 1px solid rgba(1, 1, 1, 0.1); z-index: 2; max-width: 300px; }

.tooltip .tooltip-inner:before { content: ''; display: block; height: 16px; width: 16px; background: #ffffff; border-right: 1px solid rgba(1, 1, 1, 0.1); border-bottom: 1px solid rgba(1, 1, 1, 0.1); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 100%; left: 50%; z-index: 1; margin-top: -13px; margin-left: -7px; }

.sun { overflow: hidden; }

.sun:after { content: "\2600"; font-family: "SSCommunity"; color: #f9bf42; font-size: 400px; position: absolute; right: -150px; margin-top: -300px; top: 50%; opacity: 0; -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transition-delay: .8s; transition-delay: .8s; }

@media (max-width: 543px) { .sun:after { display: none; } }

.sun.animated:after { opacity: .7; }

.icon-fill .ss-icon { font-size: 195px; position: absolute; right: 50%; margin-top: -83px; margin-right: -104px; top: 50%; opacity: 0; -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transition-delay: .8s; transition-delay: .8s; }

.icon-fill.animated .ss-icon { opacity: .7; }

.card { border-radius: 4px; margin-top: 1em; margin-bottom: 1em; border: none; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); overflow: hidden; position: relative; color: #464649; }

.card .card-body { padding: 2em; }

.card .card-body > p:last-of-type { margin-bottom: 0; }

.card .purchasing-footer { font-size: .8em; }

.card .row { padding-bottom: 0 !important; }

.card .card-header { font-size: 1.25em; font-weight: 700; margin-left: -1em; margin-right: -1em; margin-bottom: 1em; padding: 0 1em; background-color: transparent; border-radius: 0; border-bottom: none; position: relative; line-height: 1; padding-right: 55px; }

.card .add-to { position: absolute; top: -3px; right: .4175em; margin: 0; margin-top: -9px; text-decoration: none; margin: 0; float: none; color: #a7a7a9; -webkit-transform: scale(1); transform: scale(1); border: 2px solid #d7d7d9; padding: 7px 4px 2px; line-height: 1; border-radius: 2px; font-size: 1em; }

.card .add-to:hover { color: #ffffff; background: #95d433; -webkit-transform: scale(1.2); transform: scale(1.2); border-color: transparent; }

.card .add-to:hover:active { -webkit-transform: scale(1.3); transform: scale(1.3); }

.card .add-to.starred { color: #ffffff; background: #95d433; border-color: transparent; }

.card .expand { position: absolute; top: 50%; right: calc(1em + 26px); margin: 0; margin-top: -11px; text-decoration: none; font-size: 19px; color: rgba(1, 1, 1, 0.3); }

.card .expand:hover { color: #95d433; }

.card p.lead { line-height: 1.3; margin-bottom: 0; }

.card p.ss-icon, .card p .ss-icon { color: #d7d7d9; }

.card > *:last-child { margin-bottom: 0; }

.card:before { content: ""; position: absolute; top: 0; left: 0; border-top-left-radius: 4px; border-width: 17px; border-style: solid; border-color: transparent; }

.card.warning:before { border-color: #f9bf42 transparent transparent #f9bf42; }

.card.a-la-carte:before { border-color: #f9bf42 transparent transparent #f9bf42; }

.card.member:before, .card.info:before { border-color: #1eaed7 transparent transparent #1eaed7; }

.card.purple:before { border-color: #7f519c transparent transparent #7f519c; }

.card.primary:before { border-color: #1585ca transparent transparent #1585ca; }

.card.owner:before, .card.danger:before { border-color: #FC4C40 transparent transparent #FC4C40; }

.card.success:before { border-color: #95d433 transparent transparent #95d433; }

.card.teal:before { border-color: #128a9a transparent transparent #128a9a; }

.card.resource-card { border: 1px solid rgba(0, 0, 0, 0.1); margin-top: 0; margin-bottom: 5px; background: white; }

.card.resource-card .card-body { padding: 1.25em; }

.card.resource-card p { margin-bottom: 0; }

.card.resource-card p.subtle { margin-bottom: 1em; }

.card.resource-card .margin-p p { margin-bottom: .75em; }

.resource-grid .card { margin-top: 0; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.1); }

.directory-filter { background-color: white; margin: 5px 0 1em; padding: .5em 1em; color: #737376; line-height: 1.25; border-radius: 4px; font-size: 1em; text-align: left; }

#directory .dropdown-menu { border: none; border-radius: 4px; z-index: 5000; max-height: 289px; overflow: scroll; }

#directory .dropdown-menu .dropdown-item { color: #737376; font-weight: 100; }

#directory .dropdown-menu .dropdown-item:focus, .dropdown-item:hover { color: white !important; background-color: #1eaed7; }

#directory .sticky-bar .directory-filter { margin-bottom: 5px; }

#directory .grid-item .card-body { height: 200px; }

#directory .searchSort { padding-bottom: 0; }

.card-body.directory { padding: 1.25em 1.5em; }

.card-body.directory.with-pic { padding-bottom: 2em; background-size: 40% auto; background-repeat: no-repeat; background-position: right bottom; }

.card-body.directory.with-pic.shim { padding-bottom: 4em; }

.card-body.directory p { margin-bottom: .25em; line-height: 1.1em; }

.card-body.directory .avatar { float: left; width: 72px; height: 72px; margin-right: 16px; margin-bottom: 16px; background-color: lightgray; border: 1px solid #f1f1f1; }

.card-body.directory .details { float: left; }

.card-body.directory .details h5, .card-body.directory .details h6 { margin-bottom: 0; }

.card-body.directory .details .office { margin-top: 1em; }

.checkout.grid .single .card.starred .card-header { margin-bottom: 0; }

.checkout.grid .single .card.starred p.description { display: none; }

.card-columns .card .card-header { position: inherit; }

.featured-card { padding: 0  0 0 1.875em; }

.featured-card .featured-inner { background-color: rgba(255, 255, 255, 0.9); padding: 2em; width: 50%; float: right; }

.featured-card p { margin-bottom: 0; }

.featured-card .tags { margin-bottom: 0; }

@media (max-width: 767px) { .featured-card { padding: 50% 0 0 0; }
  .featured-card .featured-inner { width: 100%; } }

.category-card { padding: 10vh 0 5vh; display: block; text-align: left; margin-bottom: 1em; margin-top: 1em; }

.category-card:before { display: none; }

.category-card p { background: rgba(255, 255, 255, 0.9); padding: 1em 2em; display: inline-block; max-width: 350px; margin-bottom: 0; }

.category-card h1, .category-card h2, .category-card h3, .category-card h4, .category-card h5, .category-card h6 { color: #ffffff; display: inline-block; line-height: 1; padding: 1em 2em; border-radius: 0; margin: 0; font-weight: 700; opacity: 1; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); z-index: 50; }

.category-card h1.other, .category-card h1.danger, .category-card h2.other, .category-card h2.danger, .category-card h3.other, .category-card h3.danger, .category-card h4.other, .category-card h4.danger, .category-card h5.other, .category-card h5.danger, .category-card h6.other, .category-card h6.danger { background: rgba(252, 76, 64, 0.9); }

.category-card h1.all, .category-card h1.success, .category-card h2.all, .category-card h2.success, .category-card h3.all, .category-card h3.success, .category-card h4.all, .category-card h4.success, .category-card h5.all, .category-card h5.success, .category-card h6.all, .category-card h6.success { background: rgba(149, 212, 51, 0.9); }

.category-card h1.technology, .category-card h1.warning, .category-card h2.technology, .category-card h2.warning, .category-card h3.technology, .category-card h3.warning, .category-card h4.technology, .category-card h4.warning, .category-card h5.technology, .category-card h5.warning, .category-card h6.technology, .category-card h6.warning { background: rgba(249, 191, 66, 0.9); }

.category-card h1.teal, .category-card h2.teal, .category-card h3.teal, .category-card h4.teal, .category-card h5.teal, .category-card h6.teal { background: rgba(18, 138, 154, 0.9); }

.category-card h1.core, .category-card h1.purple, .category-card h2.core, .category-card h2.purple, .category-card h3.core, .category-card h3.purple, .category-card h4.core, .category-card h4.purple, .category-card h5.core, .category-card h5.purple, .category-card h6.core, .category-card h6.purple { background: rgba(127, 81, 156, 0.9); }

.category-card h1.instructional, .category-card h1.info, .category-card h2.instructional, .category-card h2.info, .category-card h3.instructional, .category-card h3.info, .category-card h4.instructional, .category-card h4.info, .category-card h5.instructional, .category-card h5.info, .category-card h6.instructional, .category-card h6.info { background: rgba(30, 174, 215, 0.9); }

.category-card h1.purchasing, .category-card h1.primary, .category-card h2.purchasing, .category-card h2.primary, .category-card h3.purchasing, .category-card h3.primary, .category-card h4.purchasing, .category-card h4.primary, .category-card h5.purchasing, .category-card h5.primary, .category-card h6.purchasing, .category-card h6.primary { background: rgba(21, 133, 202, 0.9); }

.category-card h1:hover, .category-card h2:hover, .category-card h3:hover, .category-card h4:hover, .category-card h5:hover, .category-card h6:hover { opacity: .6; }

.category-card h1:focus, .category-card h2:focus, .category-card h3:focus, .category-card h4:focus, .category-card h5:focus, .category-card h6:focus { color: #ffffff; }

.category-card .add-to { top: 0; right: 1em; margin: 0; padding: 1em; background: rgba(255, 255, 255, 0.9); padding-top: 2em; }

.category-card .content { position: absolute; bottom: 0; }

.row .container .filters.row { margin-left: 0; margin-right: 0; margin-bottom: 1em; padding: 1em; background-color: rgba(21, 133, 202, 0.9); border-radius: 0 0 4px 4px; }

.row .container .filters.row > div:last-child { text-align: right; }

.quicksearch-container { position: relative; }

.quicksearch-container input { background: #ffffff; border: none; border-radius: 4px !important; margin: 5px 0 1em; padding-left: 3em; }

.quicksearch-container:after { content: '\1F50D'; font-family: 'SSCommunity'; position: absolute; top: 50%; margin-top: -15px; left: 2em; color: #d7d7d9; }

.quickfilter-container { position: relative; }

.quickfilter-container select { background: #ffffff; border: none; border-radius: 4px !important; margin: 5px 0 1em; font-weight: 300; }

.quickfilter-container:after { content: '\25BE'; font-family: 'SSCommunity'; position: absolute; top: 50%; margin-top: -15px; right: 2em; color: #d7d7d9; }

.filters .tags .tag { background-color: #ffffff; }

.filters .tags .tag:before { border-bottom-color: #ffffff; }

.filters .tags .tag:after { border-top-color: #ffffff; }

.small-caps { margin: 0; font-weight: bold; text-transform: uppercase; font-size: .8em; color: rgba(255, 255, 255, 0.6); }

.subtle { font-size: .8em; color: #737376; }

.breadcrumbs { padding-top: 20px; font-weight: 400; opacity: .7; }

.breadcrumbs p { margin-bottom: 0; }

.checkout .card p.description { display: none; }

.checkout .card .card-header { margin-bottom: 0; }

.modal { border-radius: 0; padding: 0 1em; margin-top: 1em; margin-bottom: 1em; border: 1px solid rgba(1, 1, 1, 0.1); }

.modal .modal-header { font-size: 1.25em; font-weight: 700; margin-left: -1em; margin-right: -1em; margin-bottom: 0; border-bottom: none; background-color: transparent; border-radius: 0; }

.modal .add-to { position: absolute; top: 1.25em; right: 1.25em; text-decoration: none; margin: 0; }

.modal .expand { position: absolute; top: 1em; right: 2.75em; text-decoration: none; margin: 0; color: rgba(1, 1, 1, 0.3); }

.modal .expand:hover { color: #95d433; }

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

.btn-cart { color: #95d433; font-size: 1.25em; margin-top: 2em; background-color: transparent; border: 0.15em solid #95d433; width: 100%; text-align: center; white-space: initial; opacity: 1; }

.btn-cart .ss-icon { -webkit-transform: scale(1); transform: scale(1); display: inline-block; }

.btn-cart:hover, .btn-cart.starred { color: #ffffff; background: #95d433; opacity: 1 !important; }

.btn-cart:hover .ss-icon { -webkit-transform: scale(1.2); transform: scale(1.2); }

.btn-purch { color: #1585ca; font-size: 1.25em; margin-top: 2em; background-color: transparent; border: 0.15em solid #1585ca; width: 100%; text-align: center; white-space: initial; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.btn-purch .ss-icon { -webkit-transform: scale(1); transform: scale(1); display: inline-block; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.btn-purch:hover, .btn-purch.starred { color: #ffffff; background: #1585ca; opacity: 1 !important; }

.btn-purch:hover .ss-icon { -webkit-transform: scale(1.2); transform: scale(1.2); }

.solution-popup { position: absolute; top: 0px; left: 0px; z-index: 100; display: none; }

.solution-popup > .card { margin: 0; }

.solution-popup > .card > .row { margin: 0; padding: 0 2em; }

.row .container .row.marketplace-toolbar { padding: 0; margin: 0; margin-bottom: 2em; background: #1585ca; border-radius: 4px; }

.row .container .row.marketplace-toolbar a { display: block; float: left; color: #ffffff; padding: 2em; line-height: 1; }

.row .container .row.marketplace-toolbar .brand, .row .container .row.marketplace-toolbar .brand2 { font-weight: 600; font-size: 1.5em; }

.row .container .row.marketplace-toolbar .brand .ss-icon, .row .container .row.marketplace-toolbar .brand2 .ss-icon { font-size: 1.25em; padding-right: 1em; }

.row .container .row.marketplace-toolbar .sub { -webkit-transform: scale(1); transform: scale(1); background: #ffffff; padding: 13px 10px 6px; line-height: 1; border-radius: 2px; text-align: center; float: right; margin-top: 25px; margin-right: 2em; font-size: 1em; color: #1585ca; }

.row .container .row.marketplace-toolbar .sub:hover { color: #ffffff; background: #95d433; -webkit-transform: scale(1.2); transform: scale(1.2); }

.row .container .row.marketplace-toolbar .sub:hover:active { -webkit-transform: scale(1.3); transform: scale(1.3); }

.row .container .row.marketplace-toolbar .sub.active { color: #ffffff; background: #95d433; }

.row .container .row.marketplace-toolbar .small-caps { color: #ffffff; opacity: .8; margin: 0 1em; }

.row .container .searchSort { margin-top: -1em; }

.cartCount { display: none; padding: 4px; border-radius: 20px; background: #FC4C40; position: absolute; right: 1.4375em; top: 16px; width: 21px; font-size: 13px; font-weight: 400; text-align: center; font-family: myriad-pro,"Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1; }

.sticky-bar { position: fixed; top: 0; left: 0; right: 0; padding-bottom: 0 !important; z-index: 2000; -webkit-transition: top .4s ease; transition: top .4s ease; box-shadow: 0px 2px 2px 0px rgba(115, 115, 118, 0.4); background: rgba(21, 133, 202, 0.8); }

.sticky-bar .container { padding: 0; margin-top: 0 !important; }

.sticky-bar .quicksearch-container input { margin-bottom: 5px; }

.sticky-bar .quicksearch-container:after { margin-top: -10px; }

.sticky-bar .marketplace-toolbar { margin-bottom: 0 !important; }

.sticky-bar .marketplace-toolbar a { padding: 1em 0 0 0; }

.sticky-bar .cartCount { top: 0px; right: 5px; position: absolute; }

.sticky-bar .sub { color: #ffffff; -webkit-transform: scale(1); transform: scale(1); background: #ffffff; color: #1585ca; padding: 13px 10px 6px; line-height: 1; border-radius: 2px; text-align: center; float: right; margin-top: 5px; margin-left: 2px; font-size: 1em; }

.sticky-bar .sub:hover { color: #ffffff; background: #95d433; -webkit-transform: scale(1.2); transform: scale(1.2); }

.sticky-bar .sub:hover:active { -webkit-transform: scale(1.3); transform: scale(1.3); }

.sticky-bar .sub.active { color: #ffffff; background: #95d433; }

.sticky-bar.hidden { top: -50px; }

@media (max-width: 767px) { .single { width: 100%; }
  .sticky-bar .container { padding-left: 1em; padding-right: 1em; } }

.img-border { border: 10px solid #1eaed7; border-radius: 500px; border-left-color: transparent !important; display: inline-block; padding: 5px; margin: 0 10% 15px; -webkit-animation: spin 2s ease infinite; animation: spin 2s ease infinite; /*Set our animation play state to paused initially */ -webkit-animation-play-state: paused; animation-play-state: paused; }

.img-border img { -webkit-animation: unspin 2s ease infinite; animation: unspin 2s ease infinite; /*Set our animation play state to paused initially */ -webkit-animation-play-state: paused; animation-play-state: paused; }

.img-border:hover { -webkit-animation-play-state: paused; animation-play-state: paused; }

.img-border:hover img { -webkit-animation-play-state: paused; animation-play-state: paused; }

.img-bw { -webkit-filter: grayscale(100%); filter: grayscale(100%); opacity: .9; }

.icon-border { border: 10px solid #1585ca; border-radius: 100px; border-bottom-color: transparent !important; display: inline-block; padding: 5px; margin-bottom: 15px; -webkit-animation: spin 2s ease infinite; animation: spin 2s ease infinite; /*Set our animation play state to paused initially */ -webkit-animation-play-state: paused; animation-play-state: paused; }

.icon-border .ss-icon { font-size: 60px; padding-top: 10px; height: 100px; width: 100px; border-radius: 100px; -webkit-animation: unspin 2s ease infinite; animation: unspin 2s ease infinite; /*Set our animation play state to paused initially */ -webkit-animation-play-state: paused; animation-play-state: paused; }

.icon-border:hover { -webkit-animation-play-state: running; animation-play-state: running; }

.icon-border:hover .ss-icon { -webkit-animation-play-state: running; animation-play-state: running; }

.solution-detail { background-color: #f4f4f5; padding: 0 1em 1em; margin-bottom: 2em; }

.solution-detail h6 { padding: 1em; background-color: #1585ca; margin-left: -1em; margin-right: -1em; margin-bottom: 1em; color: #ffffff; font-weight: 400; }

.list-group-flush .list-group-item { padding: .75em 1em; background: transparent; }

.list-group-flush:last-child .list-group-item:last-child { border-bottom: 1px solid #ddd; }

.card-block { padding: 0; }

.solution-widget { margin-top: 2em; }

.solution-widget:first-child { margin-top: 0; }

.solution-widget.pricing p { margin-bottom: 0; }

.solution-widget.pricing p.margin-top { margin-top: 1em; }

td p.margin-top { margin-bottom: 0; }

.card-columns { -webkit-column-gap: 1.875em; -moz-column-gap: 1.875em; column-gap: 1.875em; }

.card-date { float: right; }

.card-date > * { margin: 0; }

.primary-card { background-color: #1585ca; color: white; }

.primary-card .img-border { border-color: #1585ca; }

.primary-card .card-footer, .primary-card .card-header { background-color: #1585ca; }

.success-card { background-color: #95d433; color: white; }

.success-card .card-footer, .success-card .card-header { background-color: #95d433; }

.info-card { background-color: #1eaed7; color: white; }

.info-card .card-footer, .info-card .card-header { background-color: #1eaed7; }

.warning-card { background-color: #f9bf42; color: white; }

.warning-card .card-footer, .warning-card .card-header { background-color: #f9bf42; }

.danger-card { background-color: #FC4C40; color: white; }

.danger-card .card-footer, .danger-card .card-header { background-color: #FC4C40; }

.purple-card { background-color: #7f519c; color: white; }

.purple-card .card-footer, .purple-card .card-header { background-color: #7f519c; }

.teal-card { background-color: #128a9a; color: white; }

.teal-card .card-footer, .teal-card .card-header { background-color: #128a9a; }

.overlay { background-blend-mode: overlay; -webkit-filter: gray; filter: gray; opacity: .2; }

.callout { padding-top: 4em; padding-bottom: 2em; text-align: center; display: block; color: inherit; background-color: rgba(252, 76, 64, 0.7); -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); margin-right: -1em; margin-left: -1em; }

.callout:before { content: ''; position: absolute; z-index: 1; left: 0; bottom: 0; opacity: 1; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); height: 5px; width: 100%; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left center; transform-origin: left center; background: #1585ca; }

.callout:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); }

.callout p { background-color: transparent; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.callout .ss-icon { margin-bottom: 0; }

.callout:hover { color: #ffffff; background-color: rgba(0, 0, 0, 0.25); }

.callout:hover p { background-color: transparent; }

.large-slider.owl-carousel .owl-stage-outer { overflow: visible; }

.owl-stage-outer { z-index: 50; }

.owl-nav { position: absolute; top: 50%; left: -20px; right: -20px; }

.owl-nav .owl-prev { float: left; color: #FC4C40; }

.owl-nav .owl-next { float: right; color: #FC4C40; }

/*.callout { .ss-icon { font-size: 60px; padding-top: 24px; text-align: center; height: 100px; width: 100px; border-radius: 100px; background-color: #ffffff; margin-top: 30px; } p { color: #ffffff; } }*/
.push { position: relative; -webkit-transition: top 300ms ease; transition: top 300ms ease; overflow: hidden; }

.nav-bar .container { padding-top: 2em; padding-bottom: 2em; }

.nav-bar .main-logo { background-image: url(/assets/images/logo-dark.png); }

.nav-bar.dark { background: #143856; color: #ffffff; }

.nav-bar.dark .main-logo { background-image: url(/assets/images/logo.png); }

.main-logo { text-indent: -9999px; overflow: hidden; display: block; background-size: cover; height: 60px; width: 159px; float: left; margin-top: -10px; margin-bottom: -10px; -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.menu-button { float: right; margin-left: 15px; padding: .5em .75em; }

body.search-open { overflow: hidden; }

#search { background-color: rgba(215, 215, 217, 0.9); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }

#search.open { z-index: 200; opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

#search .container { height: 60%; }

#search .container a.btn-secondary { margin-top: 2em; float: right; }

#search button, #search-inline button { width: 15%; font-size: 2em; padding: 2em 0; text-align: center; border-radius: 0; font-weight: 600; line-height: 1.3; }

#search button:hover, #search-inline button:hover { -webkit-transform: translate(0); transform: translate(0); box-shadow: none; background: #95d433; }

#search ::-webkit-input-placeholder, #search :-moz-placeholder, #search ::-moz-placeholder, #search :-ms-input-placeholder, #search-inline ::-webkit-input-placeholder, #search-inline :-moz-placeholder, #search-inline ::-moz-placeholder, #search-inline :-ms-input-placeholder { color: #a7a7a9; }

#search .inner:after, #search-inline .inner:after { content: '\1F50D'; font-family: "SSCommunity"; color: #d7d7d9; position: absolute; top: 50%; left: 2.3rem; font-size: 4em; margin-top: -39px; }

#search input, #search-inline input { color: #202024; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); font-weight: 300; font-size: 2em; width: 100%; background: #ffffff; padding: 2em 4em; }

#search input:focus, #search-inline input:focus { border-color: #1eaed7; }

#search-inline { background-color: #f4f4f5; z-index: 1000; }

.autocomplete { background-color: rgba(255, 255, 255, 0.9); position: absolute; z-index: 1000; left: 0; right: 0; overflow: scroll; max-height: 30vh; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); box-shadow: 0px 3px 3px 0px rgba(115, 115, 118, 0.4); }

.autocomplete .ui-autocomplete.ui-menu { position: relative; border: none; background: none; padding: 10px 0; left: 0 !important; top: 0 !important; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.autocomplete .ui-autocomplete.ui-menu .ui-menu-item { background: none; border: none; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; font-size: 1em; padding: .5em .75em; display: inline-block; margin: 0 40% 0 calc(4em - .75em); color: #737376; border-radius: 0; -webkit-transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.autocomplete .ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus { color: #ffffff; background: #FC4C40; }

#menu { background: #0f2b41; overflow: scroll; /*right: -15.625em; a { color: #ffffff; text-decoration: none; font-weight: 700; } ul.nav.main-nav { padding: 5% 10%; li a { display: block; position: relative; overflow: hidden; padding: 5% 7%; font-weight: 300; border-radius: 0; transition: all .2s ease; font-size: 1.6em; &:before { content: ''; position: absolute; z-index: 1; left: 0; bottom: 0; opacity: 1; transition: all .2s ease; height: 5px; width: 100%; transform: scaleX(0); transform-origin: left center; } &:hover { &:before { transform: scaleX(1); } } } li:nth-child(1) a { &:before { background: $brand-purple; } } li:nth-child(2) a { &:before { background: $brand-danger; } } li:nth-child(3) a { &:before { background: $brand-warning; } } li:nth-child(4) a { &:before { background: $brand-success; } } } ul.nav.nav-pills { padding: 5% 10%; li.nav-item { + .nav-item { margin: 0; } a { display: block; position: relative; overflow: hidden; padding: 10px 15px; font-weight: 300; border-radius: 0; transition: all .2s ease; font-size: .9em; &:hover { background-color: rgba($brand-info, .1); } } } } .social { background: darken($brand-navy, 3%); padding: 10px 0; text-align: center; a.menu-button { display: inline-block; float: none; } } .contact { background: $brand-danger; padding: 10px 0; text-align: center; a.menu-button { display: inline-block; float: none; } }*/ }

#menu .padding { padding: 1em 0; width: 100%; }

#menu a { background: transparent; display: block; color: rgba(255, 255, 255, 0.7); -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); padding: 1em 2em; font-size: 1.1em; font-weight: 300; }

#menu a:hover, #menu a:focus, #menu a.active { color: white; text-decoration: none; }

#menu .main-nav > li { margin-bottom: 1em; }

#menu .main-nav > li:nth-child(7n+1) { border-left: 0.25em solid #1585ca; }

#menu .main-nav > li:nth-child(7n+1) a:hover, #menu .main-nav > li:nth-child(7n+1) a:focus, #menu .main-nav > li:nth-child(7n+1) a.active { background: rgba(21, 133, 202, 0.7); }

#menu .main-nav > li:nth-child(7n+2) { border-left: 0.25em solid #f9bf42; }

#menu .main-nav > li:nth-child(7n+2) a:hover, #menu .main-nav > li:nth-child(7n+2) a:focus, #menu .main-nav > li:nth-child(7n+2) a.active { background: rgba(249, 191, 66, 0.7); }

#menu .main-nav > li:nth-child(7n+3) { border-left: 0.25em solid #FC4C40; }

#menu .main-nav > li:nth-child(7n+3) a:hover, #menu .main-nav > li:nth-child(7n+3) a:focus, #menu .main-nav > li:nth-child(7n+3) a.active { background: rgba(252, 76, 64, 0.7); }

#menu .main-nav > li:nth-child(7n+4) { border-left: 0.25em solid #7f519c; }

#menu .main-nav > li:nth-child(7n+4) a:hover, #menu .main-nav > li:nth-child(7n+4) a:focus, #menu .main-nav > li:nth-child(7n+4) a.active { background: rgba(127, 81, 156, 0.7); }

#menu .main-nav > li:nth-child(7n+5) { border-left: 0.25em solid #1eaed7; }

#menu .main-nav > li:nth-child(7n+5) a:hover, #menu .main-nav > li:nth-child(7n+5) a:focus, #menu .main-nav > li:nth-child(7n+5) a.active { background: rgba(30, 174, 215, 0.7); }

#menu .main-nav > li:nth-child(7n+6) { border-left: 0.25em solid #95d433; }

#menu .main-nav > li:nth-child(7n+6) a:hover, #menu .main-nav > li:nth-child(7n+6) a:focus, #menu .main-nav > li:nth-child(7n+6) a.active { background: rgba(149, 212, 51, 0.7); }

#menu .main-nav > li:nth-child(7n+7) { border-left: 0.25em solid #128a9a; }

#menu .main-nav > li:nth-child(7n+7) a:hover, #menu .main-nav > li:nth-child(7n+7) a:focus, #menu .main-nav > li:nth-child(7n+7) a.active { background: rgba(18, 138, 154, 0.7); }

#menu .main-nav > li ul { margin: 0 0 10px 0; padding: 0; list-style: none; }

#menu .main-nav > li ul a { font-size: .8em; font-weight: 300; }

#menu .main-nav > li ul.dropdown { display: none; }

#menu .main-nav > li.active ul.dropdown { display: block; }

.link-list { margin: 0 0 0 0; padding: 0; list-style: none; }

.link-list h6 { margin-top: 1em; }

.link-list a { padding-bottom: 1em; display: block; }

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

.link-list ul a { font-size: .8em; font-weight: 300; }

.link-list ul.dropdown { display: none; }

.link-list.active ul.dropdown { display: block; }

.banner { min-height: 400px; background-size: cover; background-position: 33% 33%; padding-top: 4em; padding-bottom: 4em; }

.banner > .container { padding-top: 0; padding-bottom: 0; }

.rounded { border-radius: 4px; }

.overlap { margin-top: -100px; }

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

.center-text hr { margin: 1em auto; }

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

.groups-navigation-group.primary-group, .groups-navigation-group.secondary-group { padding: 0; display: block; }

.group-image-container { position: relative; }

.group-image-container .ss-icon { position: absolute; top: 1em; left: 1em; bottom: 1em; right: 1em; font-size: 100px; text-align: center; padding-top: calc(33% - 80px); color: #ffffff; opacity: 0; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); border: .25em solid #ffffff; display: block; border-radius: 3px; }

.groups-navigation-group:hover .group-image-container .ss-icon { opacity: 1; }

.groups-navigation-name { background: #143856; color: #ffffff; text-align: center; padding: 1em 0; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); font-size: 1.25em; }

.groups-navigation-group:hover .groups-navigation-name { background: #19456b; }

.groups-navigation-group img.group-photo { opacity: 1; -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.groups-navigation-group:hover img.group-photo { opacity: .1; }

.intro h1 { color: #ffffff; display: inline; line-height: 1.35; padding: 5px 15px 15px; border-radius: 0; margin: 0; background-color: #f9bf42; background-color: rgba(249, 191, 66, 0.9); }

.intro h1.success { background-color: #95d433; background-color: rgba(149, 212, 51, 0.9); }

.intro h1.primary { background-color: #1585ca; background-color: rgba(21, 133, 202, 0.9); }

.intro h1.info { background-color: #1eaed7; background-color: rgba(30, 174, 215, 0.9); }

.intro h1.danger { background-color: #FC4C40; background-color: rgba(252, 76, 64, 0.9); }

.intro h1.warning { background-color: #f9bf42; background-color: rgba(249, 191, 66, 0.9); }

.intro h1.purple { background-color: #7f519c; background-color: rgba(127, 81, 156, 0.9); }

.intro h1.teal { background-color: #f9bf42; background-color: rgba(18, 138, 154, 0.9); }

@media (max-width: 767px) { .intro h1 { display: inline-block; } }

.intro p { color: #ffffff; display: inline; line-height: 1; background-color: #FC4C40; background-color: rgba(252, 76, 64, 0.9); padding: 15px 15px 20px; border-radius: 0; }

.intro.resource-intro { position: relative; border-radius: 4px; }

.title.grid-item { margin: 0 !important; padding: 0 !important; }

.title.grid-item h3 { margin-bottom: 0; font-size: 1.25em; }

.title.grid-item a { position: absolute; bottom: 0; right: 0px; }

.resource-grid { margin-top: 1rem; }

.resource-grid .title.grid-item h3 { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 1.25em; }

.resource-grid .grid-item { margin-bottom: 3px; }

.danger-title h1 { color: #FC4C40; }

.danger-title .ss-icon { color: #1eaed7; }

.footer { color: #ffffff; position: static; background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #143856), color-stop(100%, #0f2b41)); background: -webkit-radial-gradient(center, circle cover, #143856 0%, #0f2b41 100%); background: radial-gradient(center, circle cover, #143856 0%, #0f2b41 100%); background-color: #143856; background: #143856; font-size: .8em; }

.footer p, .footer address { color: rgba(255, 255, 255, 0.7); }

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

.footer a { color: rgba(255, 255, 255, 0.7); }

.footer a:hover { color: white; }

.footer-base { background: #0f2b41; font-size: .8em; padding: 1em 0; }

.footer-base p, .footer-base address { color: rgba(255, 255, 255, 0.5); margin-bottom: 0; }

@media (max-width: 480px) { .slider:after { content: 'Swipe to see more'; display: block; width: 100vw; text-align: center; } }

.slider-item { padding-right: 1em; padding-left: 1em; }

.cart { background: rgba(149, 212, 51, 0.9); color: #ffffff; font-weight: 700; font-size: 1.25em; padding: 1em; text-align: center; position: fixed; bottom: 0; left: 0; right: 0; }

.revealAction { -webkit-animation-duration: 1s; animation-duration: 1s; timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); /* easeInOutQuad */ visibility: hidden; }

@-webkit-keyframes star-burst { 0% { background-position: left; }
  100% { background-position: right; } }

@keyframes star-burst { 0% { background-position: left; }
  100% { background-position: right; } }

.market-nav h1 { font-weight: 300; font-size: 47px; margin: -5px 15px; line-height: 1; }

.market-nav .main-logo { width: 57px; }

.market-nav .main-logo:hover { width: 159px; }

.process { position: relative; padding-top: 1em; }

.process .line { height: .75em; background-color: #d7d7d9; margin-bottom: 1em; border-radius: 4px; }

.process .line2 { border-radius: 4px 0 0 4px; height: .75em; background-color: #95d433; position: absolute; top: 1em; left: 0; width: 50%; }

.process .step-1, .process .step-2, .process .step-3 { position: relative; padding-top: 1em; font-weight: bold; text-transform: uppercase; font-size: .8em; color: #a7a7a9; text-align: center; }

.process .step-1:before, .process .step-2:before, .process .step-3:before { content: '\2713'; font-family: "SSCommunity"; color: transparent; display: block; height: 1.4em; width: 1.4em; border: 0.2em solid #f4f4f5; background-color: #a7a7a9; position: absolute; top: -.9em; box-sizing: border-box; border-radius: 2em; left: 50%; margin-left: -.7em; -webkit-transition: all .2s ease; transition: all .2s ease; font-size: .6em; text-align: center; padding-top: .1em; }

.process .step-1.active, .process .step-2.active, .process .step-3.active { color: #737376; }

.process .step-1.active:before, .process .step-2.active:before, .process .step-3.active:before { background-color: #1585ca; }

.process .step-1.completed, .process .step-2.completed, .process .step-3.completed { color: #a7a7a9; }

.process .step-1.completed:before, .process .step-2.completed:before, .process .step-3.completed:before { color: #ffffff; background-color: #95d433; }

#inquiry .thanks { display: none; }

.nav-stacked:hover a.nav-link { opacity: .6; }

.nav-stacked:hover a.nav-link:hover { opacity: 1; }

.help-row.selected .nav-stacked .nav-link { opacity: .3; }

.help-row.selected .nav-stacked .nav-link.active { opacity: 1; }

.help-row.selected .nav-stacked .nav-link:hover { opacity: 1; }

.lt-gray { color: #f4f4f5; }

.icon-lg { font-size: 12em; }

.date-box { text-align: center; padding-top: 1em; }

.date-box .date { font-size: 2.5em; font-weight: 700; display: block; line-height: 1; }

.date-box .month { display: block; line-height: 1; }

.postingsList .collapsed, .postingsList img { display: none; }

.row #AppliTrackOutput br { display: none; }

.row #AppliTrackOutput .AppliTrackListHeader { text-decoration: none; margin: 0; text-align: left; }

.row #AppliTrackOutput .AppliTrackListHeader > div { font-size: 2.5em; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; }

.row #AppliTrackOutput #AppliTrackSearchContainer, .row #AppliTrackOutput .AppliTrackListHeader { display: none; }

.row #AppliTrackOutput #AppliTrackListContent li:nth-child(5) { display: none; }

.row #AppliTrackOutput #AppliTrackListContent .additional > span:nth-of-type(1), .row #AppliTrackOutput #AppliTrackListContent .additional > span:nth-of-type(3) { display: none; }

.row #AppliTrackOutput #AppliTrackListContent .additional > span:nth-of-type(4) { display: block !important; opacity: 1 !important; border: none !important; color: #464649 !important; padding: 0 !important; }

.row #AppliTrackOutput #AppliTrackListContent u { text-decoration: none; }

.row #AppliTrackOutput #AppliTrackListContent > table:nth-of-type(odd) { padding-right: 1em; }

.row #AppliTrackOutput #AppliTrackListContent table { display: block; padding: 1em; }

@media (min-width: 992px) { .row #AppliTrackOutput #AppliTrackListContent table { width: calc(50%); float: left; } }

.row #AppliTrackOutput #AppliTrackListContent table tbody { display: block; padding: 2em; border-radius: 4px; background: #ffffff; }

.row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(2), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(5), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(7), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(9), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(11) { display: none; }

.row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(4), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(6), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(8), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(10), .row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(12) { display: block; -webkit-transition: all .2s ease; transition: all .2s ease; }

.row #AppliTrackOutput #AppliTrackListContent table tr:nth-child(3) .screenOnly { display: none; }

.row #AppliTrackOutput #AppliTrackListContent table tr:last-child span.normal, .row #AppliTrackOutput #AppliTrackListContent table tr:last-child span.label { display: none; margin: 0; }

.row #AppliTrackOutput #AppliTrackListContent table tr:last-child td > span:last-of-type { border: none !important; padding: 0 !important; margin-top: 1em; display: block !important; }

.row #AppliTrackOutput #AppliTrackListContent table tr:last-child td > span:last-of-type img { display: none; }

.row #AppliTrackOutput #AppliTrackListContent table tr:last-child td > span:last-of-type > span.normal { display: block; }

.row #AppliTrackOutput #AppliTrackListContent table tr:last-child td > span:last-of-type > span.normal span { font-size: 1em !important; }

.row #AppliTrackOutput #AppliTrackListContent table td br, .row #AppliTrackOutput #AppliTrackListContent table td hr { display: none; }

.row #AppliTrackOutput #AppliTrackListContent table td.label { text-align: center; }

.row #AppliTrackOutput #AppliTrackListContent table td.label span { padding-left: 5px; }

.row #AppliTrackOutput #AppliTrackListContent ul { padding: 0; margin: 0; }

.row #AppliTrackOutput .title { font-size: 1.25em; font-style: normal; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; background: transparent; padding-right: 122px; color: #464649; padding-bottom: .5em; border-bottom: 0.25em solid rgba(0, 0, 0, 0.05); position: relative; }

.row #AppliTrackOutput .job-id { display: block; font-weight: 300; font-size: 1em; }

.row #AppliTrackOutput .title2 { background: transparent; vertical-align: top; position: absolute; top: 0; right: 0; }

.row #AppliTrackOutput .title2 input { padding: 1em 2em; border-radius: 2px; border: none; font-weight: 300; -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 1; cursor: default; background-color: #95d433; color: #ffffff; font-size: 1em; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; display: block; }

.row #AppliTrackOutput .title2 input:hover { opacity: .6; }

.row #AppliTrackOutput .title2 input:focus { outline: none !important; }

.row #AppliTrackOutput .label, .row #AppliTrackOutput .normal { color: #464649; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; font-weight: 300; padding: 0; }

.row #AppliTrackOutput .label span, .row #AppliTrackOutput .normal span { font-weight: 300 !important; }

.row #AppliTrackOutput .label, .row #AppliTrackOutput .normal .label { font-weight: 600 !important; margin-top: .5em; line-height: 1.5; display: block; text-align: left; }

.row #AppliTrackOutput .AppliTrackJobPostingAttachments { float: none; border-left: none; padding: 0; width: 100%; font-size: 1em; line-height: 1.5; font-weight: 600; color: #464649; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-top: .5em; }

.row #AppliTrackOutput .AppliTrackJobPostingAttachments ul { padding-left: 40px; margin: 0 0 1em 0; list-style-type: none; }

.row #AppliTrackOutput .AppliTrackJobPostingAttachments ul li { font-weight: 300; }

#RegularApplicationLinksDiv ul, #RegularApplicationLinksDiv li { margin: 0; padding: 0; list-style: none; }

#RegularApplicationLinksDiv ul br, #RegularApplicationLinksDiv li br { display: none; }

#RegularApplicationLinksDiv a { padding: 1em 2em; color: #ffffff; border-radius: 2px; display: block; margin-bottom: .5em; text-align: center; font-weight: 300; font-size: 1em; font-family: "myriad-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; }

#RegularApplicationLinksDiv a:after { content: '\27A1'; font-family: "SSCommunity"; position: absolute; right: 2em; top: 1.1em; opacity: 0; -webkit-transition: opacity .2s ease; transition: opacity .2s ease; }

#RegularApplicationLinksDiv a:hover:after { opacity: 1; }

#RegularApplicationLinksDiv a.collapsed:after { content: '\F501'; }

#RegularApplicationLinksDiv li:nth-child(1) a { background: #1eaed7; }

#RegularApplicationLinksDiv li:nth-child(2) a { background: #1585ca; }

#RegularApplicationLinksDiv li:nth-child(3) a { background: #FC4C40; }

#RegularApplicationLinksDiv li:nth-child(4) a { background: #7f519c; }

#RegularApplicationLinksDiv > *:nth-child(5) .panel-heading a { background: #95d433; }

#RegularApplicationLinksDiv .panel-collapse a { cursor: pointer; }

input#target { top: 10px !important; background: white; font-size: 12px; border: 1px solid #f4f4f5; color: #202024; font-weight: 300; padding: 6px 15px; width: 90%; border-radius: 2px !important; box-shadow: 1px 1px 1px #d7d7d9; }

.map-row .container { padding-top: 0; padding-bottom: 0; }

.map-row #map, .map-row #map-key { height: calc(100vh - 104px); }

.map-row #map-key { overflow: scroll; padding-bottom: 2em; padding-bottom: 2em; }

.map-row #map-key .top { padding-top: 2em; padding-bottom: 2em; }

.map-row #map-key .top span { margin-right: 5px; }

.map-row #map-key .top p { margin: 0 10px 0 0; display: inline-block; }

.map-row #map-key .top .tag span { width: 11px; -webkit-transition: all .2s ease; transition: all .2s ease; display: inline-block; }

.map-row #map-key .top .tag.selected span { width: 0px; margin-right: 0; }

.map-label { cursor: pointer; background: transparent; -webkit-transition: all .2s ease; transition: all .2s ease; margin: 0; line-height: 1; padding: 10px 15px; }

.map-label span.ss-icon { margin-right: 5px; display: block; width: 12px; float: left; padding-top: 3px; }

.map-label span.title { display: table-cell; }

.map-label:hover, .map-label.selected { background: #ffffff; }

#map-sidebar { background: rgba(255, 255, 255, 0.9); display: inline-block; padding: 2em; overflow: scroll; height: 900px; position: absolute; top: 0; left: 106px; /* right: 0; */ border-left: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); }

a.event { display: block; color: #464649; font-size: 14px; }

a.event .start-time { font-size: .8em; }

a.event.all-day { background: #d7d7d9; }

.calendar table td, .calendar table th { border: none; text-align: center; padding: 7px 10px 8px; vertical-align: top; }

.calendar table th { border-top: 1px solid #d7d7d9; border-bottom: 1px solid #d7d7d9; background: #f9f9f9; }

.calendar .day { display: block; border-bottom: 2px solid transparent; -webkit-transition: all .2s ease; transition: all .2s ease; position: relative; }

.calendar .day:hover a { text-decoration: underline; color: #1eaed7; }

.calendar .today { background: #ffffff; }

.calendar .today .day { font-weight: 600; }

.mini-controls h6 { width: 10%; display: block; float: left; text-align: center; padding-top: 6px; margin-bottom: 0; padding-bottom: 16px; }

.mini-controls h5 { text-align: center; }

.row .container .row.week h3 { margin: 0; }

.row .container .row.week, .row .container .row.event { padding-bottom: 0; }

.row .container .row.week > div, .row .container .row.event > div { padding: 2em; margin-bottom: 1em; margin-top: 0; }

.row .container .row.week:first-of-type { padding-top: 0; }

.hidden { display: none; }

#month_calendar { padding-top: 4em; padding-bottom: 4em; }

#month_calendar > .row { padding-left: 2em; padding-right: 2em; }

#month_calendar .quickfilter-container:after { margin-top: -9px; right: 1em; }

#month_calendar .tags { text-align: center; }

#month_calendar th { font-weight: 600; }

#month_calendar #month_calendar_inner td { vertical-align: top; border: 1px solid #d7d7d9; padding: 0 0 5px 0; height: 150px; background: white; }

#month_calendar #month_calendar_inner td.day_cell .date { padding: 5px 5px 5px 10px; }

#month_calendar #month_calendar_inner td.day_cell .date .num { font-weight: 300; color: #1585ca; height: 24px; width: 24px; border-radius: 12px; display: inline-block; text-align: center; }

#month_calendar #month_calendar_inner td.today { background-color: white; }

#month_calendar #month_calendar_inner td.today .date .num { font-weight: 300; background-color: #FC4C40; color: white; }

#month_calendar #month_calendar_inner td.out_of_range { background-color: #f4f4f5; }

@media (max-width: 480px) { #month_calendar #month_calendar_inner td { height: auto; }
  #month_calendar #month_calendar_inner td .date .num { display: block; } }

#month_calendar .event { position: relative; color: #464649; padding: 0 10px 0 20px; background: transparent; -webkit-transition: all .1s ease; transition: all .1s ease; cursor: pointer; }

#month_calendar .event a, #month_calendar .event span.title { font-size: 14px; display: block; text-overflow: ellipsis; overflow: hidden; color: #464649; font-weight: 400; }

#month_calendar .event:hover { background: #f4f4f5; }

#month_calendar .event span.calendar-color { position: absolute; top: 7px; left: 10px; }

#month_calendar .event span.start-time { font-size: 12px; display: inline-block; float: right; padding: 2px 0 0 5px; color: #737376; }

#month_calendar .out_of_range { background: #f4f4f5; }

#month_calendar .out_of_range .date { color: #737376; }

.deets { display: block; border-bottom: 1px solid rgba(1, 1, 1, 0.1); padding-bottom: 10px; margin-bottom: 10px; }

.deets table { width: 100%; }

.deets:last-of-type { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }

.deets p:last-of-type { margin-bottom: 0; }

.xtra-pad { padding: 1em; }

.popover { background: #ffffff; border-radius: 3px; padding: 10px 20px 20px; text-align: left; border-radius: 3px; box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); border: 1px solid #d7d7d9; z-index: 2; width: 300px; }

.dl-horizontal dd { text-align: left; }

.popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow { border-top-color: #d7d7d9; }

.popover-title, .popover-content { background: transparent; border: none; padding: 0; font-weight: 300; color: #464649; }

.popover-title { font-weight: 600; padding-top: 10px; }

span.day { display: block; font-size: 1.5em; text-align: center; }

span.month { display: block; text-align: center; }

.loading { visibility: hidden; }

.resource-grid p.lead { margin-top: 1em; }

.resource-grid .row { padding-left: 1em !important; padding-right: 1em !important; width: 100%; }

#resource-filter { padding-bottom: 0; }

#resource-filter .quicksearch-container input { margin-bottom: 5px; border: 1px solid rgba(0, 0, 0, 0.1); }

#resource-filter .quicksearch-container:after { margin-top: -10px; }

.resource-container .row div.col-md-24 { min-height: 109px; }

.resource-label { background: white; -webkit-transition: all .2s ease; transition: all .2s ease; margin: 0; line-height: 1; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.1); height: 100%; position: relative; }

.resource-label .star-me { opacity: 0; -webkit-transition: all .2s ease; transition: all .2s ease; color: #a7a7a9; font-size: 100%; padding-top: 14px; position: absolute; right: 0; top: 0; display: block; height: 38px; width: 38px; text-align: center; }

.resource-label .title { display: block; padding: 10px 45px; line-height: 1.3; font-weight: 400; }

.resource-label .title:before { content: ''; font-family: 'SSCommunity'; color: #d7d7d9; position: absolute; top: 12px; left: 15px; }

.resource-label .title.document:before { content: '\1F4C3'; }

.resource-label .title.link:before { content: '\e001'; }

.resource-label .title.login:before { content: '\1F512'; }

.resource-label .title .subtitle { display: block; font-size: 80%; color: #464649; margin-top: 6px; }

.resource-label:hover { background: #fff; }

.resource-label:hover .star-me { opacity: 1; }

.resource-label:hover .star-me:hover { color: #1585ca; }

.resource-label.disabled { opacity: .5; cursor: not-allowed; }

.starred .resource-label .starred.star-me { color: #95d433 !important; opacity: 1; }

.tab-pane h3 { padding: 2em 0 1.25em; line-height: 1; margin-bottom: 0; }

#empty-cart { margin-bottom: 0; margin-top: 1em; padding: 1em; background: #fc4c40; color: white; /* opacity: 0.5; */ border-radius: inherit; }

.disabled { pointer-events: none; }

.modal .modal-content { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 4px; }

.modal .modal-content .modal-body { padding-top: 0; }

.modal .modal-content .modal-body .modal-header { padding-top: 15px; border-top-left-radius: 4px; border-top-right-radius: 4px; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

.modal .modal-content .modal-body .modal-footer { padding: 15px 1px 0; border-top: none; }

.modal-dialog { margin: 35vh auto; }

.chosen-container, .chosen-container-active.chosen-with-drop { font-size: inherit; }

.chosen-container .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single { color: #464649; padding: 10px 15px; height: auto; border: 1px solid rgba(0, 0, 0, 0.1); background: none; box-shadow: none; }

.chosen-container .chosen-single div b, .chosen-container-active.chosen-with-drop .chosen-single div b { background: none; }

.chosen-container .chosen-single div b:after, .chosen-container-active.chosen-with-drop .chosen-single div b:after { content: "\F501"; font-family: "SSCommunity"; color: rgba(1, 1, 1, 0.3); position: absolute; font-size: 12px; top: 50%; right: 15px; margin-top: -8px; }

.chosen-container .chosen-drop, .chosen-container-active.chosen-with-drop .chosen-drop { border-color: rgba(0, 0, 0, 0.1); }

.chosen-container .chosen-results, .chosen-container-active.chosen-with-drop .chosen-results { margin: 0; padding: 0; }

.chosen-container .chosen-results li, .chosen-container-active.chosen-with-drop .chosen-results li { padding: 5px 15px; }

.chosen-container .chosen-results li.highlighted, .chosen-container-active.chosen-with-drop .chosen-results li.highlighted { background: #1eaed7; }

.chosen-container-active.chosen-with-drop .chosen-single div b:after { content: "\F500"; }

.chosen-container-single .chosen-search { padding: 0; }

.chosen-container-single .chosen-search input[type=text] { background: none; border: none; border-top: 1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0; margin-bottom: 5px; padding: 10px 15px 10px 45px; font-size: inherit; font-family: inherit; }

.chosen-container-single .chosen-search:after { content: "\1F50D"; font-family: "SSCommunity"; color: #1eaed7; position: absolute; font-size: 12px; top: 50%; left: 15px; margin-top: -8px; }

.department-level + div { margin-top: 15px; }

#calendars_chosen li:not(.search-field) { padding: 5px 15px 5px 35px; position: relative; }

#calendars_chosen li:not(.search-field):before { content: '\25A0'; font-family: "SSCommunity"; top: 8px; position: absolute; left: 15px; }

#calendars_chosen li.search-choice { padding: 5px 15px 5px 30px; }

#calendars_chosen li.search-choice:before { left: 10px; }

#calendars_chosen .chosen-results li.highlighted { background: #f4f4f5; color: currentColor; }

.ie8 #search { display: none; }

.ie8 #search.open { display: block; }

.ie8 .reveal { visibility: visible; }

.ie8 .row::after { content: ""; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }

.alert { padding: 5px; display: none; margin-bottom: 0; border: none; border-radius: 0; }

.alert a { color: white; }

.alert a:hover { text-decoration: underline; }

.alert .dismiss { float: right; padding-top: 6px; line-height: 1; }

.alert .dismiss:hover { text-decoration: none; }
