@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Domine");
@import url("https://fonts.googleapis.com/css?family=Muli:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Alegreya+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Work+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
.full-page-container {
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1920px) {
  body.zoom {
    zoom: 1;
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 3840px) {
  body.zoom {
    zoom: 2;
    -webkit-text-size-adjust: 200%;
  }
}
@media only screen and (min-width: 3840px) {
  body.zoom {
    zoom: 4;
    -webkit-text-size-adjust: 400%;
  }
}
html.full-body-gradient {
  min-height: 100%;
  height: auto;
}
body.full-body-gradient {
  min-height: 100%;
  height: auto;
}
.top-padding-menu-height {
  margin-top: 56px;
}
.top-padding-menu-height.ui-state-mapContainer {
  margin-top: 0px;
}
.bottom-navigation-padding {
  padding-bottom: var(--bottomNavigationPadding);
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 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;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-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-animation-duration: .75s;
  animation-duration: .75s;
}
@-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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 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-animation-duration: .75s;
  animation-duration: .75s;
  -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-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Verdana", "proxima-nova", "Montserrat", serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #808080;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 0 !important;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote + *:not(blockquote) {
  margin-top: 20px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
@media (max-width: 1200px) {
  .ui-state-experienceDetails .container,
  .ui-state-experienceDetails .experience-page {
    margin-right: auto;
    margin-left: auto;
    padding-left: 7.5;
    padding-right: 7.5;
  }
}
@media (max-width: 1200px) {
  .ui-state-stopDetails .container,
  .ui-state-infoPage .container,
  .ui-state-pushedStopDetails .container,
  .ui-state-stopDetails .experience-page,
  .ui-state-pushedStopDetails .experience-page {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.container,
.experience-page {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container,
  .experience-page {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  text-decoration: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  text-decoration: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-decoration: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-decoration: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.experience-page:before,
.experience-page:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.experience-page:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 56px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar.navbar-default.navbar-full-height.title-toggled.navbar-fixed-top:not(.menu-hidden-on-scroll-on-screen):not([class*="shadow"]) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.navbar-brand {
  float: left;
  padding: 18px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 56px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-text {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #000000;
  border-color: #000000;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav li > a {
  font-weight: 400;
  color: #ffffff;
  font-family: Muli;
  font-style: normal;
}
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus {
  color: #ffffff;
  background-color: #1a1a1a;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus {
  color: #428bca;
  background-color: #333333;
}
.navbar-default .navbar-nav .disabled > a,
.navbar-default .navbar-nav .disabled > a:hover,
.navbar-default .navbar-nav .disabled > a:focus {
  color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #333333;
  color: #428bca;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1a1a1a;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #428bca;
    background-color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgba(255, 255, 255, 0.2);
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: rgba(255, 255, 255, 0.2);
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
@font-face {
  font-family: "linea-basic-10";
  src: url("/front/lib/css/linea-basic-1.0/fonts/linea-basic-10.eot");
  src: url("/front/lib/css/linea-basic-1.0/fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("/front/lib/css/linea-basic-1.0/fonts/linea-basic-10.woff") format("woff"), url("/front/lib/css/linea-basic-1.0/fonts/linea-basic-10.ttf") format("truetype"), url("/front/lib/css/linea-basic-1.0/fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-"]:before,
[class*=" linea-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linea-basic-accelerator:before {
  content: "a";
}
.linea-basic-alarm:before {
  content: "b";
}
.linea-basic-anchor:before {
  content: "c";
}
.linea-basic-anticlockwise:before {
  content: "d";
}
.linea-basic-archive:before {
  content: "e";
}
.linea-basic-archive-full:before {
  content: "f";
}
.linea-basic-ban:before {
  content: "g";
}
.linea-basic-battery-charge:before {
  content: "h";
}
.linea-basic-battery-empty:before {
  content: "i";
}
.linea-basic-battery-full:before {
  content: "j";
}
.linea-basic-battery-half:before {
  content: "k";
}
.linea-basic-bolt:before {
  content: "l";
}
.linea-basic-book:before {
  content: "m";
}
.linea-basic-book-pen:before {
  content: "n";
}
.linea-basic-book-pencil:before {
  content: "o";
}
.linea-basic-bookmark:before {
  content: "p";
}
.linea-basic-calculator:before {
  content: "q";
}
.linea-basic-calendar:before {
  content: "r";
}
.linea-basic-cards-diamonds:before {
  content: "s";
}
.linea-basic-cards-hearts:before {
  content: "t";
}
.linea-basic-case:before {
  content: "u";
}
.linea-basic-chronometer:before {
  content: "v";
}
.linea-basic-clessidre:before {
  content: "w";
}
.linea-basic-clock:before {
  content: "x";
}
.linea-basic-clockwise:before {
  content: "y";
}
.linea-basic-cloud:before {
  content: "z";
}
.linea-basic-clubs:before {
  content: "A";
}
.linea-basic-compass:before {
  content: "B";
}
.linea-basic-cup:before {
  content: "C";
}
.linea-basic-diamonds:before {
  content: "D";
}
.linea-basic-display:before {
  content: "E";
}
.linea-basic-download:before {
  content: "F";
}
.linea-basic-exclamation:before {
  content: "G";
}
.linea-basic-eye:before {
  content: "H";
}
.linea-basic-eye-closed:before {
  content: "I";
}
.linea-basic-female:before {
  content: "J";
}
.linea-basic-flag1:before {
  content: "K";
}
.linea-basic-flag2:before {
  content: "L";
}
.linea-basic-floppydisk:before {
  content: "M";
}
.linea-basic-folder:before {
  content: "N";
}
.linea-basic-folder-multiple:before {
  content: "O";
}
.linea-basic-gear:before {
  content: "P";
}
.linea-basic-geolocalize-01:before {
  content: "Q";
}
.linea-basic-geolocalize-05:before {
  content: "R";
}
.linea-basic-globe:before {
  content: "S";
}
.linea-basic-gunsight:before {
  content: "T";
}
.linea-basic-hammer:before {
  content: "U";
}
.linea-basic-headset:before {
  content: "V";
}
.linea-basic-heart:before {
  content: "W";
}
.linea-basic-heart-broken:before {
  content: "X";
}
.linea-basic-helm:before {
  content: "Y";
}
.linea-basic-home:before {
  content: "Z";
}
.linea-basic-info:before {
  content: "0";
}
.linea-basic-ipod:before {
  content: "1";
}
.linea-basic-joypad:before {
  content: "2";
}
.linea-basic-key:before {
  content: "3";
}
.linea-basic-keyboard:before {
  content: "4";
}
.linea-basic-laptop:before {
  content: "5";
}
.linea-basic-life-buoy:before {
  content: "6";
}
.linea-basic-lightbulb:before {
  content: "7";
}
.linea-basic-link:before {
  content: "8";
}
.linea-basic-lock:before {
  content: "9";
}
.linea-basic-lock-open:before {
  content: "!";
}
.linea-basic-magic-mouse:before {
  content: "\"";
}
.linea-basic-magnifier:before {
  content: "#";
}
.linea-basic-magnifier-minus:before {
  content: "$";
}
.linea-basic-magnifier-plus:before {
  content: "%";
}
.linea-basic-mail:before {
  content: "&";
}
.linea-basic-mail-multiple:before {
  content: "'";
}
.linea-basic-mail-open:before {
  content: "(";
}
.linea-basic-mail-open-text:before {
  content: ")";
}
.linea-basic-male:before {
  content: "*";
}
.linea-basic-map:before {
  content: "+";
}
.linea-basic-message:before {
  content: ",";
}
.linea-basic-message-multiple:before {
  content: "-";
}
.linea-basic-message-txt:before {
  content: ".";
}
.linea-basic-mixer2:before {
  content: "/";
}
.linea-basic-mouse:before {
  content: ":";
}
.linea-basic-notebook:before {
  content: ";";
}
.linea-basic-notebook-pen:before {
  content: "<";
}
.linea-basic-notebook-pencil:before {
  content: "=";
}
.linea-basic-paperplane:before {
  content: ">";
}
.linea-basic-pencil-ruler:before {
  content: "?";
}
.linea-basic-pencil-ruler-pen:before {
  content: "@";
}
.linea-basic-photo:before {
  content: "[";
}
.linea-basic-picture:before {
  content: "]";
}
.linea-basic-picture-multiple:before {
  content: "^";
}
.linea-basic-pin1:before {
  content: "_";
}
.linea-basic-pin2:before {
  content: "`";
}
.linea-basic-postcard:before {
  content: "{";
}
.linea-basic-postcard-multiple:before {
  content: "|";
}
.linea-basic-printer:before {
  content: "}";
}
.linea-basic-question:before {
  content: "~";
}
.linea-basic-rss:before {
  content: "\\";
}
.linea-basic-server:before {
  content: "\e000";
}
.linea-basic-server2:before {
  content: "\e001";
}
.linea-basic-server-cloud:before {
  content: "\e002";
}
.linea-basic-server-download:before {
  content: "\e003";
}
.linea-basic-server-upload:before {
  content: "\e004";
}
.linea-basic-settings:before {
  content: "\e005";
}
.linea-basic-share:before {
  content: "\e006";
}
.linea-basic-sheet:before {
  content: "\e007";
}
.linea-basic-sheet-multiple:before {
  content: "\e008";
}
.linea-basic-sheet-pen:before {
  content: "\e009";
}
.linea-basic-sheet-pencil:before {
  content: "\e00a";
}
.linea-basic-sheet-txt:before {
  content: "\e00b";
}
.linea-basic-signs:before {
  content: "\e00c";
}
.linea-basic-smartphone:before {
  content: "\e00d";
}
.linea-basic-spades:before {
  content: "\e00e";
}
.linea-basic-spread:before {
  content: "\e00f";
}
.linea-basic-spread-bookmark:before {
  content: "\e010";
}
.linea-basic-spread-text:before {
  content: "\e011";
}
.linea-basic-spread-text-bookmark:before {
  content: "\e012";
}
.linea-basic-star:before {
  content: "\e013";
}
.linea-basic-tablet:before {
  content: "\e014";
}
.linea-basic-target:before {
  content: "\e015";
}
.linea-basic-todo:before {
  content: "\e016";
}
.linea-basic-todo-pen:before {
  content: "\e017";
}
.linea-basic-todo-pencil:before {
  content: "\e018";
}
.linea-basic-todo-txt:before {
  content: "\e019";
}
.linea-basic-todolist-pen:before {
  content: "\e01a";
}
.linea-basic-todolist-pencil:before {
  content: "\e01b";
}
.linea-basic-trashcan:before {
  content: "\e01c";
}
.linea-basic-trashcan-full:before {
  content: "\e01d";
}
.linea-basic-trashcan-refresh:before {
  content: "\e01e";
}
.linea-basic-trashcan-remove:before {
  content: "\e01f";
}
.linea-basic-upload:before {
  content: "\e020";
}
.linea-basic-usb:before {
  content: "\e021";
}
.linea-basic-video:before {
  content: "\e022";
}
.linea-basic-watch:before {
  content: "\e023";
}
.linea-basic-webpage:before {
  content: "\e024";
}
.linea-basic-webpage-img-txt:before {
  content: "\e025";
}
.linea-basic-webpage-multiple:before {
  content: "\e026";
}
.linea-basic-webpage-txt:before {
  content: "\e027";
}
.linea-basic-world:before {
  content: "\e028";
}
@media screen and (max-width: 767px) {
  .navbar .navbar-header .navbar-brand {
    padding: 0px 10px 0px 60px;
    margin-left: 0px;
  }
  .navbar .navbar-header .navbar-brand div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    line-height: 46px;
  }
}
p,
.paragraph {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #808080;
}
.swal2-container {
  z-index: 999999;
}
.modal {
  z-index: 999999 !important;
}
.modal-backdrop {
  z-index: 999999 !important;
}
.modal-dialog .modal-content .modal-title {
  font-family: "proxima-nova", "Montserrat", serif;
}
.modal-dialog .modal-content .modal-body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-dialog .modal-content .modal-body.download-content-modal .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  font-size: 22px;
  color: #020f20;
  background-color: transparent;
}
.modal-dialog .modal-content .modal-body.download-content-modal h3 {
  color: #020f20;
  font-size: 22px;
  line-height: 26px;
  font-family: Franklin Gothic Demi;
}
.modal-dialog .modal-content .modal-body.download-content-modal span {
  color: #020f20;
  font-size: 18px;
  line-height: 28px;
  font-family: Franklin Gothic Book;
}
.modal-dialog .modal-content .modal-body.download-content-modal .go-offline-button {
  font-size: 18px;
  line-height: 24px;
  font-family: Franklin Gothic Demi;
  border-color: #1c8082;
  background-color: #1c8082;
}
.modal-dialog .modal-content .modal-footer {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'icomoon';
  src: url('/front/fonts/icomoon86560/icomoon.eot?-cjmbnv');
  src: url('/front/fonts/icomoon86560/icomoon.eot?#iefix-cjmbnv') format('embedded-opentype'), url('/front/fonts/icomoon86560/icomoon.woff?-cjmbnv') format('woff'), url('/front/fonts/icomoon86560/icomoon.ttf?-cjmbnv') format('truetype'), url('/front/fonts/icomoon86560/icomoon.svg?-cjmbnv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\ea8c";
}
.icon-instagram:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-pinterest:before {
  content: "\ead0";
}
.icon-map:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\ea42";
}
.icon-arrow-left:before {
  content: "\ea44";
}
.icon-menu-close:before {
  content: "\e2b0";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-tour-1:before {
  content: "\e905";
}
.icon-tour-2:before {
  content: "\e906";
}
[class^="cc-icon-"],
[class*=" cc-icon-"] {
  margin-bottom: -5px;
}
@font-face {
  font-family: "cc-icon-font";
  src: url("/front/fonts/cc-icon-font/cc-icon-font.eot");
  src: url("/front/fonts/cc-icon-font/cc-icon-font.eot?#iefix") format("embedded-opentype"), url("/front/fonts/cc-icon-font/cc-icon-font.woff") format("woff"), url("/front/fonts/cc-icon-font/cc-icon-font.ttf") format("truetype"), url("/front/fonts/cc-icon-font/cc-icon-font.svg#cc-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "cc-icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="cc-icon-"]:before,
[class*=" cc-icon-"]:before {
  font-family: "cc-icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cc-icon-flip-horizontal {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.cc-icon-chevron-right:before {
  content: "\64";
}
.cc-icon-experience-type-group:before {
  content: "\6b";
}
.cc-icon-experience-type-photo-stream:before {
  content: "\6c";
}
.cc-icon-experience-type-scavenger-hunt:before {
  content: "\6d";
}
.cc-icon-experience-type-tour:before {
  content: "\6e";
}
.cc-icon-map:before {
  content: "\70";
}
.cc-icon-scavenger-hunt-checkin:before {
  content: "\74";
}
.cc-icon-scavenger-hunt-opinion:before {
  content: "\75";
}
.cc-icon-scavenger-hunt-photo:before {
  content: "\76";
}
.cc-icon-scavenger-hunt-question:before {
  content: "\77";
}
.cc-icon-stop-type-artifact:before {
  content: "\79";
}
.cc-icon-stop-type-scavenger-hunt:before {
  content: "\41";
}
.cc-icon-stop-type-tour:before {
  content: "\42";
}
.cc-icon-event:before {
  content: "\68";
}
.cc-icon-2x-drag-down:before {
  content: "\43";
}
.cc-icon-2x-drag-up:before {
  content: "\44";
}
.cc-icon-2x-swipe-down:before {
  content: "\45";
}
.cc-icon-2x-swipe-left:before {
  content: "\46";
}
.cc-icon-2x-swipe-right:before {
  content: "\47";
}
.cc-icon-2x-swipe-up:before {
  content: "\48";
}
.cc-icon-2x-tap:before {
  content: "\49";
}
.cc-icon-3x-swipe-left:before {
  content: "\4a";
}
.cc-icon-3x-swipe-right:before {
  content: "\4b";
}
.cc-icon-3x-swipe-up:before {
  content: "\4c";
}
.cc-icon-3x-tap:before {
  content: "\4d";
}
.cc-icon-4x-swipe-left:before {
  content: "\4e";
}
.cc-icon-4x-swipe-right:before {
  content: "\4f";
}
.cc-icon-4x-swipe-up:before {
  content: "\50";
}
.cc-icon-active-38:before {
  content: "\51";
}
.cc-icon-active-40:before {
  content: "\52";
}
.cc-icon-camera:before {
  content: "\53";
}
.cc-icon-double-tap:before {
  content: "\54";
}
.cc-icon-drag-21:before {
  content: "\55";
}
.cc-icon-drag-31:before {
  content: "\56";
}
.cc-icon-drag-down:before {
  content: "\57";
}
.cc-icon-drag-left:before {
  content: "\58";
}
.cc-icon-drag-right:before {
  content: "\59";
}
.cc-icon-drag-up:before {
  content: "\5a";
}
.cc-icon-flick-down:before {
  content: "\30";
}
.cc-icon-flick-left:before {
  content: "\31";
}
.cc-icon-flick-right:before {
  content: "\32";
}
.cc-icon-flick-up:before {
  content: "\33";
}
.cc-icon-grab:before {
  content: "\34";
}
.cc-icon-hold:before {
  content: "\35";
}
.cc-icon-pin:before {
  content: "\36";
}
.cc-icon-rotate-22:before {
  content: "\38";
}
.cc-icon-rotate-23:before {
  content: "\39";
}
.cc-icon-scan:before {
  content: "\21";
}
.cc-icon-scroll-horitontal:before {
  content: "\22";
}
.cc-icon-scroll-vertical:before {
  content: "\23";
}
.cc-icon-stretch:before {
  content: "\24";
}
.cc-icon-swipe-bottom:before {
  content: "\25";
}
.cc-icon-swipe-left:before {
  content: "\26";
}
.cc-icon-swipe-right:before {
  content: "\27";
}
.cc-icon-swipe-up:before {
  content: "\28";
}
.cc-icon-tap-01:before {
  content: "\29";
}
.cc-icon-tap-02:before {
  content: "\2a";
}
.cc-icon-experience-type-artifact:before {
  content: "\69";
}
.cc-icon-pinch:before {
  content: "\37";
}
.cc-icon-learn-more:before {
  content: "\2d";
}
.cc-icon-chevron-left:before {
  content: "\62";
}
.cc-icon-image-detail:before {
  content: "\6f";
}
.cc-icon-zoom:before {
  content: "\2b";
}
.cc-icon-carousell:before {
  content: "\2c";
}
.cc-icon-3d:before {
  content: "\2e";
}
.cc-icon-button-next:before {
  content: "\3a";
}
.cc-icon-button-pause:before {
  content: "\3b";
}
.cc-icon-button-previous:before {
  content: "\3c";
}
.cc-icon-arrow-back:before {
  content: "\61";
}
.cc-icon-close:before {
  content: "\63";
}
.cc-icon-done:before {
  content: "\66";
}
.cc-icon-menu:before {
  content: "\71";
}
.cc-icon-home:before {
  content: "\72";
}
.cc-icon-stop-id-number:before {
  content: "\73";
}
.cc-icon-stop-id-keypad:before {
  content: "\78";
}
.cc-icon-stop-type-audio-guide:before {
  content: "\7a";
}
.cc-icon-stop-type-gallery:before {
  content: "\2f";
}
.cc-icon-experience-type-audio-guide:before {
  content: "\3e";
}
.cc-icon-experience-type-gallery:before {
  content: "\3f";
}
.cc-icon-share:before {
  content: "\40";
}
.cc-icon-collections-bookmark:before {
  content: "\65";
}
.cc-icon-save-to-collection:before {
  content: "\67";
}
.cc-icon-saved-to-collection:before {
  content: "\6a";
}
.cc-icon-fill-arrow-1:before {
  content: "\ea03";
}
.cc-icon-fill-arrow-2:before {
  content: "\ea04";
}
.cc-icon-fill-arrow-3:before {
  content: "\ea05";
}
.cc-icon-fill-arrow-4:before {
  content: "\ea06";
}
.cc-icon-fill-bald-arrow-1:before {
  content: "\ea07";
}
.cc-icon-fill-bald-arrow-2:before {
  content: "\ea08";
}
.cc-icon-fill-bald-arrow-3:before {
  content: "\ea09";
}
.cc-icon-fill-bald-arrow-4:before {
  content: "\ea0a";
}
.cc-icon-fill-bald-arrow-5:before {
  content: "\ea0b";
}
.cc-icon-fill-bald-arrow-6:before {
  content: "\ea0c";
}
.cc-icon-fill-bald-arrow-7:before {
  content: "\ea0d";
}
.cc-icon-fill-bald-arrow-8:before {
  content: "\ea0e";
}
.cc-icon-fill-arrow-small-1:before {
  content: "\ea0f";
}
.cc-icon-fill-arrow-small-2:before {
  content: "\ea10";
}
.cc-icon-fill-arrow-small-3:before {
  content: "\ea11";
}
.cc-icon-fill-arrow-small-4:before {
  content: "\ea12";
}
.cc-icon-fill-arrow-med-1:before {
  content: "\ea13";
}
.cc-icon-fill-arrow-med-2:before {
  content: "\ea14";
}
.cc-icon-fill-arrow-med-3:before {
  content: "\ea15";
}
.cc-icon-fill-arrow-med-4:before {
  content: "\ea16";
}
.cc-icon-fill-box-arrow-1:before {
  content: "\ea17";
}
.cc-icon-fill-box-arrow-2:before {
  content: "\ea18";
}
.cc-icon-fill-box-arrow-3:before {
  content: "\ea19";
}
.cc-icon-fill-box-arrow-4:before {
  content: "\ea1a";
}
.cc-icon-fill-box-caret-1:before {
  content: "\ea1b";
}
.cc-icon-fill-box-caret-2:before {
  content: "\ea1c";
}
.cc-icon-fill-box-caret-3:before {
  content: "\ea1d";
}
.cc-icon-fill-box-caret-4:before {
  content: "\ea1e";
}
.cc-icon-fill-box-ctrl-1:before {
  content: "\ea1f";
}
.cc-icon-fill-box-ctrl-2:before {
  content: "\ea20";
}
.cc-icon-fill-box-ctrl-3:before {
  content: "\ea21";
}
.cc-icon-fill-box-ctrl-4:before {
  content: "\ea22";
}
.cc-icon-fill-circle-arrow-1:before {
  content: "\ea23";
}
.cc-icon-fill-circle-arrow-2:before {
  content: "\ea24";
}
.cc-icon-fill-circle-arrow-3:before {
  content: "\ea25";
}
.cc-icon-fill-circle-arrow-4:before {
  content: "\ea26";
}
.cc-icon-fill-circle-ctrl-1:before {
  content: "\ea27";
}
.cc-icon-fill-circle-ctrl-2:before {
  content: "\ea28";
}
.cc-icon-fill-circle-ctrl-3:before {
  content: "\ea29";
}
.cc-icon-fill-circle-ctrl-4:before {
  content: "\ea2a";
}
.cc-icon-fill-delete-1:before {
  content: "\ea2b";
}
.cc-icon-fill-delete-2:before {
  content: "\ea2c";
}
.cc-icon-fill-delete-3:before {
  content: "\ea2d";
}
.cc-icon-fill-delete-4:before {
  content: "\ea2e";
}
.cc-icon-fill-direction-1:before {
  content: "\ea2f";
}
.cc-icon-fill-direction-2:before {
  content: "\ea30";
}
.cc-icon-fill-direction-3:before {
  content: "\ea31";
}
.cc-icon-fill-direction-4:before {
  content: "\ea32";
}
.cc-icon-fill-ctrl-1:before {
  content: "\ea33";
}
.cc-icon-fill-ctrl-2:before {
  content: "\ea34";
}
.cc-icon-fill-ctrl-3:before {
  content: "\ea35";
}
.cc-icon-fill-ctrl-4:before {
  content: "\ea36";
}
.cc-icon-fill-navigation-1:before {
  content: "\ea37";
}
.cc-icon-fill-navigation-2:before {
  content: "\ea38";
}
.cc-icon-fill-navigation-3:before {
  content: "\ea39";
}
.cc-icon-fill-navigation-4:before {
  content: "\ea3a";
}
.cc-icon-fill-sign-1:before {
  content: "\ea3b";
}
.cc-icon-fill-sign-2:before {
  content: "\ea3c";
}
.cc-icon-fill-sign-3:before {
  content: "\ea3d";
}
.cc-icon-fill-sign-4:before {
  content: "\ea3e";
}
.cc-icon-fill-triangle-1:before {
  content: "\ea3f";
}
.cc-icon-fill-triangle-2:before {
  content: "\ea40";
}
.cc-icon-fill-triangle-3:before {
  content: "\ea41";
}
.cc-icon-fill-triangle-4:before {
  content: "\ea42";
}
.cc-icon-fill-triangle-small-1:before {
  content: "\ea43";
}
.cc-icon-fill-triangle-small-2:before {
  content: "\ea44";
}
.cc-icon-fill-triangle-small-3:before {
  content: "\ea45";
}
.cc-icon-fill-triangle-small-4:before {
  content: "\ea46";
}
.cc-icon-outline-arrow-1:before {
  content: "\ea47";
}
.cc-icon-outline-arrow-2:before {
  content: "\ea48";
}
.cc-icon-outline-arrow-3:before {
  content: "\ea49";
}
.cc-icon-outline-arrow-4:before {
  content: "\ea4a";
}
.cc-icon-outline-arrow-bold-1:before {
  content: "\ea4b";
}
.cc-icon-outline-arrow-bold-2:before {
  content: "\ea4c";
}
.cc-icon-outline-arrow-bold-3:before {
  content: "\ea4d";
}
.cc-icon-outline-arrow-bold-4:before {
  content: "\ea4e";
}
.cc-icon-outline-arrow-rounded-1:before {
  content: "\ea4f";
}
.cc-icon-outline-arrow-rounded-2:before {
  content: "\ea50";
}
.cc-icon-outline-arrow-rounded-3:before {
  content: "\ea51";
}
.cc-icon-outline-arrow-rounded-4:before {
  content: "\ea52";
}
.cc-icon-outline-arrow-small-1:before {
  content: "\ea53";
}
.cc-icon-outline-arrow-small-2:before {
  content: "\ea54";
}
.cc-icon-outline-arrow-small-3:before {
  content: "\ea55";
}
.cc-icon-outline-arrow-small-4:before {
  content: "\ea56";
}
.cc-icon-outline-arrow-triangle-1:before {
  content: "\ea57";
}
.cc-icon-outline-arrow-triangle-2:before {
  content: "\ea58";
}
.cc-icon-outline-arrow-triangle-3:before {
  content: "\ea59";
}
.cc-icon-outline-arrow-triangle-4:before {
  content: "\ea5a";
}
.cc-icon-outline-box-arrow-1:before {
  content: "\ea5b";
}
.cc-icon-outline-box-arrow-2:before {
  content: "\ea5c";
}
.cc-icon-outline-box-arrow-3:before {
  content: "\ea5d";
}
.cc-icon-outline-box-arrow-4:before {
  content: "\ea5e";
}
.cc-icon-outline-box-caret-1:before {
  content: "\ea5f";
}
.cc-icon-outline-box-caret-2:before {
  content: "\ea60";
}
.cc-icon-outline-box-caret-3:before {
  content: "\ea61";
}
.cc-icon-outline-box-caret-4:before {
  content: "\ea62";
}
.cc-icon-outline-box-ctrl-1:before {
  content: "\ea63";
}
.cc-icon-outline-box-ctrl-2:before {
  content: "\ea64";
}
.cc-icon-outline-box-ctrl-3:before {
  content: "\ea65";
}
.cc-icon-outline-box-ctrl-4:before {
  content: "\ea66";
}
.cc-icon-outline-circle-arrow-1:before {
  content: "\ea67";
}
.cc-icon-outline-circle-arrow-2:before {
  content: "\ea68";
}
.cc-icon-outline-circle-arrow-3:before {
  content: "\ea69";
}
.cc-icon-outline-circle-arrow-4:before {
  content: "\ea6a";
}
.cc-icon-outline-circle-ctrl-1:before {
  content: "\ea6b";
}
.cc-icon-outline-circle-ctrl-2:before {
  content: "\ea6c";
}
.cc-icon-outline-circle-ctrl-3:before {
  content: "\ea6d";
}
.cc-icon-outline-circle-ctrl-4:before {
  content: "\ea6e";
}
.cc-icon-outline-delete-1:before {
  content: "\ea6f";
}
.cc-icon-outline-delete-2:before {
  content: "\ea70";
}
.cc-icon-outline-delete-3:before {
  content: "\ea71";
}
.cc-icon-outline-delete-4:before {
  content: "\ea72";
}
.cc-icon-outline-direction-1:before {
  content: "\ea73";
}
.cc-icon-outline-direction-2:before {
  content: "\ea74";
}
.cc-icon-outline-direction-3:before {
  content: "\ea75";
}
.cc-icon-outline-direction-4:before {
  content: "\ea76";
}
.cc-icon-outline-ctrl-1:before {
  content: "\ea77";
}
.cc-icon-outline-ctrl-2:before {
  content: "\ea78";
}
.cc-icon-outline-ctrl-3:before {
  content: "\ea79";
}
.cc-icon-outline-ctrl-4:before {
  content: "\ea7a";
}
.cc-icon-outline-navigation-1:before {
  content: "\ea7b";
}
.cc-icon-outline-navigation-2:before {
  content: "\ea7c";
}
.cc-icon-outline-nav-left-1:before {
  content: "\ea7d";
}
.cc-icon-outline-nav-left-2:before {
  content: "\ea7e";
}
.cc-icon-outline-sign-1:before {
  content: "\ea7f";
}
.cc-icon-outline-sign-2:before {
  content: "\ea80";
}
.cc-icon-outline-sign-3:before {
  content: "\ea81";
}
.cc-icon-outline-sign-4:before {
  content: "\ea82";
}
.cc-icon-outline-triangle-1:before {
  content: "\ea83";
}
.cc-icon-outline-triangle-2:before {
  content: "\ea84";
}
.cc-icon-outline-triangle-3:before {
  content: "\ea85";
}
.cc-icon-outline-triangle-4:before {
  content: "\ea86";
}
.cc-icon-outline-triangle-small-1:before {
  content: "\ea87";
}
.cc-icon-outline-triangle-small-2:before {
  content: "\ea88";
}
.cc-icon-outline-triangle-small-3:before {
  content: "\ea89";
}
.cc-icon-outline-triangle-small-4:before {
  content: "\ea8a";
}
body.ui-state-groupList {
  background-color: #808080;
  background-image: none;
}
body.ui-state-experience {
  background-color: #808080;
  background-image: none;
}
body.ui-state-experienceDetails,
body.ui-state-experienceDetailsObsolete {
  background-color: #808080;
  background-image: none;
}
body.ui-state-stopDetails,
body.ui-state-pushedStopDetails,
body.ui-state-bookmarkedStops,
body.ui-state-sharedBookmarkedStops {
  background-color: #ffffff;
  background-image: none;
}
body.ui-state-visit,
body.ui-state-donation,
body.ui-state-mission,
body.ui-state-map,
body.ui-state-events,
body.ui-state-mapContainer,
body.ui-state-eventDetails,
body.ui-state-sponsorship,
body.ui-state-custom,
body.ui-state-custom1,
body.ui-state-custom2,
body.ui-state-custom3,
body.ui-state-custom4,
body.ui-state-stopCodeSearch,
body.ui-state-connect {
  background-color: #808080;
  background-image: none;
}
@-webkit-keyframes ripple {
}
@keyframes ripple {
}
.ui-button-config {
  z-index: 1;
}
.ui-button-config > * {
  position: relative;
}
.ui-button-config:hover,
.ui-button-config:focus {
  background-color: #5760ff;
}
.ui-button-config:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ui-button-config:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
.ui-button-config:after,
.ui-button-config:focus:after {
  visibility: visible;
}
button.btn-ui-simple,
a.btn-ui-simple {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0px 32px;
  height: 48px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  background-color: #5760ff;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none !important;
}
button.btn-ui-simple > *,
a.btn-ui-simple > * {
  position: relative;
}
button.btn-ui-simple:hover,
a.btn-ui-simple:hover,
button.btn-ui-simple:focus,
a.btn-ui-simple:focus {
  background-color: #5760ff;
}
button.btn-ui-simple:after,
a.btn-ui-simple:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-simple:not(:active):after,
a.btn-ui-simple:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-simple:after,
a.btn-ui-simple:after,
button.btn-ui-simple:focus:after,
a.btn-ui-simple:focus:after {
  visibility: visible;
}
button.btn-ui-simple.btn-ui-icon-on-right .fa,
a.btn-ui-simple.btn-ui-icon-on-right .fa {
  padding-left: 8px;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
  float: right !important;
}
button.btn-ui-simple.btn-ui-icon-only,
a.btn-ui-simple.btn-ui-icon-only {
  width: 48px;
  height: 48px;
  padding: 0;
}
button.btn-ui-simple.btn-ui-icon-only .fa,
a.btn-ui-simple.btn-ui-icon-only .fa {
  font-size: 20px;
  line-height: 44px;
}
button.btn-ui-simple.btn-ui-icon-only.btn-ui-circle,
a.btn-ui-simple.btn-ui-icon-only.btn-ui-circle {
  border-radius: 100%;
}
button.btn-ui-simple.btn-ui-icon-only.btn-ui-no-border,
a.btn-ui-simple.btn-ui-icon-only.btn-ui-no-border {
  border: none;
}
button.btn-ui-simple.btn-ui-icon-only:after,
a.btn-ui-simple.btn-ui-icon-only:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-simple.btn-ui-contrast,
a.btn-ui-simple.btn-ui-contrast {
  border: 2px solid #5760ff;
  color: #5760ff;
  background-color: #ffffff;
  line-height: 34px;
}
button.btn-ui-simple.btn-ui-contrast:after,
a.btn-ui-simple.btn-ui-contrast:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-simple.btn-top-nav-link,
a.btn-ui-simple.btn-top-nav-link {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
button.btn-ui-simple.btn-top-nav-link span,
a.btn-ui-simple.btn-top-nav-link span {
  background-color: transparent;
  padding: 0px 30px;
  border-right: 2px solid #ffffff;
  position: relative;
}
button.btn-ui-simple.btn-top-nav-link.active,
a.btn-ui-simple.btn-top-nav-link.active {
  background-color: transparent;
}
button.btn-ui-simple.btn-top-nav-link.active span,
a.btn-ui-simple.btn-top-nav-link.active span {
  background-color: transparent;
  border-right: 2px solid #808080;
}
button.btn-ui-simple.btn-top-nav-link.active span:after,
a.btn-ui-simple.btn-top-nav-link.active span:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -3px;
  left: 30px;
  border-top: 2px solid #808080;
}
button.btn-ui-simple.btn-top-nav-buttons,
a.btn-ui-simple.btn-top-nav-buttons {
  background-color: transparent;
  padding: 0px 64px;
  margin: 0px;
  height: 100%;
  border-left: 2px solid #ffffff;
}
button.btn-ui-simple.btn-top-nav-buttons span,
a.btn-ui-simple.btn-top-nav-buttons span {
  background-color: transparent;
  padding: 0px;
}
button.btn-ui-simple.btn-top-nav-buttons.active,
a.btn-ui-simple.btn-top-nav-buttons.active {
  background-color: #00A6F1;
}
button.btn-ui-simple.btn-top-nav-buttons.active span,
a.btn-ui-simple.btn-top-nav-buttons.active span {
  background-color: transparent;
}
button.btn-ui-simple.btn-top-nav-half-underline,
a.btn-ui-simple.btn-top-nav-half-underline {
  background-color: transparent;
  padding: 0px 32px;
  margin: 0px;
  height: 100%;
  position: relative;
}
button.btn-ui-simple.btn-top-nav-half-underline:after,
a.btn-ui-simple.btn-top-nav-half-underline:after {
  width: 100%;
  margin: auto;
  content: '';
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 10px;
  left: 0px;
  border-top: 2px solid #808080;
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
  border-radius: 0px;
  height: auto;
}
button.btn-ui-simple.btn-top-nav-half-underline span,
a.btn-ui-simple.btn-top-nav-half-underline span {
  position: relative;
}
button.btn-ui-simple.btn-top-nav-half-underline.active,
a.btn-ui-simple.btn-top-nav-half-underline.active {
  background-color: transparent;
}
button.btn-ui-simple.btn-top-nav-half-underline.active span:after,
a.btn-ui-simple.btn-top-nav-half-underline.active span:after {
  width: 30px;
  margin: auto;
  content: '';
  position: absolute;
  right: 0px;
  bottom: -10px;
  z-index: 1;
  left: 0px;
  border-top: 4px solid #808080;
}
button.btn-ui-special-button,
a.btn-ui-special-button {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  background-color: #5760ff;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 98px;
  width: 180px;
  border: none;
  text-shadow: 2px 2px 5px #000000;
  margin-top: 10px;
  overflow: auto;
  white-space: normal;
  line-height: 1.2;
}
button.btn-ui-special-button > *,
a.btn-ui-special-button > * {
  position: relative;
}
button.btn-ui-special-button:hover,
a.btn-ui-special-button:hover,
button.btn-ui-special-button:focus,
a.btn-ui-special-button:focus {
  background-color: #5760ff;
}
button.btn-ui-special-button:after,
a.btn-ui-special-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-special-button:not(:active):after,
a.btn-ui-special-button:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-special-button:after,
a.btn-ui-special-button:after,
button.btn-ui-special-button:focus:after,
a.btn-ui-special-button:focus:after {
  visibility: visible;
}
button.btn-ui-special-button.btn-ui-no-text p,
a.btn-ui-special-button.btn-ui-no-text p,
button.btn-ui-special-button.btn-ui-no-text blockquote,
a.btn-ui-special-button.btn-ui-no-text blockquote,
button.btn-ui-special-button.btn-ui-no-text h1,
a.btn-ui-special-button.btn-ui-no-text h1,
button.btn-ui-special-button.btn-ui-no-text h2,
a.btn-ui-special-button.btn-ui-no-text h2,
button.btn-ui-special-button.btn-ui-no-text h3,
a.btn-ui-special-button.btn-ui-no-text h3,
button.btn-ui-special-button.btn-ui-no-text h4,
a.btn-ui-special-button.btn-ui-no-text h4,
button.btn-ui-special-button.btn-ui-no-text h5,
a.btn-ui-special-button.btn-ui-no-text h5,
button.btn-ui-special-button.btn-ui-no-text span,
a.btn-ui-special-button.btn-ui-no-text span,
button.btn-ui-special-button.btn-ui-no-text em,
a.btn-ui-special-button.btn-ui-no-text em,
button.btn-ui-special-button.btn-ui-no-text strong,
a.btn-ui-special-button.btn-ui-no-text strong {
  display: none;
}
button.btn-ui-special-button.btn-ui-rounded-large,
a.btn-ui-special-button.btn-ui-rounded-large {
  border-radius: 49px;
}
button.btn-ui-special-button.btn-ui-gradient-overlay::before,
a.btn-ui-special-button.btn-ui-gradient-overlay::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}
button.btn-ui-special-button.btn-ui-circle,
a.btn-ui-special-button.btn-ui-circle {
  width: 98px;
  border-radius: 100%;
}
button.btn-ui-special-button.btn-ui-special-button-square,
a.btn-ui-special-button.btn-ui-special-button-square {
  width: 98px;
  border-radius: 10px;
}
button.btn-ui-special-button.btn-ui-special-button-large,
a.btn-ui-special-button.btn-ui-special-button-large {
  width: 200px !important;
}
button.btn-ui-special-button.btn-ui-special-button-corner-text,
a.btn-ui-special-button.btn-ui-special-button-corner-text {
  text-align: left;
}
button.btn-ui-special-button.btn-ui-special-button-corner-text span,
a.btn-ui-special-button.btn-ui-special-button-corner-text span {
  position: absolute;
  vertical-align: text-bottom;
}
button.btn-ui-image-button,
a.btn-ui-image-button {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  background-color: #5760ff;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 146px;
  width: 126px;
  border: none;
  margin-top: 10px;
  overflow: auto;
  white-space: normal;
  line-height: 1;
}
button.btn-ui-image-button > *,
a.btn-ui-image-button > * {
  position: relative;
}
button.btn-ui-image-button:hover,
a.btn-ui-image-button:hover,
button.btn-ui-image-button:focus,
a.btn-ui-image-button:focus {
  background-color: #5760ff;
}
button.btn-ui-image-button:after,
a.btn-ui-image-button:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-image-button:not(:active):after,
a.btn-ui-image-button:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-image-button:after,
a.btn-ui-image-button:after,
button.btn-ui-image-button:focus:after,
a.btn-ui-image-button:focus:after {
  visibility: visible;
}
button.btn-ui-image-button span,
a.btn-ui-image-button span {
  min-height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
}
button.btn-ui-image-button p,
a.btn-ui-image-button p,
button.btn-ui-image-button blockquote,
a.btn-ui-image-button blockquote,
button.btn-ui-image-button h1,
a.btn-ui-image-button h1,
button.btn-ui-image-button h2,
a.btn-ui-image-button h2,
button.btn-ui-image-button h3,
a.btn-ui-image-button h3,
button.btn-ui-image-button h4,
a.btn-ui-image-button h4,
button.btn-ui-image-button h5,
a.btn-ui-image-button h5,
button.btn-ui-image-button span,
a.btn-ui-image-button span,
button.btn-ui-image-button strong,
a.btn-ui-image-button strong,
button.btn-ui-image-button em,
a.btn-ui-image-button em,
button.btn-ui-image-button s,
a.btn-ui-image-button s,
button.btn-ui-image-button u,
a.btn-ui-image-button u {
  color: inherit;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
}
button.btn-ui-image-button.btn-ui-no-text,
a.btn-ui-image-button.btn-ui-no-text {
  min-width: 100px;
}
button.btn-ui-image-button.btn-ui-no-text p,
a.btn-ui-image-button.btn-ui-no-text p,
button.btn-ui-image-button.btn-ui-no-text blockquote,
a.btn-ui-image-button.btn-ui-no-text blockquote,
button.btn-ui-image-button.btn-ui-no-text h1,
a.btn-ui-image-button.btn-ui-no-text h1,
button.btn-ui-image-button.btn-ui-no-text h2,
a.btn-ui-image-button.btn-ui-no-text h2,
button.btn-ui-image-button.btn-ui-no-text h3,
a.btn-ui-image-button.btn-ui-no-text h3,
button.btn-ui-image-button.btn-ui-no-text h4,
a.btn-ui-image-button.btn-ui-no-text h4,
button.btn-ui-image-button.btn-ui-no-text h5,
a.btn-ui-image-button.btn-ui-no-text h5,
button.btn-ui-image-button.btn-ui-no-text span,
a.btn-ui-image-button.btn-ui-no-text span,
button.btn-ui-image-button.btn-ui-no-text em,
a.btn-ui-image-button.btn-ui-no-text em,
button.btn-ui-image-button.btn-ui-no-text strong,
a.btn-ui-image-button.btn-ui-no-text strong {
  display: none !important;
}
button.btn-ui-image-button.btn-ui-image-button-large,
a.btn-ui-image-button.btn-ui-image-button-large {
  width: 200px !important;
  background-size: cover;
}
button.btn-ui-image-button.btn-ui-image-button-medium,
a.btn-ui-image-button.btn-ui-image-button-medium {
  width: 150px;
  background-size: cover;
}
button.btn-ui-image-button.btn-ui-image-button-outside,
a.btn-ui-image-button.btn-ui-image-button-outside {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 80px;
  overflow: visible;
  width: 150px;
  background-position: right 75px top 0px;
  background-color: transparent;
}
button.btn-ui-image-button.btn-ui-image-button-outside span,
a.btn-ui-image-button.btn-ui-image-button-outside span {
  padding: 5px;
  position: relative;
  left: 52px;
  width: 104px;
}
button.btn-ui-image-button.btn-ui-circle:hover,
a.btn-ui-image-button.btn-ui-circle:hover,
button.btn-ui-image-button.btn-ui-circle:focus,
a.btn-ui-image-button.btn-ui-circle:focus,
button.btn-ui-image-button.btn-ui-circle:active,
a.btn-ui-image-button.btn-ui-circle:active {
  background-color: transparent;
}
button.btn-ui-image-button:hover,
a.btn-ui-image-button:hover,
button.btn-ui-image-button:focus,
a.btn-ui-image-button:focus,
button.btn-ui-image-button:active,
a.btn-ui-image-button:active {
  background-color: transparent;
}
button.btn-ui-rounded,
a.btn-ui-rounded {
  z-index: 1;
  border-radius: 5px;
}
button.btn-ui-rounded > *,
a.btn-ui-rounded > * {
  position: relative;
}
button.btn-ui-rounded:hover,
a.btn-ui-rounded:hover,
button.btn-ui-rounded:focus,
a.btn-ui-rounded:focus {
  background-color: #5760ff;
}
button.btn-ui-rounded:after,
a.btn-ui-rounded:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-rounded:not(:active):after,
a.btn-ui-rounded:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-rounded:after,
a.btn-ui-rounded:after,
button.btn-ui-rounded:focus:after,
a.btn-ui-rounded:focus:after {
  visibility: visible;
}
button.btn-ui-circle,
a.btn-ui-circle {
  z-index: 1;
  border-radius: 24px;
}
button.btn-ui-circle > *,
a.btn-ui-circle > * {
  position: relative;
}
button.btn-ui-circle:hover,
a.btn-ui-circle:hover,
button.btn-ui-circle:focus,
a.btn-ui-circle:focus {
  background-color: #5760ff;
}
button.btn-ui-circle:after,
a.btn-ui-circle:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
button.btn-ui-circle:not(:active):after,
a.btn-ui-circle:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-circle:after,
a.btn-ui-circle:after,
button.btn-ui-circle:focus:after,
a.btn-ui-circle:focus:after {
  visibility: visible;
}
button.btn-ui-circle.btn-ui-image-button,
a.btn-ui-circle.btn-ui-image-button {
  border-radius: 100%;
}
button.vertical-align,
a.vertical-align {
  width: 100% !important;
  word-wrap: break-word;
  margin-top: 32px;
  min-height: 48px;
  line-height: 1;
  padding: 5px;
  white-space: normal;
}
button.vertical-align.btn-ui-simple,
a.vertical-align.btn-ui-simple {
  height: auto;
}
button.vertical-align.btn-ui-simple.active,
a.vertical-align.btn-ui-simple.active {
  background-color: #ff1100 !important;
}
button.vertical-align:first-child,
a.vertical-align:first-child {
  margin-top: 0px;
}
button.vertical-align.btn-ui-image-button.btn-ui-image-button-large,
a.vertical-align.btn-ui-image-button.btn-ui-image-button-large {
  width: 100%;
  height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
button.vertical-align.btn-ui-image-button.btn-ui-image-button-medium,
a.vertical-align.btn-ui-image-button.btn-ui-image-button-medium {
  width: 100%;
  height: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
button.vertical-align.btn-ui-image-button.btn-ui-image-button-outside,
a.vertical-align.btn-ui-image-button.btn-ui-image-button-outside {
  background-position: center;
}
button.vertical-align.btn-ui-image-button.btn-ui-image-button-outside span,
a.vertical-align.btn-ui-image-button.btn-ui-image-button-outside span {
  padding: 5px;
  position: absolute;
  right: 0px;
  width: 40%;
  left: auto;
  top: 0px;
  bottom: 0px;
}
button.vertical-align.btn-ui-image-button-square,
a.vertical-align.btn-ui-image-button-square {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
button.active:not(.btn-ui-simple):after,
a.active:not(.btn-ui-simple):after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  background-color: #ff1100;
  margin: 0px;
  border-radius: 0px;
  -webkit-transform: none;
          transform: none;
}
.tile-panel-footer-icon-container-icon-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  color: #808080;
  text-decoration: none;
}
.tile-panel-image-title-config {
  font-family: "Verdana";
  font-weight: inherit;
  font-size: 15px;
  line-height: 12.45px;
  color: #808080;
  margin: 0px;
  z-index: 10;
}
.tile-panel-image-subtitle-config {
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 8.3px;
  color: #000000;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  z-index: 10;
}
.tile-panel-footer-location-info-text-config {
  font-family: "proxima-nova";
  font-size: 8px;
  color: #000000;
  font-weight: inherit;
  margin: 0px;
}
.tile-panel-footer-config {
  padding: 8px 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tile-panel-footer-config .tile-panel-footer-location {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile-panel-footer-config .tile-panel-footer-location i {
  padding-right: 8px;
  font-size: 19px !important;
  text-decoration: none;
  color: #808080;
  margin-bottom: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tile-panel-footer-config .tile-panel-footer-location .icon-img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tile-panel-footer-config .tile-panel-footer-location .tile-panel-footer-stop-code,
.tile-panel-footer-config .tile-panel-footer-location .tile-panel-footer-location-info-text {
  font-family: "Verdana";
  font-size: 8px;
  color: #808080;
  font-weight: 900;
  line-height: 10px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.tile-panel-footer-config .tile-panel-footer-bookmark i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-right: 0px;
  font-size: 19px;
}
.tile-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tile-panel-wrapper .tile-panel-container {
  padding-bottom: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel {
  background-color: #ffffff;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  outline: none;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-decoration: none;
  outline: none;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a:target:after,
.tile-panel-wrapper .tile-panel-container .tile-panel a:active:after,
.tile-panel-wrapper .tile-panel-container .tile-panel a:focus:after {
  opacity: 0.8;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 210px;
  background-color: #808080;
  background-image: none;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 210px;
          flex: 0 210px;
  display: -webkit-box;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image:active .tile-panel-image-overlay,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image:focus .tile-panel-image-overlay {
  opacity: 0.8;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .tile-panel-image-text {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .tile-panel-image-text .tile-panel-image-title {
  font-family: "Verdana";
  font-weight: inherit;
  font-size: 15px;
  line-height: 12.45px;
  color: #808080;
  margin: 0px;
  z-index: 10;
  margin: 10px 0px;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .tile-panel-image-text .tile-panel-image-subtitle {
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 8.3px;
  color: #000000;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  z-index: 10;
  opacity: 0.8;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed > * {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed i,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed .fa {
  font-size: 40px;
  color: #ffffff;
  z-index: 1;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed > p {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed.completed {
  background-color: #808080;
  background-image: var(--clueCompletedCardOverlay);
  opacity: 0.8;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title-tour {
  font-family: "Verdana";
  font-weight: inherit;
  font-size: 15px;
  line-height: 12.45px;
  color: #808080;
  margin: 0px;
  z-index: 10;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle-tour {
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 8.3px;
  color: #000000;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  z-index: 10;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle p,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title p,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle blockquote,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title blockquote,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle h1,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title h1,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle h2,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title h2,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle h3,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title h3,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle h4,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title h4,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle h5,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title h5,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle span,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title span,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle strong,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title strong,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle em,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title em,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle s,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title s,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle u,
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title u {
  font-size: unset !important;
  text-align: unset !important;
  background-color: unset !important;
  padding: unset !important;
  border-left: unset !important;
  text-decoration: unset !important;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #808080;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer {
  padding: 8px 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d8d8d8;
}
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer .tile-panel-footer-location {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer .tile-panel-footer-location i {
  padding-right: 8px;
  font-size: 19px !important;
  text-decoration: none;
  color: #808080;
  margin-bottom: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer .tile-panel-footer-location .icon-img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer .tile-panel-footer-location .tile-panel-footer-stop-code,
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer .tile-panel-footer-location .tile-panel-footer-location-info-text {
  font-family: "Verdana";
  font-size: 8px;
  color: #808080;
  font-weight: 900;
  line-height: 10px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel .tile-panel-footer .tile-panel-footer-bookmark i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-right: 0px;
  font-size: 19px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bold {
  font-weight: 900;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-center .tile-panel-image-title,
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-center .tile-panel-image-subtitle,
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-center .tile-panel-body-title,
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-center .tile-panel-body-subtitle {
  text-align: center;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered .tile-panel-image .tile-panel-image-text {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  bottom: 20px;
  left: 20px;
  top: auto;
  right: 48px;
  padding: 10px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered .tile-panel-image .tile-panel-image-text .tile-panel-image-title {
  font-family: "Verdana";
  font-weight: inherit;
  font-size: 15px;
  line-height: 12.45px;
  color: #808080;
  margin: 0px;
  z-index: 10;
  position: relative;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered .tile-panel-image .tile-panel-image-text .tile-panel-image-subtitle {
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 8.3px;
  color: #000000;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  z-index: 10;
  position: relative;
  opacity: 0.8;
  margin: 10px 0px 0px 0px;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered .tile-panel-image .tile-panel-image-text:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  color: #ffffff;
  opacity: 0.6;
  position: absolute;
  right: -30px;
  bottom: 10px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered.copy-center .tile-panel-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered.copy-center .tile-panel-image .tile-panel-image-text {
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 10px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered.copy-center .tile-panel-image .tile-panel-image-text .tile-panel-image-title {
  font-family: "Verdana";
  font-weight: inherit;
  font-size: 15px;
  line-height: 12.45px;
  color: #808080;
  margin: 0px;
  z-index: 10;
  text-align: center;
  position: relative;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered.copy-center .tile-panel-image .tile-panel-image-text .tile-panel-image-subtitle {
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 8.3px;
  color: #000000;
  font-weight: normal;
  margin: 15px 0px 0px 0px;
  z-index: 10;
  text-align: center;
  position: relative;
  opacity: 0.8;
  margin: 10px 0px 0px 0px;
  color: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-bordered.copy-center .tile-panel-image .tile-panel-image-text:after {
  display: none;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.copy-title-underline * {
  text-decoration: underline;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.ghost-overlay .tile-panel-image:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  background-color: #333333;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.ghost-overlay .tile-panel-image:hover:before {
  opacity: 0.75;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.blur-background-image .tile-panel-image img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.tile-panel-wrapper .tile-panel-container .tile-panel.gradient-overlay .tile-panel-image:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  z-index: 2;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
.tile-panel-wrapper .tile-panel-container .tile-panel.gradient-overlay .tile-panel-image:hover:after {
  height: 100%;
  opacity: 0.75;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.no-background-image .tile-panel-image {
  background-color: #f3f3f3;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.no-background-image .tile-panel-image img {
  display: none;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.items-thin a:after {
  height: 150px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.items-thin a .tile-panel-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 150px;
          flex: 0 150px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.items-ultra-thin a:after {
  height: 100px;
}
.tile-panel-wrapper .tile-panel-container .tile-panel.items-ultra-thin a .tile-panel-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 100px;
          flex: 0 100px;
}
@media (max-width: 767px) {
  .tile-panel-wrapper .tile-panel-container.tile-panel-small-left {
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .tile-panel-wrapper .tile-panel-container.tile-panel-small-right {
    padding-left: 8px;
  }
}
.tile-panel-wrapper.events .tile-panel-container {
  padding-bottom: 24px;
}
.tile-panel-wrapper.events .tile-panel-container .tile-panel {
  font-weight: 900;
}
.tile-panel-wrapper.events .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle .date,
.tile-panel-wrapper.events .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle-tour .date {
  margin-right: 10px;
}
.tile-panel-wrapper.events .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle .time,
.tile-panel-wrapper.events .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle-tour .time {
  font-weight: 900;
}
.tile-panel-wrapper.bookmarked-stops .tile-panel-container {
  display: block;
}
.tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel {
  background-color: transparent;
}
.tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel .tile-panel-image .tile-panel-image-text {
  display: none;
}
.tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel .tile-panel-caption {
  padding-top: 12px;
  background-color: transparent;
  text-align: left;
  color: #ffffff;
  line-height: 1.5;
  font-size: 9px;
}
.tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel .tile-panel-caption * {
  margin: 0px;
  color: #ffffff;
  font-family: #000000;
  line-height: 1.5;
  font-size: 9px;
}
@media (min-width: 768px) {
  .tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel .tile-panel-caption {
    color: #000000;
    padding: 15px;
  }
  .tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel .tile-panel-caption * {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel {
    overflow: visible;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel a {
    overflow: visible;
  }
  .tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel a .tile-panel-image {
    -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
            box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  }
  .tile-panel-wrapper.bookmarked-stops .tile-panel-container .tile-panel a .tile-panel-body {
    padding: 15px 0px 15px 0px;
  }
}
@media (max-width: 767px) {
  .tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle,
  .tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle-tour {
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle,
  .tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle-tour {
    margin-top: 6px;
  }
}
.ui-state-experienceDetails .tile-panel-container {
  padding: 0px 15px 30px 15px;
}
/*! angularjs-slider - v2.14.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2016-05-22 */
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
rzslider.with-legend {
  margin-bottom: 40px;
}
rzslider[disabled] {
  cursor: not-allowed;
}
rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}
rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}
rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
}
rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
}
rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}
rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}
rzslider .rz-pointer.rz-active {
  z-index: 4;
}
rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}
rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}
rzslider .rz-bubble.rz-selection {
  top: 16px;
}
rzslider .rz-bubble.rz-limit {
  color: #55637d;
}
rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}
rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0;
}
rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
rzslider .rz-ticks .rz-tick .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
rzslider .rz-ticks.rz-ticks-values-under .rz-tick-value {
  top: initial;
  bottom: -40px;
}
rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}
rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}
rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}
rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}
rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important;
}
rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}
rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle;
}
rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: initial;
  left: 22px;
  -webkit-transform: translate(0, -28%);
          transform: translate(0, -28%);
}
rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-legend {
  top: initial;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  -webkit-transform: translate(0, -28%);
          transform: translate(0, -28%);
}
rzslider.rz-vertical .rz-ticks.rz-ticks-values-under .rz-tick-value {
  right: 12px;
  bottom: initial;
  left: initial;
}
.navbar {
  border-color: transparent;
  z-index: 99999;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.navbar .container {
  height: 56px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar .container .navbar-collapse {
  border: none;
  background-color: #000000;
  margin: 0px;
}
.navbar .container .navbar-collapse.in {
  z-index: 10;
  -webkit-animation: fadeIn 0.15s;
  animation: fadeIn 0.15s;
  pointer-events: all;
}
.navbar .container .navbar-collapse.in .navbar-nav {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0px;
  overflow: auto;
}
.navbar .container .navbar-collapse.in .navbar-nav li {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}
.navbar .container .navbar-collapse.in .navbar-nav li a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.navbar .container .navbar-collapse.in .navbar-nav li a .language-icon {
  padding-right: 5px;
}
.navbar .container .navbar-collapse.in .navbar-nav li a:hover,
.navbar .container .navbar-collapse.in .navbar-nav li a:focus,
.navbar .container .navbar-collapse.in .navbar-nav li a:active {
  background-color: transparent;
}
.navbar .container .navbar-collapse.in .navbar-nav li .navbar-nav-submenu {
  position: relative;
  width: auto;
  padding: 0px;
}
.navbar .container .navbar-collapse.in + .navbar-overlay {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .navbar .container .navbar-collapse.in + .navbar-overlay {
    background-color: #000000;
  }
}
.navbar .container .navbar-collapse .navbar-nav {
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
}
.navbar .container .navbar-collapse .navbar-nav li.navbar-nav-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid #606060;
}
.navbar .container .navbar-collapse .navbar-nav li.navbar-nav-section:last-child {
  margin-bottom: 0 !important;
  border: none;
}
.navbar .container .navbar-collapse .navbar-nav li.navbar-nav-section:last-child li:last-child {
  margin-bottom: 0 !important;
}
.navbar .container .navbar-collapse .navbar-nav .language-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .container .navbar-collapse .navbar-nav .menu-icon {
  margin-right: 16px;
  font-size: 16px;
}
.navbar .container .navbar-collapse .navbar-nav .menu-icon-img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .container .navbar-collapse .navbar-nav .menu-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.navbar .container .navbar-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: left;
  margin: 0px;
}
.navbar .container .navbar-header .navbar-toggle {
  position: relative;
  padding: 15px 10px 15px 12px;
  margin: 0px;
  background-color: transparent;
  outline: none;
  height: 56px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .container .navbar-header .navbar-toggle i {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  color: #ffffff;
  display: -webkit-box;
}
.navbar .container .navbar-header .navbar-toggle.living-map-menu-offset {
  left: 30px;
  top: -3px;
}
.navbar .container .navbar-header .navbar-brand {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
}
.navbar .container .navbar-header .navbar-brand p {
  width: 100%;
  font-size: 18px;
  line-height: 56px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  height: 100%;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .navbar .container .navbar-header .navbar-brand {
    margin-left: 0px !important;
  }
}
.navbar .container .navbar-header .navbar-brand.elipsis {
  padding-right: 100px;
}
.navbar .container .navbar-header .navbar-brand:hover {
  cursor: default;
  background-color: transparent;
}
.navbar .container .navbar-header .navbar-buttons {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .container .navbar-header .navbar-buttons:hover {
  background-color: transparent;
}
.navbar .container .navbar-header .navbar-buttons i,
.navbar .container .navbar-header .navbar-buttons .fa {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 56px;
  color: #ffffff;
}
.navbar .container .navbar-header .navbar-buttons i.cc-icon-arrow-back,
.navbar .container .navbar-header .navbar-buttons .fa.cc-icon-arrow-back {
  padding-top: 0px;
  padding-bottom: 3px;
}
.navbar .container .navbar-header .menu-actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 56px;
}
.navbar .container .navbar-header .menu-actions .actions-buttons {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
}
.navbar .container .navbar-header .menu-actions .actions-buttons:focus,
.navbar .container .navbar-header .menu-actions .actions-buttons:active,
.navbar .container .navbar-header .menu-actions .actions-buttons:hover {
  background-color: #000000;
}
.navbar .container .navbar-header .menu-actions .actions-buttons i,
.navbar .container .navbar-header .menu-actions .actions-buttons .fa {
  padding-top: 3px;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 56px;
  color: #ffffff;
  display: -webkit-box;
}
.navbar .container .navbar-header .menu-actions .actions-buttons.toggle-show-search .icon-img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .container .navbar-header .menu-actions .actions-buttons.toggle-show-search i {
  padding-top: 0;
}
.navbar .container .navbar-header .menu-actions .bookmarked-stops {
  width: 56px;
}
.navbar .container .navbar-header .menu-actions .show-map.bottom-map-with-icon button {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  cursor: pointer;
  position: fixed;
  right: 50%;
  bottom: 0;
  margin-top: 32px;
  margin-left: 32px;
  margin-bottom: 88px;
  margin-right: -553px;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.navbar .container .navbar-header .menu-actions .show-map.bottom-map-with-icon button i,
.navbar .container .navbar-header .menu-actions .show-map.bottom-map-with-icon button .fa {
  font-size: 22px;
  color: inherit;
}
@media screen and (max-width: 1199px) {
  .navbar .container .navbar-header .menu-actions .show-map.bottom-map-with-icon button {
    margin-right: 32px;
    right: 0;
  }
}
.navbar .container .navbar-header .menu-actions .show-map.bottom-map-with-icon button:hover {
  text-decoration: none;
  color: #ffffff;
}
.navbar .container .navbar-header .menu-actions .social-share {
  width: 56px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
}
.navbar .container .navbar-header .menu-actions .social-share.opened {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.navbar .container .navbar-header .menu-actions .social-share.opened .social-buttons .social-list .social-item {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar .container .navbar-header .menu-actions .social-share .social-buttons .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin: 0px;
}
.navbar .container .navbar-header .menu-actions .social-share .social-buttons .social-list .social-item {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  margin: 15px;
  list-style-type: none;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  text-align: center;
}
.navbar .container .navbar-header .menu-actions .social-share .social-buttons .social-list .social-item .btn {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.navbar .container .navbar-header .menu-actions .social-share .social-buttons .social-list .social-item .btn i,
.navbar .container .navbar-header .menu-actions .social-share .social-buttons .social-list .social-item .btn .fa {
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .container .navbar-header {
    padding: 0px 15px 0px 15px;
  }
  .navbar .container .navbar-header .navbar-brand {
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width: 1200px) {
  .navbar .container .navbar-header {
    padding: 0px 15px 0px 15px;
  }
  .navbar .container .navbar-header .navbar-brand {
    padding: 0px 15px 0px 15px;
  }
}
.navbar.navbar-full-height {
  height: 56px;
}
.navbar.navbar-full-height .navbar-nav {
  visibility: hidden;
  display: none;
}
.navbar.navbar-full-height .navbar-collapse.collapse {
  max-height: 0;
}
.navbar.navbar-full-height .navbar-added-actions {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding-left: 3px;
}
.navbar.navbar-full-height .navbar-added-actions button {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 10px 12px;
  letter-spacing: 1px;
  color: #cccccc;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar.navbar-full-height .navbar-added-actions button i {
  padding-left: 6px;
}
.navbar.navbar-full-height.menu-transparent .navbar-collapse.collapse.in {
  max-height: 100%;
}
.navbar.navbar-full-height .navbar-collapse.collapse.in {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 250px;
  height: auto;
  background-color: #000000;
  position: fixed;
  max-height: calc(100% - 56px);
  top: 56px;
  overflow-y: auto;
}
.navbar.navbar-full-height .navbar-collapse.collapse.in .navbar-nav {
  visibility: visible;
  display: block;
  float: none;
}
.navbar.navbar-full-height .navbar-collapse.collapse.in .navbar-nav #mCSB_1_container_wrapper {
  position: relative;
}
.navbar.navbar-full-height .navbar-collapse.collapse.in ul li {
  float: none !important;
  display: block;
}
@media screen and (max-width: 768px) {
  .navbar.navbar-full-height .navbar-collapse.collapse.in {
    height: 100%;
    width: 100%;
    border-top: 0;
    background-color: #000000;
    -webkit-animation: fadeIn 0.15s;
    animation: fadeIn 0.15s;
  }
  .navbar.navbar-full-height .navbar-collapse.collapse.in ul {
    margin-top: 0;
  }
  .navbar.navbar-full-height .navbar-collapse.collapse.in ul li a {
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    overflow: auto;
    letter-spacing: 1px;
  }
}
.navbar.title-toggled {
  border: none;
  background-color: #7b250b;
  background-image: var(--scrollingMainMenuBackgroundImage);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.navbar.title-toggled .container .navbar-header .navbar-brand p {
  color: #ffffff;
}
.navbar.title-toggled .container .navbar-header .navbar-buttons i,
.navbar.title-toggled .container .navbar-header .navbar-buttons .fa {
  color: #ffffff;
}
.navbar.title-toggled .container .navbar-header .navbar-toggle {
  background-color: transparent;
}
.navbar.title-toggled .container .navbar-header .navbar-toggle i {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  color: #ffffff;
}
.navbar.title-toggled .container .navbar-header .menu-actions .actions-buttons i,
.navbar.title-toggled .container .navbar-header .menu-actions .actions-buttons .fa {
  color: #ffffff;
}
.navbar.title-toggled.menu-active .navbar-header .menu-actions {
  display: none;
}
@media (max-width: 767px) {
  .navbar.title-toggled .navbar-collapse.collapse.in {
    width: 100%;
    top: 56px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
  }
}
.navbar.title-toggled .navbar-collapse.collapse.in .navbar-nav li a {
  font-family: "Verdana";
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.navbar.title-toggled .navbar-collapse.collapse.in .navbar-nav li .with-icon {
  padding: 13px 15px 13px 15px !important;
}
.navbar.title-toggled .navbar-header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar.menu-transparent {
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.navbar.menu-transparent .container .navbar-header .navbar-toggle {
  z-index: 99999;
  background-color: transparent;
}
.navbar.menu-transparent .container .navbar-header .navbar-toggle i {
  color: #ffffff;
}
.navbar.menu-transparent .container .navbar-header .navbar-brand p {
  color: #ffffff;
}
.navbar.menu-transparent .container .navbar-header .navbar-buttons {
  background-color: transparent;
}
.navbar.menu-transparent .container .navbar-header .navbar-buttons i,
.navbar.menu-transparent .container .navbar-header .navbar-buttons .fa {
  color: #ffffff;
}
.navbar.menu-transparent .container .navbar-header .menu-actions .actions-buttons {
  background-color: transparent;
}
.navbar.menu-transparent .container .navbar-header .menu-actions .actions-buttons i,
.navbar.menu-transparent .container .navbar-header .menu-actions .actions-buttons .fa {
  color: #ffffff;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in {
  width: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 112px 0px 56px 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000000;
  background-image: none;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-added-actions {
  padding-left: 15px;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 37px;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav li {
  background-color: transparent;
  word-break: break-word;
  line-height: 56px;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav li a {
  font-weight: 900;
  font-family: Muli;
  font-style: normal;
  font-size: 30px;
  line-height: 63px;
  color: #ffffff;
  overflow: hidden;
  padding: 0px !important;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav li .navbar-nav-submenu {
  position: relative;
  width: auto;
  padding: 0px;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav li .navbar-nav-submenu a {
  padding: 13px 15px 13px 15px !important;
}
.navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav li .with-icon {
  padding: 13px 15px 13px 15px !important;
}
@media (max-width: 767px) {
  .navbar.menu-transparent .container .navbar-collapse.collapse.in {
    width: 100%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 56px 0px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.menu-transparent .container .navbar-collapse.collapse.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.menu-transparent .container .navbar-collapse.collapse.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .navbar.menu-transparent .container .navbar-collapse.collapse.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar.menu-transparent .container .navbar-collapse.collapse.in .navbar-nav {
    text-align: center;
  }
}
.navbar.menu-transparent.menu-active {
  background-color: #000000;
  background-image: none;
}
.navbar.menu-transparent.menu-active .navbar-header .menu-actions {
  display: none;
}
.navbar.menu-transparent.title-toggled .navbar-header .navbar-brand {
  display: none;
}
.navbar.menu-hidden-on-scroll-left-screen {
  position: fixed;
  top: -56px;
  right: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.navbar.menu-hidden-on-scroll-on-screen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.navbar.menu-hidden-on-scroll-on-screen .navbar-header .navbar-brand p {
  color: #ffffff;
}
.navbar.menu-hidden-on-scroll-on-screen .navbar-header .menu-actions .actions-buttons i,
.navbar.menu-hidden-on-scroll-on-screen .navbar-header .menu-actions .actions-buttons .fa {
  color: #ffffff;
}
.navbar.simple-menu .navbar-buttons {
  padding-top: 8px;
}
.sub-menu {
  position: relative;
  margin: 0px;
  padding-top: 56px;
  padding-bottom: 50px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub-menu .sub-menu-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .sub-menu .sub-menu-wrapper {
    padding: 0 !important;
  }
}
.sub-menu.menu-overlay {
  padding-top: 112px;
}
@media (max-width: 1199px) {
  .sub-menu > .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sub-menu .container {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .sub-menu .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.sub-menu .submenu-title {
  font-family: "Verdana";
  font-weight: 900;
  font-size: 30px;
  line-height: 22.5px;
  color: #ffffff;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
}
.sub-menu .submenu-subtitle {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
}
.sub-menu.experience-page {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.sub-menu.experience-page.sub-menu {
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-menu.experience-page .container {
  padding: 0;
}
@media (min-width: 768px) {
  .sub-menu.experience-page .container {
    padding: 0 24px;
  }
}
.sub-menu.experience-page .submenu-title {
  color: #ffffff;
  padding-bottom: 8px;
}
.sub-menu.experience-page .submenu-subtitle {
  color: #ffffff;
}
.sub-menu.experience-details-page .submenu-title {
  color: #ffffff;
}
.sub-menu.experience-details-page .submenu-subtitle {
  color: #ffffff;
}
.sub-menu.events-page .submenu-title {
  color: #ffffff;
}
.sub-menu.events-page .submenu-subtitle {
  color: #ffffff;
}
.sub-menu.scavenger-hunt-bar-space {
  padding-bottom: 30px;
}
.sub-menu.experience-details-page {
  z-index: 11;
}
.navbar-nav > li > a.with-icon {
  padding: 13px 15px 13px 45px !important;
}
#attract-screen-navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 56px;
  padding: 0px 15px;
  background-color: #000000;
  background-image: none;
}
#attract-screen-navigation .attract-screen-navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
}
#attract-screen-navigation .attract-screen-navigation-buttons span * {
  all: inherit;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button {
  text-decoration: none;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple {
  height: 100%;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-link span {
  border-right: 2px solid #00ff0a;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-link.active {
  background-color: #ff1100;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-link.active span {
  color: #e7ff00 !important;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-link.active span:after {
  border-top: 2px solid #e7ff00;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-buttons {
  border-left: 2px solid #00ff0a;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-buttons.active {
  background-color: #ff1100 !important;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-buttons.active span {
  color: #e7ff00 !important;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-half-underline:after {
  border-top: 2px solid #00ff0a;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-half-underline.active {
  background-color: #ff1100 !important;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-half-underline.active span {
  color: #e7ff00 !important;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-simple.btn-top-nav-half-underline.active span:after {
  border-top: 4px solid #e7ff00 !important;
}
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-special-button,
#attract-screen-navigation .attract-screen-navigation-buttons .navigation-button.btn-ui-image-button {
  margin: 10px;
  height: 36px;
}
#attract-screen-navigation .attract-screen-navigation-buttons:last-child .navigation-button.btn-top-nav-link span {
  border-right: none;
}
#attract-screen-navigation .attract-screen-navigation-buttons:last-child .navigation-button.btn-top-nav-buttons:not(.btn-ui-simple) {
  border-right: 2px solid #ffffff;
}
#attract-screen-navigation .attract-screen-navigation-buttons:last-child .navigation-button.btn-top-nav-buttons.btn-ui-simple {
  border-right: 2px solid #00ff0a;
}
.ui-state-bookmarkedStops .sub-menu .submenu-subtitle {
  color: #333333;
}
.nyhs-stop-detail-images-holder {
  position: relative;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-image-container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-image-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-image-container a img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-image-container .not-blured-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nyhs-stop-detail-images-holder .hotspot-container {
  position: relative;
  overflow: hidden;
  background-position: center;
}
.nyhs-stop-detail-images-holder .hotspot-container .blured-image {
  position: absolute;
  padding: inherit;
  width: 100%;
}
.nyhs-stop-detail-images-holder .hotspot-container .blured-image > img {
  width: 100%;
}
.nyhs-stop-detail-images-holder .hotspot-container .taggd-wrapper {
  overflow: visible;
}
.nyhs-stop-detail-images-holder .item-caption {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nyhs-stop-detail-images-holder .item-caption p {
  margin: 0px;
}
.nyhs-stop-detail-images-holder .owl-nav {
  display: none;
}
.nyhs-stop-detail-images-holder .indicator-icon-container {
  float: right !important;
}
body.ui-state-mapContainer {
  position: relative;
  height: var(--screenHeight);
}
body.ui-state-mapContainer > .container {
  width: 100%;
}
body.ui-state-mapContainer .google-map-wrapper {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 56px;
  bottom: var(--bottomNavigationPadding);
  right: 0;
  z-index: 3;
}
body.ui-state-mapContainer .google-map {
  width: 100%;
  height: 100%;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t {
  bottom: 45px !important;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t .gm-style-iw-c {
  border-radius: 0px;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t .gm-style-iw-c .marker-info-wrapper {
  text-align: center;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t .gm-style-iw-c .marker-info-wrapper .marker-title {
  font-size: 20px;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t .gm-style-iw-c .marker-info-wrapper .directions-button {
  color: #f25652;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t .gm-style-iw-c .marker-info-wrapper .directions-button span {
  font-size: 8px;
  margin-left: 5px;
}
body.ui-state-mapContainer .google-map .gm-style-iw-t .gm-style-iw-c .gm-ui-hover-effect {
  display: none !important;
}
body.ui-state-mapContainer .place-selector-wrapper {
  position: absolute;
  left: 25%;
  width: 50%;
  bottom: calc(var(--bottomNavigationPadding) + 30px);
  z-index: 4;
}
body.ui-state-mapContainer .place-selector-opener {
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  width: 100%;
  max-width: 400px;
  white-space: normal;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 0 30px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 0 30px 0 rgba(0, 0, 0, 0.4);
}
body.ui-state-mapContainer .place-selector-opener .title {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: 100;
  padding: 12px 6px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
}
body.ui-state-mapContainer .place-selector-opener .title i {
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 768px) {
  body.ui-state-mapContainer .place-selector-opener .title {
    padding: 12px 6px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
body.ui-state-mapContainer .place-selector-opener .meta {
  color: #777777;
  font-size: 14px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  padding: 0 12px 24px;
}
@media screen and (max-width: 768px) {
  body.ui-state-mapContainer .place-selector-opener .meta {
    font-size: 11px;
    padding-bottom: 12px;
  }
}
body.ui-state-mapContainer .place-selector-opener.mobile-version {
  padding: 13px 12px;
  font-weight: 300;
  font-size: 13px;
  color: #000000;
}
body.ui-state-mapContainer .place-selector-opener.mobile-version i {
  color: #000000;
  font-size: 36px;
  display: block;
}
body.ui-state-mapContainer .map-information {
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  display: none;
  margin: 0;
  z-index: 5;
  position: fixed;
  left: 20%;
  right: 20%;
  top: 72px;
  bottom: 24px;
}
body.ui-state-mapContainer .map-information.open {
  display: block;
}
body.ui-state-mapContainer .map-information.open + .overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.65);
}
body.ui-state-mapContainer .map-information h4 {
  padding: 20px 18px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
body.ui-state-mapContainer .map-information .close-place-selector {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 18px;
  padding: 0;
  margin-top: -6px;
}
body.ui-state-mapContainer .map-information .close-place-selector:hover,
body.ui-state-mapContainer .map-information .close-place-selector:active {
  background-color: rgba(0, 0, 0, 0.35);
}
body.ui-state-mapContainer .map-information ul {
  margin: 0%;
  padding-left: 0;
}
body.ui-state-mapContainer .map-information ul li {
  list-style: none;
}
body.ui-state-mapContainer .map-information ul li a {
  display: block;
  position: relative;
  cursor: pointer;
  color: #555555;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 48px 18px 24px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body.ui-state-mapContainer .map-information ul li.ui-active a {
  font-weight: 700;
}
body.ui-state-mapContainer .map-information ul li.ui-active a:after {
  top: 50%;
  right: 21px;
  position: absolute;
  content: ' ';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background-color: #428bca;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  body.ui-state-mapContainer .map-information.open {
    left: 12px;
    right: 12px;
  }
}
.static-map-page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--bottomNavigationPadding));
  background-color: #fff;
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.taggd-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.taggd-wrapper .taggd-item {
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.taggd-wrapper .taggd-item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.taggd-wrapper .taggd-item.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.taggd-wrapper .taggd-item.lens-like {
  background-color: transparent;
  border: 1px solid white;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
}
.taggd-wrapper .taggd-item.lens-like i {
  display: none;
}
.taggd-wrapper .taggd-item.lens-like:after {
  -webkit-animation: pulse2 2s ease-out;
          animation: pulse2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.taggd-wrapper .taggd-item.lens-like.taggd-item-extra-small {
  width: 64px;
  height: 64px;
}
.taggd-wrapper .taggd-item.lens-like.taggd-item-small {
  width: 128px;
  height: 128px;
}
.taggd-wrapper .taggd-item.lens-like.taggd-item-medium {
  width: 192px;
  height: 192px;
}
.taggd-wrapper .taggd-item.lens-like.taggd-item-large {
  width: 256px;
  height: 256px;
}
.taggd-wrapper .taggd-item.lens-like.taggd-item-extra-large {
  width: 320px;
  height: 320px;
}
.taggd-wrapper .taggd-item-hover {
  background-color: #323232;
  color: transparent;
  cursor: default;
  display: block;
  font-weight: lighter;
  opacity: 0;
  overflow: hidden;
  padding: 0 10px;
  z-index: 1041;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-hover {
    display: none !important;
  }
}
.taggd-wrapper .taggd-item-hover.show {
  color: #fff;
  padding: 10px;
  z-index: 1000;
}
.taggd-wrapper .taggd-image-style {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.taggd-wrapper .taggd-item-extra-small {
  cursor: pointer;
  z-index: 1031;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 10px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small {
    border-width: 5px;
  }
}
.taggd-wrapper .taggd-item-extra-small i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small i {
    font-size: 1em;
    line-height: 30px;
  }
}
.taggd-wrapper .taggd-item-extra-small:before {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.taggd-wrapper .taggd-item-extra-small:after {
  content: ' ';
  background: #000000;
  border-radius: 50%;
  -webkit-animation: pulse2 2s ease-out;
  animation: pulse2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 32px;
  width: 32px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-extra-small i {
  line-height: 12px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 22px;
    height: 22px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-extra-small i {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-extra-small:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-extra-small:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 22px;
    width: 22px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small {
    border-width: 5px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .taggd-wrapper .taggd-item-extra-small {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 27px;
    height: 27px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-extra-small i {
    font-size: 13.5px;
    line-height: 13.5px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-extra-small:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-extra-small:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 27px;
    width: 27px;
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small {
    border-width: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-small:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-small {
  cursor: pointer;
  z-index: 1031;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 10px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small {
    border-width: 5px;
  }
}
.taggd-wrapper .taggd-item-small i {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small i {
    font-size: 1em;
    line-height: 30px;
  }
}
.taggd-wrapper .taggd-item-small:before {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.taggd-wrapper .taggd-item-small:after {
  content: ' ';
  background: #000000;
  border-radius: 50%;
  -webkit-animation: pulse2 2s ease-out;
  animation: pulse2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 44px;
  width: 44px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-small i {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 34px;
    height: 34px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-small i {
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-small:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-small:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 34px;
    width: 34px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small {
    border-width: 5px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .taggd-wrapper .taggd-item-small {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 39px;
    height: 39px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-small i {
    font-size: 19.5px;
    line-height: 19.5px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-small:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-small:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 39px;
    width: 39px;
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small {
    border-width: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-small:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-medium {
  cursor: pointer;
  z-index: 1031;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 56px;
  height: 56px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 10px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium {
    border-width: 5px;
  }
}
.taggd-wrapper .taggd-item-medium i {
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium i {
    font-size: 1em;
    line-height: 30px;
  }
}
.taggd-wrapper .taggd-item-medium:before {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.taggd-wrapper .taggd-item-medium:after {
  content: ' ';
  background: #000000;
  border-radius: 50%;
  -webkit-animation: pulse2 2s ease-out;
  animation: pulse2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 56px;
  width: 56px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 46px;
    height: 46px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-medium i {
    font-size: 23px;
    line-height: 23px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-medium:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-medium:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 46px;
    width: 46px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium {
    border-width: 5px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .taggd-wrapper .taggd-item-medium {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 51px;
    height: 51px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-medium i {
    font-size: 25.5px;
    line-height: 25.5px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-medium:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-medium:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 51px;
    width: 51px;
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium {
    border-width: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-medium:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-large {
  cursor: pointer;
  z-index: 1031;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 68px;
  height: 68px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 10px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large {
    border-width: 5px;
  }
}
.taggd-wrapper .taggd-item-large i {
  font-size: 34px;
  line-height: 34px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large i {
    font-size: 1em;
    line-height: 30px;
  }
}
.taggd-wrapper .taggd-item-large:before {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.taggd-wrapper .taggd-item-large:after {
  content: ' ';
  background: #000000;
  border-radius: 50%;
  -webkit-animation: pulse2 2s ease-out;
  animation: pulse2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 68px;
  width: 68px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-large i {
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 58px;
    height: 58px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-large i {
    font-size: 29px;
    line-height: 29px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-large:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-large:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 58px;
    width: 58px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large {
    border-width: 5px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .taggd-wrapper .taggd-item-large {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 63px;
    height: 63px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-large i {
    font-size: 31.5px;
    line-height: 31.5px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-large:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-large:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 63px;
    width: 63px;
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large {
    border-width: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-large:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-extra-large {
  cursor: pointer;
  z-index: 1031;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 80px;
  height: 80px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: 10px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large {
    border-width: 5px;
  }
}
.taggd-wrapper .taggd-item-extra-large i {
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large i {
    font-size: 1em;
    line-height: 30px;
  }
}
.taggd-wrapper .taggd-item-extra-large:before {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.taggd-wrapper .taggd-item-extra-large:after {
  content: ' ';
  background: #000000;
  border-radius: 50%;
  -webkit-animation: pulse2 2s ease-out;
  animation: pulse2 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 1;
  opacity: 0;
  height: 80px;
  width: 80px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.taggd-wrapper .taggd-item-extra-large i {
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 70px;
    height: 70px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-extra-large i {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-extra-large:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-extra-large:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 70px;
    width: 70px;
    top: -10px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large {
    border-width: 5px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .taggd-wrapper .taggd-item-extra-large {
    cursor: pointer;
    z-index: 1031;
    border-radius: 50%;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 75px;
    height: 75px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: 10px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .taggd-wrapper .taggd-item-extra-large i {
    font-size: 37.5px;
    line-height: 37.5px;
    display: inline-block;
  }
  .taggd-wrapper .taggd-item-extra-large:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-extra-large:after {
    content: ' ';
    background: #000000;
    border-radius: 50%;
    -webkit-animation: pulse2 2s ease-out;
    animation: pulse2 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    z-index: 1;
    opacity: 0;
    height: 75px;
    width: 75px;
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large {
    border-width: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large i {
    font-size: 1em;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and screen and (max-width: 767px) {
  .taggd-wrapper .taggd-item-extra-large:after {
    top: -5px;
    left: -5px;
    width: 40px;
    height: 40px;
  }
}
.DisqusCommentsComponent #disqus_thread {
  margin-top: 35px;
  margin-bottom: 35px;
}
emoji-popup .wdt-emoji-popup {
  height: auto;
  z-index: 99;
}
emoji-popup .wdt-emoji-popup .wdt-emoji-scroll-wrapper {
  padding-bottom: 0px;
}
emoji-popup .wdt-emoji-popup .wdt-emoji-tab:after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  emoji-popup .wdt-emoji-popup .wdt-emoji-scroll-wrapper {
    height: auto;
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  emoji-popup .wdt-emoji-popup .wdt-emoji-scroll-wrapper {
    height: auto;
    max-height: 300px;
  }
}
.emoji-react-wrapper {
  clear: both;
  color: #000000;
  background-color: #ffffff;
  background-image: none;
}
.emoji-react-wrapper .emoji-react {
  text-align: center;
  background-color: #ffffff;
  display: block;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  padding: 25px 15px;
}
.emoji-react-wrapper .emoji-react .react-header .react-title {
  text-transform: uppercase;
  margin: 0px;
  font-weight: 900;
  font-size: 18px;
  font-family: "Verdana";
  color: #808080;
}
.emoji-react-wrapper .emoji-react .react-header .react-question {
  margin: 50px 0px 30px 0px;
  font-family: "proxima-nova";
  color: #000000;
  font-weight: 900;
  font-size: 24px;
}
.emoji-react-wrapper .emoji-react .react-header .react-default-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 30px 30px 30px;
}
.emoji-react-wrapper .emoji-react .react-header .react-default-icons img {
  width: 56px;
  height: 56px;
}
.emoji-react-wrapper .emoji-react .react-entered-emojis-wrapper .react-entered-emojis-title {
  padding-top: 25px;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: "proxima-nova";
  color: #000000;
}
.emoji-react-wrapper .emoji-react .react-entered-emojis-wrapper .react-entered-emojis-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 30px;
}
.emoji-react-wrapper .emoji-react .react-entered-emojis-wrapper .react-entered-emojis-container .react-entered-emojis {
  width: auto;
  display: inline-block;
}
.emoji-react-wrapper .emoji-react .react-entered-emojis-wrapper .react-entered-emojis-container .react-entered-emojis .emoji-outer {
  width: 56px;
  height: 56px;
}
.emoji-react-wrapper .emoji-react .react-popular-emojis-wrapper {
  margin: 50px -15px 0px -15px;
  padding: 0px 15px;
  border-top: 1px solid #dedede;
}
.emoji-react-wrapper .emoji-react .react-popular-emojis-wrapper .react-popular-emojis-title {
  margin: 16px 0px 12px 0px;
  font-size: 9px;
  font-family: "proxima-nova";
  color: #000000;
}
.emoji-react-wrapper .emoji-react .react-popular-emojis-wrapper .react-popular-emojis-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 10px;
}
.emoji-react-wrapper .emoji-react .react-popular-emojis-wrapper .react-popular-emojis-container .react-popular-emojis {
  width: auto;
  display: inline-block;
}
.emoji-react-wrapper .emoji-react .react-popular-emojis-wrapper .react-popular-emojis-container .react-popular-emojis .emoji-outer {
  width: 32px;
  height: 32px;
}
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper {
  margin: 0px;
  padding-bottom: 0px;
}
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-picked-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px;
}
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-picked-container .emoji-outer {
  width: 56px;
  height: 56px;
}
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-picked-container .fa {
  font-size: 56px;
  color: #EEEEEE;
  width: 56px;
  height: 56px;
}
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-controls .fa {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-size: 56px;
  color: #EEEEEE;
}
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-controls .fa:hover,
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-controls .fa:active,
.emoji-react-wrapper .emoji-react .react-emoji-picker-wrapper .react-emoji-picker-controls .fa:focus {
  color: #d9d9d9;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper {
  margin-top: 20px;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button {
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ffffff;
  background-image: none;
  border: none;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button:hover,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button:focus,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.focus,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button:active,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.active,
.open > .dropdown-toggle.emoji-react-wrapper .emoji-react .react-buttons-wrapper button {
  color: #ffffff;
  background-color: #e6e6e6;
  opacity: 1;
  border: none;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button:active,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.active,
.open > .dropdown-toggle.emoji-react-wrapper .emoji-react .react-buttons-wrapper button {
  background-image: none;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.disabled,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button[disabled],
fieldset[disabled] .emoji-react-wrapper .emoji-react .react-buttons-wrapper button,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.disabled:hover,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button[disabled]:hover,
fieldset[disabled] .emoji-react-wrapper .emoji-react .react-buttons-wrapper button:hover,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.disabled:focus,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button[disabled]:focus,
fieldset[disabled] .emoji-react-wrapper .emoji-react .react-buttons-wrapper button:focus,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.disabled.focus,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button[disabled].focus,
fieldset[disabled] .emoji-react-wrapper .emoji-react .react-buttons-wrapper button.focus,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.disabled:active,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button[disabled]:active,
fieldset[disabled] .emoji-react-wrapper .emoji-react .react-buttons-wrapper button:active,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button.disabled.active,
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button[disabled].active,
fieldset[disabled] .emoji-react-wrapper .emoji-react .react-buttons-wrapper button.active {
  background-color: #ffffff;
  border: none;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper button .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper .react-buttons-cancel {
  background-color: #fb4100;
  background-image: none;
  margin-top: 30px;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper .react-buttons-submit {
  background-color: #73ae00;
  background-image: none;
  margin-top: 30px;
}
.emoji-react-wrapper .emoji-react .react-buttons-wrapper .react-buttons-submit[disabled="disabled"] {
  background-color: #616161;
}
@media (max-width: 767px) {
  .emoji-react-wrapper {
    margin: 0px;
    padding: 30px 24px 30px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .emoji-react-wrapper {
    margin: 0px;
    padding: 30px 24px 30px 24px;
  }
}
@media (min-width: 992px) {
  .emoji-react-wrapper {
    padding: 30px 24px 30px 24px;
  }
}
.masonry-style-wrapper {
  clear: both;
  background-color: #ffffff;
}
.masonry-style-wrapper .masonry-style-header {
  margin: 0px 15px 24px 0px;
}
.masonry-style-wrapper .masonry-style-header .masonry-style-header-title {
  font-family: "Verdana";
  color: #808080;
  font-weight: 900;
  font-size: 30px;
  margin: 0px;
}
.masonry-style-wrapper .masonry-style-header .masonry-style-header-subtitle {
  font-family: "proxima-nova";
  color: #000000;
  font-weight: normal;
  text-align: right;
  font-size: 18px;
  margin: 0px;
}
@-moz-document url-prefix() {
  .masonry-style-wrapper .masonry-style-grid {
    overflow: auto;
  }
}
.masonry-style-wrapper .masonry-style-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: overlay;
}
.masonry-style-wrapper .masonry-style-grid .masonry-row-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.masonry-style-wrapper .masonry-style-grid .masonry-style-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.masonry-style-wrapper .masonry-style-grid .masonry-style-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  outline: none;
  overflow: hidden;
}
.masonry-style-wrapper .masonry-style-grid .masonry-style-item a:hover:after,
.masonry-style-wrapper .masonry-style-grid .masonry-style-item a:active:after,
.masonry-style-wrapper .masonry-style-grid .masonry-style-item a:focus:after {
  opacity: 0.8;
}
.masonry-style-wrapper .masonry-style-grid .masonry-style-item a:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.masonry-style-wrapper .masonry-style-grid .masonry-style-item a img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .masonry-style-wrapper {
    -webkit-box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
.deckgrid {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.deckgrid .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.deckgrid .column:not(last-child) {
  margin: 0px 5px;
}
.deckgrid .column .card {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
  margin: 5px 0px;
}
.deckgrid .column .card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tombstone {
  color: #000000;
  padding: 40px 24px;
  -webkit-box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05), 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  clear: both;
}
.tombstone .tombstone-body .tombstone-body-item {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 19.95px;
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  margin: 0px;
}
.tombstone .tombstone-body .tombstone-body-item * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  margin: unset;
  -webkit-margin-after: unset;
          margin-block-end: unset;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  background-color: inherit;
  line-height: inherit;
}
.tombstone .tombstone-body .tombstone-body-item:not(:last-child) {
  margin-bottom: 30px;
}
.tombstone .tombstone-footer .tombstone-footer-museum {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  font-family: "Verdana";
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #fefefe;
  margin: 0px;
}
.tombstone .tombstone-footer .tombstone-footer-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tombstone {
    margin: 0px;
    padding: 30px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tombstone {
    margin: 0px;
    padding: 30px 24px;
  }
}
@media (max-width: 1200px) {
  .tombstone {
    margin: 0px -15px;
  }
}
@media (min-width: 1200px) {
  .tombstone {
    margin: 0px;
    padding: 30px 24px;
  }
}
.buttons-caption-wrap {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.show-image-caption {
  padding: 15px;
  background-color: #ffffff;
  min-height: 50px;
}
.show-image-caption p {
  margin: 0px;
  font-size: 10px;
}
.show-image-caption.empty {
  display: none;
  background-color: #3f3f3f;
}
.caption-media-color * {
  color: inherit !important;
}
.show-image-background {
  background-color: var(--showImageBackground) !important;
}
.show-image-prev-next-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000;
  font-size: 32px;
}
.show-image-prev-next-buttons.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.show-image-prev-next-buttons .show-image-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 16px 16px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.show-image-prev-next-buttons .show-image-button:nth-child(2) {
  padding: 16px 16px 16px 16px;
}
.scavenger-hunt-clue {
  position: relative;
}
.scavenger-hunt-clue .answer-message .form-control::-webkit-input-placeholder {
  font-family: var(--clueInputPlaceholderFontFamily);
  font-style: var(--clueInputPlaceholderFontStyle);
  font-size: var(--clueInputPlaceholderFontSize);
  font-weight: var(--clueInputPlaceholderFontWeight);
  color: var(--clueInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .form-control::-moz-placeholder {
  font-family: var(--clueInputPlaceholderFontFamily);
  font-style: var(--clueInputPlaceholderFontStyle);
  font-size: var(--clueInputPlaceholderFontSize);
  font-weight: var(--clueInputPlaceholderFontWeight);
  color: var(--clueInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .form-control:-ms-input-placeholder {
  font-family: var(--clueInputPlaceholderFontFamily);
  font-style: var(--clueInputPlaceholderFontStyle);
  font-size: var(--clueInputPlaceholderFontSize);
  font-weight: var(--clueInputPlaceholderFontWeight);
  color: var(--clueInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .form-control::-ms-input-placeholder {
  font-family: var(--clueInputPlaceholderFontFamily);
  font-style: var(--clueInputPlaceholderFontStyle);
  font-size: var(--clueInputPlaceholderFontSize);
  font-weight: var(--clueInputPlaceholderFontWeight);
  color: var(--clueInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .form-control::placeholder {
  font-family: var(--clueInputPlaceholderFontFamily);
  font-style: var(--clueInputPlaceholderFontStyle);
  font-size: var(--clueInputPlaceholderFontSize);
  font-weight: var(--clueInputPlaceholderFontWeight);
  color: var(--clueInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .clue-photo-input::-webkit-input-placeholder {
  font-size: var(--cluePhotoInputPlaceholderFontSize);
  font-weight: var(--cluePhotoInputPlaceholderFontWeight);
  color: var(--cluePhotoInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .clue-photo-input::-moz-placeholder {
  font-size: var(--cluePhotoInputPlaceholderFontSize);
  font-weight: var(--cluePhotoInputPlaceholderFontWeight);
  color: var(--cluePhotoInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .clue-photo-input:-ms-input-placeholder {
  font-size: var(--cluePhotoInputPlaceholderFontSize);
  font-weight: var(--cluePhotoInputPlaceholderFontWeight);
  color: var(--cluePhotoInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .clue-photo-input::-ms-input-placeholder {
  font-size: var(--cluePhotoInputPlaceholderFontSize);
  font-weight: var(--cluePhotoInputPlaceholderFontWeight);
  color: var(--cluePhotoInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .clue-photo-input::placeholder {
  font-size: var(--cluePhotoInputPlaceholderFontSize);
  font-weight: var(--cluePhotoInputPlaceholderFontWeight);
  color: var(--cluePhotoInputPlaceholderColor);
}
.scavenger-hunt-clue .answer-message .icon {
  width: 80px;
}
.scavenger-hunt-clue .answer-message .answer {
  padding: 15px;
  margin: 0;
  font-size: 3.4em;
  line-height: 1.3;
  font-weight: 700;
}
.scavenger-hunt-clue .answer-message .answer.warning {
  font-size: 1.4em;
  background-color: #f2f2f2;
  color: #ffffff;
  padding: 15px;
  margin: 15px 0px 15px 0px;
}
.scavenger-hunt-clue .answer-message .message-text {
  padding: 0px 15px 15px 15px !important;
  text-align: left;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
}
.scavenger-hunt-clue .answer-message .message-text p {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 18px;
  line-height: inherit;
}
.scavenger-hunt-clue .answer-message .message-text ul li {
  font-size: 16px;
  font-weight: 400;
}
.scavenger-hunt-clue .answer-message .button-answers {
  text-transform: uppercase;
}
.scavenger-hunt-clue .answer-message .buttons-actions {
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: var(--bottomNavigationPadding);
  left: 0;
  height: 59px;
  z-index: 200;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scavenger-hunt-clue .answer-message .buttons-actions p {
  display: inherit;
}
.scavenger-hunt-clue .answer-message .buttons-actions i {
  margin-right: 16px;
}
.scavenger-hunt-clue .answer-message .clue-opinion {
  text-align: left;
}
.scavenger-hunt-clue .btn {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  margin-top: 15px;
  display: block;
  width: 100%;
  min-height: 56px;
  height: auto;
  overflow: auto;
  white-space: normal;
  line-height: 1;
}
.scavenger-hunt-clue .scavenger-cluetype-question .btn .clue-answer {
  color: #fbfbfe;
}
.scavenger-hunt-clue .scavenger-cluetype-question .answer-message {
  text-align: center;
}
.scavenger-hunt-clue social-share-button .social-share,
.scavenger-hunt-clue .social-share-button .social-share {
  position: fixed;
  right: 0;
  bottom: 116px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.scavenger-hunt-clue social-share-button .social-share.opened,
.scavenger-hunt-clue .social-share-button .social-share.opened {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.scavenger-hunt-clue social-share-button .social-share.opened .social-buttons .social-list .social-item,
.scavenger-hunt-clue .social-share-button .social-share.opened .social-buttons .social-list .social-item {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.scavenger-hunt-clue social-share-button .social-share .social-buttons .social-list,
.scavenger-hunt-clue .social-share-button .social-share .social-buttons .social-list {
  padding: 0px;
}
.scavenger-hunt-clue social-share-button .social-share .social-buttons .social-list .social-item,
.scavenger-hunt-clue .social-share-button .social-share .social-buttons .social-list .social-item {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  display: inline-block;
}
.scavenger-hunt-clue social-share-button .social-share .social-buttons .social-list .social-item .btn,
.scavenger-hunt-clue .social-share-button .social-share .social-buttons .social-list .social-item .btn {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  min-height: initial;
  margin: 0px;
  overflow: hidden;
}
.scavenger-hunt-clue social-share-button .social-share .social-buttons .social-list .social-item .btn i,
.scavenger-hunt-clue .social-share-button .social-share .social-buttons .social-list .social-item .btn i,
.scavenger-hunt-clue social-share-button .social-share .social-buttons .social-list .social-item .btn .fa,
.scavenger-hunt-clue .social-share-button .social-share .social-buttons .social-list .social-item .btn .fa {
  font-size: 20px;
}
.scavenger-hunt-clue social-share-button .social-share .social-buttons .social-list .social-item:not(:last-child),
.scavenger-hunt-clue .social-share-button .social-share .social-buttons .social-list .social-item:not(:last-child) {
  margin-right: 10px;
}
.scavenger-hunt-progress-wrapper {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .scavenger-hunt-progress-wrapper {
    padding: 0 !important;
  }
}
.scavenger-hunt-progress-wrapper .scavenger-hunt-progress-container {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  border: 1px solid var(--scavengerHuntResetColor);
  padding: 2px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.scavenger-hunt-progress-wrapper .scavenger-hunt-progress-container .scavenger-hunt-progress-bar {
  height: 100%;
  background-color: var(--scavengerHuntResetColor);
}
.scavenger-hunt-progress-wrapper .scavenger-hunt-progress-container .scavenger-hunt-progress-percent {
  position: absolute;
  right: 3px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}
.scavenger-hunt-progress-wrapper .scavenger-hunt-progress-container .scavenger-hunt-progress-percent p {
  font-weight: normal;
  font-size: 15px;
  margin: 0px;
  color: var(--scavengerHuntResetColor);
}
.scavenger-hunt-progress-wrapper .scavenger-hunt-progress-reset-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  background: none;
  border: none;
  color: var(--scavengerHuntResetColor);
  margin-left: 20px;
  font-size: 18px;
}
#native-store-container {
  position: fixed;
  min-height: 56px;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: auto;
  background-color: #000000;
  z-index: 999999;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#native-store-container p {
  padding: 15px;
  font-size: 12px;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  width: auto;
  display: block;
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
}
#native-store-container p a {
  font-weight: 900;
}
#native-store-container button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-color: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#native-store-container button:hover {
  background-color: #333333;
}
#native-store-container button .fa {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  line-height: 56px;
  color: #ffffff;
}
.videojs-video-player-container.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videojs-video-player-container.fullscreen .vjs-video-wrap,
.videojs-video-player-container.fullscreen .video-js {
  position: relative;
  width: 100%;
  height: 100%;
}
.videojs-video-player-container.fullscreen .vjs_video_3-dimensions.vjs-fluid {
  padding: 0;
}
.vjs-video-wrap {
  margin-bottom: 0 !important;
}
.vjs-video-wrap .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  width: auto;
  height: auto;
  border: 0;
  background: none;
}
.vjs-video-wrap .video-js .vjs-big-play-button:before {
  content: '\f144';
  font-size: 64px;
  font-family: 'FontAwesome';
  color: var(--videoPlayerPlayPauseButtonColor);
}
.DynamicHtml .vjs-video-wrap .video-js .vjs-big-play-button:before {
  color: var(--inlineVideoPlayerPlayPauseButtonColor);
}
.nyhs-stop-detail-images-holder .carousel-container .vjs-video-wrap .vjs-icon-placeholder {
  display: none;
}
video-js-player.hide-background .vjs-video-wrap div.video-js {
  background-color: transparent;
}
camera-background video {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
object-viewer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
object-viewer canvas {
  width: 100%;
  height: 100%;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mCSB_container_wrapper > .mCSB_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /* background-image: url(mCSB_buttons.png); css sprites removed as not needed; if needed saola path need to be adjusted */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
.page-stop-code-search {
  margin: 56px 15px 30px 15px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0 rgba(33, 33, 33, 0.4);
          box-shadow: 0px 10px 30px 0 rgba(33, 33, 33, 0.4);
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 16px 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-stop-code-search i {
  color: #000000;
  font-size: 36px;
}
.page-stop-code-search .page-stop-code-search-input-container {
  width: 100%;
}
.page-stop-code-search .page-stop-code-search-input-container .page-stop-code-search-input {
  font-size: 28px;
  width: 100%;
  text-align: center;
  border: none;
  border-bottom: 2px solid black;
  padding: 14px 0;
  outline: none;
}
.page-stop-code-search .page-stop-code-search-input-container .page-stop-code-search-input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.page-stop-code-search .page-stop-code-search-input-container .page-stop-code-search-input::-moz-placeholder {
  color: #9e9e9e;
}
.page-stop-code-search .page-stop-code-search-input-container .page-stop-code-search-input:-ms-input-placeholder {
  color: #9e9e9e;
}
.page-stop-code-search .page-stop-code-search-input-container .page-stop-code-search-input::-ms-input-placeholder {
  color: #9e9e9e;
}
.page-stop-code-search .page-stop-code-search-input-container .page-stop-code-search-input::placeholder {
  color: #9e9e9e;
}
.page-stop-code-search strong p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.page-stop-code-search .page-stop-code-search-goto-button {
  display: inline-block;
  width: auto;
  min-width: 160px;
  max-width: 100%;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  background-color: #000000;
}
.page-stop-code-search .page-stop-code-search-goto-button * {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.page-wrapper .page-cover {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  margin: -25px -15px 12px;
  background-color: #e4e4e4;
}
.page-wrapper .page-cover h1 {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  padding: 12px;
  z-index: 10;
  text-shadow: 0 0 14px #000000;
}
.page-wrapper .page-cover img {
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .page-wrapper .page-cover {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-wrapper > div + div {
    padding-left: 48px;
  }
}
.page-wrapper p {
  font-size: 17px;
  line-height: 1.56;
}
.fullwidth {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .img-fullwidth {
    margin-left: -15px;
    margin-right: -15px;
  }
  .img-fullwidth img {
    width: 100%;
  }
  .img-fullwidth.content-section {
    padding-top: 0;
  }
}
.sponsor-logo {
  margin-bottom: 48px;
}
.sponsor-logo h4 {
  padding-bottom: 12px;
}
.sponsor-logo img {
  display: inline-block;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .sponsor-logo img {
    max-width: 400px;
  }
}
p,
.paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
div.paragraph {
  margin: 40px 0;
}
.social-buttons a.btn {
  width: 64px;
  height: 64px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 50% !important;
}
.social-buttons a.btn + .btn {
  margin-left: 6px;
}
@media all and (max-width: 768px) {
  .social-buttons {
    text-align: center;
  }
}
.social-buttons .btn-fb,
.social-buttons .btn-tw,
.social-buttons .btn-inst,
.social-buttons .btn-pin {
  color: white;
  border-radius: 8px;
}
.social-buttons .btn-fb:hover,
.social-buttons .btn-tw:hover,
.social-buttons .btn-inst:hover,
.social-buttons .btn-pin:hover {
  color: white;
}
.social-buttons .btn-fb {
  background-color: #335397;
}
.social-buttons .btn-tw {
  background-color: #00c7f7;
}
.social-buttons .btn-inst {
  background-color: #3f729b;
}
.social-buttons .btn-pin {
  background-color: #CB2027;
}
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  background: #f3f3f3;
  font-weight: 400;
}
body.ui-state-home {
  min-height: initial;
}
body.ui-state-home p,
body.ui-state-home .paragraph {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.ui-state-home .feature-text-top p,
body.ui-state-home .feature-text-bottom p {
  font-family: inherit;
}
body.ui-state-home h1,
body.ui-state-home h2,
body.ui-state-home h3,
body.ui-state-home h4,
body.ui-state-home h5,
body.ui-state-home h6,
body.ui-state-home a {
  font-family: "proxima-nova", "Montserrat", serif;
  color: #ffffff;
}
body.ui-state-home .home-page.rich-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
body.ui-state-home .home-page.rich-gradient .ui-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  max-width: 960px;
  margin: auto;
}
body.ui-state-home .home-page.rich-gradient .ui-img img {
  width: 100%;
}
body.ui-state-home .home-page.rich-gradient .ui-img:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.rich-gradient .ui-img {
    max-width: none;
    height: 100%;
    display: none;
  }
  body.ui-state-home .home-page.rich-gradient .ui-img img {
    width: 400px;
    margin: 96px auto 0;
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  }
}
body.ui-state-home .home-page.rich-gradient .ui-content {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 48px;
  text-align: center;
  color: white;
  margin-top: -72px;
}
body.ui-state-home .home-page.rich-gradient .ui-content h1 {
  font-size: 42px;
  font-weight: 100;
  padding: 0 6px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
body.ui-state-home .home-page.rich-gradient .ui-content .btn-link {
  margin-top: 12px;
  color: white;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
}
body.ui-state-home .home-page.rich-gradient .ui-content .btn-link i {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.rich-gradient .ui-content {
    top: 40%;
    left: 20%;
    width: 60%;
    text-align: left;
  }
  body.ui-state-home .home-page.rich-gradient .ui-content h1 {
    font-size: 72px;
  }
  body.ui-state-home .home-page.rich-gradient .ui-content h1:before {
    content: ' ';
    width: 10%;
    position: absolute;
    left: -13%;
    top: 60px;
    height: 2px;
    background-color: #333333;
  }
  body.ui-state-home .home-page.rich-gradient .ui-content .btn-link {
    font-size: 16px;
    margin-top: 32px;
  }
}
body.ui-state-home .home-page.rich-gradient .background-blurred {
  opacity: 0.7;
}
body.ui-state-home .home-page.rich-gradient .background-blurred img {
  position: absolute;
  top: -10%;
  left: -10%;
  min-width: 120%;
  min-height: 120%;
  z-index: 0;
  -webkit-filter: blur(10px);
}
body.ui-state-home .home-page.sliced-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
body.ui-state-home .home-page.sliced-image .ui-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  max-width: 960px;
  margin: auto;
}
body.ui-state-home .home-page.sliced-image .ui-img img {
  width: 100%;
  -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 13%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.sliced-image .ui-img {
    max-width: none;
    height: 100%;
    display: none;
  }
  body.ui-state-home .home-page.sliced-image .ui-img img {
    width: 400px;
    margin: 96px auto 0;
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  }
}
body.ui-state-home .home-page.sliced-image .ui-content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 72px;
  text-align: left;
  color: white;
  z-index: 10;
}
body.ui-state-home .home-page.sliced-image .ui-content h1 {
  font-size: 42px;
  font-weight: 100;
  padding: 0 6px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
body.ui-state-home .home-page.sliced-image .ui-content h1:before {
  content: ' ';
  width: 10%;
  position: absolute;
  left: -13%;
  top: 39px;
  height: 2px;
  background-color: #333333;
}
body.ui-state-home .home-page.sliced-image .ui-content .btn-link {
  margin-top: 12px;
  color: white;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
}
body.ui-state-home .home-page.sliced-image .ui-content .btn-link i {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.sliced-image .ui-content {
    top: 40%;
    left: 20%;
    width: 60%;
  }
  body.ui-state-home .home-page.sliced-image .ui-content h1 {
    font-size: 72px;
  }
  body.ui-state-home .home-page.sliced-image .ui-content h1:before {
    top: 60px;
  }
  body.ui-state-home .home-page.sliced-image .ui-content .btn-link {
    font-size: 16px;
    margin-top: 32px;
  }
}
body.ui-state-home .home-page.sliced-image .background-blurred {
  opacity: 0.7;
}
body.ui-state-home .home-page.sliced-image .background-blurred img {
  position: absolute;
  top: -10%;
  left: -10%;
  min-width: 120%;
  min-height: 120%;
  z-index: 0;
  -webkit-filter: blur(10px);
}
body.ui-state-home .home-page.ghost-image,
body.ui-state-home .home-page.no-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
body.ui-state-home .home-page.ghost-image .ui-img,
body.ui-state-home .home-page.no-image .ui-img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: auto;
}
body.ui-state-home .home-page.ghost-image .ui-img img,
body.ui-state-home .home-page.no-image .ui-img img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  opacity: 0.15;
  -webkit-filter: blur(0px);
}
body.ui-state-home .home-page.ghost-image .ui-img:after,
body.ui-state-home .home-page.no-image .ui-img:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.ghost-image .ui-img,
  body.ui-state-home .home-page.no-image .ui-img {
    max-width: none;
    height: 100%;
    display: none;
  }
  body.ui-state-home .home-page.ghost-image .ui-img img,
  body.ui-state-home .home-page.no-image .ui-img img {
    width: 400px;
    margin: 96px auto 0;
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.5);
  }
}
body.ui-state-home .home-page.ghost-image .ui-content,
body.ui-state-home .home-page.no-image .ui-content {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 47%;
  text-align: center;
  color: white;
  margin-top: -72px;
}
body.ui-state-home .home-page.ghost-image .ui-content h1,
body.ui-state-home .home-page.no-image .ui-content h1 {
  font-weight: 100;
  padding: 0 6px;
  font-size: 42px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
body.ui-state-home .home-page.ghost-image .ui-content h1:after,
body.ui-state-home .home-page.no-image .ui-content h1:after {
  content: ' ';
  margin: auto;
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 24px auto 18px;
}
body.ui-state-home .home-page.ghost-image .ui-content .btn-link,
body.ui-state-home .home-page.no-image .ui-content .btn-link {
  margin-top: 12px;
  color: white;
  padding: 12px 18px;
  border-radius: 36px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
}
body.ui-state-home .home-page.ghost-image .ui-content .btn-link i,
body.ui-state-home .home-page.no-image .ui-content .btn-link i {
  position: fixed;
  margin-left: -21px;
  left: 50%;
  bottom: 18px;
  width: 42px;
  height: 42px;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 13px;
  padding-left: 2px;
  color: white;
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.ghost-image .ui-content,
  body.ui-state-home .home-page.no-image .ui-content {
    top: 40%;
    left: 20%;
    width: 60%;
    text-align: center;
  }
  body.ui-state-home .home-page.ghost-image .ui-content h1,
  body.ui-state-home .home-page.no-image .ui-content h1 {
    font-size: 72px;
    font-weight: 700;
  }
  body.ui-state-home .home-page.ghost-image .ui-content h1:after,
  body.ui-state-home .home-page.no-image .ui-content h1:after {
    height: 3px;
    background-color: #fff;
    width: 120px;
    margin-top: 36px;
  }
  body.ui-state-home .home-page.ghost-image .ui-content .btn-link,
  body.ui-state-home .home-page.no-image .ui-content .btn-link {
    font-size: 16px;
    margin-top: 32px;
    padding: 15px 21px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
body.ui-state-home .home-page.ghost-image .background-blurred,
body.ui-state-home .home-page.no-image .background-blurred {
  opacity: 0.7;
}
body.ui-state-home .home-page.ghost-image .background-blurred img,
body.ui-state-home .home-page.no-image .background-blurred img {
  position: absolute;
  top: -10%;
  left: -10%;
  min-width: 120%;
  min-height: 120%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-page.ghost-image .background-blurred,
  body.ui-state-home .home-page.no-image .background-blurred {
    opacity: 0.25;
  }
}
.loading-spinner-background {
  z-index: 999999999999999999999999999999999999;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  background-color: #000000;
}
.loading-spinner-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.loading-progress {
  visibility: hidden;
  width: 200px;
  margin-top: 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.loading-progress .title {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}
.loading-progress .progress {
  height: 22px;
  border-radius: 4px;
  overflow: hidden;
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loading-progress .progress .progress-bar {
  background-color: #000000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
}
body.ui-state-home {
  background-color: #000000;
}
body.ui-state-home .home-legacy {
  text-align: center;
}
body.ui-state-home .home-legacy h1 {
  padding: 6px;
}
@media screen and (max-width: 768px) {
  body.ui-state-home .home-legacy h1 {
    padding: 12px;
  }
}
body.ui-state-home .home-legacy img {
  display: inline-block !important;
  margin-top: 24px;
}
body.ui-state-home .home-legacy a {
  display: block;
  color: white;
  text-shadow: 0px 3px 2px #000000;
}
body.ui-state-home .home-legacy a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body.ui-state-home .home-legacy {
    padding: 32px 64px;
  }
}
body.ui-state-home .home-legacy .arrow {
  display: inline-block;
  background-color: #f0ad4e;
  position: relative;
  width: 40px;
  top: -2px;
  line-height: 24px;
  border-radius: 50% !important;
  text-align: center;
  padding: 8px;
  font-size: 24px;
}
body.ui-state-home .home-legacy .arrow i {
  margin-left: 3px;
}
body.ui-state-home {
  height: 100%;
  overflow: hidden;
}
body.ui-state-home .navbar {
  position: absolute;
}
.home-page-background-pattern {
  position: absolute;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-page-background-pattern.dotted-background {
  background-image: url('/front/images/front/pattern-one-dot.gif');
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
}
.home-page-background-image {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-page-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home-page-navigation-switch {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-page-navigation-switch {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10400;
    width: 30px;
    height: 30px;
    font-size: 3em;
    line-height: 30px;
    color: #000000;
  }
  .home-page-navigation-switch .icon-menu-close {
    display: none;
  }
  .home-page-navigation-switch.active .icon-menu {
    display: none;
  }
  .home-page-navigation-switch.active .icon-menu-close {
    display: block;
  }
}
.home-page-logo {
  display: none;
}
.home-page-logo img {
  max-height: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-page-navigation {
    width: 100% !important;
    height: 100%;
    background: #ffffff;
    z-index: 10200 !important;
    top: 0;
    left: 0;
    border: 0;
    text-align: center !important;
    padding: 70px 20px 0px 20px !important;
    overflow: hidden;
    max-height: 1px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .home-page-navigation.show-navigation {
    max-height: 100%;
  }
}
.home-page-navigation a {
  display: block;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .home-page-navigation a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .home-page-navigation a {
    margin-bottom: 13px;
    font-size: 1.3em;
  }
}
.home-page-navigation a span {
  display: inline-block;
  padding: 7px 10px;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .home-page-navigation a span {
    padding: 15px 0;
    display: block;
    text-transform: uppercase;
    background: none;
  }
}
.home-page-navigation a:hover span {
  opacity: .6;
}
.home-page-navigation a:hover.logo {
  opacity: 1;
}
.home-page-navigation a.logo {
  max-width: 200px;
}
.home-page-navigation a.logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.home-page-navigation a.logo:hover span {
  opacity: 1;
}
.home-page-headline-holder {
  z-index: 1050;
}
.home-page-headline-button {
  position: relative;
  display: inline-block;
  font-size: 6em;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1060;
  border: 14px solid #ffffff;
  width: auto;
  height: auto;
  padding: 10px 20px;
}
@media screen and (max-width: 1199px) {
  .home-page-headline-button {
    font-size: 4em;
  }
}
@media screen and (max-width: 991px) {
  .home-page-headline-button {
    font-size: 3em;
    border-width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .home-page-headline-button {
    font-size: 2em;
    border-width: 6px;
    width: 86%;
  }
}
.home-page-headline-button:hover {
  opacity: .8;
  text-decoration: none;
  color: #ffffff;
}
.home-page-headline-button.filled {
  color: #000000;
  background: #ffffff;
  z-index: 1060;
  border: 10px solid #ffffff;
}
.home-page-headline-button.filled:hover {
  color: #000000;
}
.home-page-social {
  position: absolute;
  z-index: 1060;
}
@media screen and (max-width: 767px) {
  .home-page-social {
    bottom: 10px !important;
    left: 0px !important;
    text-align: center;
    width: 100%;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .home-page-social.hide-social {
    opacity: 0;
  }
}
.home-page-social a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8em;
  padding: 5px 15px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .home-page-social a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .home-page-social a {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.home-page-social a span {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-page-social a span.text {
    display: none !important;
  }
  .home-page-social a span.fa,
  .home-page-social a span.icon {
    margin: 0 10px !important;
  }
}
.home-page-social a:hover {
  opacity: .8;
}
.home-page-social.with-icon a {
  padding: 0 !important;
  background: none !important;
}
.home-page-social.with-icon a .fa,
.home-page-social.with-icon a .icon {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .home-page-social.with-text a {
    display: inline-block !important;
  }
}
.home-page-social.with-text a .text {
  display: inline-block;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .home-page-social.with-text a .fa,
  .home-page-social.with-text a .icon {
    display: inline-block !important;
    color: #ffffff;
    font-size: 1.1em;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    float: left;
  }
}
.home-page-social.with-icon.with-text a {
  margin-left: 20px;
  color: #ffffff;
}
.home-page-social.with-icon-background a {
  margin-left: 10px;
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .home-page-social.with-icon-background a {
    background: none !important;
  }
}
.home-page-social.with-icon-background a .fa,
.home-page-social.with-icon-background a .icon {
  background: #ffffff;
  color: #000000;
}
.home-page-thin-padding {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.home-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  padding: 80px 32px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-page.advanced .feature-text-bottom {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.home-page.advanced .feature-text-top {
  margin-bottom: 0px !important;
  margin-top: 24px !important;
}
.home-page .home-page-background-image {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .home-page-logo-holder {
  z-index: 9999;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.home-page .home-page-logo-holder p,
.home-page .home-page-logo-holder .paragraph {
  font-size: inherit;
  font-weight: inherit;
}
.home-page .home-page-logo-holder .home-page-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.home-page .home-page-logo-holder .home-page-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .home-page-button-holder {
  text-align: center;
  z-index: 1;
}
.home-page .home-page-button-holder .indicator-icon-text {
  font-size: 16px;
}
.home-page .home-page-button-holder .home-page-button {
  padding: 16px 32px;
  border-radius: 27px;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
}
.home-page .home-page-button-holder .home-page-link-holder {
  text-decoration: none;
}
.home-page .home-page-button-holder .home-page-link-holder .home-page-image-button {
  width: 48px;
  height: 48px;
}
.home-page .home-page-button-holder .home-page-link-holder .home-page-image-button p {
  margin-top: 21px;
}
.home-page .home-page-button-holder .home-page-link-holder .home-page-icon-button {
  font-size: 48px;
  line-height: 1;
}
.home-page .without-divider {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.home-page .home-page-navigation-buttons-0 {
  position: relative;
  right: 0px;
  width: 100%;
  z-index: 1060;
  text-align: left;
}
.home-page .home-page-navigation-buttons-0 .home-page-navigation-buttons-item {
  display: block;
  color: #000000;
  padding: 8px 32px;
  margin-top: 16px;
  font-weight: 700;
  background-color: #ffffff;
  border-style: solid;
  border-color: transparent;
  text-align: center;
}
.home-page .home-page-navigation-buttons-0 .home-page-navigation-buttons-item div {
  margin-bottom: 0px;
}
.home-page .home-page-navigation-buttons-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-4-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    padding: 10px;
  }
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #2196f3;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.19), 0px 3px 3px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.19), 0px 3px 3px 0 rgba(0, 0, 0, 0.23);
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img > * {
  position: relative;
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img:hover,
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img:focus {
  background-color: #5760ff;
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img:after,
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item img:focus:after {
  visibility: visible;
}
.home-page .home-page-navigation-buttons-1 .home-page-navigation-buttons-item div {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.89;
  text-align: center;
  color: #feffff;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.19), 0px 3px 3px rgba(0, 0, 0, 0.23);
}
.home-page .home-page-navigation-buttons-2 {
  position: relative;
  right: 0px;
  width: 100%;
  padding: 8px 0px;
  z-index: 1060;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home-page .home-page-navigation-buttons-2 {
    background: none;
    padding-top: 60px !important;
  }
  .home-page .home-page-navigation-buttons-2.show-navigation {
    padding-bottom: 20px !important;
  }
}
.home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item:not(:first-child) {
  border-top: 0px solid transparent !important;
}
.home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item {
  display: block;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
  margin: 5px 0 0 0;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item {
    background: none;
    color: #ffffff;
    margin: 0;
  }
}
.home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item.logo {
  margin: 0;
  padding: 10px 50px 20px 13px;
  border-bottom: 1px solid #ffffff;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item.logo {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item.logo {
    display: none;
  }
}
.home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item span {
  background: none;
}
@media screen and (max-width: 767px) {
  .home-page .home-page-navigation-buttons-2 .home-page-navigation-buttons-item span {
    padding: 15px 0;
    display: block;
  }
}
body.ui-state-connect .ancillary-page .ui-image {
  position: relative;
  margin: -24px -27px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  body.ui-state-connect .ancillary-page .ui-image {
    position: relative;
    margin: 0 -15px 16px;
  }
  body.ui-state-connect .ancillary-page .ui-image img {
    width: 100%;
  }
}
body.ui-state-connect .ancillary-page .extra-text {
  margin-top: 30px;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control {
  margin-bottom: 17px;
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
  color: #616161;
  background-color: transparent;
  background-image: none;
  border: none;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  border-bottom: 1px solid #428bca;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control::-webkit-input-placeholder {
  color: #428bca;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control::-moz-placeholder {
  color: #428bca;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:-ms-input-placeholder {
  color: #428bca;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control::-ms-input-placeholder {
  color: #428bca;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control::placeholder {
  color: #428bca;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:hover,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:focus,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.focus,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:active,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.active,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control {
  color: #616161;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
  border: none;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:active,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.active,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control {
  background-image: none;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.disabled,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control[disabled],
fieldset[disabled] body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.disabled:hover,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control[disabled]:hover,
fieldset[disabled] body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:hover,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.disabled:focus,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control[disabled]:focus,
fieldset[disabled] body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:focus,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.disabled.focus,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control[disabled].focus,
fieldset[disabled] body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.focus,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.disabled:active,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control[disabled]:active,
fieldset[disabled] body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:active,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.disabled.active,
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control[disabled].active,
fieldset[disabled] body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control.active {
  background-color: transparent;
  border: none;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control .badge {
  color: transparent;
  background-color: #616161;
}
body.ui-state-connect .ancillary-page .subscribe-form .form-group input.form-control:focus {
  border-bottom: 1px solid #428bca;
}
body.ui-state-connect .ancillary-page .subscribe-form button.btn-success {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 24px 0px 15px 0px;
  letter-spacing: 1px;
  overflow: hidden;
}
body.ui-state-connect .ancillary-page .subscribe-form .text-danger {
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  body.ui-state-connect .ancillary-page {
    background-color: white;
    -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
            box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  }
}
@media screen and (max-width: 768px) {
  body.ui-state-connect .ancillary-page {
    margin: auto -15px;
    padding: 0;
  }
}
body.ui-state-connect .ancillary-page .connect-social-wrapper {
  margin-top: 56px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ui-state-connect .ancillary-page .connect-social-wrapper .connect-social-wrapper-title {
  margin-bottom: 24px;
}
body.ui-state-connect .ancillary-page .connect-social-wrapper .connect-social-wrapper-title h3 {
  font-family: "proxima-nova";
  color: #000000;
  font-weight: 900;
  font-size: 12px;
  margin: 0px;
  text-align: center;
}
body.ui-state-connect .ancillary-page .connect-social-wrapper .connect-social-buttons .social-button-container:nth-child(odd) {
  padding-right: 12px;
}
body.ui-state-connect .ancillary-page .connect-social-wrapper .connect-social-buttons .social-button-container:nth-child(even) {
  padding-left: 12px;
}
body.ui-state-connect .ancillary-page .connect-social-wrapper .connect-social-buttons .social-button-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1%;
      -ms-flex: 1%;
          flex: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 24px;
}
body.ui-state-connect .ancillary-page .connect-social-wrapper .connect-social-buttons .social-button-container a .fa {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  body.ui-state-connect .ancillary-page .connect-social-wrapper {
    padding: 30px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons-title h3 {
  font-family: "proxima-nova";
  color: #000000;
  font-weight: 900;
  font-size: 12px;
  margin: 0px;
  text-align: center;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons {
  border: 4px solid #cccccc;
  -o-border-image: none;
     border-image: none;
  border-image-slice: 1;
  margin-top: 20px;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn {
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
  color: #ffffff;
  background-color: #cccccc;
  background-image: #cccccc;
  border: none;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:hover,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:focus,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.focus,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:active,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.active,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn {
  color: #ffffff;
  background-color: #b3b3b3;
  opacity: 1;
  border: none;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:active,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.active,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn {
  background-image: none;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.disabled,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn[disabled],
fieldset[disabled] body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.disabled:hover,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn[disabled]:hover,
fieldset[disabled] body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:hover,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.disabled:focus,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn[disabled]:focus,
fieldset[disabled] body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:focus,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.disabled.focus,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn[disabled].focus,
fieldset[disabled] body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.focus,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.disabled:active,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn[disabled]:active,
fieldset[disabled] body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn:active,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.disabled.active,
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn[disabled].active,
fieldset[disabled] body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn.active {
  background-color: #cccccc;
  border: none;
}
body.ui-state-connect .ancillary-page .connect-buttons-wrapper .connect-buttons .btn .badge {
  color: #cccccc;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body.ui-state-connect .ancillary-page .connect-buttons-wrapper li {
    margin-bottom: 10px;
  }
}
body.ui-state-connect .ancillary-page .btn,
body.ui-state-connect .ancillary-page a[type="button"] {
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  color: #ffffff;
  background-color: #cccccc;
  background-image: #cccccc;
  border: none;
  text-decoration: none;
  margin: 30px 0px 15px 0px;
}
body.ui-state-connect .ancillary-page .btn:hover,
body.ui-state-connect .ancillary-page a[type="button"]:hover,
body.ui-state-connect .ancillary-page .btn:focus,
body.ui-state-connect .ancillary-page a[type="button"]:focus,
body.ui-state-connect .ancillary-page .btn.focus,
body.ui-state-connect .ancillary-page a[type="button"].focus,
body.ui-state-connect .ancillary-page .btn:active,
body.ui-state-connect .ancillary-page a[type="button"]:active,
body.ui-state-connect .ancillary-page .btn.active,
body.ui-state-connect .ancillary-page a[type="button"].active,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page .btn,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page a[type="button"] {
  color: #ffffff;
  background-color: #b3b3b3;
  opacity: 1;
  border: none;
}
body.ui-state-connect .ancillary-page .btn:active,
body.ui-state-connect .ancillary-page a[type="button"]:active,
body.ui-state-connect .ancillary-page .btn.active,
body.ui-state-connect .ancillary-page a[type="button"].active,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page .btn,
.open > .dropdown-togglebody.ui-state-connect .ancillary-page a[type="button"] {
  background-image: none;
}
body.ui-state-connect .ancillary-page .btn.disabled,
body.ui-state-connect .ancillary-page a[type="button"].disabled,
body.ui-state-connect .ancillary-page .btn[disabled],
body.ui-state-connect .ancillary-page a[type="button"][disabled],
fieldset[disabled] body.ui-state-connect .ancillary-page .btn,
fieldset[disabled] body.ui-state-connect .ancillary-page a[type="button"],
body.ui-state-connect .ancillary-page .btn.disabled:hover,
body.ui-state-connect .ancillary-page a[type="button"].disabled:hover,
body.ui-state-connect .ancillary-page .btn[disabled]:hover,
body.ui-state-connect .ancillary-page a[type="button"][disabled]:hover,
fieldset[disabled] body.ui-state-connect .ancillary-page .btn:hover,
fieldset[disabled] body.ui-state-connect .ancillary-page a[type="button"]:hover,
body.ui-state-connect .ancillary-page .btn.disabled:focus,
body.ui-state-connect .ancillary-page a[type="button"].disabled:focus,
body.ui-state-connect .ancillary-page .btn[disabled]:focus,
body.ui-state-connect .ancillary-page a[type="button"][disabled]:focus,
fieldset[disabled] body.ui-state-connect .ancillary-page .btn:focus,
fieldset[disabled] body.ui-state-connect .ancillary-page a[type="button"]:focus,
body.ui-state-connect .ancillary-page .btn.disabled.focus,
body.ui-state-connect .ancillary-page a[type="button"].disabled.focus,
body.ui-state-connect .ancillary-page .btn[disabled].focus,
body.ui-state-connect .ancillary-page a[type="button"][disabled].focus,
fieldset[disabled] body.ui-state-connect .ancillary-page .btn.focus,
fieldset[disabled] body.ui-state-connect .ancillary-page a[type="button"].focus,
body.ui-state-connect .ancillary-page .btn.disabled:active,
body.ui-state-connect .ancillary-page a[type="button"].disabled:active,
body.ui-state-connect .ancillary-page .btn[disabled]:active,
body.ui-state-connect .ancillary-page a[type="button"][disabled]:active,
fieldset[disabled] body.ui-state-connect .ancillary-page .btn:active,
fieldset[disabled] body.ui-state-connect .ancillary-page a[type="button"]:active,
body.ui-state-connect .ancillary-page .btn.disabled.active,
body.ui-state-connect .ancillary-page a[type="button"].disabled.active,
body.ui-state-connect .ancillary-page .btn[disabled].active,
body.ui-state-connect .ancillary-page a[type="button"][disabled].active,
fieldset[disabled] body.ui-state-connect .ancillary-page .btn.active,
fieldset[disabled] body.ui-state-connect .ancillary-page a[type="button"].active {
  background-color: #cccccc;
  border: none;
}
body.ui-state-connect .ancillary-page .btn .badge,
body.ui-state-connect .ancillary-page a[type="button"] .badge {
  color: #cccccc;
  background-color: #ffffff;
}
.ancillary-page.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - var(--bottomNavigationPadding));
}
.ancillary-page.about .ancillary-content {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.ui-state-showImage {
  background-color: #ffffff;
}
body .app-page-wrap > [ui-view].top-margin {
  margin-top: 56px;
}
body .app-page-wrap > [ui-view].ng-enter {
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}
body.ui-state-showImage .app-page-wrap > [ui-view].ng-enter {
  -webkit-animation: zoomIn 200ms;
  animation: zoomIn 200ms;
}
[ui-view].stop.ng-enter {
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
}
@-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;
}
.search-result-page {
  margin: 0 -15px;
}
.stop-subtitle-config h3 {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  word-break: break-word;
  white-space: normal;
}
body.stop-body-background {
  background-image: var(--stopPageBackgroundGradient);
  background-color: var(--stopPageBackgroundColor);
  background-size: var(--stopPageBackgroundSize);
}
.stop-title-config h2 {
  font-family: "Verdana";
  font-weight: 900;
  font-size: 30px;
  line-height: 22.5px;
  color: #808080;
  word-break: break-word;
  white-space: normal;
}
body.ui-state-stopDetails,
body.ui-state-pushedStopDetails,
body.ui-state-stopDetailsObsolete,
body.ui-state-eventDetails {
  overflow-x: hidden;
  font-size: 10px;
}
body.ui-state-stopDetails .sub-menu,
body.ui-state-pushedStopDetails .sub-menu,
body.ui-state-stopDetailsObsolete .sub-menu,
body.ui-state-eventDetails .sub-menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.ui-state-stopDetails .stop,
  body.ui-state-pushedStopDetails .stop,
  body.ui-state-stopDetailsObsolete .stop,
  body.ui-state-eventDetails .stop {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.ui-state-stopDetails .stop,
  body.ui-state-pushedStopDetails .stop,
  body.ui-state-stopDetailsObsolete .stop,
  body.ui-state-eventDetails .stop {
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  body.ui-state-stopDetails .stop,
  body.ui-state-pushedStopDetails .stop,
  body.ui-state-stopDetailsObsolete .stop,
  body.ui-state-eventDetails .stop {
    padding-top: 56px;
  }
}
body.ui-state-stopDetails .stop-details,
body.ui-state-pushedStopDetails .stop-details,
body.ui-state-stopDetailsObsolete .stop-details,
body.ui-state-eventDetails .stop-details {
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  color: #000000;
}
body.ui-state-stopDetails .stop-details .DynamicHtml p,
body.ui-state-pushedStopDetails .stop-details .DynamicHtml p,
body.ui-state-stopDetailsObsolete .stop-details .DynamicHtml p,
body.ui-state-eventDetails .stop-details .DynamicHtml p {
  font-family: inherit;
}
body.ui-state-stopDetails .stop-details p,
body.ui-state-pushedStopDetails .stop-details p,
body.ui-state-stopDetailsObsolete .stop-details p,
body.ui-state-eventDetails .stop-details p {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.ui-state-stopDetails .stop-details .nyhs-stop-detail-images-holder .carousel-container .mobile-guide .item-text,
body.ui-state-pushedStopDetails .stop-details .nyhs-stop-detail-images-holder .carousel-container .mobile-guide .item-text,
body.ui-state-stopDetailsObsolete .stop-details .nyhs-stop-detail-images-holder .carousel-container .mobile-guide .item-text,
body.ui-state-eventDetails .stop-details .nyhs-stop-detail-images-holder .carousel-container .mobile-guide .item-text {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.ui-state-stopDetails .stop-details .form-document-text p,
body.ui-state-pushedStopDetails .stop-details .form-document-text p,
body.ui-state-stopDetailsObsolete .stop-details .form-document-text p,
body.ui-state-eventDetails .stop-details .form-document-text p {
  font-family: inherit;
  font-size: 12px;
  color: #000000;
}
body.ui-state-stopDetails .stop-details h2,
body.ui-state-pushedStopDetails .stop-details h2,
body.ui-state-stopDetailsObsolete .stop-details h2,
body.ui-state-eventDetails .stop-details h2,
body.ui-state-stopDetails .stop-details h2,
body.ui-state-pushedStopDetails .stop-details h2,
body.ui-state-stopDetailsObsolete .stop-details h2,
body.ui-state-eventDetails .stop-details h2,
body.ui-state-stopDetails .stop-details h3,
body.ui-state-pushedStopDetails .stop-details h3,
body.ui-state-stopDetailsObsolete .stop-details h3,
body.ui-state-eventDetails .stop-details h3,
body.ui-state-stopDetails .stop-details h4,
body.ui-state-pushedStopDetails .stop-details h4,
body.ui-state-stopDetailsObsolete .stop-details h4,
body.ui-state-eventDetails .stop-details h4,
body.ui-state-stopDetails .stop-details h5,
body.ui-state-pushedStopDetails .stop-details h5,
body.ui-state-stopDetailsObsolete .stop-details h5,
body.ui-state-eventDetails .stop-details h5,
body.ui-state-stopDetails .stop-details h6,
body.ui-state-pushedStopDetails .stop-details h6,
body.ui-state-stopDetailsObsolete .stop-details h6,
body.ui-state-eventDetails .stop-details h6 {
  font-family: "Verdana", "proxima-nova", "Montserrat", serif;
  color: #808080;
}
body.ui-state-stopDetails .stop-details.detail-page,
body.ui-state-pushedStopDetails .stop-details.detail-page,
body.ui-state-stopDetailsObsolete .stop-details.detail-page,
body.ui-state-eventDetails .stop-details.detail-page {
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  body.ui-state-stopDetails .stop-details.detail-page,
  body.ui-state-pushedStopDetails .stop-details.detail-page,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page,
  body.ui-state-eventDetails .stop-details.detail-page {
    padding: 0;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .empty-image-overlay,
body.ui-state-pushedStopDetails .stop-details.detail-page .empty-image-overlay,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .empty-image-overlay,
body.ui-state-eventDetails .stop-details.detail-page .empty-image-overlay {
  -webkit-box-shadow: inset 0px -10px 30px 0 rgba(33, 33, 33, 0.4);
          box-shadow: inset 0px -10px 30px 0 rgba(33, 33, 33, 0.4);
  background-color: var(--audioPlayerPlayPauseButtonColor);
  height: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.ui-state-stopDetails .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg path,
body.ui-state-pushedStopDetails .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg path,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg path,
body.ui-state-eventDetails .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg path,
body.ui-state-stopDetails .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg rect,
body.ui-state-pushedStopDetails .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg rect,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg rect,
body.ui-state-eventDetails .stop-details.detail-page .empty-image-overlay .empty-image-overlay-svg-container svg rect {
  fill: #ffffff;
}
body.ui-state-stopDetails .stop-details.detail-page .taggd-wrapper,
body.ui-state-pushedStopDetails .stop-details.detail-page .taggd-wrapper,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .taggd-wrapper,
body.ui-state-eventDetails .stop-details.detail-page .taggd-wrapper {
  height: auto !important;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-picture,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-picture,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-picture,
body.ui-state-eventDetails .stop-details.detail-page .stop-picture {
  background-color: transparent;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content,
body.ui-state-eventDetails .stop-details.detail-page .stop-content {
  margin: 0 auto;
  padding: 40px 24px;
  float: unset !important;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-topinfo,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-topinfo,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-topinfo,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-topinfo {
  padding: 0px 0px 24px 0px;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header {
  padding: 0 0 24px 0;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .titles:first-child:not(:last-child),
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .titles:first-child:not(:last-child),
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .titles:first-child:not(:last-child),
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .titles:first-child:not(:last-child) {
  padding-bottom: 8px;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .titles p,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .titles p,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .titles p,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .titles p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3 {
  line-height: normal;
  font-size: 2.6em;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3 {
    font-size: 2em;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3 *,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3 *,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3 *,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle h3 * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .stop-title h2,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .stop-title h2,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-title h2,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-title h2 {
  margin: 0;
  font-size: 3.4em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .stop-title h2,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .stop-title h2,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-title h2,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-title h2 {
    font-size: 2.8em;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-header .stop-name:before,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-header .stop-name:before,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-name:before,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-name:before {
  display: none;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text {
  padding: 0;
  font-size: 16px;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text.message-text,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text.message-text,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text.message-text,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text.message-text {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text.message-text p,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text.message-text p,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text.message-text p,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text.message-text p {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 18px;
  line-height: inherit;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text p,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text p,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text p,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.6;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin: inherit;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text p > p,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text p > p,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text p > p,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text p > p,
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text p > ul li,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text p > ul li,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text p > ul li,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text p > ul li {
  font-size: inherit;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text ul li,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text ul li,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text ul li,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text ul li {
  font-size: inherit;
  font-weight: 400;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-text img,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-text img,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-text img,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-text img {
  width: 100%;
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-audio,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-audio,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-audio,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-audio,
body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-video,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-video,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-video,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-video {
  padding: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-audio,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-audio,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-audio,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-audio,
  body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-video,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-video,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-video,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-video {
    padding: 0;
  }
  body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-audio audio,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-audio audio,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-audio audio,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-audio audio,
  body.ui-state-stopDetails .stop-details.detail-page .stop-content .stop-video audio,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content .stop-video audio,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-video audio,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-video audio {
    width: 100%;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .stop-content.col-md-7,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content.col-md-7,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content.col-md-7,
body.ui-state-eventDetails .stop-details.detail-page .stop-content.col-md-7 {
  padding-right: 40px;
  float: left;
}
@media screen and (max-width: 991px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-content.col-md-7,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-content.col-md-7,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content.col-md-7,
  body.ui-state-eventDetails .stop-details.detail-page .stop-content.col-md-7 {
    float: none;
    padding-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-gallery,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-gallery,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-gallery,
  body.ui-state-eventDetails .stop-details.detail-page .stop-gallery {
    float: right;
    padding: 15px;
    background: none;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .stop-additional-actions,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-additional-actions,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-additional-actions,
body.ui-state-eventDetails .stop-details.detail-page .stop-additional-actions {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-additional-actions,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-additional-actions,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-additional-actions,
  body.ui-state-eventDetails .stop-details.detail-page .stop-additional-actions {
    margin-top: 45px;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn,
body.ui-state-eventDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body.ui-state-stopDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn,
  body.ui-state-pushedStopDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn,
  body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn,
  body.ui-state-eventDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn {
    margin-top: 40px;
    width: 100%;
    display: block;
    white-space: normal;
    padding-left: 30px;
  }
}
body.ui-state-stopDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn i,
body.ui-state-pushedStopDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn i,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn i,
body.ui-state-eventDetails .stop-details.detail-page .stop-additional-actions .go-back .go-back-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page {
  padding-bottom: 71px;
  min-height: 100vh;
  background-color: transparent;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture {
  position: relative;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue {
  position: absolute;
  bottom: -20px;
  right: 15px;
  z-index: 100;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button {
  border-radius: 50%;
  overflow: hidden;
  text-shadow: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  padding: 0px;
  outline: none;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > *,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > *,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > *,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > * {
  position: relative;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:hover,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:hover,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:hover,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:hover,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus {
  background-color: #5760ff;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(:active):after,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(:active):after,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(:active):after,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:after,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:after,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:after,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:after,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus:after,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus:after,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus:after,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:focus:after {
  visibility: visible;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button i,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button i,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button i,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button i {
  margin-bottom: 0;
  height: 22px;
  font-size: 22px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save {
  position: absolute;
  bottom: -20px;
  right: 15px;
  z-index: 100;
  right: 70px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button {
  border-radius: 50%;
  overflow: hidden;
  text-shadow: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  padding: 0px;
  outline: none;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > *,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > *,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > *,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > * {
  position: relative;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:hover,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:hover,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:hover,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:hover,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus {
  background-color: #5760ff;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(:active):after,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(:active):after,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(:active):after,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:after,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:after,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:after,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:after,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus:after,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus:after,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus:after,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:focus:after {
  visibility: visible;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button i,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button i,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button i,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button i {
  margin-bottom: 0;
  height: 22px;
  font-size: 22px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .scavenger-completed,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed.margin-bottom,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed.margin-bottom,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .scavenger-completed.margin-bottom,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed.margin-bottom {
  margin-bottom: 18px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed p,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed p,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .scavenger-completed p,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed p {
  margin: 0;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed i,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed i,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .scavenger-completed i,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .scavenger-completed i {
  padding-right: 8px;
  font-size: 24px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-topinfo,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-topinfo,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-topinfo,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-topinfo {
  padding: 9px 0px 24px 0px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-content .stop-header,
body.ui-state-pushedStopDetails .stop-details.detail-page.scavenger-hunt-page .stop-content .stop-header,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-content .stop-header,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-content .stop-header {
  padding: 0 0 24px 0;
}
body.ui-state-stopDetails .stop-details.detail-page.navigation-margin,
body.ui-state-pushedStopDetails .stop-details.detail-page.navigation-margin,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.navigation-margin,
body.ui-state-eventDetails .stop-details.detail-page.navigation-margin {
  margin-bottom: 46px;
}
body.ui-state-stopDetails .stop-details .stop-picture,
body.ui-state-pushedStopDetails .stop-details .stop-picture,
body.ui-state-stopDetailsObsolete .stop-details .stop-picture,
body.ui-state-eventDetails .stop-details .stop-picture {
  text-align: center;
  background-color: #161616;
}
body.ui-state-stopDetails .stop-details .stop-picture .stop-picture-holder,
body.ui-state-pushedStopDetails .stop-details .stop-picture .stop-picture-holder,
body.ui-state-stopDetailsObsolete .stop-details .stop-picture .stop-picture-holder,
body.ui-state-eventDetails .stop-details .stop-picture .stop-picture-holder {
  padding: 40px;
}
body.ui-state-stopDetails .stop-details .stop-picture .item-caption,
body.ui-state-pushedStopDetails .stop-details .stop-picture .item-caption,
body.ui-state-stopDetailsObsolete .stop-details .stop-picture .item-caption,
body.ui-state-eventDetails .stop-details .stop-picture .item-caption {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 24px;
}
@media (max-width: 767px) {
  body.ui-state-stopDetails .stop-details .stop-picture,
  body.ui-state-pushedStopDetails .stop-details .stop-picture,
  body.ui-state-stopDetailsObsolete .stop-details .stop-picture,
  body.ui-state-eventDetails .stop-details .stop-picture {
    padding: 0px;
  }
}
body.ui-state-stopDetails .stop-details .stop-picture img,
body.ui-state-pushedStopDetails .stop-details .stop-picture img,
body.ui-state-stopDetailsObsolete .stop-details .stop-picture img,
body.ui-state-eventDetails .stop-details .stop-picture img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  body.ui-state-stopDetails .stop-details .stop-picture img.no-carousel,
  body.ui-state-pushedStopDetails .stop-details .stop-picture img.no-carousel,
  body.ui-state-stopDetailsObsolete .stop-details .stop-picture img.no-carousel,
  body.ui-state-eventDetails .stop-details .stop-picture img.no-carousel {
    min-height: 345.8px;
  }
}
@media screen and (min-width: 992px) {
  body.ui-state-stopDetails .stop-details .stop-picture img.no-carousel,
  body.ui-state-pushedStopDetails .stop-details .stop-picture img.no-carousel,
  body.ui-state-stopDetailsObsolete .stop-details .stop-picture img.no-carousel,
  body.ui-state-eventDetails .stop-details .stop-picture img.no-carousel {
    min-height: 325px;
  }
}
body.ui-state-stopDetails .stop-details .stop-content,
body.ui-state-pushedStopDetails .stop-details .stop-content,
body.ui-state-stopDetailsObsolete .stop-details .stop-content,
body.ui-state-eventDetails .stop-details .stop-content {
  max-width: 800px;
  margin: auto;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo {
  padding: 8px 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 32px 0px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-location,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i {
  padding-right: 8px;
  font-size: 19px !important;
  text-decoration: none;
  color: #808080;
  margin-bottom: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .icon-img,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .icon-img,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .icon-img,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .icon-img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-stop-code,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-stop-code,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-stop-code,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-stop-code,
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-location-info-text,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-location-info-text,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-location-info-text,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location .tile-panel-footer-location-info-text {
  font-family: "Verdana";
  font-size: 8px;
  color: #808080;
  font-weight: 900;
  line-height: 10px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-right: 0px;
  font-size: 19px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-location i,
body.ui-state-stopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i,
body.ui-state-eventDetails .stop-details .stop-content .stop-topinfo .tile-panel-footer-bookmark i {
  font-size: 24px !important;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header,
body.ui-state-eventDetails .stop-details .stop-content .stop-header {
  padding: 16px 6px 0px 18px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-subtitle h3,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-subtitle h3,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-subtitle h3,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-subtitle h3 {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  word-break: break-word;
  white-space: normal;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-title h2,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-title h2,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-title h2,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-title h2 {
  font-family: "Verdana";
  font-weight: 900;
  font-size: 30px;
  line-height: 22.5px;
  color: #808080;
  word-break: break-word;
  white-space: normal;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-name,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-name,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-name,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-name {
  position: relative;
  font-size: 15px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-name:before,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-name:before,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-name:before,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-name:before {
  position: absolute;
  display: block;
  left: -44px;
  top: 18px;
  content: ' ';
  background-color: #000000;
  height: 3px;
  width: 32px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-name + .stop-subtitle h3,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-name + .stop-subtitle h3,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-name + .stop-subtitle h3,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-name + .stop-subtitle h3 {
  color: #808080;
  font-weight: 400;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-open-map-button,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-open-map-button,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-open-map-button,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-open-map-button {
  margin: 21px 0;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-open-map-button button,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-open-map-button button,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-open-map-button button,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-open-map-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding: 6px 14px;
  background-color: #517785;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #2ecc71;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-open-map-button button:hover,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-open-map-button button:hover,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-open-map-button button:hover,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-open-map-button button:hover {
  opacity: 0.9;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-open-map-button button .open-map-text,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-open-map-button button .open-map-text,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-open-map-button button .open-map-text,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-open-map-button button .open-map-text {
  padding: 4px 0;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-header .stop-open-map-button button i,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header .stop-open-map-button button i,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-open-map-button button i,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-open-map-button button i {
  margin-right: 10px;
  font-size: 21px;
  bottom: -2px;
  display: block;
  position: relative;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-text,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-text,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-text,
body.ui-state-eventDetails .stop-details .stop-content .stop-text {
  padding: 6px 32px 24px;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-text p,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-text p,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-text p,
body.ui-state-eventDetails .stop-details .stop-content .stop-text p {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.6;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin: inherit;
  word-break: break-word;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-text ul li,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-text ul li,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-text ul li,
body.ui-state-eventDetails .stop-details .stop-content .stop-text ul li {
  font-size: 16px;
  font-weight: 400;
}
body.ui-state-stopDetails .stop-details .stop-content .stop-audio,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-audio,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-audio,
body.ui-state-eventDetails .stop-details .stop-content .stop-audio,
body.ui-state-stopDetails .stop-details .stop-content .stop-video,
body.ui-state-pushedStopDetails .stop-details .stop-content .stop-video,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-video,
body.ui-state-eventDetails .stop-details .stop-content .stop-video {
  padding: 6px 32px 24px;
}
body.ui-state-stopDetails .stop-details.quick-stop-details-page .stop-content,
body.ui-state-pushedStopDetails .stop-details.quick-stop-details-page .stop-content,
body.ui-state-stopDetailsObsolete .stop-details.quick-stop-details-page .stop-content,
body.ui-state-eventDetails .stop-details.quick-stop-details-page .stop-content {
  padding: 32px 24px;
}
body.ui-state-stopDetails .stop-details.quick-stop-details-page .stop-content .stop-header,
body.ui-state-pushedStopDetails .stop-details.quick-stop-details-page .stop-content .stop-header,
body.ui-state-stopDetailsObsolete .stop-details.quick-stop-details-page .stop-content .stop-header,
body.ui-state-eventDetails .stop-details.quick-stop-details-page .stop-content .stop-header {
  padding: 0px 0px 16px 0px;
}
@media screen and (max-width: 768px) {
  body.ui-state-stopDetails .stop-details .stop-content,
  body.ui-state-pushedStopDetails .stop-details .stop-content,
  body.ui-state-stopDetailsObsolete .stop-details .stop-content,
  body.ui-state-eventDetails .stop-details .stop-content {
    padding: 0px;
  }
  body.ui-state-stopDetails .stop-details .stop-content .stop-header,
  body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header,
  body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header,
  body.ui-state-eventDetails .stop-details .stop-content .stop-header {
    padding: 6px 14px 12px;
  }
  body.ui-state-stopDetails .stop-details .stop-content .stop-header h2:before,
  body.ui-state-pushedStopDetails .stop-details .stop-content .stop-header h2:before,
  body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header h2:before,
  body.ui-state-eventDetails .stop-details .stop-content .stop-header h2:before {
    display: none;
  }
  body.ui-state-stopDetails .stop-details .stop-content .stop-text,
  body.ui-state-pushedStopDetails .stop-details .stop-content .stop-text,
  body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-text,
  body.ui-state-eventDetails .stop-details .stop-content .stop-text {
    padding: 6px 14px 18px;
  }
  body.ui-state-stopDetails .stop-details .stop-content .stop-audio,
  body.ui-state-pushedStopDetails .stop-details .stop-content .stop-audio,
  body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-audio,
  body.ui-state-eventDetails .stop-details .stop-content .stop-audio,
  body.ui-state-stopDetails .stop-details .stop-content .stop-video,
  body.ui-state-pushedStopDetails .stop-details .stop-content .stop-video,
  body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-video,
  body.ui-state-eventDetails .stop-details .stop-content .stop-video {
    padding: 6px 14px 18px;
  }
}
body.ui-state-stopDetails .navigation-margin,
body.ui-state-pushedStopDetails .navigation-margin,
body.ui-state-stopDetailsObsolete .navigation-margin,
body.ui-state-eventDetails .navigation-margin {
  margin-bottom: 46px;
}
body.ui-state-stopDetails .stop-additional-actions,
body.ui-state-pushedStopDetails .stop-additional-actions,
body.ui-state-stopDetailsObsolete .stop-additional-actions,
body.ui-state-eventDetails .stop-additional-actions {
  text-align: center;
  margin-top: 24px;
  float: left;
  width: 100%;
}
body.ui-state-stopDetails .stop-additional-actions .go-back,
body.ui-state-pushedStopDetails .stop-additional-actions .go-back,
body.ui-state-stopDetailsObsolete .stop-additional-actions .go-back,
body.ui-state-eventDetails .stop-additional-actions .go-back {
  padding-bottom: 56px;
}
body.ui-state-stopDetails .stop-additional-actions .go-back .go-back-btn,
body.ui-state-pushedStopDetails .stop-additional-actions .go-back .go-back-btn,
body.ui-state-stopDetailsObsolete .stop-additional-actions .go-back .go-back-btn,
body.ui-state-eventDetails .stop-additional-actions .go-back .go-back-btn {
  color: #222222;
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  margin-top: 36px;
  padding-top: 24px;
  text-align: center;
  text-decoration: none;
}
body.ui-state-stopDetails .stop-additional-actions .go-back .go-back-btn i,
body.ui-state-pushedStopDetails .stop-additional-actions .go-back .go-back-btn i,
body.ui-state-stopDetailsObsolete .stop-additional-actions .go-back .go-back-btn i,
body.ui-state-eventDetails .stop-additional-actions .go-back .go-back-btn i {
  padding-right: 6px;
}
body.ui-state-stopDetails .stop-additional-actions .go-back .go-back-btn:hover,
body.ui-state-pushedStopDetails .stop-additional-actions .go-back .go-back-btn:hover,
body.ui-state-stopDetailsObsolete .stop-additional-actions .go-back .go-back-btn:hover,
body.ui-state-eventDetails .stop-additional-actions .go-back .go-back-btn:hover {
  color: #222222;
  text-transform: none;
}
.copyright {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.4em;
  }
}
#disqus_tutorial {
  display: grid;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: -8px;
}
#disqus_tutorial h2,
#disqus_tutorial a {
  color: #fff !important;
}
#disqus_tutorial a {
  font-size: 16px;
  font-weight: bold;
}
#disqus_tutorial .link {
  position: relative;
  margin-right: 34px;
  cursor: pointer;
}
#disqus_tutorial .link a:hover {
  text-decoration: none;
}
#disqus_tutorial .link .info-text {
  padding-right: 10px;
}
#disqus_tutorial .link .info-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask-image: url('/front/images/front/alert-circle-i.svg');
  mask-image: url('/front/images/front/alert-circle-i.svg');
}
#owl-disqus {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
#owl-disqus img {
  max-height: 350px;
  width: 100%;
}
#owl-disqus .owl-nav {
  margin-top: 15px;
}
#owl-disqus .owl-nav .owl-prev,
#owl-disqus .owl-nav .owl-next {
  background-color: #95989a;
  margin-top: 0px;
  margin-bottom: 0px;
}
#owl-disqus .owl-nav .owl-prev:hover,
#owl-disqus .owl-nav .owl-next:hover {
  background-color: #212121;
}
#owl-disqus .owl-nav .owl-prev.disabled:hover,
#owl-disqus .owl-nav .owl-next.disabled:hover {
  background-color: #95989a;
}
#owl-disqus .owl-dots {
  margin-top: 14px;
}
#owl-disqus .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border: 2px solid #95989a;
  background-color: #fff;
}
#owl-disqus .owl-dots .owl-dot.active span {
  border: 2px solid #212121;
  background-color: #212121;
}
#owl-disqus .owl-item p {
  color: #212121 !important;
  font-size: 18px;
  font-family: "muli";
  line-height: 24px;
  color: black;
  margin-top: 12px;
  margin-bottom: 0px;
}
.swal2-container .disqus-tutorial .swal2-title {
  display: none;
}
.swal2-container .disqus-tutorial .swal2-buttonswrapper {
  margin-top: 8px;
}
.swal2-container .disqus-tutorial .swal2-buttonswrapper button {
  background-color: #8bc34a !important;
  border-left-color: #8bc34a !important;
  border-right-color: #8bc34a !important;
}
.image-caption {
  font-size: 16px;
}
body {
  background-position: center;
  background-repeat: no-repeat;
}
body.ui-state-experience .cover-image-list,
body.ui-state-events .cover-image-list,
body.ui-state-experienceDetailsObsolete .cover-image-list,
body.ui-state-experienceDetails .cover-image-list,
body.ui-state-bookmarkedStops .cover-image-list,
body.ui-state-sharedBookmarkedStops .cover-image-list {
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list,
  body.ui-state-events .cover-image-list,
  body.ui-state-experienceDetailsObsolete .cover-image-list,
  body.ui-state-experienceDetails .cover-image-list,
  body.ui-state-bookmarkedStops .cover-image-list,
  body.ui-state-sharedBookmarkedStops .cover-image-list {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding: 15px 0 0 0;
    margin: 0 -15px;
  }
}
body.ui-state-experience .cover-image-list .list-item a,
body.ui-state-events .cover-image-list .list-item a,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item a,
body.ui-state-experienceDetails .cover-image-list .list-item a,
body.ui-state-bookmarkedStops .cover-image-list .list-item a,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item a {
  display: block;
  z-index: 1;
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  font-weight: 400;
  background-repeat: no-repeat;
}
body.ui-state-experience .cover-image-list .list-item a img,
body.ui-state-events .cover-image-list .list-item a img,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item a img,
body.ui-state-experienceDetails .cover-image-list .list-item a img,
body.ui-state-bookmarkedStops .cover-image-list .list-item a img,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item a img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list .list-item a,
  body.ui-state-events .cover-image-list .list-item a,
  body.ui-state-experienceDetailsObsolete .cover-image-list .list-item a,
  body.ui-state-experienceDetails .cover-image-list .list-item a,
  body.ui-state-bookmarkedStops .cover-image-list .list-item a,
  body.ui-state-sharedBookmarkedStops .cover-image-list .list-item a {
    height: 180px;
    margin-bottom: 15px;
  }
  body.ui-state-experience .cover-image-list .list-item a img,
  body.ui-state-events .cover-image-list .list-item a img,
  body.ui-state-experienceDetailsObsolete .cover-image-list .list-item a img,
  body.ui-state-experienceDetails .cover-image-list .list-item a img,
  body.ui-state-bookmarkedStops .cover-image-list .list-item a img,
  body.ui-state-sharedBookmarkedStops .cover-image-list .list-item a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
  }
}
body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper,
body.ui-state-events .cover-image-list .list-item .ui-content-wrapper,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content-wrapper,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content-wrapper,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content-wrapper,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content-wrapper {
  position: relative;
  display: inline;
}
body.ui-state-experience .cover-image-list .list-item .ui-content,
body.ui-state-events .cover-image-list .list-item .ui-content,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content {
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding-bottom: 12px;
}
body.ui-state-experience .cover-image-list .list-item .ui-content .copy,
body.ui-state-events .cover-image-list .list-item .ui-content .copy,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content .copy,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content .copy,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content .copy,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content .copy {
  bottom: 12px;
  left: 18px;
  right: 48px;
  z-index: 100;
  color: white;
  position: absolute;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
body.ui-state-experience .cover-image-list .list-item .ui-content .copy i,
body.ui-state-events .cover-image-list .list-item .ui-content .copy i,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content .copy i,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content .copy i,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content .copy i,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content .copy i,
body.ui-state-experience .cover-image-list .list-item .ui-content .copy svg,
body.ui-state-events .cover-image-list .list-item .ui-content .copy svg,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content .copy svg,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content .copy svg,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content .copy svg,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content .copy svg {
  width: auto;
  font-size: 31px;
  fill: #ffffff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
body.ui-state-experience .cover-image-list .list-item .ui-content .copy .title,
body.ui-state-events .cover-image-list .list-item .ui-content .copy .title,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content .copy .title,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content .copy .title,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content .copy .title,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content .copy .title {
  font-weight: 900;
  overflow: hidden;
  font-family: "proxima-nova";
  margin-bottom: 12px;
  margin-top: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: inherit;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
body.ui-state-experience .cover-image-list .list-item .ui-content .copy .sub-title,
body.ui-state-events .cover-image-list .list-item .ui-content .copy .sub-title,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content .copy .sub-title,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content .copy .sub-title,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content .copy .sub-title,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content .copy .sub-title {
  margin: 0px;
  color: #ffffff;
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 10px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
body.ui-state-experience .cover-image-list .list-item .ui-content .arrow,
body.ui-state-events .cover-image-list .list-item .ui-content .arrow,
body.ui-state-experienceDetailsObsolete .cover-image-list .list-item .ui-content .arrow,
body.ui-state-experienceDetails .cover-image-list .list-item .ui-content .arrow,
body.ui-state-bookmarkedStops .cover-image-list .list-item .ui-content .arrow,
body.ui-state-sharedBookmarkedStops .cover-image-list .list-item .ui-content .arrow {
  background-color: transparent;
  right: 0;
  height: 27px;
  width: 27px;
  color: white;
  line-height: 29px;
  opacity: 0.6;
  bottom: 18px;
  position: absolute;
}
body.ui-state-experience .cover-image-list .loading-animation,
body.ui-state-events .cover-image-list .loading-animation,
body.ui-state-experienceDetailsObsolete .cover-image-list .loading-animation,
body.ui-state-experienceDetails .cover-image-list .loading-animation,
body.ui-state-bookmarkedStops .cover-image-list .loading-animation,
body.ui-state-sharedBookmarkedStops .cover-image-list .loading-animation {
  background: #e4e4e4 url('/front/images/front/loading-animation.gif') no-repeat center center;
  background-position: center 40%;
}
body.ui-state-experience .cover-image-list.copy-center .ui-content .copy,
body.ui-state-events .cover-image-list.copy-center .ui-content .copy,
body.ui-state-experienceDetailsObsolete .cover-image-list.copy-center .ui-content .copy,
body.ui-state-experienceDetails .cover-image-list.copy-center .ui-content .copy,
body.ui-state-bookmarkedStops .cover-image-list.copy-center .ui-content .copy,
body.ui-state-sharedBookmarkedStops .cover-image-list.copy-center .ui-content .copy {
  top: 0;
  right: 18px;
  text-align: center;
  bottom: 0;
  width: 80%;
  margin: auto;
  left: 18px;
}
body.ui-state-experience .cover-image-list.copy-center .ui-content .arrow,
body.ui-state-events .cover-image-list.copy-center .ui-content .arrow,
body.ui-state-experienceDetailsObsolete .cover-image-list.copy-center .ui-content .arrow,
body.ui-state-experienceDetails .cover-image-list.copy-center .ui-content .arrow,
body.ui-state-bookmarkedStops .cover-image-list.copy-center .ui-content .arrow,
body.ui-state-sharedBookmarkedStops .cover-image-list.copy-center .ui-content .arrow {
  display: none;
}
body.ui-state-experience .cover-image-list.copy-bordered .ui-content .copy,
body.ui-state-events .cover-image-list.copy-bordered .ui-content .copy,
body.ui-state-experienceDetailsObsolete .cover-image-list.copy-bordered .ui-content .copy,
body.ui-state-experienceDetails .cover-image-list.copy-bordered .ui-content .copy,
body.ui-state-bookmarkedStops .cover-image-list.copy-bordered .ui-content .copy,
body.ui-state-sharedBookmarkedStops .cover-image-list.copy-bordered .ui-content .copy {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 12px;
  border-radius: 3px;
}
body.ui-state-experience .cover-image-list.copy-title-underline .ui-content .copy .title,
body.ui-state-events .cover-image-list.copy-title-underline .ui-content .copy .title,
body.ui-state-experienceDetailsObsolete .cover-image-list.copy-title-underline .ui-content .copy .title,
body.ui-state-experienceDetails .cover-image-list.copy-title-underline .ui-content .copy .title,
body.ui-state-bookmarkedStops .cover-image-list.copy-title-underline .ui-content .copy .title,
body.ui-state-sharedBookmarkedStops .cover-image-list.copy-title-underline .ui-content .copy .title {
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
body.ui-state-experience .cover-image-list.copy-bold .ui-content .copy .title,
body.ui-state-events .cover-image-list.copy-bold .ui-content .copy .title,
body.ui-state-experienceDetailsObsolete .cover-image-list.copy-bold .ui-content .copy .title,
body.ui-state-experienceDetails .cover-image-list.copy-bold .ui-content .copy .title,
body.ui-state-bookmarkedStops .cover-image-list.copy-bold .ui-content .copy .title,
body.ui-state-sharedBookmarkedStops .cover-image-list.copy-bold .ui-content .copy .title {
  font-weight: 700;
}
body.ui-state-experience .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:after,
body.ui-state-events .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:after,
body.ui-state-experienceDetailsObsolete .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:after,
body.ui-state-experienceDetails .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:after,
body.ui-state-bookmarkedStops .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:after,
body.ui-state-sharedBookmarkedStops .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 95%;
  opacity: 0.68;
  z-index: 2;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=0);
  /* IE6-9 */
  pointer-events: none;
}
body.ui-state-experience .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:hover:after,
body.ui-state-events .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:hover:after,
body.ui-state-experienceDetailsObsolete .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:hover:after,
body.ui-state-experienceDetails .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:hover:after,
body.ui-state-bookmarkedStops .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:hover:after,
body.ui-state-sharedBookmarkedStops .cover-image-list.gradient-overlay .list-item .ui-content-wrapper:hover:after {
  height: 100%;
  opacity: 0.75;
}
body.ui-state-experience .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:before,
body.ui-state-events .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:before,
body.ui-state-experienceDetailsObsolete .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:before,
body.ui-state-experienceDetails .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:before,
body.ui-state-bookmarkedStops .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:before,
body.ui-state-sharedBookmarkedStops .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:before {
  border-radius: var(--experienceCardBorderRadius);
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  background-color: #333333;
}
body.ui-state-experience .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:hover:before,
body.ui-state-events .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:hover:before,
body.ui-state-experienceDetailsObsolete .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:hover:before,
body.ui-state-experienceDetails .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:hover:before,
body.ui-state-bookmarkedStops .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:hover:before,
body.ui-state-sharedBookmarkedStops .cover-image-list.ghost-overlay .list-item .ui-content-wrapper:hover:before {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list.blur-background-image img,
  body.ui-state-events .cover-image-list.blur-background-image img,
  body.ui-state-experienceDetailsObsolete .cover-image-list.blur-background-image img,
  body.ui-state-experienceDetails .cover-image-list.blur-background-image img,
  body.ui-state-bookmarkedStops .cover-image-list.blur-background-image img,
  body.ui-state-sharedBookmarkedStops .cover-image-list.blur-background-image img {
    -webkit-filter: blur(3px);
  }
}
body.ui-state-experience .cover-image-list.no-background-image .list-item a,
body.ui-state-events .cover-image-list.no-background-image .list-item a,
body.ui-state-experienceDetailsObsolete .cover-image-list.no-background-image .list-item a,
body.ui-state-experienceDetails .cover-image-list.no-background-image .list-item a,
body.ui-state-bookmarkedStops .cover-image-list.no-background-image .list-item a,
body.ui-state-sharedBookmarkedStops .cover-image-list.no-background-image .list-item a {
  background-image: none !important;
  background-color: #f3f3f3;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list.no-background-image .list-item a,
  body.ui-state-events .cover-image-list.no-background-image .list-item a,
  body.ui-state-experienceDetailsObsolete .cover-image-list.no-background-image .list-item a,
  body.ui-state-experienceDetails .cover-image-list.no-background-image .list-item a,
  body.ui-state-bookmarkedStops .cover-image-list.no-background-image .list-item a,
  body.ui-state-sharedBookmarkedStops .cover-image-list.no-background-image .list-item a {
    border-bottom: 2px solid #000000;
  }
}
body.ui-state-experience .cover-image-list.no-background-image img,
body.ui-state-events .cover-image-list.no-background-image img,
body.ui-state-experienceDetailsObsolete .cover-image-list.no-background-image img,
body.ui-state-experienceDetails .cover-image-list.no-background-image img,
body.ui-state-bookmarkedStops .cover-image-list.no-background-image img,
body.ui-state-sharedBookmarkedStops .cover-image-list.no-background-image img {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list.items-padded .ui-content-wrapper,
  body.ui-state-events .cover-image-list.items-padded .ui-content-wrapper,
  body.ui-state-experienceDetailsObsolete .cover-image-list.items-padded .ui-content-wrapper,
  body.ui-state-experienceDetails .cover-image-list.items-padded .ui-content-wrapper,
  body.ui-state-bookmarkedStops .cover-image-list.items-padded .ui-content-wrapper,
  body.ui-state-sharedBookmarkedStops .cover-image-list.items-padded .ui-content-wrapper {
    margin: 12px -3px;
  }
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list.items-thin .list-item a,
  body.ui-state-events .cover-image-list.items-thin .list-item a,
  body.ui-state-experienceDetailsObsolete .cover-image-list.items-thin .list-item a,
  body.ui-state-experienceDetails .cover-image-list.items-thin .list-item a,
  body.ui-state-bookmarkedStops .cover-image-list.items-thin .list-item a,
  body.ui-state-sharedBookmarkedStops .cover-image-list.items-thin .list-item a {
    min-height: 150px;
    height: 150px !important;
    overflow: hidden;
  }
  body.ui-state-experience .cover-image-list.items-thin .list-item a img,
  body.ui-state-events .cover-image-list.items-thin .list-item a img,
  body.ui-state-experienceDetailsObsolete .cover-image-list.items-thin .list-item a img,
  body.ui-state-experienceDetails .cover-image-list.items-thin .list-item a img,
  body.ui-state-bookmarkedStops .cover-image-list.items-thin .list-item a img,
  body.ui-state-sharedBookmarkedStops .cover-image-list.items-thin .list-item a img {
    margin-top: -5%;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list.items-ultra-thin .list-item a,
  body.ui-state-events .cover-image-list.items-ultra-thin .list-item a,
  body.ui-state-experienceDetailsObsolete .cover-image-list.items-ultra-thin .list-item a,
  body.ui-state-experienceDetails .cover-image-list.items-ultra-thin .list-item a,
  body.ui-state-bookmarkedStops .cover-image-list.items-ultra-thin .list-item a,
  body.ui-state-sharedBookmarkedStops .cover-image-list.items-ultra-thin .list-item a {
    min-height: 100px;
    height: 100px !important;
    overflow: hidden;
  }
  body.ui-state-experience .cover-image-list.items-ultra-thin .list-item a img,
  body.ui-state-events .cover-image-list.items-ultra-thin .list-item a img,
  body.ui-state-experienceDetailsObsolete .cover-image-list.items-ultra-thin .list-item a img,
  body.ui-state-experienceDetails .cover-image-list.items-ultra-thin .list-item a img,
  body.ui-state-bookmarkedStops .cover-image-list.items-ultra-thin .list-item a img,
  body.ui-state-sharedBookmarkedStops .cover-image-list.items-ultra-thin .list-item a img {
    margin-top: -10%;
    height: auto;
    position: relative;
  }
}
body.ui-state-experience {
  height: 100%;
}
body.ui-state-experience .cover-image-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper a {
    margin-bottom: 24px;
  }
}
body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper a .ui-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper a .ui-content .copy {
  text-align: center;
  top: 0;
  bottom: 0;
}
body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper a .ui-content .copy .title {
  margin-bottom: 8px !important;
}
body.ui-state-experience .cover-image-list .list-item .ui-content-wrapper a .ui-content .copy .experience-icon i {
  margin-bottom: 8px;
}
.event-page {
  margin-bottom: 40px;
  font-size: 10px;
}
.event-page p {
  font-family: "proxima-nova";
  color: #000000;
}
.event-page h1,
.event-page h2,
.event-page h3,
.event-page h4,
.event-page h5,
.event-page h6 {
  font-family: "Verdana";
  color: #808080;
}
.event-page .event-list {
  background: #ffffff;
  padding: 20px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .event-page .event-list {
    padding: 0;
  }
}
.event-page .event-list .event-link {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link {
    padding: 23px 25px 22px 25px;
    border-bottom: 1px solid #000000;
  }
}
.event-page .event-list .event-link div,
.event-page .event-list .event-link a {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link div,
  .event-page .event-list .event-link a {
    display: block;
    float: none;
  }
}
.event-page .event-list .event-link div.date,
.event-page .event-list .event-link a.date {
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #808080;
  width: 120px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
@media screen and (max-width: 991px) {
  .event-page .event-list .event-link div.date,
  .event-page .event-list .event-link a.date {
    font-size: 1.4em;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link div.date,
  .event-page .event-list .event-link a.date {
    position: relative;
    top: auto;
    font-size: 2em;
    width: auto;
    text-align: left;
    padding: 0 0 10px 0;
    margin-top: 0;
  }
  .event-page .event-list .event-link div.date span.visible-xs,
  .event-page .event-list .event-link a.date span.visible-xs {
    display: inline-block !important;
  }
}
.event-page .event-list .event-link div.date b,
.event-page .event-list .event-link a.date b {
  display: block;
  font-size: 1.6em;
  line-height: 1;
  padding-top: 7px;
  color: #808080;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .event-page .event-list .event-link div.date b,
  .event-page .event-list .event-link a.date b {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link div.date b,
  .event-page .event-list .event-link a.date b {
    display: inline-block;
    padding: 0;
    font-size: 1em;
  }
}
.event-page .event-list .event-link div.info,
.event-page .event-list .event-link a.info {
  padding: 5px 0 10px 43px;
  margin-left: 120px;
  border-left: 1px solid #000000;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .event-page .event-list .event-link div.info,
  .event-page .event-list .event-link a.info {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link div.info,
  .event-page .event-list .event-link a.info {
    margin-left: 0;
    padding: 0;
    width: 90%;
    border: none;
  }
}
.event-page .event-list .event-link div.info h4,
.event-page .event-list .event-link a.info h4 {
  margin: 0;
  font-size: 2.4em;
  line-height: 1.3;
  font-weight: 700;
  color: #808080;
}
@media screen and (max-width: 991px) {
  .event-page .event-list .event-link div.info h4,
  .event-page .event-list .event-link a.info h4 {
    font-size: 2em;
    line-height: 1.2;
  }
}
.event-page .event-list .event-link div.info h5,
.event-page .event-list .event-link a.info h5 {
  margin: 5px 0 0 0;
  font-size: 1.6em;
  line-height: 1;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .event-page .event-list .event-link div.info h5,
  .event-page .event-list .event-link a.info h5 {
    font-size: 1.4em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link div.info h5,
  .event-page .event-list .event-link a.info h5 {
    margin-top: 10px;
  }
  .event-page .event-list .event-link div.info h5 span,
  .event-page .event-list .event-link a.info h5 span {
    display: block;
  }
  .event-page .event-list .event-link div.info h5 span:first-child,
  .event-page .event-list .event-link a.info h5 span:first-child {
    margin-bottom: 10px;
  }
}
.event-page .event-list .event-link div.info h5 span.arrow,
.event-page .event-list .event-link a.info h5 span.arrow {
  display: block;
  font-size: 1.4em;
  color: #808080;
  position: absolute;
  top: 50%;
  right: 45px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .event-page .event-list .event-link div.info h5 span.arrow,
  .event-page .event-list .event-link a.info h5 span.arrow {
    padding: 0;
    font-size: 1.2em;
    right: 25px;
    margin-top: -8px;
  }
}
.event-page .event-list .event-link div:hover,
.event-page .event-list .event-link a:hover {
  text-decoration: none;
}
.event-page .event-list .event-link div:hover.info h4,
.event-page .event-list .event-link a:hover.info h4 {
  color: #808080;
}
.event-page .event-list .event-link div:hover.info span.arrow,
.event-page .event-list .event-link a:hover.info span.arrow {
  color: #000000;
}
body.ui-state-eventDetails .sub-menu {
  display: none;
}
.event-details-subtitle-config {
  padding-bottom: 20px;
}
.event-details-subtitle-config h3 {
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  word-break: break-word;
  white-space: normal;
}
.event-details-title-config h2 {
  font-family: "Verdana";
  font-weight: 900;
  font-size: 30px;
  line-height: 22.5px;
  color: #808080;
  word-break: break-word;
  white-space: normal;
  margin: 0px 0px 16px 0px;
}
.event-details {
  background: #ffffff;
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  font-size: 10px;
}
.event-details .icon {
  font-size: 24px;
}
.event-details .icon img {
  width: 24px;
  height: 24px;
}
.event-details p {
  font-family: "proxima-nova";
  color: inherit;
}
.event-details h1,
.event-details h2,
.event-details h3,
.event-details h4,
.event-details h5,
.event-details h6 {
  font-family: "Verdana";
  color: #808080;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .event-details {
    margin: 0 -15px;
  }
}
.event-details .event-picture {
  overflow: hidden;
  height: 285px;
}
.event-details .event-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-details .event-content {
  padding: 30px 0 90px 0;
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .event-details .event-content {
    padding: 32px 24px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .event-details .event-content {
    padding: 32px 24px;
    width: auto;
  }
}
.event-details .event-content .event-title h2 {
  font-family: "Verdana";
  font-weight: 900;
  font-size: 30px;
  line-height: 22.5px;
  color: #808080;
  word-break: break-word;
  white-space: normal;
  margin: 0px 0px 16px 0px;
}
.event-details .event-content .event-info {
  position: relative;
}
.event-details .event-content .event-info .event-info-basic {
  padding-bottom: 14px;
}
.event-details .event-content .event-info .event-info-basic .basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.event-details .event-content .event-info .event-info-basic .basic .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 30px;
          flex: 0 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-details .event-content .event-info .event-info-basic .basic .icon .fa {
  font-size: 3em;
  color: #808080;
}
.event-details .event-content .event-info .event-info-basic .basic .details {
  padding-left: 16px;
  margin: 0px;
  list-style: none;
}
.event-details .event-content .event-info .event-info-basic .basic .details li {
  font-family: "proxima-nova";
  font-size: 8px;
  color: #000000;
  font-weight: bold;
  line-height: 10px;
  margin: 0px;
  text-decoration: none;
}
.event-details .event-content .event-info .event-info-basic .basic .details li a {
  font-family: "proxima-nova";
  font-size: 8px;
  color: #000000;
  font-weight: bold;
  line-height: 10px;
  margin: 0px;
  text-decoration: none;
}
.event-details .event-content .event-info span {
  color: #000000;
}
.event-details .event-content .event-info > p,
.event-details .event-content .event-info ul {
  font-size: 1.8em;
  line-height: 1.6;
  position: relative;
  font-weight: 400;
}
.event-details .event-content .event-info > p p,
.event-details .event-content .event-info ul p,
.event-details .event-content .event-info > p ul,
.event-details .event-content .event-info ul ul {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .event-details .event-content .event-info > p.with-icon,
  .event-details .event-content .event-info ul.with-icon {
    padding-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .event-details .event-content .event-info ul {
    padding-left: 20px;
  }
}
.event-details .event-content .event-info i.icon {
  position: absolute;
  top: 4px;
  left: -45px;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 991px) {
  .event-details .event-content .event-info i.icon {
    left: -35px;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .event-details .event-content .event-info i.icon {
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
  }
}
.event-details .event-content .event-info i.icon.icon-clock {
  background-image: url('/front/images/front/clock.svg');
}
.event-details .event-content .event-info i.icon.icon-pin {
  background-image: url('/front/images/front/pin.svg');
}
.event-details .event-content .event-info i.icon.icon-money {
  background-image: url('/front/images/front/price.svg');
}
.event-details .event-content .event-info i.icon.icon-info {
  background-image: url('/front/images/front/info.svg');
}
.event-details .event-content .event-info a.find-out-more {
  border-bottom: 1px solid #000000;
  display: inline-block;
  color: #333333;
  text-decoration: none;
  font-weight: 700;
}
.event-details .event-content .event-info a.find-out-more:hover {
  border-bottom-color: transparent;
}
.event-details .event-content .event-info p.share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .event-details .event-content .event-info p.share {
    min-height: 30px;
  }
}
.event-details .event-content .event-info p.share span {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.event-details .event-content .event-info p.share span.addthis_native_toolbox {
  padding-top: 4px;
}
.event-details .event-content .image-holder img {
  width: 100%;
}
body.ui-state-experienceDetails,
body.ui-state-experienceDetailsObsolete {
  min-height: auto;
}
body.experience-body-background {
  background-image: var(--experiencePageBackgroundGradient);
  background-color: var(--experiencePageBackgroundColor);
  background-size: var(--experiencePageBackgroundSize);
}
.expiriences-list-page {
  margin: -25px auto -3px auto;
  position: relative;
}
.template-background-image {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .template-background-image {
    background-attachment: scroll;
  }
}
.template-background-image .overlay {
  display: block;
  height: 100%;
  background: #ffffff;
}
.template-background-image.with-background-overlay .overlay {
  opacity: 0.8;
}
.expiriences-list {
  position: relative;
  z-index: 2;
}
.expiriences-list-item-title-holder .title {
  display: block;
  line-height: 1;
  margin: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.expiriences-list-item-title-holder h4.title {
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .expiriences-list-item-title-holder h4.title {
    font-size: 1.7em;
    line-height: 1;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .expiriences-list-item-title-holder h4.title {
    margin-bottom: 5px;
    line-height: 1.1;
  }
}
.expiriences-list-item-title-holder h5.title {
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 991px) {
  .expiriences-list-item-title-holder h5.title {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .expiriences-list-item-title-holder h5.title {
    font-size: 1.2em;
    line-height: 1.4;
  }
}
.expiriences-list-item-title-holder h5.title span.arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .expiriences-list-item-title-holder h5.title span.arrow {
    right: 12px;
  }
}
.template-1 {
  font-size: 10px;
  margin: -25px -12px -3px -12px;
}
@media screen and (max-width: 767px) {
  .template-1 {
    margin: -16px 0px 0 0px;
  }
}
.template-1 .expiriences-list .expiriences-list-item {
  padding: 0 0 0 38px;
  margin-left: 30px;
  border-left: 8px solid transparent;
}
@media screen and (max-width: 991px) {
  .template-1 .expiriences-list .expiriences-list-item {
    padding-left: 28px;
    margin-left: 20px;
    border-left-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .template-1 .expiriences-list .expiriences-list-item {
    padding: 0 0 0 22px;
    margin-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .template-1 .expiriences-list .expiriences-list-item:first-child {
    padding-top: 10px;
  }
}
.template-1 .expiriences-list .expiriences-list-item:last-child .expiriences-list-item-link {
  border-bottom: 0 !important;
}
.template-1 .expiriences-list .expiriences-list-item-link {
  display: block;
  padding: 29px 40px 29px 0;
  border-bottom: 1px solid #808080;
  position: relative;
}
@media screen and (max-width: 991px) {
  .template-1 .expiriences-list .expiriences-list-item-link {
    padding: 22px 30px 22px 0;
  }
}
@media screen and (max-width: 767px) {
  .template-1 .expiriences-list .expiriences-list-item-link {
    padding: 20px 30px 19px 0;
  }
}
.template-1 .expiriences-list .expiriences-list-item-link:hover {
  text-decoration: none;
}
.template-1 .expiriences-list .expiriences-list-item-link:hover .title {
  opacity: .8;
}
.template-1 .expiriences-list .expiriences-list-item-number {
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 2.2em;
  line-height: 43px;
  font-weight: 700;
  color: #ffffff;
  background: #808080;
  border: 4px solid #808080;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -24px 0 0 -66px;
}
@media screen and (max-width: 991px) {
  .template-1 .expiriences-list .expiriences-list-item-number {
    width: 40px;
    height: 40px;
    font-size: 2em;
    line-height: 34px;
    margin: -20px 0 0 -50px;
  }
}
@media screen and (max-width: 767px) {
  .template-1 .expiriences-list .expiriences-list-item-number {
    width: 25px;
    height: 25px;
    font-size: 1.2em;
    line-height: 23px;
    margin: -13px 0 0 -37px;
    border-width: 2px;
  }
}
.template-1 .expiriences-list .expiriences-list-item-image-holder {
  display: none;
}
.template-1 .expiriences-list.mod-with-route .expiriences-list-item {
  border-color: #808080;
}
.template-1 .expiriences-list.mod-with-arrow .expiriences-list-item-link h5 span.arrow {
  display: inline-block;
}
.template-1 .expiriences-list.large .expiriences-list-item {
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  .template-1 .expiriences-list.large .expiriences-list-item {
    padding-left: 37px;
    margin-left: 42px;
  }
}
.template-1 .expiriences-list.large .expiriences-list-item-link .expiriences-list-item-number {
  width: 60px;
  height: 60px;
  font-size: 3em;
  line-height: 54px;
  margin: -30px 0 0 -92px;
}
@media screen and (max-width: 991px) {
  .template-1 .expiriences-list.large .expiriences-list-item-link .expiriences-list-item-number {
    width: 50px;
    height: 50px;
    font-size: 2.6em;
    line-height: 44px;
    margin: -25px 0 0 -75px;
  }
}
@media screen and (max-width: 767px) {
  .template-1 .expiriences-list.large .expiriences-list-item-link .expiriences-list-item-number {
    width: 44px;
    height: 44px;
    font-size: 2.2em;
    line-height: 38px;
    margin: -20px 0 0 -61px;
    border-width: 4px;
  }
}
.template-2 {
  font-size: 10px;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .template-2 {
    margin: -1px -15px;
  }
}
.template-2 .template-background-image {
  position: absolute;
}
.template-2 .expiriences-list .expiriences-list-item-link {
  display: block;
  padding: 25px 50px 25px 70px;
  border-bottom: 1px solid #808080;
  position: relative;
}
@media screen and (max-width: 767px) {
  .template-2 .expiriences-list .expiriences-list-item-link {
    padding: 13px 25px 12px 62px;
  }
}
.template-2 .expiriences-list .expiriences-list-item-link:hover {
  text-decoration: none;
}
.template-2 .expiriences-list .expiriences-list-item-link:hover .title,
.template-2 .expiriences-list .expiriences-list-item-link:hover .expiriences-list-item-image-holder {
  opacity: .8;
}
.template-2 .expiriences-list .expiriences-list-item-number {
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 100%;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background: #808080;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .template-2 .expiriences-list .expiriences-list-item-number {
    font-size: 1.4em;
  }
}
.template-2 .expiriences-list .expiriences-list-item-number b {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .template-2 .expiriences-list .expiriences-list-item-number b {
    margin-top: -7px;
  }
}
.template-2 .expiriences-list .expiriences-list-item-image-holder {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .template-2 .expiriences-list .expiriences-list-item-image-holder {
    margin-right: 12px;
  }
}
.template-2 .expiriences-list .expiriences-list-item-image-holder .image {
  height: 100%;
}
.template-2 .expiriences-list .expiriences-list-item-image-holder.rounded {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .template-2 .expiriences-list .expiriences-list-item-title-holder {
    padding-left: 75px;
  }
}
.template-2 .expiriences-list .expiriences-list-item-title-holder .title {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .template-2 .expiriences-list .expiriences-list-item-title-holder h4.title {
    margin-bottom: 1px;
  }
}
.template-2 .expiriences-list.mod-with-route {
  border-color: #808080;
}
.template-2 .expiriences-list.mod-with-arrow .expiriences-list-item-link h5 span.arrow {
  display: inline-block;
}
.template-2 .expiriences-list .expiriences-list-item:last-child .expiriences-list-item-link {
  border-bottom: 0;
}
.template-3 {
  font-size: 10px;
  position: relative;
  background: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .template-3 {
    margin: 0 15px 15px 15px;
  }
}
.template-3 .template-background-image {
  display: none;
}
.template-3 .expiriences-list {
  position: relative;
  padding: 30px 140px 60px 140px;
}
@media screen and (max-width: 1199px) {
  .template-3 .expiriences-list {
    padding: 30px 40px 60px 40px;
  }
}
@media screen and (max-width: 991px) {
  .template-3 .expiriences-list {
    padding: 30px 20px 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list {
    padding: 0;
  }
}
.template-3 .expiriences-list:after {
  display: block;
  content: ' ';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -3px;
  background: #808080;
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list:after {
    display: none;
  }
}
.template-3 .expiriences-list .expiriences-list-item {
  width: 100%;
}
.template-3 .expiriences-list .expiriences-list-item-link {
  position: relative;
  display: block;
  padding: 15px 30px 15px 15px;
  color: #000000;
  width: 360px;
  height: auto;
}
.template-3 .expiriences-list .expiriences-list-item-link:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 50%;
  right: -75px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-top: -17px;
  z-index: 10;
  background: #808080;
}
@media screen and (max-width: 991px) {
  .template-3 .expiriences-list .expiriences-list-item-link {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list .expiriences-list-item-link {
    margin-bottom: 11px;
    padding: 12px 28px 12px 13px;
    overflow: hidden;
    width: auto;
    float: none !important;
  }
  .template-3 .expiriences-list .expiriences-list-item-link:before {
    display: none;
  }
}
.template-3 .expiriences-list .expiriences-list-item-link:hover {
  text-decoration: none;
}
.template-3 .expiriences-list .expiriences-list-item-link:hover .title {
  opacity: .8;
}
.template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) {
  margin: -30px 0;
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) {
    margin: 0;
  }
}
.template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) .expiriences-list-item-link {
  float: right;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) .expiriences-list-item-link {
    padding-left: 13px;
  }
}
.template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) .expiriences-list-item-link .expiriences-list-item-image-holder .overlay {
  background-image: url("/front/images/front/list-item-arrow-left.svg");
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) .expiriences-list-item-link .expiriences-list-item-image-holder .overlay {
    background-image: none;
  }
}
.template-3 .expiriences-list .expiriences-list-item:nth-child(2n+0) .expiriences-list-item-link:before {
  right: auto;
  left: -75px;
}
.template-3 .expiriences-list .expiriences-list-item:last-child .expiriences-list-item-link {
  margin-bottom: 0;
}
.template-3 .expiriences-list .expiriences-list-item-number {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 1.2em;
  line-height: 23px;
  font-weight: 700;
  color: #000000;
  border-radius: 50%;
  border: 2px solid #000000;
  position: relative;
  z-index: 2;
}
.template-3 .expiriences-list .expiriences-list-item-image-holder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  overflow: hidden;
}
.template-3 .expiriences-list .expiriences-list-item-image-holder .overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("/front/images/front/list-item-arrow-right.svg");
  background-size: 15px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list .expiriences-list-item-image-holder .overlay {
    background-image: none;
  }
}
.template-3 .expiriences-list .expiriences-list-item-image-holder .image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.template-3 .expiriences-list .expiriences-list-item-title-holder {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.template-3 .expiriences-list .expiriences-list-item-title-holder h5.title span.arrow {
  display: none;
}
.template-3 .expiriences-list .expiriences-list-item-title-holder.without-subtitle {
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .template-3 .expiriences-list .expiriences-list-item-title-holder.without-subtitle {
    padding-top: 32px;
  }
}
.template-3 .expiriences-list .expiriences-list-item-title-holder.without-subtitle h4.title {
  margin-bottom: 0;
}
.photostream .photostream-side-slider {
  background-color: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 226px;
  z-index: 9;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container {
  height: 272px;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave {
  -webkit-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
  max-height: 0;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave.ng-leave-active,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter {
  z-index: 99;
  -webkit-transform: translate(0, -272px);
          transform: translate(0, -272px);
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move.ng-move-active,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter.ng-enter-active {
  max-height: 272px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter-stagger,
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave-stagger {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition-duration: 0;
          transition-duration: 0;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container {
  height: 248px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  border: 8px solid #FFFFFF;
  border-bottom: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-image {
  width: 100%;
  height: 210px;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title {
  height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title p {
  font-weight: 700;
  font-family: "Verdana", "proxima-nova", "Montserrat", serif;
  font-size: 14px;
  line-height: 30px;
  margin: 0px;
  color: #000000;
  text-transform: uppercase;
}
.photostream .photostream-container {
  -webkit-transition: all 800ms ease-in-out 0ms;
  transition: all 800ms ease-in-out 0ms;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(38, 50, 56, 0.32);
  box-shadow: 0px 4px 12px 0px rgba(38, 50, 56, 0.32);
  background-color: #ffffff;
  padding: 16px;
  margin: auto;
  position: fixed;
  top: 80px;
  height: 576px;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.photostream .photostream-container .photostream-background-map {
  position: absolute;
  overflow: hidden;
  top: -440px;
  bottom: 0;
  left: 0;
  right: -910px;
}
.photostream .photostream-container .photostream-background-map .mapbox-zoomed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.photostream .photostream-container .photostream-gradient-overlay {
  background: #ffffff;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ffffff), color-stop(37%, #ffffff), color-stop(55%, rgba(255, 255, 255, 0.73)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 37%, rgba(255, 255, 255, 0.73) 55%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.photostream .photostream-container .photostream-image {
  z-index: 1;
  height: 100%;
  width: 544px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photostream .photostream-container .photostream-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photostream .photostream-container .photostream-info {
  z-index: 1;
  width: 464px;
  padding: 40px;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.photostream .photostream-container .photostream-info .photostream-likes {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
}
.photostream .photostream-container .photostream-info .photostream-likes p {
  font-weight: 700;
  margin: 0 24px 0 0;
  font-size: 38px;
  font-family: "Verdana", "proxima-nova", "Montserrat", serif;
  color: #808080;
}
.photostream .photostream-container .photostream-info .photostream-title {
  max-height: 203px;
  text-transform: uppercase;
  width: 390px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}
.photostream .photostream-container .photostream-info .photostream-title h2 {
  font-weight: 700;
  font-size: 40px;
  font-family: "Verdana", "proxima-nova", "Montserrat", serif;
  color: #000000;
  margin: 0px;
}
.photostream .photostream-container .photostream-info .photostream-description {
  width: 390px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photostream .photostream-container .photostream-info .photostream-description p {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin: 0px;
}
@media (max-width: 767px) {
  .photostream .photostream-side-slider {
    left: 12px;
    width: 68px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container {
    height: 82px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave.ng-leave-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter {
    z-index: 99;
    -webkit-transform: translate(0, -82px);
            transform: translate(0, -82px);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move.ng-move-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter.ng-enter-active {
    max-height: 82px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container {
    height: 74px;
    border: 2px solid #FFFFFF;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-image {
    height: 63px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title {
    height: 9px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title p {
    font-size: 4px;
    line-height: 9px;
  }
  .photostream .photostream-container {
    padding: 5px;
    top: 24px;
    height: 173px;
    right: 48px;
  }
  .photostream .photostream-container .photostream-background-map {
    top: -132px;
    right: -273px;
  }
  .photostream .photostream-container .photostream-image {
    width: 163px;
  }
  .photostream .photostream-container .photostream-info {
    width: 127px;
    padding: 12px;
    padding-top: 7px;
  }
  .photostream .photostream-container .photostream-info .photostream-title {
    max-height: 61px;
    width: 117px;
    margin-bottom: 12px;
  }
  .photostream .photostream-container .photostream-info .photostream-title h2 {
    font-size: 12px;
  }
  .photostream .photostream-container .photostream-info .photostream-description {
    width: 117px;
  }
  .photostream .photostream-container .photostream-info .photostream-description p {
    font-size: 8px;
    line-height: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photostream .photostream-side-slider {
    left: 12px;
    width: 68px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container {
    height: 82px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave.ng-leave-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter {
    z-index: 99;
    -webkit-transform: translate(0, -82px);
            transform: translate(0, -82px);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move.ng-move-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter.ng-enter-active {
    max-height: 82px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container {
    height: 74px;
    border: 2px solid #FFFFFF;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-image {
    height: 63px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title {
    height: 9px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title p {
    font-size: 6px;
    line-height: 9px;
  }
  .photostream .photostream-container {
    padding: 5px;
    top: 24px;
    height: 173px;
    right: 48px;
  }
  .photostream .photostream-container .photostream-background-map {
    top: -132px;
    right: -273px;
  }
  .photostream .photostream-container .photostream-image {
    width: 163px;
  }
  .photostream .photostream-container .photostream-info {
    width: 127px;
    padding: 12px;
    padding-top: 7px;
  }
  .photostream .photostream-container .photostream-info .photostream-title {
    max-height: 61px;
    width: 117px;
    margin-bottom: 12px;
  }
  .photostream .photostream-container .photostream-info .photostream-title h2 {
    font-size: 12px;
  }
  .photostream .photostream-container .photostream-info .photostream-description {
    width: 117px;
  }
  .photostream .photostream-container .photostream-info .photostream-description p {
    font-size: 8px;
    line-height: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photostream .photostream-side-slider {
    left: 20px;
    width: 113px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container {
    height: 136px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave.ng-leave-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter {
    z-index: 99;
    -webkit-transform: translate(0, -136px);
            transform: translate(0, -136px);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move.ng-move-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter.ng-enter-active {
    max-height: 136px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container {
    height: 124px;
    border: 4px solid #FFFFFF;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-image {
    height: 105px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title {
    height: 15px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title p {
    font-size: 6px;
    line-height: 15px;
  }
  .photostream .photostream-container {
    padding: 8px;
    top: 40px;
    height: 288px;
    right: 80px;
  }
  .photostream .photostream-container .photostream-background-map {
    top: -220px;
    right: -455px;
  }
  .photostream .photostream-container .photostream-image {
    width: 272px;
  }
  .photostream .photostream-container .photostream-info {
    width: 212px;
    padding: 20px;
    padding-top: 12px;
  }
  .photostream .photostream-container .photostream-info .photostream-title {
    max-height: 102px;
    width: 195px;
    margin-bottom: 20px;
  }
  .photostream .photostream-container .photostream-info .photostream-title h2 {
    font-size: 30px;
  }
  .photostream .photostream-container .photostream-info .photostream-description {
    width: 195px;
  }
  .photostream .photostream-container .photostream-info .photostream-description p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .photostream .photostream-side-slider {
    left: 30px;
    width: 170px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container {
    height: 204px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave.ng-leave-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter {
    z-index: 99;
    -webkit-transform: translate(0, -204px);
            transform: translate(0, -204px);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-leave,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-move.ng-move-active,
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container.ng-enter.ng-enter-active {
    max-height: 204px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container {
    height: 186px;
    border: 6px solid #FFFFFF;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-image {
    height: 157px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title {
    height: 23px;
  }
  .photostream .photostream-side-slider .photostream-side-gallery .photostream-side-animation-container .photostream-side-image-container .photostream-side-title p {
    font-size: 12px;
    line-height: 23px;
  }
  .photostream .photostream-container {
    padding: 8px;
    top: 60px;
    height: 432px;
    right: 120px;
  }
  .photostream .photostream-container .photostream-background-map {
    top: -330px;
    right: -683px;
  }
  .photostream .photostream-container .photostream-image {
    width: 408px;
  }
  .photostream .photostream-container .photostream-info {
    width: 360px;
    padding: 30px;
    padding-top: 18px;
  }
  .photostream .photostream-container .photostream-info .photostream-title {
    max-height: 152px;
    width: 292px;
    margin-bottom: 30px;
  }
  .photostream .photostream-container .photostream-info .photostream-title h2 {
    font-size: 36px;
  }
  .photostream .photostream-container .photostream-info .photostream-description {
    width: 292px;
  }
  .photostream .photostream-container .photostream-info .photostream-description p {
    font-size: 18px;
    line-height: 27px;
  }
}
.sponsorship-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sponsorship-logo-container .sponsorship-logo {
  margin-bottom: 48px;
}
.sponsorship-logo-container .sponsorship-logo h4 {
  padding-bottom: 12px;
}
.sponsorship-logo-container .sponsorship-logo img {
  display: inline-block;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .sponsorship-logo-container .sponsorship-logo img {
    max-width: 400px;
  }
}
.nyhs-stop-details-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.nyhs-stop-details-holder.menu-height {
  margin-top: 56px;
}
.nyhs-stop-details-holder > div {
  position: relative;
  height: 100%;
}
.nyhs-stop-details-holder .nyhs-stop-detail-template-holder {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nyhs-stop-details-holder .nyhs-stop-detail-template-holder.show-learn-more-buttons.small {
  padding-right: 114px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-template-holder.show-learn-more-buttons.wide {
  padding-right: 224px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-back-button {
  position: absolute;
  top: 16px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: white;
  text-align: center;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  z-index: 900;
}
.nyhs-stop-details-holder .nyhs-stop-detail-back-button i {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  padding-top: 13px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-back-button.interactive-map-close-button {
  position: fixed;
}
.nyhs-stop-details-holder .nyhs-stop-detail-back-button.interactive-map-close-button.with-menu {
  top: calc(16px + 56px);
}
.nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner {
  padding: 104px 64px 32px 64px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner.with-back-button {
  padding: 104px 64px 32px 64px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-name {
  font-size: 15px;
  line-height: 22.5px;
  margin-top: 0px;
  margin-bottom: 16px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption *,
.nyhs-stop-details-holder .nyhs-stop-detail-content * {
  margin-bottom: 16px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption *:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content *:last-child {
  margin-bottom: 10px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption b,
.nyhs-stop-details-holder .nyhs-stop-detail-content b,
.nyhs-stop-details-holder .nyhs-stop-detail-caption strong,
.nyhs-stop-details-holder .nyhs-stop-detail-content strong {
  font-weight: bold;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption img,
.nyhs-stop-details-holder .nyhs-stop-detail-content img {
  max-width: 100%;
}
.nyhs-stop-details-holder .nyhs-stop-detail-content .image-holder {
  margin: 24px 0px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-content .image-holder img {
  margin-bottom: 16px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-content .image-holder .image-caption {
  margin: 0px;
}
.nyhs-stop-detail-learn-more-holder {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
}
.nyhs-stop-detail-learn-more-holder .mCSB_container_wrapper {
  position: relative;
}
.nyhs-stop-detail-learn-more-holder.line-separator {
  border-left: 1px solid #e8e7e8;
}
.nyhs-stop-detail-learn-more-holder.line-separator:after {
  position: absolute;
  top: 0;
  left: 1px;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: white;
}
.nyhs-stop-detail-learn-more-holder.small {
  width: 114px;
}
.nyhs-stop-detail-learn-more-holder.small .learn-more-button.btn-ui-square {
  width: 50px !important;
  height: 50px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50px !important;
          flex: 0 0 50px !important;
}
.nyhs-stop-detail-learn-more-holder.wide {
  width: 224px;
}
.nyhs-stop-detail-learn-more-holder.wide .learn-more-button.btn-ui-square {
  width: 160px !important;
  height: 160px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 160px !important;
          flex: 0 0 160px !important;
}
.nyhs-stop-detail-learn-more-holder.mCS_no_scrollbar .mCSB_container_wrapper {
  position: absolute;
}
.nyhs-stop-detail-learn-more-holder.mCS_no_scrollbar .mCSB_container_wrapper .nyhs-stop-detail-learn-more-inner {
  position: absolute;
  height: 100%;
  padding: 0px 32px;
}
.nyhs-stop-detail-learn-more-holder .mCSB_scrollTools_horizontal {
  display: none !important;
}
.nyhs-stop-detail-learn-more-holder .mCSB_container {
  height: 100%;
}
.nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  width: 100%;
}
.nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button {
  padding: 16px;
  position: relative;
  width: 100%;
  min-width: 82px;
  margin: 16px 0;
}
.nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button .icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 24px;
}
.nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button:first-child {
  margin-top: 104px;
}
.nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button:last-child {
  margin-bottom: 32px;
}
.nyhs-stop-detail-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background: white;
  border-radius: 50%;
  text-align: center;
  padding-top: 13px;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder {
  width: 33%;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-content-holder {
  width: 67%;
}
.nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder {
  width: 50%;
}
.nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-content-holder {
  width: 50%;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-images-holder {
  width: 67%;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-content-holder {
  width: 33%;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-content-holder {
  overflow: visible;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-content-holder.line-separator {
  border-left: 1px solid white;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-content-holder.line-separator:after {
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #e8e7e8;
  z-index: 1000;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder,
.nyhs-stop-detail-template-holder .nyhs-stop-detail-content-holder {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  float: left;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .taggd-wrapper {
  width: 100%;
  max-height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .zoom-icon {
  position: absolute;
  bottom: 17px;
  right: 17px;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 3.4rem !important;
  line-height: 1 !important;
  padding-top: 14px;
  text-align: center;
  text-indent: -2px;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .item-caption {
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .nyhs-stop-detail-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background-color: #ffffff;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .nyhs-stop-detail-image-container .nyhs-stop-detail-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .nyhs-stop-detail-image-container a.smart-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 0;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder {
  background: transparent;
  z-index: 100;
  position: relative;
  display: block;
  height: auto;
  padding: 24px 40px 40px 40px;
  line-height: 1.5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0px;
  margin-top: 4px;
  text-align: left;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder b,
.nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder strong {
  font-weight: bold;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder p:last-child {
  margin-bottom: 0;
}
.back-button-nyhs-template-type-standard {
  position: relative;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container {
  min-height: 450px;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder .nyhs-stop-detail-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder .nyhs-stop-detail-object > div {
  width: 100%;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder .nyhs-stop-detail-object > div.indicator-icon-container {
  width: auto;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder .nyhs-stop-detail-object > div iframe {
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder .nyhs-stop-detail-object.no-object {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nyhs-stop-detail-images-holder .nyhs-stop-detail-object-container .nyhs-stop-detail-object-holder .nyhs-stop-detail-object.no-object img {
  height: 100%;
}
.ancillary-page.language {
  position: fixed;
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.ancillary-page.donation .learn-more-button {
  border-style: solid;
  overflow: hidden;
  line-height: 40px;
}
.ancillary-page.visit .fullwidth {
  height: 260px;
}
.ancillary-page.visit .fullwidth .google-map {
  height: 260px !important;
}
.ancillary-page.visit .ancillary-picture {
  height: 260px;
}
.ancillary-page.visit .ancillary-picture img {
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ancillary-page.visit .ancillary-content .ancillary-info-basic .basic .details span {
  font-weight: unset;
}
.ancillary-page.visit .ancillary-content .ancillary-header {
  padding: 0px 0px 8px 0px !important;
}
.ancillary-page.visit .ancillary-content .ancillary-header .ancillary-subtitle {
  padding-bottom: 24px;
}
.ancillary-page.visit .ancillary-content .ancillary-description .image-holder img {
  width: 100%;
}
.ancillary-page.about .ancillary-content .ancillary-header,
.ancillary-page.sponsorship .ancillary-content .ancillary-header,
.ancillary-page.custom .ancillary-content .ancillary-header,
.ancillary-page.connect .ancillary-content .ancillary-header {
  padding: 0 0 24px 0 !important;
}
.ancillary-page.about .ancillary-content .image-holder,
.ancillary-page.sponsorship .ancillary-content .image-holder,
.ancillary-page.custom .ancillary-content .image-holder,
.ancillary-page.connect .ancillary-content .image-holder {
  margin-bottom: 0px !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ancillary-page.about .ancillary-content .image-holder img,
  .ancillary-page.sponsorship .ancillary-content .image-holder img,
  .ancillary-page.custom .ancillary-content .image-holder img,
  .ancillary-page.connect .ancillary-content .image-holder img {
    width: 100%;
  }
}
.ancillary-page {
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
  font-size: 10px;
}
.ancillary-page .ancillary-content.language-page {
  height: 100%;
}
.ancillary-page .language-page {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat !important;
}
.ancillary-page .language-page .language-close-button {
  font-size: 40px;
  color: #666565;
  text-decoration: none;
  cursor: pointer;
}
.ancillary-page .language-page .language-close-button.a-artifact {
  position: fixed;
  right: 16px;
  bottom: 6px;
}
.ancillary-page .language-page .language-close-button.artifact {
  position: fixed;
  right: 16px;
}
.ancillary-page .language-page .ancillary-container-language {
  width: 75%;
  margin: 0 auto;
  padding-top: 50px;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-header {
  text-align: center;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-header .ancillary-title {
  line-height: normal;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-header .ancillary-title p {
  all: inherit;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-language-list {
  text-align: center;
  height: 60vh !important;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-language-list .ancillary-language {
  outline: 0;
  cursor: pointer;
  line-height: 1;
  padding-top: 50px;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-language-list .ancillary-language:last-child {
  min-height: 200px;
}
.ancillary-page .language-page .ancillary-container-language .ancillary-language-list .ancillary-language .ancillary-language-item {
  text-decoration: none;
}
.ancillary-page p,
.ancillary-page a {
  font-family: "proxima-nova", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
.ancillary-page h2,
.ancillary-page h2,
.ancillary-page h3,
.ancillary-page h4,
.ancillary-page h5,
.ancillary-page h6 {
  font-family: "Verdana", "proxima-nova", "Montserrat", serif;
  color: #808080;
}
@media screen and (max-width: 1200px) {
  .ancillary-page {
    margin: 0 -15px;
    min-height: 100vh;
  }
}
.ancillary-page .ancillary-picture {
  overflow: hidden;
  height: 285px;
}
@media screen and (max-width: 1199px) {
  .ancillary-page .ancillary-picture {
    height: 235px;
  }
}
@media screen and (max-width: 991px) {
  .ancillary-page .ancillary-picture {
    height: auto;
    max-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ancillary-page .ancillary-picture {
    height: auto;
    max-height: auto;
  }
}
.ancillary-page .ancillary-picture img {
  width: 100%;
  display: block;
}
.ancillary-page .fullwidth {
  margin: 0;
  width: 100%;
  overflow: hidden;
  height: 285px;
}
@media screen and (max-width: 1199px) {
  .ancillary-page .fullwidth {
    height: 235px;
  }
}
@media screen and (max-width: 991px) {
  .ancillary-page .fullwidth {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .ancillary-page .fullwidth {
    height: 150px;
  }
}
.ancillary-page .fullwidth .google-map {
  width: 100% !important;
  height: 285px !important;
}
@media screen and (max-width: 1199px) {
  .ancillary-page .fullwidth .google-map {
    height: 235px !important;
  }
}
@media screen and (max-width: 991px) {
  .ancillary-page .fullwidth .google-map {
    height: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .ancillary-page .fullwidth .google-map {
    height: 150px !important;
  }
}
.ancillary-page .ancillary-content {
  padding: 32px 24px;
  word-wrap: break-word;
  margin: 0 auto;
  float: none;
}
.ancillary-page .ancillary-content .ancillary-header {
  padding: 17px 0 24px 0;
  text-align: left;
}
.ancillary-page .ancillary-content .ancillary-header .ancillary-subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  font-family: "proxima-nova";
  color: #000000;
  font-weight: normal;
}
.ancillary-page .ancillary-content .ancillary-header .ancillary-title {
  margin: 0;
  font-size: 36px;
  line-height: 0.75;
  font-family: "Verdana";
  color: #808080;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ancillary-page .ancillary-content {
    width: auto;
    margin-bottom: 0px;
  }
}
.ancillary-page .ancillary-content .page-title {
  display: block;
  margin: 0 0 35px 0;
  padding: 0 0 20px 0;
  font-size: 3.8em;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .ancillary-page .ancillary-content .page-title {
    font-size: 3.2em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .ancillary-page .ancillary-content .page-title {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
  }
}
.ancillary-page .ancillary-content .page-title:hover {
  text-decoration: none;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 24px;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .basic-title {
  margin-bottom: 8px;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 30px;
          flex: 0 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .icon .fa {
  font-size: 28px;
  color: #000000;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .label {
  margin: 0px;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .details {
  list-style: none;
  margin: 0px;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .details span {
  position: relative;
  color: #000000;
  font-weight: 900;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .details span p:last-child {
  margin: 0px !important;
}
.ancillary-page .ancillary-content .ancillary-info-basic .basic .details span a {
  text-decoration: none;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
}
.ancillary-page .ancillary-content h3 {
  font-size: 2em;
  line-height: 1;
  display: block;
  color: #808080;
}
.ancillary-page .ancillary-content h3:first-child {
  padding-top: 0;
}
.ancillary-page .ancillary-content h3.page-header-overlay {
  margin: 0 auto;
  display: inline-block;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.ancillary-page .ancillary-content p,
.ancillary-page .ancillary-content ul {
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
.ancillary-page .ancillary-content p p,
.ancillary-page .ancillary-content ul p,
.ancillary-page .ancillary-content p ul,
.ancillary-page .ancillary-content ul ul {
  font-size: inherit;
}
.ancillary-page .ancillary-content i.icon {
  position: absolute;
  top: 2px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: auto 100%;
}
@media screen and (max-width: 991px) {
  .ancillary-page .ancillary-content i.icon {
    left: -35px;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .ancillary-page .ancillary-content i.icon {
    width: 16px;
    height: 16px;
    top: 3px;
    left: -20px;
  }
}
.ancillary-page .ancillary-content i.icon.icon-clock {
  background-image: url('/front/images/front/clock.svg');
}
.ancillary-page .ancillary-content i.icon.icon-pin {
  background-image: url('/front/images/front/pin.svg');
}
.ancillary-page .ancillary-content i.icon.icon-money {
  background-image: url('/front/images/front/price.svg');
}
.ancillary-page .ancillary-content i.icon.icon-info {
  background-image: url('/front/images/front/info.svg');
}
.ancillary-page .ancillary-content i.icon.icon-phone {
  background-image: url('/front/images/front/phone.svg');
}
.ancillary-page .ancillary-content i.icon.icon-ticket {
  background-image: url('/front/images/front/ticket.svg');
}
.ancillary-page .ancillary-content a {
  text-decoration: underline;
}
.ancillary-page .ancillary-content .details {
  padding-left: 16px;
}
.ancillary-page .ancillary-content input[type="email"] {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
  padding: 20px;
  -webkit-appearance: none;
  margin-bottom: 15px;
}
.ancillary-page .ancillary-content .gift-btn {
  float: none;
  margin-top: 20px;
}
.ancillary-page .ancillary-content .gift-btn a {
  color: #ffffff;
  text-decoration: none;
}
.ancillary-page .ancillary-content .ancillary-description {
  position: relative;
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px;
}
.ancillary-page .ancillary-content .ancillary-description b,
.ancillary-page .ancillary-content .ancillary-description strong {
  font-weight: bold;
}
.ancillary-page .ancillary-content .ancillary-description .image-holder img {
  width: 100%;
}
.ancillary-page .ancillary-content .ancillary-description .image-holder .image-caption {
  margin-bottom: 24px;
}
.ancillary-page .ancillary-content .custom-page-text img {
  width: 100%;
}
.ancillary-page input {
  height: 50px;
  line-height: 50px;
  padding: 0px;
  text-decoration: none;
}
.ancillary-page button,
.ancillary-page a[type="button"] {
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  text-decoration: none;
  color: #ffffff;
  background-color: #00cc00;
  background-image: none;
  border: none;
}
.ancillary-page button:hover,
.ancillary-page a[type="button"]:hover,
.ancillary-page button:focus,
.ancillary-page a[type="button"]:focus,
.ancillary-page button.focus,
.ancillary-page a[type="button"].focus,
.ancillary-page button:active,
.ancillary-page a[type="button"]:active,
.ancillary-page button.active,
.ancillary-page a[type="button"].active,
.open > .dropdown-toggle.ancillary-page button,
.open > .dropdown-toggle.ancillary-page a[type="button"] {
  color: #ffffff;
  background-color: #009900;
  opacity: 1;
  border: none;
}
.ancillary-page button:active,
.ancillary-page a[type="button"]:active,
.ancillary-page button.active,
.ancillary-page a[type="button"].active,
.open > .dropdown-toggle.ancillary-page button,
.open > .dropdown-toggle.ancillary-page a[type="button"] {
  background-image: none;
}
.ancillary-page button.disabled,
.ancillary-page a[type="button"].disabled,
.ancillary-page button[disabled],
.ancillary-page a[type="button"][disabled],
fieldset[disabled] .ancillary-page button,
fieldset[disabled] .ancillary-page a[type="button"],
.ancillary-page button.disabled:hover,
.ancillary-page a[type="button"].disabled:hover,
.ancillary-page button[disabled]:hover,
.ancillary-page a[type="button"][disabled]:hover,
fieldset[disabled] .ancillary-page button:hover,
fieldset[disabled] .ancillary-page a[type="button"]:hover,
.ancillary-page button.disabled:focus,
.ancillary-page a[type="button"].disabled:focus,
.ancillary-page button[disabled]:focus,
.ancillary-page a[type="button"][disabled]:focus,
fieldset[disabled] .ancillary-page button:focus,
fieldset[disabled] .ancillary-page a[type="button"]:focus,
.ancillary-page button.disabled.focus,
.ancillary-page a[type="button"].disabled.focus,
.ancillary-page button[disabled].focus,
.ancillary-page a[type="button"][disabled].focus,
fieldset[disabled] .ancillary-page button.focus,
fieldset[disabled] .ancillary-page a[type="button"].focus,
.ancillary-page button.disabled:active,
.ancillary-page a[type="button"].disabled:active,
.ancillary-page button[disabled]:active,
.ancillary-page a[type="button"][disabled]:active,
fieldset[disabled] .ancillary-page button:active,
fieldset[disabled] .ancillary-page a[type="button"]:active,
.ancillary-page button.disabled.active,
.ancillary-page a[type="button"].disabled.active,
.ancillary-page button[disabled].active,
.ancillary-page a[type="button"][disabled].active,
fieldset[disabled] .ancillary-page button.active,
fieldset[disabled] .ancillary-page a[type="button"].active {
  background-color: #00cc00;
  border: none;
}
.ancillary-page button .badge,
.ancillary-page a[type="button"] .badge {
  color: #00cc00;
  background-color: #ffffff;
}
.ancillary-page .custom-page-text > * {
  color: inherit;
}
.download-tooltip {
  background: white;
  position: fixed;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  bottom: 10px;
  left: 10px;
  width: 94%;
  margin: 0 auto;
  z-index: 1000000;
}
.download-tooltip .download-data-container {
  padding: 10px;
  color: black;
}
.download-tooltip .download-data-container h3 {
  margin-top: 0px;
}
.download-tooltip .download-data-container .progress-bar {
  background: #48AC5F;
  min-width: 0px;
}
.download-tooltip .download-data-container .cancel-download-button > button {
  border: none;
}
body.auth-page {
  background: #f3f3f3;
}
body.auth-page .auth-container {
  margin-top: 56px;
}
.indicator-icon-container {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-bottom: 24px;
  padding-right: 24px;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.indicator-icon-container .indicator-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.indicator-icon-container .indicator-icon-circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.indicator-icon-container span.indicator-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  font-size: 14px;
  font-family: Gotham;
  font-weight: 900;
}
.indicator-icon-container span.indicator-icon-text p,
.indicator-icon-container span.indicator-icon-text blockquote {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v17/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnOY.ttf) format('truetype');
}
html {
  overflow: auto;
}
.skip-to-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.skip-to-content-link {
  background: #1C8076;
  color: #FFFFFF;
  border-radius: 0 0 4px 4px;
  width: 209px;
  height: 56px;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  font: normal normal normal 19px/24px Mulish;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  z-index: 99999;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skip-to-content-link:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  color: #FFFFFF;
}
.ql-align-center {
  text-align: center !important;
  list-style-position: inside;
}
.ql-align-justify {
  text-align: justify !important;
  list-style-position: inside;
}
.ql-align-right {
  text-align: right !important;
  list-style-position: inside;
}
.ql-syntax {
  white-space: pre-wrap;
}
.video-container-full-height {
  height: 100%;
  width: 100%;
}
.vimeo-video {
  height: 100%;
  width: 100%;
}
.reader-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
html[dir=rtl] .reader-only {
  left: inherit;
  left: unset;
  right: -9999px;
}
.language-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  text-align: center;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  z-index: 900;
  text-decoration: none !important;
}
.language-button.not-single {
  right: 110px;
}
.language-button.flex-parent {
  top: calc(66px);
}
.language-button.single {
  right: 20px;
}
.language-button span {
  display: inherit;
  font-size: 35px;
}
.experience-details-buttons {
  z-index: 900;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience-details-buttons.top {
  top: 0;
}
.experience-details-buttons.right {
  right: 0;
}
.experience-details-buttons.bottom {
  bottom: 0;
}
.experience-details-buttons.left {
  left: 0;
}
.experience-details-buttons .history-back-button {
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.experience-details-buttons .language-button {
  position: static;
}
.image-holder img {
  max-width: 100%;
  margin-bottom: 16px;
}
.image-holder .image-caption {
  margin: 0px;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}
.no-bottom-margin {
  margin-bottom: 0px !important;
}
.invisible {
  visibility: hidden;
}
.video-holder,
.image-holder,
.audio-holder {
  margin: 24px 0px;
}
.video-holder .image-caption,
.image-holder .image-caption,
.audio-holder .image-caption {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 24px;
}
.video-holder .image-caption p,
.image-holder .image-caption p,
.audio-holder .image-caption p {
  background: unset;
}
.video-holder .image-caption span,
.image-holder .image-caption span,
.audio-holder .image-caption span {
  background-color: transparent;
}
.fab-button {
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.fab-button:first-child {
  margin-left: 16px;
}
@media (max-width: 767.98px) {
  .fab-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .fab-button span,
  .fab-button i {
    vertical-align: middle;
    padding-top: 0px !important;
  }
  .fab-button span {
    font-size: 16px;
  }
  .fab-button i {
    font-size: 18px;
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .fab-button span,
  .fab-button i {
    font-size: 26px;
    vertical-align: middle;
    padding-top: 0px !important;
  }
  .fab-button span {
    font-size: 24px;
  }
  .fab-button i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .fab-button {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .fab-button {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
}
.fab-button .icon-img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ql-indent-1:not(.ql-direction-rtl):not(li) {
  padding-left: 3em !important;
}
.ql-indent-1.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 3em !important;
}
.ql-indent-2:not(.ql-direction-rtl):not(li) {
  padding-left: 6em !important;
}
.ql-indent-2.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 6em !important;
}
.ql-indent-3:not(.ql-direction-rtl):not(li) {
  padding-left: 9em !important;
}
.ql-indent-3.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 9em !important;
}
.ql-indent-4:not(.ql-direction-rtl):not(li) {
  padding-left: 12em !important;
}
.ql-indent-4.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 12em !important;
}
.ql-indent-5:not(.ql-direction-rtl):not(li) {
  padding-left: 15em !important;
}
.ql-indent-5.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 15em !important;
}
.ql-indent-6:not(.ql-direction-rtl):not(li) {
  padding-left: 18em !important;
}
.ql-indent-6.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 18em !important;
}
.ql-indent-7:not(.ql-direction-rtl):not(li) {
  padding-left: 21em !important;
}
.ql-indent-7.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 21em !important;
}
.ql-indent-8:not(.ql-direction-rtl):not(li) {
  padding-left: 24em !important;
}
.ql-indent-8.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 24em !important;
}
.ql-indent-9:not(.ql-direction-rtl):not(li) {
  padding-left: 27em !important;
}
.ql-indent-9.ql-direction-rtl.ql-align-right:not(li) {
  padding-right: 27em !important;
}
li.ql-indent-1:not(.ql-direction-rtl) {
  margin-left: 3em !important;
}
li.ql-indent-1.ql-direction-rtl.ql-align-right {
  margin-right: 3em !important;
}
li.ql-indent-2:not(.ql-direction-rtl) {
  margin-left: 6em !important;
}
li.ql-indent-2.ql-direction-rtl.ql-align-right {
  margin-right: 6em !important;
}
li.ql-indent-3:not(.ql-direction-rtl) {
  margin-left: 9em !important;
}
li.ql-indent-3.ql-direction-rtl.ql-align-right {
  margin-right: 9em !important;
}
li.ql-indent-4:not(.ql-direction-rtl) {
  margin-left: 12em !important;
}
li.ql-indent-4.ql-direction-rtl.ql-align-right {
  margin-right: 12em !important;
}
li.ql-indent-5:not(.ql-direction-rtl) {
  margin-left: 15em !important;
}
li.ql-indent-5.ql-direction-rtl.ql-align-right {
  margin-right: 15em !important;
}
li.ql-indent-6:not(.ql-direction-rtl) {
  margin-left: 18em !important;
}
li.ql-indent-6.ql-direction-rtl.ql-align-right {
  margin-right: 18em !important;
}
li.ql-indent-7:not(.ql-direction-rtl) {
  margin-left: 21em !important;
}
li.ql-indent-7.ql-direction-rtl.ql-align-right {
  margin-right: 21em !important;
}
li.ql-indent-8:not(.ql-direction-rtl) {
  margin-left: 24em !important;
}
li.ql-indent-8.ql-direction-rtl.ql-align-right {
  margin-right: 24em !important;
}
li.ql-indent-9:not(.ql-direction-rtl) {
  margin-left: 27em !important;
}
li.ql-indent-9.ql-direction-rtl.ql-align-right {
  margin-right: 27em !important;
}
.DynamicHtml .video-holder,
.DynamicHtml .image-holder,
.DynamicHtml .audio-holder {
  display: inline-block;
  vertical-align: top;
  margin: 16px 0px;
  width: 100%;
}
.DynamicHtml .video-holder .video-js,
.DynamicHtml .image-holder .video-js,
.DynamicHtml .audio-holder .video-js {
  min-height: 150px;
  height: auto;
}
.DynamicHtml .audio-holder {
  margin: 0 0 24px;
}
.DynamicHtml.message-text .audio-holder {
  margin: 16px 0;
}
.DynamicHtml p,
.DynamicHtml blockquote,
.DynamicHtml h1,
.DynamicHtml h2,
.DynamicHtml h3,
.DynamicHtml h4,
.DynamicHtml h5,
.DynamicHtml em,
.DynamicHtml strong {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  margin: unset;
  -webkit-margin-after: unset;
          margin-block-end: unset;
  -webkit-margin-before: unset;
          margin-block-start: unset;
  line-height: inherit;
  background: initial;
}
.DynamicHtml strong {
  font-weight: bold !important;
}
.DynamicHtml em {
  font-style: italic !important;
}
.DynamicHtml blockquote {
  padding: 0 0 0 20px;
}
.DynamicHtml i:before {
  vertical-align: text-bottom;
}
.bottom-underline {
  border-bottom: 1px solid;
}
.language-side-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 16px;
  z-index: 10;
}
.language-side-bar--bottom {
  bottom: 15px;
}
.language-side-bar--top {
  top: 15px;
}
.language-side-bar--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.language-side-bar__item {
  width: 56px;
  height: 56px;
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
}
.language-side-bar__item:hover {
  text-decoration: none;
}
.language-side-bar__item:last-child {
  margin-bottom: 0;
}
.language-button.a-artifact {
  bottom: 15px;
}
.language-button.artifact {
  top: 15px;
}
.language-button.a-artifact,
.language-button.artifact {
  position: fixed;
  width: 56px;
  height: 56px;
  right: 16px;
}
.language-button.a-artifact span,
.language-button.artifact span {
  font-size: 24px;
}
@media (max-width: 992px) {
  .StopDetailsPage-controlButtons_scatchfab {
    left: 15px;
  }
}
.StopDetailsPage-controlButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.StopDetailsPage-controlButtons.top {
  top: 0;
}
.StopDetailsPage-controlButtons.right {
  right: 0;
}
.StopDetailsPage-controlButtons.bottom {
  bottom: 0;
}
.StopDetailsPage-controlButtons.left {
  left: 0;
}
.StopDetailsPage-controlButtons.a-artifact {
  bottom: 0px;
}
.StopDetailsPage-controlButtons .nyhs-stop-detail-back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  top: 0;
  right: 0;
}
.StopDetailsPage-controlButtons .language-button.a-artifact {
  position: inherit;
  margin-right: 16px;
  top: unset;
  bottom: 80px;
}
.StopDetailsPage-controlButtons .language-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  top: 0;
  right: 0;
}
.rotating {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.transparent-background {
  background-color: transparent !important;
}
.shadow-default.DynamicHtml {
  text-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4) !important;
}
button.shadow-default,
.shadow-default:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i) {
  text-shadow: none !important;
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4) !important;
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4) !important;
}
i.shadow-default {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4) !important;
}
text.shadow-default {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(33, 33, 33, 0.3));
          filter: drop-shadow(0px 0px 1px rgba(33, 33, 33, 0.3));
}
.vue-slider.shadow-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vue-slider.shadow-default .vue-slider-rail {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
}
.shadow-default-text {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
}
.shadow-default-tile-panel-text {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}
.shadow-default-menu-item {
  text-shadow: 0px 5px 15px rgba(33, 33, 33, 0.4);
}
.shadow-default-box {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
          box-shadow: 5px 0px 15px 0px rgba(33, 33, 33, 0.4);
}
.shadow0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}
.shadow1.DynamicHtml {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
button.shadow1,
.shadow1:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
.shadow1 > .vue-slider-rail {
  text-shadow: none !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
img.shadow1 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(3px 0px 2px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(3px 0px 2px rgba(0, 0, 0, 0.22));
}
i.shadow1 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
text.shadow1 {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.shadow2.DynamicHtml {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
button.shadow2,
.shadow2:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
.shadow2 > .vue-slider-rail {
  text-shadow: none !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
img.shadow2 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.3)) drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.3)) drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.22));
}
i.shadow2 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
text.shadow2 {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.shadow3.DynamicHtml {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
button.shadow3,
.shadow3:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
.shadow3 > .vue-slider-rail {
  text-shadow: none !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
img.shadow3 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: drop-shadow(-4px 3px 4px rgba(0, 0, 0, 0.3)) drop-shadow(7px 10px 4px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(-4px 3px 4px rgba(0, 0, 0, 0.3)) drop-shadow(7px 10px 4px rgba(0, 0, 0, 0.22));
}
i.shadow3 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
text.shadow3 {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.7));
}
.shadow4.DynamicHtml {
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
button.shadow4,
.shadow4:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
.shadow4 > .vue-slider-rail {
  text-shadow: none !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
img.shadow4 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: drop-shadow(-5px 15px 10px rgba(0, 0, 0, 0.3)) drop-shadow(11px 14px 8px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(-5px 15px 10px rgba(0, 0, 0, 0.3)) drop-shadow(11px 14px 8px rgba(0, 0, 0, 0.22));
}
i.shadow4 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
text.shadow4 {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.9));
}
.shadow5.DynamicHtml {
  text-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
button.shadow5,
.shadow5:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
.shadow5 > .vue-slider-rail {
  text-shadow: none !important;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
img.shadow5 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-filter: drop-shadow(-6px 18px 14px rgba(0, 0, 0, 0.3)) drop-shadow(14px 15px 14px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(-6px 18px 14px rgba(0, 0, 0, 0.3)) drop-shadow(14px 15px 14px rgba(0, 0, 0, 0.22));
}
i.shadow5 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
text.shadow5 {
  -webkit-filter: drop-shadow(3px 3px 3px #000000);
          filter: drop-shadow(3px 3px 3px #000000);
}
body.youtube-integration-opened .YoutubeIntegrationPlayer {
  z-index: 99999;
  position: relative;
  display: block;
}
body.youtube-integration-full-mode {
  overflow: hidden;
  height: 100vh;
}
body.youtube-integration-full-mode .navbar {
  z-index: 1;
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .navbar {
    padding-left: 40%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .navbar {
    padding-left: 30%;
  }
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .navbar.menu-transparent .navbar-collapse.collapse.in,
  body.youtube-integration-doc-mode .navbar.menu-transparent .navbar-collapse.in + .navbar-overlay {
    left: 40%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .navbar.menu-transparent .navbar-collapse.collapse.in,
  body.youtube-integration-doc-mode .navbar.menu-transparent .navbar-collapse.in + .navbar-overlay {
    left: 30%;
    width: 70%;
  }
}
body.youtube-integration-doc-mode .camera-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .in-app-search,
  body.youtube-integration-doc-mode .camera-overlay,
  body.youtube-integration-doc-mode .scavenger-hunt-clue .answer-message .buttons-actions {
    left: 40%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .in-app-search,
  body.youtube-integration-doc-mode .camera-overlay,
  body.youtube-integration-doc-mode .scavenger-hunt-clue .answer-message .buttons-actions {
    left: 30%;
    width: 70%;
  }
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .app-page-wrap {
    padding-left: 40%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .app-page-wrap {
    padding-left: 30%;
  }
}
body.youtube-integration-doc-mode .app-page-wrap .container,
body.youtube-integration-doc-mode .app-page-wrap .experience-page {
  width: 100%;
  max-width: 1170px;
}
body.youtube-integration-doc-mode .YoutubeIntegrationPlayer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
}
@media (max-width: 575px) {
  body.youtube-integration-doc-mode .YoutubeIntegrationPlayer {
    bottom: auto;
    width: 100%;
  }
  body.youtube-integration-doc-mode .YoutubeIntegrationPlayer .IntegrationFullModePlayer__chat {
    display: none;
  }
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .YoutubeIntegrationPlayer {
    width: 40%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .YoutubeIntegrationPlayer {
    width: 30%;
  }
}
body.youtube-integration-doc-mode.top-padding-menu-height .YoutubeIntegrationPlayer {
  top: 56px;
}
body.youtube-integration-doc-mode .sub-menu.experience-page {
  width: 100%;
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .sub-menu {
    padding-left: calc(40% + 15px);
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .sub-menu {
    padding-left: calc(30% + 15px);
  }
}
body.youtube-integration-doc-mode .sub-menu > .container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1170px;
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .stop-navigation .button-navigation,
  body.youtube-integration-doc-mode .InteractiveMap {
    left: 40%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .stop-navigation .button-navigation,
  body.youtube-integration-doc-mode .InteractiveMap {
    left: 30%;
  }
}
.YoutubeIntegrationPlayer {
  display: none;
}
.InteractiveMap.menu-height {
  padding-top: 56px;
}
.InteractiveMap.menu-height .map-wrap__img {
  max-height: calc(100vh - 56px);
}
body.ui-state-interactiveMap .navbar {
  background-color: transparent;
}
.living-map-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--bottomNavigationPadding);
  left: 0;
}
.ui-state-livingMap .navbar-default {
  pointer-events: none;
}
.ui-state-livingMap .navbar-default .navbar-header * {
  pointer-events: all;
}
