@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Domine");
@import url("https://fonts.googleapis.com/css?family=Mulish:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|DM+Serif+Display:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Lato: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;
}
.material-shadow-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.material-shadow-2 {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.material-shadow-3 {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.material-shadow-4 {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.material-shadow-5 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.material-shadow-6 {
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.material-shadow-7 {
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.material-shadow-8 {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.top-padding-menu-height {
  margin-top: var(--navbar-height);
}
@media (max-width: 575px) {
  .top-padding-menu-height {
    margin-top: 64px;
  }
}
.top-padding-menu-height.ui-state-mapContainer {
  margin-top: 0px;
}
.bottom-padding-menu-height {
  margin-bottom: var(--navbar-height);
}
@media (max-width: 575px) {
  .bottom-padding-menu-height {
    margin-bottom: 64px;
  }
}
.bottom-padding-menu-height.ui-state-mapContainer {
  margin-bottom: 0px;
}
.sub-menu-hidden-with-top-page-padding .sub-menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-menu-hidden-with-top-page-padding .stop {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-menu-hidden-with-top-page-padding .stop {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .sub-menu-hidden-with-top-page-padding .stop {
    padding-top: 80px;
  }
}
html.full-body-gradient {
  min-height: 100%;
}
body.full-body-gradient {
  min-height: 100%;
  height: auto;
}
@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%;
  }
}
.DynamicHtml .image-holder p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.DynamicHtml .image-holder p:first-child {
  -webkit-margin-after: 8px !important;
          margin-block-end: 8px !important;
}
/*!
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 {
  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;
}
p {
  margin: 0 0 10px;
}
.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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    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,
.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,
.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: 80px;
  margin-bottom: 20px;
  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;
    overflow: visible !important;
  }
  .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-brand {
  float: left;
  padding: 30px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.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: 23px;
  margin-bottom: 23px;
  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: 15px -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: 30px;
    padding-bottom: 30px;
  }
}
.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: 23px;
  margin-bottom: 23px;
}
@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: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@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: #222222;
  border-color: #111111;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: #222222;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #3c3c3c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #428bca;
  background-color: #555555;
}
.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: #222222;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #111111;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #555555;
  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: #3c3c3c;
  }
  .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: #555555;
  }
  .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;
  }
}
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-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-experience {
  background-color: #f3f3f3;
  background-image: none;
}
body.ui-state-stopDetails,
body.ui-state-bookmarkedStops,
body.ui-state-sharedBookmarkedStops {
  background-color: #f3f3f3;
  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-connect {
  background-color: #f3f3f3;
  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: rgba(0, 0, 0, 0);
}
.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-no-text p,
a.btn-ui-no-text p,
[type=button].btn-ui-no-text p,
button.btn-ui-no-text blockquote,
a.btn-ui-no-text blockquote,
[type=button].btn-ui-no-text blockquote,
button.btn-ui-no-text h1,
a.btn-ui-no-text h1,
[type=button].btn-ui-no-text h1,
button.btn-ui-no-text h2,
a.btn-ui-no-text h2,
[type=button].btn-ui-no-text h2,
button.btn-ui-no-text h3,
a.btn-ui-no-text h3,
[type=button].btn-ui-no-text h3,
button.btn-ui-no-text h4,
a.btn-ui-no-text h4,
[type=button].btn-ui-no-text h4,
button.btn-ui-no-text h5,
a.btn-ui-no-text h5,
[type=button].btn-ui-no-text h5,
button.btn-ui-no-text span,
a.btn-ui-no-text span,
[type=button].btn-ui-no-text span,
button.btn-ui-no-text em,
a.btn-ui-no-text em,
[type=button].btn-ui-no-text em,
button.btn-ui-no-text strong,
a.btn-ui-no-text strong,
[type=button].btn-ui-no-text strong {
  display: none !important;
}
button.btn-ui-simple,
a.btn-ui-simple,
[type=button].btn-ui-simple {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0px 32px;
  min-height: 48px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  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;
}
button.btn-ui-simple > *,
a.btn-ui-simple > *,
[type=button].btn-ui-simple > * {
  position: relative;
}
button.btn-ui-simple:hover,
a.btn-ui-simple:hover,
[type=button].btn-ui-simple:hover,
button.btn-ui-simple:focus,
a.btn-ui-simple:focus,
[type=button].btn-ui-simple:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-simple:after,
a.btn-ui-simple:after,
[type=button].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,
[type=button].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,
[type=button].btn-ui-simple:after,
button.btn-ui-simple:focus:after,
a.btn-ui-simple:focus:after,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].btn-ui-simple.btn-ui-contrast {
  border: 2px solid #000000;
  color: #000000;
  line-height: 44px !important;
}
button.btn-ui-simple.btn-ui-contrast:after,
a.btn-ui-simple.btn-ui-contrast:after,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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-big,
a.btn-ui-big,
[type=button].btn-ui-big {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0px 32px;
  min-height: 48px;
  overflow: hidden;
  border-width: 0 !important;
  outline: none;
  border-radius: 0px !important;
  background-color: rgba(0, 0, 0, 0);
  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;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
button.btn-ui-big > *,
a.btn-ui-big > *,
[type=button].btn-ui-big > * {
  position: relative;
}
button.btn-ui-big:hover,
a.btn-ui-big:hover,
[type=button].btn-ui-big:hover,
button.btn-ui-big:focus,
a.btn-ui-big:focus,
[type=button].btn-ui-big:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-big:after,
a.btn-ui-big:after,
[type=button].btn-ui-big: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-big:not(:active):after,
a.btn-ui-big:not(:active):after,
[type=button].btn-ui-big:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-big:after,
a.btn-ui-big:after,
[type=button].btn-ui-big:after,
button.btn-ui-big:focus:after,
a.btn-ui-big:focus:after,
[type=button].btn-ui-big:focus:after {
  visibility: visible;
}
button.btn-ui-big span,
a.btn-ui-big span,
[type=button].btn-ui-big span {
  background-color: transparent;
  padding: 0px 30px;
  position: relative;
}
button.btn-ui-big.active:after,
a.btn-ui-big.active:after,
[type=button].btn-ui-big.active:after {
  border-bottom: 2px solid #808080;
}
button.btn-ui-big.active,
a.btn-ui-big.active,
[type=button].btn-ui-big.active {
  background-color: transparent;
}
button.btn-ui-big.active span,
a.btn-ui-big.active span,
[type=button].btn-ui-big.active span {
  background-color: transparent;
}
button.btn-ui-big.active span:after,
a.btn-ui-big.active span:after,
[type=button].btn-ui-big.active span:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -3px;
  left: 30px;
}
button.btn-ui-big.btn-top-nav-buttons,
a.btn-ui-big.btn-top-nav-buttons,
[type=button].btn-ui-big.btn-top-nav-buttons {
  background-color: transparent;
  padding: 0px 64px;
  margin: 0px;
}
button.btn-ui-big.btn-top-nav-buttons span,
a.btn-ui-big.btn-top-nav-buttons span,
[type=button].btn-ui-big.btn-top-nav-buttons span {
  background-color: transparent;
  padding: 0px;
}
button.btn-ui-big.btn-top-nav-buttons.active,
a.btn-ui-big.btn-top-nav-buttons.active,
[type=button].btn-ui-big.btn-top-nav-buttons.active {
  background-color: #00A6F1;
}
button.btn-ui-big.btn-top-nav-buttons.active span,
a.btn-ui-big.btn-top-nav-buttons.active span,
[type=button].btn-ui-big.btn-top-nav-buttons.active span {
  background-color: transparent;
}
button.btn-ui-big.btn-ui-circle,
a.btn-ui-big.btn-ui-circle,
[type=button].btn-ui-big.btn-ui-circle {
  border-radius: 100% !important;
}
button.btn-ui-feature,
a.btn-ui-feature,
[type=button].btn-ui-feature {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0px 24px;
  min-height: 48px;
  overflow: hidden;
  border-width: 0 !important;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  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;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
button.btn-ui-feature > *,
a.btn-ui-feature > *,
[type=button].btn-ui-feature > * {
  position: relative;
}
button.btn-ui-feature:hover,
a.btn-ui-feature:hover,
[type=button].btn-ui-feature:hover,
button.btn-ui-feature:focus,
a.btn-ui-feature:focus,
[type=button].btn-ui-feature:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-feature:after,
a.btn-ui-feature:after,
[type=button].btn-ui-feature: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-feature:not(:active):after,
a.btn-ui-feature:not(:active):after,
[type=button].btn-ui-feature:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-feature:after,
a.btn-ui-feature:after,
[type=button].btn-ui-feature:after,
button.btn-ui-feature:focus:after,
a.btn-ui-feature:focus:after,
[type=button].btn-ui-feature:focus:after {
  visibility: visible;
}
button.btn-ui-feature span,
a.btn-ui-feature span,
[type=button].btn-ui-feature span {
  background-color: transparent;
  padding: 0px 30px;
  position: relative;
}
button.btn-ui-feature.active:after,
a.btn-ui-feature.active:after,
[type=button].btn-ui-feature.active:after {
  border-bottom: 2px solid #808080;
}
button.btn-ui-feature.active,
a.btn-ui-feature.active,
[type=button].btn-ui-feature.active {
  background-color: transparent;
}
button.btn-ui-feature.active span,
a.btn-ui-feature.active span,
[type=button].btn-ui-feature.active span {
  background-color: transparent;
}
button.btn-ui-feature.active span:after,
a.btn-ui-feature.active span:after,
[type=button].btn-ui-feature.active span:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: -3px;
  left: 30px;
}
button.btn-ui-feature.btn-top-nav-buttons,
a.btn-ui-feature.btn-top-nav-buttons,
[type=button].btn-ui-feature.btn-top-nav-buttons {
  background-color: transparent;
  margin: 0px;
  height: 100%;
}
button.btn-ui-feature.btn-top-nav-buttons span,
a.btn-ui-feature.btn-top-nav-buttons span,
[type=button].btn-ui-feature.btn-top-nav-buttons span {
  background-color: transparent;
  padding: 0px 64px;
}
button.btn-ui-feature.btn-top-nav-buttons.active,
a.btn-ui-feature.btn-top-nav-buttons.active,
[type=button].btn-ui-feature.btn-top-nav-buttons.active {
  background-color: #00A6F1;
}
button.btn-ui-feature.btn-top-nav-buttons.active span,
a.btn-ui-feature.btn-top-nav-buttons.active span,
[type=button].btn-ui-feature.btn-top-nav-buttons.active span {
  background-color: transparent;
}
button.btn-ui-feature.btn-ui-circle,
a.btn-ui-feature.btn-ui-circle,
[type=button].btn-ui-feature.btn-ui-circle {
  border-radius: 100% !important;
}
button.btn-ui-simple-new,
a.btn-ui-simple-new,
[type=button].btn-ui-simple-new {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0px 32px;
  min-height: 48px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  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;
}
button.btn-ui-simple-new > *,
a.btn-ui-simple-new > *,
[type=button].btn-ui-simple-new > * {
  position: relative;
}
button.btn-ui-simple-new:hover,
a.btn-ui-simple-new:hover,
[type=button].btn-ui-simple-new:hover,
button.btn-ui-simple-new:focus,
a.btn-ui-simple-new:focus,
[type=button].btn-ui-simple-new:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-simple-new:after,
a.btn-ui-simple-new:after,
[type=button].btn-ui-simple-new: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-new:not(:active):after,
a.btn-ui-simple-new:not(:active):after,
[type=button].btn-ui-simple-new:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
button.btn-ui-simple-new:after,
a.btn-ui-simple-new:after,
[type=button].btn-ui-simple-new:after,
button.btn-ui-simple-new:focus:after,
a.btn-ui-simple-new:focus:after,
[type=button].btn-ui-simple-new:focus:after {
  visibility: visible;
}
button.btn-ui-simple-new.btn-top-nav-buttons,
a.btn-ui-simple-new.btn-top-nav-buttons,
[type=button].btn-ui-simple-new.btn-top-nav-buttons {
  background-color: transparent;
  margin: 0px;
}
button.btn-ui-simple-new.btn-top-nav-buttons span,
a.btn-ui-simple-new.btn-top-nav-buttons span,
[type=button].btn-ui-simple-new.btn-top-nav-buttons span {
  background-color: transparent;
  padding: 0px;
}
button.btn-ui-simple-new.btn-top-nav-buttons.active,
a.btn-ui-simple-new.btn-top-nav-buttons.active,
[type=button].btn-ui-simple-new.btn-top-nav-buttons.active {
  background-color: #00A6F1;
}
button.btn-ui-simple-new.btn-top-nav-buttons.active span,
a.btn-ui-simple-new.btn-top-nav-buttons.active span,
[type=button].btn-ui-simple-new.btn-top-nav-buttons.active span {
  background-color: transparent;
}
button.btn-ui-special-button,
a.btn-ui-special-button,
[type=button].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: rgba(0, 0, 0, 0);
  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;
  white-space: normal;
  line-height: 1.2;
}
button.btn-ui-special-button > *,
a.btn-ui-special-button > *,
[type=button].btn-ui-special-button > * {
  position: relative;
}
button.btn-ui-special-button:hover,
a.btn-ui-special-button:hover,
[type=button].btn-ui-special-button:hover,
button.btn-ui-special-button:focus,
a.btn-ui-special-button:focus,
[type=button].btn-ui-special-button:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-special-button:after,
a.btn-ui-special-button:after,
[type=button].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,
[type=button].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,
[type=button].btn-ui-special-button:after,
button.btn-ui-special-button:focus:after,
a.btn-ui-special-button:focus:after,
[type=button].btn-ui-special-button:focus:after {
  visibility: visible;
}
button.btn-ui-special-button.btn-ui-rounded-large,
a.btn-ui-special-button.btn-ui-rounded-large,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].btn-ui-image-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: rgba(0, 0, 0, 0);
  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 > *,
[type=button].btn-ui-image-button > * {
  position: relative;
}
button.btn-ui-image-button:hover,
a.btn-ui-image-button:hover,
[type=button].btn-ui-image-button:hover,
button.btn-ui-image-button:focus,
a.btn-ui-image-button:focus,
[type=button].btn-ui-image-button:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-image-button:after,
a.btn-ui-image-button:after,
[type=button].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,
[type=button].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,
[type=button].btn-ui-image-button:after,
button.btn-ui-image-button:focus:after,
a.btn-ui-image-button:focus:after,
[type=button].btn-ui-image-button:focus:after {
  visibility: visible;
}
button.btn-ui-image-button span,
a.btn-ui-image-button span,
[type=button].btn-ui-image-button span {
  min-height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  background-color: transparent !important;
}
button.btn-ui-image-button p,
a.btn-ui-image-button p,
[type=button].btn-ui-image-button p,
button.btn-ui-image-button blockquote,
a.btn-ui-image-button blockquote,
[type=button].btn-ui-image-button blockquote,
button.btn-ui-image-button h1,
a.btn-ui-image-button h1,
[type=button].btn-ui-image-button h1,
button.btn-ui-image-button h2,
a.btn-ui-image-button h2,
[type=button].btn-ui-image-button h2,
button.btn-ui-image-button h3,
a.btn-ui-image-button h3,
[type=button].btn-ui-image-button h3,
button.btn-ui-image-button h4,
a.btn-ui-image-button h4,
[type=button].btn-ui-image-button h4,
button.btn-ui-image-button h5,
a.btn-ui-image-button h5,
[type=button].btn-ui-image-button h5,
button.btn-ui-image-button span,
a.btn-ui-image-button span,
[type=button].btn-ui-image-button span,
button.btn-ui-image-button strong,
a.btn-ui-image-button strong,
[type=button].btn-ui-image-button strong,
button.btn-ui-image-button em,
a.btn-ui-image-button em,
[type=button].btn-ui-image-button em,
button.btn-ui-image-button s,
a.btn-ui-image-button s,
[type=button].btn-ui-image-button s,
button.btn-ui-image-button u,
a.btn-ui-image-button u,
[type=button].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,
[type=button].btn-ui-image-button.btn-ui-no-text {
  min-width: 100px;
}
button.btn-ui-image-button.btn-ui-image-button-large,
a.btn-ui-image-button.btn-ui-image-button-large,
[type=button].btn-ui-image-button.btn-ui-image-button-large {
  width: 200px !important;
  background-size: cover;
}
button.btn-ui-image-button.btn-ui-image-button-large .learn-more-text,
a.btn-ui-image-button.btn-ui-image-button-large .learn-more-text,
[type=button].btn-ui-image-button.btn-ui-image-button-large .learn-more-text {
  background-color: inherit !important;
}
button.btn-ui-image-button.btn-ui-image-button-medium,
a.btn-ui-image-button.btn-ui-image-button-medium,
[type=button].btn-ui-image-button.btn-ui-image-button-medium {
  width: 150px;
  background-size: cover;
}
button.btn-ui-image-button.btn-ui-image-button-medium .learn-more-text,
a.btn-ui-image-button.btn-ui-image-button-medium .learn-more-text,
[type=button].btn-ui-image-button.btn-ui-image-button-medium .learn-more-text {
  background-color: inherit !important;
}
button.btn-ui-image-button.btn-ui-image-button-outside,
a.btn-ui-image-button.btn-ui-image-button-outside,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].btn-ui-image-button.btn-ui-circle:active {
  background-color: transparent;
}
button.btn-ui-image-button:hover,
a.btn-ui-image-button:hover,
[type=button].btn-ui-image-button:hover,
button.btn-ui-image-button:focus,
a.btn-ui-image-button:focus,
[type=button].btn-ui-image-button:focus,
button.btn-ui-image-button:active,
a.btn-ui-image-button:active,
[type=button].btn-ui-image-button:active {
  background-color: transparent;
}
button.btn-ui-rounded,
a.btn-ui-rounded,
[type=button].btn-ui-rounded {
  z-index: 1;
  border-radius: 5px !important;
}
button.btn-ui-rounded > *,
a.btn-ui-rounded > *,
[type=button].btn-ui-rounded > * {
  position: relative;
}
button.btn-ui-rounded:hover,
a.btn-ui-rounded:hover,
[type=button].btn-ui-rounded:hover,
button.btn-ui-rounded:focus,
a.btn-ui-rounded:focus,
[type=button].btn-ui-rounded:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-rounded:after,
a.btn-ui-rounded:after,
[type=button].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,
[type=button].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,
[type=button].btn-ui-rounded:after,
button.btn-ui-rounded:focus:after,
a.btn-ui-rounded:focus:after,
[type=button].btn-ui-rounded:focus:after {
  visibility: visible;
}
button.btn-ui-circle,
a.btn-ui-circle,
[type=button].btn-ui-circle {
  z-index: 1;
  border-radius: 24px;
}
button.btn-ui-circle > *,
a.btn-ui-circle > *,
[type=button].btn-ui-circle > * {
  position: relative;
}
button.btn-ui-circle:hover,
a.btn-ui-circle:hover,
[type=button].btn-ui-circle:hover,
button.btn-ui-circle:focus,
a.btn-ui-circle:focus,
[type=button].btn-ui-circle:focus {
  background-color: rgba(0, 0, 0, 0);
}
button.btn-ui-circle:after,
a.btn-ui-circle:after,
[type=button].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,
[type=button].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,
[type=button].btn-ui-circle:after,
button.btn-ui-circle:focus:after,
a.btn-ui-circle:focus:after,
[type=button].btn-ui-circle:focus:after {
  visibility: visible;
}
button.btn-ui-circle.btn-ui-image-button,
a.btn-ui-circle.btn-ui-image-button,
[type=button].btn-ui-circle.btn-ui-image-button {
  border-radius: 100%;
}
button.vertical-align,
a.vertical-align,
[type=button].vertical-align {
  width: 100% !important;
  word-wrap: break-word;
  min-height: 48px;
  line-height: 1;
  padding: 5px;
  white-space: normal;
}
button.vertical-align.btn-ui-simple-new,
a.vertical-align.btn-ui-simple-new,
[type=button].vertical-align.btn-ui-simple-new,
button.vertical-align.btn-ui-simple,
a.vertical-align.btn-ui-simple,
[type=button].vertical-align.btn-ui-simple {
  height: auto;
}
button.vertical-align.btn-ui-simple-new.active,
a.vertical-align.btn-ui-simple-new.active,
[type=button].vertical-align.btn-ui-simple-new.active,
button.vertical-align.btn-ui-simple.active,
a.vertical-align.btn-ui-simple.active,
[type=button].vertical-align.btn-ui-simple.active {
  background-color: var(--leftNavBarActiveItemBackgroundColor) !important;
}
button.vertical-align:first-child,
a.vertical-align:first-child,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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,
[type=button].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-new):not(.btn-ui-big):not(.btn-ui-feature):not(.btn-ui-simple):not(.shelve-button):after,
a.active:not(.btn-ui-simple-new):not(.btn-ui-big):not(.btn-ui-feature):not(.btn-ui-simple):not(.shelve-button):after,
[type=button].active:not(.btn-ui-simple-new):not(.btn-ui-big):not(.btn-ui-feature):not(.btn-ui-simple):not(.shelve-button):after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  background-color: #4A4A4A;
  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 .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;
}
.tile-panel-wrapper .tile-panel-container .tile-panel {
  -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);
  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;
}
.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: #ffffff;
  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 {
  opacity: 1;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-image .scavenger-clue-completed.completed:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  background-image: none;
  opacity: 0.5;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body {
  padding: 15px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-title {
  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 {
  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-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  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 .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 .tile-panel {
  font-weight: 900;
}
.tile-panel-wrapper.events .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle .date {
  margin-right: 10px;
}
.tile-panel-wrapper.events .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle .time {
  font-weight: 900;
}
.tile-panel-wrapper.bookmarked-stops .tile-panel-container {
  margin-bottom: 9px;
}
.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 {
    padding-bottom: 15px;
  }
  .tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle {
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tile-panel-wrapper .tile-panel-container {
    padding-bottom: 15px;
  }
  .tile-panel-wrapper .tile-panel-container .tile-panel a .tile-panel-body .tile-panel-body-subtitle {
    margin-top: 6px;
  }
}
audio-player {
  margin-bottom: 50px;
}
audio-player .audio-player #control-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
audio-player .audio-player #control-buttons #audio-player-play-pause-button {
  width: 64px;
  height: 64px;
  background-color: var(--audioPlayerPlayPauseButtonColor);
  color: #ffffff;
  border-radius: 100%;
  border: none;
  outline: none;
  padding: 0px;
}
audio-player .audio-player #control-buttons #audio-player-play-pause-button .fa {
  width: 100%;
  height: 100%;
  font-size: 21px;
  line-height: 64px;
}
audio-player .audio-player #control-buttons #audio-player-play-pause-button .fa.fa-play:before {
  padding-left: 10%;
}
audio-player .audio-player #control-buttons #audio-player-previous-button,
audio-player .audio-player #control-buttons #audio-player-next-button {
  background-color: transparent;
  color: var(--audioPlayerNextPrevButtonColor);
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0px;
}
audio-player .audio-player #control-buttons .audio-player-previous-next-buttons#audio-player-previous-button {
  margin-right: 32px;
}
audio-player .audio-player #control-buttons .audio-player-previous-next-buttons#audio-player-next-button {
  margin-left: 32px;
}
audio-player .audio-player #duration {
  margin: 40px 0px 48px 0px;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
audio-player .audio-player #duration .duration-time {
  width: 61px;
  font-weight: bold;
  font-size: 12px;
  color: var(--audioPlayerTimeLabelsColor);
  line-height: 100%;
}
audio-player .audio-player #duration .duration-time#duration-current-time {
  text-align: right;
  margin-right: 20px;
}
audio-player .audio-player #duration .duration-time#duration-end-time {
  text-align: left;
  margin-left: 20px;
}
audio-player .audio-player #duration #slider {
  height: 8px;
  margin: 0px;
}
audio-player .audio-player #duration #slider .rz-bar-wrapper {
  height: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
audio-player .audio-player #duration #slider .rz-bar-wrapper .rz-bar {
  background-color: var(--audioPlayerRemainingSeekBarColor);
  height: 8px;
  border-radius: 4px;
}
audio-player .audio-player #duration #slider .rz-bar-wrapper .rz-bar.rz-selection {
  background-color: var(--audioPlayerElapsedSeekBarColor);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
audio-player .audio-player #duration #slider .rz-pointer-min {
  background-color: var(--audioPlayerElapsedSeekBarColor);
  height: 8px;
  width: 8px;
  top: 0px;
  outline: none;
}
audio-player .audio-player #duration #slider .rz-pointer-min:after {
  display: none;
}
audio-player .audio-player #duration #slider .rz-bubble {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
audio-player .audio-player #duration #slider .rz-bubble.start {
  left: 0px;
}
audio-player .audio-player #duration #slider .rz-selection {
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/*! 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;
}
.MainMenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 80px;
  background-color: #222222;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 15px;
  z-index: 9999;
}
@media (max-width: 575px) {
  .MainMenu {
    padding: 0;
    height: auto !important;
  }
}
.MainMenu .MainMenu__header {
  display: none;
}
@media (max-width: 575px) {
  .MainMenu .MainMenu__header {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.MainMenu .MainMenu__header .MainMenu__header-button {
  padding: 8px;
  width: 100%;
  font-size: 48px;
  color: #fff;
  border: none;
  background-color: transparent;
  outline: none;
}
.MainMenu .MainMenu__header .MainMenu__header-button i {
  margin-bottom: 0;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}
.MainMenu .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
  height: 100%;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  -moz-box-pack: center;
  -webkit-box-pack: center;
}
.MainMenu .mCustomScrollBox {
  width: 100%;
}
.MainMenu .MainMenu__wrap {
  min-width: 100%;
  height: 80px;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  -moz-box-pack: center;
  -webkit-box-pack: center;
}
@media (max-width: 575px) {
  .MainMenu .MainMenu__wrap {
    display: none;
    padding: 12px 24px;
    height: auto !important;
    max-height: var(--MainMenuWrapMaxHeight);
  }
  .MainMenu .MainMenu__wrap.visible {
    display: block;
  }
}
.MainMenu .MainMenu__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;
}
@media (max-width: 575px) {
  .MainMenu .MainMenu__buttons::before {
    display: none;
  }
}
.MainMenu .MainMenu__buttons span {
  white-space: normal;
}
.MainMenu .MainMenu__buttons span * {
  all: inherit;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation {
  text-decoration: none;
}
@media (max-width: 575px) {
  .MainMenu .MainMenu__buttons .MainMenu__buttons__navigation {
    margin: 12px 0 !important;
    width: 100% !important;
  }
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple-new {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-family: "Muli";
  font-style: bold;
  margin: 16px 32px;
  border: 2px solid #FFFFFF;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple-new.active {
  background-color: #4A4A4A !important;
  border: 2px solid #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple-new.active span {
  color: #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple {
  min-height: 80px;
}
@media (min-width: 575px) {
  .MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple {
    height: 80px;
  }
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-link > span {
  border-right: 2px solid #FFFFFF;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-link > span span {
  all: unset;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-link.active {
  background-color: #4A4A4A;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-link.active > span {
  color: #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-link.active > span:after {
  border-top: 2px solid #FFFFFF;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-buttons {
  border-left: 2px solid #FFFFFF;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-buttons.active {
  background-color: #4A4A4A !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-buttons.active span {
  color: #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-half-underline:after {
  border-top: 2px solid #FFFFFF;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-half-underline.active {
  background-color: #4A4A4A !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-half-underline.active span {
  color: #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-simple.btn-top-nav-half-underline.active span:after {
  border-top: 4px solid #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-big {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-family: "Muli";
  font-style: bold;
  height: 80px;
  margin-left: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-big.active.btn-underline {
  border-bottom: 4px solid #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-big.active {
  background-color: #4A4A4A !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-big.active span {
  color: #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-feature > span::before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #C2C2C2;
  position: absolute;
  bottom: calc(-2.4px);
  left: 0;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-feature.active > span::after {
  display: block;
  content: '';
  width: 75%;
  height: 4px;
  background: #C2C2C2;
  border-radius: 0px;
  position: absolute;
  bottom: -4px;
  margin: auto;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-feature {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-family: "Muli";
  font-style: bold;
  height: 80px;
  margin-left: 0px;
  border-right: 0px solid #4A4A4A !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-feature.active.btn-underline {
  border-bottom: 4px solid #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-feature.active {
  background-color: #4A4A4A !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-feature.active span {
  color: #FFFFFF !important;
}
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-special-button,
.MainMenu .MainMenu__buttons .MainMenu__buttons__navigation.btn-ui-image-button {
  margin: 10px;
  height: 60px;
}
.MainMenu .MainMenu__buttons:not(:last-child) .MainMenu__buttons__navigation.btn-ui-big {
  border-right: 0px solid #4A4A4A !important;
}
.MainMenu .MainMenu__buttons:last-child .MainMenu__buttons__navigation.btn-top-nav-link > span {
  border-right: none;
}
.MainMenu .MainMenu__buttons:last-child .MainMenu__buttons__navigation.btn-top-nav-buttons:not(.btn-ui-simple-new)::not(.btn-ui-simple):not(.btn-ui-big):not(.btn-ui-feature) {
  border-right: 2px solid #ffffff;
}
.MainMenu .MainMenu__buttons:last-child::before {
  display: none;
}
@media (max-width: 575px) {
  .MainMenu .MainMenu__buttons .shelve-button {
    margin: 12px 0;
    width: 100% !important;
  }
}
.navbar-toggle {
  position: relative;
  padding: 15px 10px 15px 12px;
  margin: 0px;
  background-color: transparent;
  outline: none;
  height: 80px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
}
@-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-image-style {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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-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;
}
@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: #222;
  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;
  }
  .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: #222;
    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;
  }
  .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: #222;
    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;
}
@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: #222;
  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;
  }
  .taggd-wrapper .taggd-item-small:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-small:after {
    content: ' ';
    background: #222;
    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;
  }
  .taggd-wrapper .taggd-item-small:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-small:after {
    content: ' ';
    background: #222;
    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;
}
@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: #222;
  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;
  }
}
.taggd-wrapper .taggd-item-medium i {
  line-height: 36px;
}
@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;
  }
  .taggd-wrapper .taggd-item-medium:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-medium:after {
    content: ' ';
    background: #222;
    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;
  }
  .taggd-wrapper .taggd-item-medium:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-medium:after {
    content: ' ';
    background: #222;
    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;
}
@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: #222;
  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;
  }
  .taggd-wrapper .taggd-item-large:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-large:after {
    content: ' ';
    background: #222;
    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;
  }
  .taggd-wrapper .taggd-item-large:before {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .taggd-wrapper .taggd-item-large:after {
    content: ' ';
    background: #222;
    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;
}
@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: #222;
  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;
  }
  .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: #222;
    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;
  }
  .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: #222;
    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;
  }
}
.ImageCaption {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background-color: #ffffff;
  min-height: 50px;
}
.ImageCaption p {
  margin: 0px;
  font-size: 10px;
}
.ImageCaption.empty {
  background-color: #3f3f3f;
}
#shelves {
  background-color: #ffffff;
  background-image: 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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: var(--leftNavBarPadding);
  overflow-y: auto;
}
#shelves #group-stop-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px;
}
#GroupExperienceDetailsPage {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.VideojsPlayer.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.VideojsPlayer.fullscreen .vjs-video-wrap,
.VideojsPlayer.fullscreen .video-js {
  position: relative;
  width: 100%;
  height: 100%;
}
.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);
}
video-js-player.hide-background .vjs-video-wrap div.video-js {
  background-color: transparent;
}
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: 0;
}
.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: 80px 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);
  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: 0 16px;
}
.page-stop-code-search i {
  color: #000000;
  margin-top: 48px;
  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 .page-stop-code-search-goto-button {
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 32px;
  width: 160px;
  font-size: 18px;
}
.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 {
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 18px;
  line-height: inherit;
}
.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 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
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: #222;
}
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(34, 34, 34, 0)), color-stop(50%, #222222));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, #222222 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: #555555;
  }
  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: #222;
}
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: #555555;
}
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: #222;
}
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: #222;
}
.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: #222;
  -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: #222;
}
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-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
}
.home-page-background-pattern {
  position: absolute;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 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: absolute;
  z-index: 1040;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
.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: #222;
  }
  .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;
  max-width: 200px;
}
.home-page-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 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: #222;
}
@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: #222;
  background: #ffffff;
  z-index: 1060;
  border: 10px solid #ffffff;
}
.home-page-headline-button.filled:hover {
  color: #222;
}
.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: #222;
}
@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: #222;
}
.home-template-5 {
  height: 100%;
  z-index: 999999;
}
.home-template-5 .home-page-navigation-switch {
  display: none;
}
.home-template-5 .home-page-navigation {
  position: absolute;
  top: 60px;
  left: 65px;
  z-index: 1060;
}
@media screen and (max-width: 1199px) {
  .home-template-5 .home-page-navigation {
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-5 .home-page-navigation {
    position: relative;
    top: auto;
    left: auto;
    min-height: 80%;
    max-height: 1000% !important;
    width: auto !important;
    height: auto;
    background: none;
    text-align: left !important;
    padding: 20px !important;
  }
}
.home-template-5 .home-page-navigation a {
  color: #222;
}
.home-template-5 .home-page-navigation a span {
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .home-template-5 .home-page-navigation a span {
    padding: 7px 10px;
    display: inline-block;
  }
}
.home-template-5 .home-page-navigation a.logo {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .home-template-5 .home-page-navigation a.logo {
    max-width: 80%;
    max-height: 70px;
  }
  .home-template-5 .home-page-navigation a.logo span {
    max-height: 70px;
  }
  .home-template-5 .home-page-navigation a.logo span img {
    max-height: 50px;
  }
}
.home-template-5 .home-page-headline {
  display: none;
}
.home-template-5 .home-page-headline-holder {
  text-align: center;
  position: absolute;
  top: 41%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-template-5 .home-page-headline-holder {
    top: auto;
    bottom: 20px;
  }
}
.home-template-5 .home-page-social {
  bottom: 42px;
  right: 65px;
}
@media screen and (max-width: 1199px) {
  .home-template-5 .home-page-social {
    bottom: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-5 .home-page-social {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-5 .home-page-social {
    display: none !important;
  }
}
.home-template-6 {
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    background: #ffffff;
    z-index: 10300;
  }
  .home-template-6 .home-page-logo-holder .home-page-logo {
    display: block;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 10300;
  }
  .home-template-6 .home-page-logo-holder .home-page-logo img {
    height: 100%;
    width: auto;
  }
}
.home-template-6 .home-page-navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100%;
  padding: 50px 80px 0 65px;
  z-index: 1060;
  background: #ffffff;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .home-template-6 .home-page-navigation {
    padding: 20px 40px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-navigation {
    width: 100%;
  }
  .home-template-6 .home-page-navigation div {
    border-top: 1px solid #222;
    padding-top: 15px;
  }
}
.home-template-6 .home-page-navigation a {
  display: block;
  color: #222;
  text-align: left;
  padding: 0;
  font-size: 1.6em;
}
@media screen and (max-width: 991px) {
  .home-template-6 .home-page-navigation a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-navigation a {
    text-align: center;
    margin-bottom: 0;
    color: #222;
  }
}
.home-template-6 .home-page-navigation a span {
  background: none;
}
.home-template-6 .home-page-navigation a.logo {
  padding: 0px 13px 10px 0px;
  margin-bottom: 36px;
  position: relative;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-navigation a.logo {
    display: none;
  }
}
.home-template-6 .home-page-navigation a.logo:after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: -17px;
  left: -14px;
  width: 27px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-navigation a.logo:after {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .home-template-6 .home-page-navigation a span {
    padding: 5px 0;
  }
}
.home-template-6 .home-page-headline-holder {
  position: absolute;
  top: 28px;
  left: 400px;
  z-index: 1060;
  max-width: 60%;
}
@media screen and (max-width: 991px) {
  .home-template-6 .home-page-headline-holder {
    top: 20px;
    left: 300px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-headline-holder {
    top: 0px;
    left: 0px;
    padding: 90px 20px 0px 20px;
    height: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.home-template-6 .home-page-headline-holder .home-page-headline {
  font-size: 12em;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .home-template-6 .home-page-headline-holder .home-page-headline {
    font-size: 10em;
  }
}
@media screen and (max-width: 991px) {
  .home-template-6 .home-page-headline-holder .home-page-headline {
    font-size: 6em;
  }
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-headline-holder .home-page-headline {
    font-size: 4em;
    line-height: 1;
    font-weight: 100;
  }
}
.home-template-6 .home-page-headline-holder .home-page-headline-button {
  margin: 20px 0 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-headline-holder .home-page-headline-button {
    position: absolute;
    bottom: 20px;
    margin: 0px;
    left: 7%;
    width: 86%;
    text-align: center;
    font-size: 2em;
  }
  .home-template-6 .home-page-headline-holder .home-page-headline-button.with-social {
    bottom: 55px;
  }
}
.home-template-6 .home-page-social {
  bottom: 60px;
  left: 65px;
}
@media screen and (max-width: 991px) {
  .home-template-6 .home-page-social {
    bottom: 20px;
    left: 50px;
  }
}
.home-template-6 .home-page-social a {
  display: block;
  color: #222;
  font-size: 1.6em;
  padding: 0;
}
.home-template-6 .home-page-social a span {
  color: #222;
}
.home-template-6 .home-page-social.with-text.with-icon-background a {
  background: transparent;
  padding: 0 10px;
}
.home-template-6 .home-page-social.with-text.with-icon-background a span {
  color: #222;
}
.home-template-6 .home-page-social.with-icon-background a {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-social.with-icon-background a {
    margin-bottom: 0 !important;
  }
}
.home-template-6 .home-page-social.with-icon-background.with-icon a {
  display: inline-block;
  margin: 0;
}
.home-template-6 .home-page-social.with-icon-background.with-icon a .fa,
.home-template-6 .home-page-social.with-icon-background.with-icon a .icon {
  color: #222 !important;
}
.home-template-6 .home-page-social.with-icon.with-text a {
  margin-left: -38px;
}
.home-template-6 .home-page-social.with-icon-background.with-icon.with-text a {
  display: block;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-social.with-icon-background.with-icon.with-text a {
    display: inline-block !important;
  }
}
.home-template-6 .home-page-social.with-icon-background.with-icon.with-text a span {
  color: #222;
}
.home-template-6 .home-page-social:before {
  display: block;
  content: ' ';
  position: absolute;
  top: -17px;
  left: -14px;
  width: 27px;
  height: 1px;
  background: #222;
}
@media screen and (max-width: 767px) {
  .home-template-6 .home-page-social:before {
    display: none;
  }
}
.home-template-7 {
  z-index: 999999;
  display: table;
}
@media screen and (max-width: 767px) {
  .home-template-7 .home-page-logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    background: #ffffff;
    z-index: 10300;
  }
}
.home-template-7 .home-page-logo {
  display: block;
  position: absolute;
  top: 55px;
  left: 75px;
  padding: 10px;
  z-index: 1060;
  max-width: 200px;
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .home-template-7 .home-page-logo {
    top: 40px;
    left: 40px;
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-7 .home-page-logo {
    display: block;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 10300;
    padding: 0;
  }
  .home-template-7 .home-page-logo img {
    height: 100%;
    width: auto;
  }
}
.home-template-7 .home-page-navigation {
  position: absolute;
  top: 55px;
  right: 34px;
  width: 260px;
  z-index: 1060;
  text-align: right;
  padding-right: 34px;
  border-right: 5px solid #ffffff;
}
@media screen and (max-width: 991px) {
  .home-template-7 .home-page-navigation {
    top: 40px;
    padding-right: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-7 .home-page-navigation {
    top: 0px;
  }
  .home-template-7 .home-page-navigation div {
    border-top: 1px solid #222;
    padding-top: 15px;
  }
}
.home-template-7 .home-page-navigation a {
  display: block;
  color: #ffffff;
  padding: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
}
@media screen and (max-width: 991px) {
  .home-template-7 .home-page-navigation a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .home-template-7 .home-page-navigation a {
    display: block;
    background: #ffffff;
    color: #222;
    padding: 15px 0px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}
.home-template-7 .home-page-navigation a.logo {
  display: none;
}
.home-template-7 .home-page-navigation a:last-child {
  margin-bottom: 0;
}
.home-template-7 .home-page-navigation a span {
  background: none;
  padding: 0;
}
.home-template-7 .home-page-headline-holder {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 20%;
  z-index: 1055;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .home-template-7 .home-page-headline-holder {
    width: 100%;
    height: 100%;
    padding: 60px 20px 0 20px;
    margin: 0;
    top: 0;
    left: 0;
  }
}
.home-template-7 .home-page-headline-holder .home-page-headline {
  text-align: center;
  font-size: 8em;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .home-template-7 .home-page-headline-holder .home-page-headline {
    font-size: 5em;
    line-height: 1em;
  }
}
@media screen and (max-width: 767px) {
  .home-template-7 .home-page-headline-holder .home-page-headline {
    font-size: 4em;
    line-height: 1;
  }
}
.home-template-7 .home-page-headline-button {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 40px auto 0 auto;
}
.home-template-7 .home-page-social {
  position: absolute;
  bottom: 50px;
  left: 58px;
  z-index: 1060;
}
@media screen and (max-width: 991px) {
  .home-template-7 .home-page-social {
    bottom: 30px;
    left: 20px;
  }
}
.home-template-7 .home-page-social a {
  display: inline-block;
  font-weight: 700;
  opacity: .6;
}
.home-template-7 .home-page-social a:hover {
  opacity: 1;
}
.home-template-8 {
  z-index: 999999;
}
.home-template-8 .home-page-background-pattern {
  border: 30px solid #ffffff;
}
@media screen and (max-width: 1199px) {
  .home-template-8 .home-page-background-pattern {
    border-width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-8 .home-page-background-pattern {
    border-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-background-pattern {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-logo-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: transparent;
    z-index: 10300;
  }
}
.home-template-8 .home-page-logo {
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 1060;
  margin-left: -250px;
  max-width: 500px;
  width: 500px;
  height: 150px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-template-8 .home-page-logo {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-logo {
    display: block;
    height: 50px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 10300;
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-template-8 .home-page-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
.home-template-8 .home-page-navigation-switch {
  display: none;
}
.home-template-8 .home-page-navigation {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  z-index: 1060;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .home-template-8 .home-page-navigation {
    bottom: 60px;
    top: auto;
  }
  .home-template-8 .home-page-navigation.with-social {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-navigation {
    bottom: 0;
    top: auto;
    max-height: 80%;
    padding: 20px !important;
    height: auto;
    background: transparent;
  }
  .home-template-8 .home-page-navigation.with-social {
    bottom: 20px;
  }
}
.home-template-8 .home-page-navigation a {
  display: inline-block;
  color: #ffffff;
  margin: 10px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .home-template-8 .home-page-navigation a {
    font-size: 1.2em;
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-navigation a {
    display: block;
    text-align: center;
    margin: 0px;
    background: transparent;
  }
}
.home-template-8 .home-page-navigation a.logo {
  display: none;
}
.home-template-8 .home-page-navigation a span {
  background: none;
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-navigation a span {
    padding: 13px 0;
  }
}
.home-template-8 .home-page-headline-holder {
  text-align: center;
  position: absolute;
  top: 41%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-template-8 .home-page-headline-holder {
    top: 120px;
  }
}
.home-template-8 .home-page-headline {
  display: none;
}
.home-template-8 .home-page-social {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1060;
}
@media screen and (max-width: 991px) {
  .home-template-8 .home-page-social {
    bottom: 40px;
  }
}
.home-template-8 .home-page-social a {
  display: inline-block;
  margin: 0 15px;
  font-weight: 700;
}
.home-template-9 {
  z-index: 999999;
  min-height: 100%;
  height: auto;
}
.home-template-9 .home-page-background-pattern {
  border: 30px solid #ffffff;
}
@media screen and (max-width: 1199px) {
  .home-template-9 .home-page-background-pattern {
    border-width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-background-pattern {
    border-width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-background-pattern {
    border: 0;
  }
}
.home-template-9 .home-page-navigation-switch {
  display: none;
}
.home-template-9 .home-page-logo {
  display: block;
  position: absolute;
  top: 90px;
  left: 110px;
  z-index: 1060;
  width: auto;
  height: 120px;
}
@media screen and (max-width: 1199px) {
  .home-template-9 .home-page-logo {
    top: 70px;
    left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-logo {
    top: 50px;
    left: 70px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-logo {
    display: none;
  }
}
.home-template-9 .home-page-logo img {
  max-height: 100%;
}
.home-template-9 .home-page-navigation {
  position: absolute;
  bottom: 85px;
  left: 110px;
  width: 300px;
  z-index: 1060;
  display: block !important;
}
@media screen and (max-width: 1199px) {
  .home-template-9 .home-page-navigation {
    bottom: 65px;
    left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-navigation {
    bottom: 45px;
    left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-navigation {
    bottom: 0;
    left: 0;
    top: auto;
    padding: 0 20px !important;
    width: 90% !important;
    max-height: 100%;
    height: auto;
    background: none;
    margin: 20px 0 10px 0;
  }
  .home-template-9 .home-page-navigation.with-social {
    margin-bottom: 50px;
  }
}
.home-template-9 .home-page-navigation a {
  display: block;
  color: #ffffff;
  padding: 5px 0;
  margin: 0;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-navigation a {
    font-size: 1.4em;
    line-height: 1;
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-navigation a {
    padding: 0;
    text-align: left;
    font-weight: 400;
  }
}
.home-template-9 .home-page-navigation a.logo {
  display: none;
}
.home-template-9 .home-page-navigation a:last-child {
  border-bottom: 0;
}
.home-template-9 .home-page-navigation a span {
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-navigation a span {
    display: block;
    padding: 10px 0;
    text-transform: none;
  }
}
.home-template-9 .home-page-headline-holder {
  position: absolute;
  top: 210px;
  left: 110px;
  right: 110px;
  z-index: 1060;
  max-width: 60%;
}
@media screen and (max-width: 1199px) {
  .home-template-9 .home-page-headline-holder {
    top: 150px;
    left: 90px;
    right: 90px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-headline-holder {
    top: 130px;
    left: 70px;
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-headline-holder {
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    position: relative;
    padding: 0 20px;
  }
}
.home-template-9 .home-page-headline-holder .home-page-headline {
  font-size: 10em;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .home-template-9 .home-page-headline-holder .home-page-headline {
    font-size: 8em;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-headline-holder .home-page-headline {
    font-size: 5em;
  }
}
@media screen and (max-width: 767px) {
  .home-template-9 .home-page-headline-holder .home-page-headline {
    font-size: 4em;
    font-weight: 700;
  }
}
.home-template-9 .home-page-headline-button {
  display: none;
}
.home-template-9 .home-page-social {
  position: absolute;
  bottom: 90px;
  right: 100px;
  z-index: 1060;
}
@media screen and (max-width: 1199px) {
  .home-template-9 .home-page-social {
    bottom: 65px;
    right: 90px;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-social {
    bottom: 60px;
    right: 70px;
  }
}
.home-template-9 .home-page-social a {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-social.with-text a span.text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home-template-9 .home-page-social.with-text a span.fa,
  .home-template-9 .home-page-social.with-text a span.icon {
    margin: 0 0 0 10px;
  }
}
.home-template-10 {
  z-index: 999999;
  min-height: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-logo-holder {
    display: block;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 9999;
  }
  .home-template-10 .home-page-logo-holder .home-page-logo {
    display: block;
    height: 30px;
    max-width: 80%;
  }
  .home-template-10 .home-page-logo-holder .home-page-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-navigation-switch {
    color: #ffffff;
    top: 20px;
  }
}
.home-template-10 .home-page-navigation {
  position: absolute;
  bottom: 60px;
  right: 0px;
  width: 300px;
  z-index: 1060;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-navigation {
    background: none;
    padding-top: 60px !important;
  }
  .home-template-10 .home-page-navigation.show-navigation {
    padding-bottom: 20px !important;
  }
}
.home-template-10 .home-page-navigation a {
  display: block;
  color: #ffffff;
  padding: 7px 10px;
  font-weight: 700;
  margin: 5px 40px 0 0;
}
@media screen and (max-width: 991px) {
  .home-template-10 .home-page-navigation a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-navigation a {
    background: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0;
  }
}
.home-template-10 .home-page-navigation a.logo {
  margin: 0;
  padding: 10px 50px 20px 13px;
  border-bottom: 1px solid #ffffff;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .home-template-10 .home-page-navigation a.logo {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-navigation a.logo {
    display: none;
  }
}
.home-template-10 .home-page-navigation a:last-child {
  border-bottom: 0;
}
.home-template-10 .home-page-navigation a span {
  background: none;
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-navigation a span {
    padding: 15px 0;
    display: block;
  }
}
.home-template-10 .home-page-headline-holder {
  display: block;
  position: absolute;
  z-index: 1060;
  top: 60px;
  left: 80px;
  max-width: 50%;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 991px) {
  .home-template-10 .home-page-headline-holder {
    left: 40px;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-headline-holder {
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    padding: 70px 20px 20px 20px;
    height: auto;
  }
  .home-template-10 .home-page-headline-holder.hide-headline {
    opacity: 0;
  }
}
.home-template-10 .home-page-headline {
  font-size: 11em;
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .home-template-10 .home-page-headline {
    font-size: 8em;
  }
}
@media screen and (max-width: 991px) {
  .home-template-10 .home-page-headline {
    font-size: 6em;
  }
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-headline {
    font-size: 4em;
    line-height: 1;
    margin: 3px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .home-template-10 .home-page-headline-button {
    bottom: 20px;
    position: fixed;
    text-align: center;
    left: 7%;
    width: 86%;
  }
  .home-template-10 .home-page-headline-button.with-social {
    bottom: 55px;
  }
}
.home-template-10 .home-page-social {
  bottom: 68px;
  left: 63px;
}
@media screen and (max-width: 991px) {
  .home-template-10 .home-page-social {
    left: 30px;
    bottom: 38px;
  }
}
.home-template-10 .home-page-social.with-text a {
  padding: 7px 10px;
  margin-left: 12px;
}
.home-template-11 {
  z-index: 999999;
  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-template-11 .home-page-background-image {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-template-11 .home-page-logo-holder {
  z-index: 2;
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.home-template-11 .home-page-logo-holder .home-page-logo {
  display: inline;
}
.home-template-11 .home-page-navigation-buttons {
  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;
  padding: 47px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-template-11 .home-page-navigation-buttons .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-template-11 .home-page-navigation-buttons .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-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item img > * {
  position: relative;
}
.home-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item img:hover,
.home-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item img:focus {
  background-color: rgba(0, 0, 0, 0);
}
.home-template-11 .home-page-navigation-buttons .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-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item img:not(:active):after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
.home-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item img:after,
.home-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item img:focus:after {
  visibility: visible;
}
.home-template-11 .home-page-navigation-buttons .home-page-navigation-buttons-item p {
  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);
}
body.ui-state-showImage {
  background-color: #f3f3f3;
}
body .app-page-wrap > [ui-view].top-margin {
  margin-top: 80px;
}
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;
}
.stop-subtitle-config {
  padding-bottom: 20px;
}
.stop-subtitle-config h3 {
  font-family: proxima-nova;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  word-break: break-word;
  white-space: normal;
}
.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-stopDetailsObsolete,
body.ui-state-eventDetails {
  overflow-x: hidden;
  font-size: 10px;
}
body.ui-state-stopDetails .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-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-stopDetailsObsolete .stop,
  body.ui-state-eventDetails .stop {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  body.ui-state-stopDetails .stop,
  body.ui-state-stopDetailsObsolete .stop,
  body.ui-state-eventDetails .stop {
    padding-top: 80px;
  }
}
body.ui-state-stopDetails .stop-details,
body.ui-state-stopDetailsObsolete .stop-details,
body.ui-state-eventDetails .stop-details {
  color: #000000;
  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);
}
body.ui-state-stopDetails .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;
  color: #000000;
}
body.ui-state-stopDetails .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-stopDetailsObsolete .stop-details h2,
body.ui-state-eventDetails .stop-details h2,
body.ui-state-stopDetails .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-stopDetailsObsolete .stop-details h3,
body.ui-state-eventDetails .stop-details h3,
body.ui-state-stopDetails .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-stopDetailsObsolete .stop-details h5,
body.ui-state-eventDetails .stop-details h5,
body.ui-state-stopDetails .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-stopDetailsObsolete .stop-details.detail-page,
body.ui-state-eventDetails .stop-details.detail-page {
  padding: 30px;
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  body.ui-state-stopDetails .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-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;
  margin: 0px -30px;
}
body.ui-state-stopDetails .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-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-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-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-stopDetailsObsolete .stop-details.detail-page .stop-content,
body.ui-state-eventDetails .stop-details.detail-page .stop-content {
  margin: 0 auto;
  padding: 40px 24px;
  float: none;
}
body.ui-state-stopDetails .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-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 .stop-subtitle,
body.ui-state-stopDetailsObsolete .stop-details.detail-page .stop-content .stop-header .stop-subtitle,
body.ui-state-eventDetails .stop-details.detail-page .stop-content .stop-header .stop-subtitle {
  padding-bottom: 8px;
}
body.ui-state-stopDetails .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-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-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 * {
  all: inherit;
}
body.ui-state-stopDetails .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.3;
  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-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-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 * {
  all: inherit;
}
body.ui-state-stopDetails .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-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 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;
  all: inherit;
}
body.ui-state-stopDetails .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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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;
}
body.ui-state-stopDetails .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-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-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;
  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.DynamicHtml,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button.DynamicHtml,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button.DynamicHtml {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
buttonbody.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button,
buttonbody.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button,
buttonbody.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > .vue-slider-rail,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > .vue-slider-rail,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button > .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;
}
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-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-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-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: rgba(0, 0, 0, 0);
}
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-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-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-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-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,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button .fa,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button .fa,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-next-clue .scavenger-hunt-next-clue-button .fa {
  font-size: 12px;
  line-height: 40px;
  color: #888888;
  width: 40px;
  height: 40px;
}
body.ui-state-stopDetails .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-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;
  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.DynamicHtml,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button.DynamicHtml,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button.DynamicHtml {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
buttonbody.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button,
buttonbody.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button,
buttonbody.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > .vue-slider-rail,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > .vue-slider-rail,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button > .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;
}
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-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-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-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: rgba(0, 0, 0, 0);
}
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-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-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-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-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,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button .fa,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button .fa,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-hunt-photo-clue-save .scavenger-hunt-next-clue-button .fa {
  font-size: 12px;
  line-height: 40px;
  color: #888888;
  width: 40px;
  height: 40px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #f3f3f3;
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  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;
  display: -webkit-box;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay *,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay *,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay * {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay i,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay i,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay i,
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay .fa,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay .fa,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay .fa {
  font-size: 40px;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay p,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay p,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay p {
  text-transform: uppercase;
}
body.ui-state-stopDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay.completed,
body.ui-state-stopDetailsObsolete .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay.completed,
body.ui-state-eventDetails .stop-details.detail-page.scavenger-hunt-page .stop-picture .scavenger-completed-picture-overlay.completed {
  opacity: 0.8;
}
body.ui-state-stopDetails .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-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-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-stopDetailsObsolete .stop-details .stop-picture,
body.ui-state-eventDetails .stop-details .stop-picture {
  text-align: center;
  background-color: #161616;
}
@media (max-width: 767px) {
  body.ui-state-stopDetails .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-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-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-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-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-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-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-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 .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-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-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-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-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-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,
body.ui-state-stopDetailsObsolete .stop-details .stop-content .stop-header .stop-subtitle,
body.ui-state-eventDetails .stop-details .stop-content .stop-header .stop-subtitle {
  padding-bottom: 20px;
}
body.ui-state-stopDetails .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-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-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-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: #222;
  height: 3px;
  width: 32px;
}
body.ui-state-stopDetails .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 {
  margin-top: 10px;
  color: #808080;
  font-weight: 400;
}
body.ui-state-stopDetails .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-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: block;
  position: relative;
  padding: 6px 14px 6px 10px;
  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: #2ecc71;
  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-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 {
  color: #ffffff;
  background-color: #2ecc71;
}
body.ui-state-stopDetails .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 4px 10px;
}
body.ui-state-stopDetails .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 {
  font-size: 21px;
  bottom: -2px;
  display: block;
  position: relative;
}
body.ui-state-stopDetails .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-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;
  all: inherit;
}
body.ui-state-stopDetails .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-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-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,
body.ui-state-stopDetailsObsolete .stop-details.quick-stop-details-page,
body.ui-state-eventDetails .stop-details.quick-stop-details-page {
  margin: 80px 0px 15px 0px;
}
body.ui-state-stopDetails .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-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-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-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-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-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-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-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 .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-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-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-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-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;
  }
}
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 {
  padding: 24px 12px 3px;
  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;
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
  font-weight: 400;
  -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);
}
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;
}
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: 15px;
  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 */
}
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 {
  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 #080808;
  }
}
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-experienceDetails,
body.ui-state-experienceDetailsObsolete {
  min-height: auto;
}
.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: #333333;
  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(51, 51, 51, 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: #cccccc;
}
@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 #cccccc;
  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: #ff006f;
  border: 4px solid #ff006f;
  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: #cccccc;
}
.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 #cccccc;
  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: #ff006f;
  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: #cccccc;
}
.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: #cccccc;
}
@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: #333333;
  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: #cccccc;
}
@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: #333333;
  border-radius: 50%;
  border: 2px solid #333333;
  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;
  }
}
.experience-details-intro-panel-body-text-config > *,
#experience-details-masonry-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text > *,
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text > *,
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text > * {
  font-family: proxima-nova;
  font-size: 10px;
  line-height: 1;
  color: #000000;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
.experience-details-intro-panel-title-config h1,
#experience-details-masonry-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-title h1,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-intro-panel-title h1,
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-title h1,
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-title h1 {
  font-family: Verdana;
  font-size: 10px;
  line-height: 1;
  color: #808080;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
}
.experience-details-masonry-gallery-tombstone-title-config h1,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title h1,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-title h1 {
  font-family: Verdana;
  font-size: 20px;
  line-height: 0.7;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  color: inherit;
}
.experience-details-masonry-gallery-tombstone-body-text-config > *,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text > *,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * {
  font-family: proxima-nova;
  font-size: 20px;
  line-height: 0.7;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  margin-top: 4px;
  color: inherit;
}
.experience-details-masonry-gallery-tombstone-body-text-config > * > *:not(.youtube-integration),
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text > * > *:not(.youtube-integration),
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * > *:not(.youtube-integration) {
  font-family: proxima-nova;
  font-size: 20px;
  line-height: 0.7;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  margin-top: 4px;
  color: inherit;
}
.experience-details-masonry-gallery-tombstone-body-text-config > * > *:not(.youtube-integration) *:not(.fa):not(.play),
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text > * > *:not(.youtube-integration) *:not(.fa):not(.play),
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * > *:not(.youtube-integration) *:not(.fa):not(.play) {
  font-family: proxima-nova;
  font-size: 20px;
  line-height: 0.7;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  margin-top: 4px;
  color: inherit;
}
.experience-details-masonry-gallery-tombstone-body-text-config > * > span:not(.youtube-integration),
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text > * > span:not(.youtube-integration),
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * > span:not(.youtube-integration) {
  font-size: inherit;
  line-height: inherit;
}
#experience-details-masonry-page {
  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-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#experience-details-masonry-page .main-container {
  margin: 0px;
  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;
}
#experience-details-masonry-page .main-container .experience-details-intro-panel {
  border-radius: 5px;
  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;
  background-color: #eeeeee;
  overflow: hidden;
  padding: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#experience-details-masonry-page .main-container .experience-details-intro-panel .__view {
  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: var(--masonryIntroPanelJustifyContent);
      -ms-flex-pack: var(--masonryIntroPanelJustifyContent);
          justify-content: var(--masonryIntroPanelJustifyContent);
}
#experience-details-masonry-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box {
  background-color: #f3f3f3;
  background-image: none;
}
#experience-details-masonry-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-title {
  margin-bottom: 16px;
}
#experience-details-masonry-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text :first-child {
  margin-top: 0px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery {
  padding: 30px;
  overflow: visible;
  margin: 0px;
  position: relative;
  height: 100%;
  width: 100%;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container {
  position: absolute;
  overflow: auto;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  #experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .mCSB_container.hasVBar .__view,
  #experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .__vuescroll.hasVBar .__view {
    padding-right: 15px !important;
  }
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .mCSB_container .__view,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .__vuescroll .__view {
  padding: var(--masonryPaddingAroundPage);
  overflow: visible;
}
@media (max-width: 575px) {
  #experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .mCSB_container .__view,
  #experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .__vuescroll .__view {
    width: 100% !important;
  }
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid {
  border: none;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column {
  margin: 0px;
  margin-left: var(--masonryPaddingAroundCard);
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column:first-child {
  margin-left: 0;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card {
  margin: 0px;
  margin-bottom: var(--masonryPaddingAroundCard);
  border: none;
  overflow: hidden;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card:last-child {
  margin-bottom: 0;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card > span {
  display: none;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .hero-item-marker {
  display: none;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone {
  position: relative;
  display: none;
  background-color: #ffffff;
  padding: 16px;
  color: #383838;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone.line-separator:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e8e7e8;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title p,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title blockquote,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title h1,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title h2,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title h3,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title h4,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title h5,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-title span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text p,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text blockquote,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text h1,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text h2,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text h3,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text h4,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text h5,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text b {
  font-weight: bold;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text :first-child {
  margin-top: 0px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text .image-holder *,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text .video-holder *,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone .experience-details-masonry-gallery-tombstone-body-text .audio-holder .embed-holder * {
  margin-top: 0 !important;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card .masonry-item-link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item img {
  display: none;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .DynamicHtml .image-holder img {
  display: inline;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text {
  background-color: transparent;
  padding: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
}
@media (max-width: 575px) {
  #experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .__view {
  padding: 0;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text {
  margin-top: 24px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * > *:not(.youtube-integration) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > * > *:not(.youtube-integration) *:not(.fa):not(.play) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > p {
  margin-top: 4px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text > *:first-child {
  margin-top: 0px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text .image-holder,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text .video-holder,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text .audio-holder .embed-holder {
  margin-top: 0 !important;
  line-height: 0 !important;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text .image-holder *,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text .video-holder *,
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .experience-details-masonry-gallery-introitem-text .experience-details-masonry-gallery-introitem-body-text .audio-holder .embed-holder * {
  margin-top: 0 !important;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.intro-item .masonry-item-link {
  display: none;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.hero-item {
  border: 4px solid #ff9800;
  border-radius: 0px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.hero-item .hero-item-marker {
  display: block;
  border-top: 80px solid #ff9800;
  border-left: 80px solid transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  background-color: transparent;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.hero-item .card-icon {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #ffffff;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 22px;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column .card.hero-item .experience-details-masonry-gallery-tombstone {
  padding: 24px;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container.experience-details-masonry-gallery-with-tombstone .deckgrid .column .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery .deckgrid-container.experience-details-masonry-gallery-with-tombstone .deckgrid .column .card .experience-details-masonry-gallery-tombstone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll .deckgrid-container .__view {
  height: 100%;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll .deckgrid-container .deckgrid {
  height: 100%;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll .deckgrid-container .deckgrid .column {
  height: calc(100vh - 60px - var(--navbar-height));
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll .deckgrid-container .deckgrid .column .card {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll .deckgrid-container .deckgrid .column .card .experience-details-masonry-gallery-tombstone {
  position: sticky;
  bottom: 0;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll.without-navbar .deckgrid-container .deckgrid .column {
  height: calc(100vh - 60px);
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll.with-top-intro .deckgrid-container .deckgrid .column {
  height: calc(100vh - 390px - var(--navbar-height));
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery.no-scroll.without-navbar.with-top-intro .deckgrid-container .deckgrid .column {
  height: calc(100vh - 390px);
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery [ng-transclude] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#experience-details-masonry-page .main-container .experience-details-masonry-gallery [ng-transclude] .deckgrid-container {
  overflow: hidden;
}
#experience-details-masonry-page.intro-text-top {
  overflow: auto;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
#experience-details-masonry-page.intro-text-top .main-container {
  display: block;
}
#experience-details-masonry-page.intro-text-top .main-container .experience-details-intro-panel {
  margin: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  height: auto;
}
#experience-details-masonry-page.intro-text-top .main-container .experience-details-intro-panel .experience-details-intro-panel-body-text {
  margin-top: 24px;
}
#experience-details-masonry-page.intro-text-top .main-container .experience-details-masonry-gallery {
  height: auto;
}
#experience-details-masonry-page.intro-text-top .main-container .experience-details-masonry-gallery .deckgrid-container {
  margin: 0px -30px 30px -30px;
  position: static;
  height: auto;
}
#experience-details-masonry-page.intro-text-top .main-container .experience-details-masonry-gallery .deckgrid-container .deckgrid .column:first-of-type {
  margin-left: 0px;
}
#experience-details-masonry-page.intro-text-top .main-container .experience-details-masonry-gallery .deckgrid-container .mCSB_container_wrapper {
  position: static;
}
#experience-details-masonry-page.intro-text-left {
  background-color: #000;
}
@media (max-width: 767px) {
  #experience-details-masonry-page.intro-text-left {
    overflow: auto;
  }
}
#experience-details-masonry-page.intro-text-left .main-container {
  height: 100%;
}
@media (max-width: 767px) {
  #experience-details-masonry-page.intro-text-left .main-container {
    display: block;
  }
}
#experience-details-masonry-page.intro-text-left .main-container .experience-details-intro-panel {
  height: calc(100% - 60px);
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#experience-details-masonry-page.intro-text-left .main-container .experience-details-intro-panel .experience-details-intro-panel-body-text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  #experience-details-masonry-page.intro-text-left .main-container .experience-details-intro-panel {
    padding: 30px;
    margin: 30px 30px 0;
    width: calc(100% - 60px) !important;
    height: auto;
    max-width: calc(100% - 60px) !important;
  }
  #experience-details-masonry-page.intro-text-left .main-container .experience-details-intro-panel .__panel.__hidebar {
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  #experience-details-masonry-page.intro-text-left .main-container .experience-details-masonry-gallery .deckgrid-container {
    position: static;
    height: auto;
  }
  #experience-details-masonry-page.intro-text-left .main-container .experience-details-masonry-gallery .deckgrid-container .mCSB_container_wrapper {
    position: static;
  }
}
#experience-details-masonry-page.intro-text-first-item .experience-details-masonry-gallery-introitem-text {
  width: 100% !important;
}
.experience-details-column-side-scroll-page-body-text > .experience-details-intro-panel-title > h1[style] {
  word-break: keep-all !important;
  margin: 0 !important;
}
.experience-details-column-side-scroll-page-body-text > .experience-details-intro-panel-title {
  margin: 0 !important;
}
.experience-details-column-side-scroll-page-body-text > *:first-child {
  margin-top: 0 !important;
}
.experience-details-column-side-scroll-page-title-config h1 {
  font-family: Verdana;
  font-size: 10px;
  line-height: 1;
  color: #808080;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
}
.experience-details-column-side-scroll-page-body-text-config,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text {
  font-family: proxima-nova;
  font-size: 10px;
  line-height: 1;
}
.experience-details-column-side-scroll-page-body-text-config > *,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * {
  color: inherit;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  margin-top: 16px;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.experience-details-column-side-scroll-page-body-text-config > * > *:not(.youtube-integration),
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * > *:not(.youtube-integration) {
  color: inherit;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  margin-top: 16px;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.experience-details-column-side-scroll-page-body-text-config > * > *:not(.youtube-integration) *:not(.fa):not(.play),
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * > *:not(.youtube-integration) *:not(.fa):not(.play) {
  color: inherit;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  margin-top: 16px;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.experience-details-intro-panel-text-box .DynamicHtml.experience-details-column-side-scroll-page-body-text > .experience-details-intro-panel-title * {
  margin-top: 0 !important;
}
#experience-details-column-side-scroll-page {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#experience-details-column-side-scroll-page .experience-details-column-side-custom-scrollbar {
  position: relative;
  height: 100%;
}
#experience-details-column-side-scroll-page .experience-details-column-side-custom-scrollbar .__view {
  height: 100%;
}
#experience-details-column-side-scroll-page .experience-details-column-side-scroll-page-container {
  position: relative;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  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-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-flex;
}
#experience-details-column-side-scroll-page .experience-details-column-side-scroll-page-container > [ng-transclude] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience-details-column-side-scroll-page-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  vertical-align: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
}
@media (max-width: 575px) {
  .experience-details-column-side-scroll-page-item {
    margin: 0 !important;
    width: 100vw !important;
    -ms-flex-preferred-size: 100vw !important;
        flex-basis: 100vw !important;
  }
}
.experience-details-column-side-scroll-page-item .experience-details-panel-text-box-wrap {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box {
  padding: 40px;
  white-space: normal;
  background: transparent;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box.experience-details-intro-panel-text-box-scrollable {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box.experience-details-intro-panel-text-box-scrollable {
    overflow: auto;
  }
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box.experience-details-intro-panel-text-box-scrollable .experience-details-intro-panel-text-box-wrap {
  padding: 40px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-intro-panel-title h1 {
  margin: 0px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-intro-panel-title h1 * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text {
  display: inline-block;
  width: 100%;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text.withoutTitle > *:first-child {
  margin-top: 0;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * > *:not(.youtube-integration) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * > *:not(.youtube-integration) *:not(.fa):not(.play) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-top: 16px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .image-holder,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .video-holder,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .audio-holder,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .embed-holder {
  margin: 0 !important;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .image-holder *:not(.vjs-big-play-button),
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .video-holder *:not(.vjs-big-play-button),
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .audio-holder *:not(.vjs-big-play-button),
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .embed-holder *:not(.vjs-big-play-button) {
  margin: 0 !important;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .image-holder .vjs-big-play-button,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .video-holder .vjs-big-play-button,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .audio-holder .vjs-big-play-button,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text > * .embed-holder .vjs-big-play-button {
  margin: -32px 0 0 -32px !important;
  line-height: 64px !important;
  width: 64px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text .video-holder,
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-text-box .experience-details-column-side-scroll-page-body-text .youtube-integration {
  position: relative;
  z-index: 1;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-learn-more {
  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;
  margin-top: 16px;
  font-size: 10px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-learn-more * {
  text-align: inherit;
  font-size: inherit;
  line-height: 1.2;
  color: inherit;
  word-break: break-word;
  white-space: normal;
  margin: 0px;
  font-weight: inherit;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-learn-more p {
  font-family: inherit;
  margin-right: 10px;
}
.experience-details-column-side-scroll-page-item .experience-details-intro-panel-learn-more .fullwidth {
  width: 100%;
}
.experience-details-intro-panel-text-box-wrap {
  padding-right: 8px;
}
#experience-details-timeline-page {
  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;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  #experience-details-timeline-page {
    padding-bottom: 0 !important;
  }
}
#experience-details-timeline-page .main-container {
  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;
  background-color: #f3f3f3;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#experience-details-timeline-page .main-container > [ng-transclude] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  max-height: 100%;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .__vuescroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box {
  background-color: #f3f3f3;
  background-image: none;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-title {
  margin-bottom: 16px;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text :first-child {
  margin-top: 0px;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text .experience-details-intro-panel-title:first-child > *:not(.youtube-integration) {
  margin: 0 0 18px;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text .experience-details-intro-panel-title:first-child > *:not(.youtube-integration) *:not(.fa):not(.play):not(img) {
  margin: 0 0 18px;
}
#experience-details-timeline-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text .experience-details-intro-panel-title:first-child > *:not(.youtube-integration) img {
  margin: 0;
}
#experience-details-timeline-page.hide-router-view .main-container.router-view {
  display: none;
}
.experience-details-column-side-scroll-page-body-text > .experience-details-intro-panel-title > h1[style] {
  word-break: keep-all !important;
  margin: 0 !important;
}
.experience-details-column-side-scroll-page-body-text > .experience-details-intro-panel-title {
  margin: 0 !important;
}
#experience-details-bottom-scroll-page {
  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;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  #experience-details-bottom-scroll-page {
    padding-bottom: 0 !important;
  }
}
#experience-details-bottom-scroll-page .main-container {
  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;
  background-color: #f3f3f3;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  max-height: 100%;
}
@media (max-width: 575px) {
  #experience-details-bottom-scroll-page .main-container .experience-details-intro-panel {
    overflow: auto;
    display: block;
  }
}
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel .__vuescroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box {
  background-color: #f3f3f3;
  background-image: none;
}
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-title {
  margin-bottom: 16px;
}
#experience-details-bottom-scroll-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box .experience-details-intro-panel-body-text :first-child {
  margin-top: 0px;
}
#experience-details-bottom-scroll-page .VideojsPlayer.fullscreen .vjs_video_3-dimensions.vjs-fluid {
  padding-top: 56.25%;
}
#experience-details-bottom-scroll-page.hide-router-view .main-container.router-view {
  display: none;
}
#experience-list-attract-screen-page {
  position: fixed;
  right: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#experience-list-attract-screen-page .main-container {
  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-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#experience-list-attract-screen-page .main-container video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
}
#experience-list-attract-screen-page .main-container .intro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#experience-list-attract-screen-page .main-container .intro-panel {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#experience-list-attract-screen-page .bottom {
  bottom: 0px;
}
#experience-list-attract-screen-page .top {
  top: 0px;
}
#experience-list-attract-screen-page .full-screen {
  height: 100%;
  width: 100%;
  position: fixed;
}
#experience-list-attract-screen-page .on-top {
  z-index: 2;
}
.bottom {
  bottom: 0px;
}
.top {
  top: 0px;
}
#attractVideo {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
#experience-list-attract-screen-button-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-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 2;
  width: 100%;
}
#experience-list-attract-screen-button-container .experience-list-attract-screen-button {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#experience-list-attract-screen-button-container .experience-list-attract-screen-button a {
  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;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#experience-list-attract-screen-button-container .experience-list-attract-screen-button .icon-container {
  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: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #00A6F1;
  color: #ffffff;
  font-size: 20px;
}
#experience-list-attract-screen-button-container .experience-list-attract-screen-button .icon-container i {
  font-size: inherit;
  color: inherit;
}
#experience-list-attract-screen-button-container .experience-list-attract-screen-button .text-container {
  max-height: calc(100vh - 80px);
}
#experience-list-attract-screen-button-container.bottom {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 900px) {
  .experience-list-attract-screen-button {
    padding: 40px;
  }
  .experience-list-attract-screen-button .text-padding {
    padding-top: 24px;
  }
  .experience-list-attract-screen-button .text-item {
    font-size: calc(76%) !important;
    line-height: calc(64%) !important;
  }
  .experience-list-attract-screen-button .icon-container {
    font-size: 1.550em !important;
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .experience-list-attract-screen-button {
    padding: 32px;
  }
  .experience-list-attract-screen-button .text-padding {
    padding-top: 16px;
  }
  .experience-list-attract-screen-button .text-item {
    font-size: calc(63.08%) !important;
    line-height: calc(64%) !important;
  }
  .experience-list-attract-screen-button .icon-container {
    font-size: 1.1995em !important;
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .experience-list-attract-screen-button {
    padding: 24px;
  }
  .experience-list-attract-screen-button .text-padding {
    padding-top: 8px;
  }
  .experience-list-attract-screen-button .text-item {
    font-size: calc(50.16%) !important;
    line-height: calc(64%) !important;
  }
  .experience-list-attract-screen-button .icon-container {
    font-size: .7995em !important;
    width: 25px !important;
    height: 25px !important;
  }
}
.ar-hotspot-template-holder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
}
.ar-hotspot-template-holder .ar-hotspot-template-container {
  position: relative;
  height: 100%;
}
.ar-hotspot-template-holder .ar-hotspot-template {
  position: relative;
  height: 100%;
  padding: 0 8.33333333%;
}
.ar-hotspot-template-holder .ar-hotspot-content-holder,
.ar-hotspot-template-holder .ar-hotspot-images-holder {
  position: relative;
  height: 100%;
  margin: 0;
  float: left;
}
.ar-hotspot-template-holder .ar-hotspot-content-holder {
  background-color: rgba(255, 255, 255, 0.8);
  width: 40%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder {
  padding: 64px 32px;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.left {
  width: 40%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.left.media-container-width-normal {
  margin-left: 20%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.left.media-container-width-wide {
  margin-left: 0%;
  width: 60%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.right {
  width: 40%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.right.media-container-width-wide {
  width: 60%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder .col.col-md-6.col-sm-6.col-xs-6,
.ar-hotspot-template-holder .ar-hotspot-images-holder .col.col-md-4.col-sm-4.col-xs-6 {
  width: 100%;
  float: none;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder img {
  max-width: 100%;
  max-height: 100%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder .img {
  margin-bottom: 10px;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder .img a {
  display: block;
  width: 100%;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder .img img {
  max-width: 100%;
  border: 2px solid white;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder .caption {
  display: none;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.allign-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.allign-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ar-hotspot-template-holder .ar-hotspot-images-holder.allign-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ar-hotspot-template-holder .ar-hotspot-content {
  position: relative;
  height: 100%;
  padding: 64px 32px 32px 32px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-title {
  color: #c36040;
  margin: 0 0 24px 0;
}
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-title * {
  text-align: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content > *:not(.video-holder) {
  text-align: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 16px;
}
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content .image-holder,
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content .video-holder {
  display: block;
  margin: 24px 0px;
}
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content .image-holder .image-caption,
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content .video-holder .image-caption {
  padding: 0px;
  margin-top: 16px;
}
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content .image-holder .image-caption > *:last-child,
.ar-hotspot-template-holder .ar-hotspot-content .ar-hotspot-content-content .video-holder .image-caption > *:last-child {
  margin-bottom: 0 !important;
}
.ar-hotspot-template-holder .ar-hotspot-content img {
  max-width: 100%;
}
.ar-hotspot-template-holder .ar-hotspot-back-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 56px;
  height: 56px;
  background: white;
  text-align: center;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  z-index: 900;
  -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);
}
.ar-hotspot-template-holder .ar-hotspot-back-button i {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  padding-top: 13px;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template {
  position: relative;
  padding: 0 8.3%;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .ar-hotspot-images-holder-full-height {
  padding: 0px;
  position: relative;
  margin: 0px;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .ar-hotspot-images-holder-full-height img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: none;
  max-width: none;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .ar-hotspot-images-holder-full-height .ar-hotspot-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .ar-hotspot-images-holder-full-height .ar-hotspot-video video-js-player .video-js {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  padding: 0px;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .ar-hotspot-images-holder-full-height .ar-hotspot-video video-js-player .video-js video {
  -o-object-fit: cover;
     object-fit: cover;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .ar-hotspot-content-holder {
  width: 40%;
  margin: 0px;
}
.ar-hotspot-template-holder.full-height-image .ar-hotspot-template .media-container-width-normal .ar-hotspot-video video-js-player .video-js video {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}
.nyhs-stop-details-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900;
  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-details-holder.menu-height {
  margin-top: 80px;
}
@media (max-width: 575px) {
  .nyhs-stop-details-holder.menu-height {
    margin-top: 64px;
  }
}
.nyhs-stop-details-holder > div:not(.vue-portal-target) {
  position: relative;
  height: 100%;
}
.nyhs-stop-details-holder > div:not(.vue-portal-target).standard-template-holder {
  overflow: auto;
}
.nyhs-stop-details-holder .nyhs-stop-detail-template-holder {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-template-holder {
    height: 100%;
  }
  .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: 192px;
  }
}
@media screen and (min-width: 1200px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-template-holder.show-learn-more-buttons.wide {
    padding-right: 192px;
  }
  .nyhs-stop-details-holder .nyhs-stop-detail-template-holder.show-left-sidebar.small {
    padding-left: 114px;
  }
  .nyhs-stop-details-holder .nyhs-stop-detail-template-holder.show-left-sidebar.wide {
    padding-left: 224px;
  }
}
@media screen and (min-width: 1200px) {
  .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.show-image-back-button i {
  font-size: 24px;
  padding: 6px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-back-button {
  position: absolute;
  top: 16px;
  right: 20px;
  background: white;
  text-align: center;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  z-index: 900;
  pointer-events: auto;
}
.nyhs-stop-details-holder .nyhs-stop-detail-back-button i {
  display: inline-block;
  line-height: 1;
  padding-top: 13px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner {
  padding: 32px 0 0;
}
@media (min-width: 768px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner {
    padding: 64px 0 0;
  }
}
@media (min-width: 992px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner {
    padding: 104px 0 0;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner {
    padding: 104px 64px 32px;
  }
}
.nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner.with-back-button {
  padding: 32px 0 0;
}
@media (min-width: 768px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner.with-back-button {
    padding: 64px 0 0;
  }
}
@media (min-width: 992px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner.with-back-button {
    padding: 104px 0 32px;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-content-inner.with-back-button {
    padding: 104px 64px 32px;
  }
}
.nyhs-stop-details-holder .nyhs-stop-detail-content-holder p,
.nyhs-stop-details-holder .nyhs-stop-detail-content-holder blockquote {
  font-size: inherit;
  text-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  background: inherit;
  color: inherit;
  line-height: inherit;
}
.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-name,
.nyhs-stop-details-holder .nyhs-stop-detail-content-inner > .public-tags {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-name,
  .nyhs-stop-details-holder .nyhs-stop-detail-content-inner > .public-tags {
    padding: 0 64px;
  }
}
@media (min-width: 992px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-name,
  .nyhs-stop-details-holder .nyhs-stop-detail-content-inner > .public-tags {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-name,
  .nyhs-stop-details-holder .nyhs-stop-detail-content-inner > .public-tags {
    padding: 0;
  }
}
.nyhs-stop-details-holder .nyhs-stop-detail-content {
  padding: 0 32px 32px;
}
@media (min-width: 768px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content {
    padding: 0 64px 64px;
  }
}
@media (min-width: 992px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content {
    padding: 0 32px 32px;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-details-holder .nyhs-stop-detail-content {
    padding: 0;
  }
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption *:not(.scoring-module):not(.simple-audio-player-wrap):not(.video-js),
.nyhs-stop-details-holder .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):not(.video-js) {
  margin-bottom: 16px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption *:not(.scoring-module):not(.simple-audio-player-wrap):not(.video-js):last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):not(.video-js):last-child {
  margin-bottom: 10px;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption .vjs-video-wrap *,
.nyhs-stop-details-holder .nyhs-stop-detail-content .vjs-video-wrap * {
  margin-bottom: 0 !important;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .inline-audio-player,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .inline-audio-player,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .audio-player,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .audio-player,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .duration,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .duration,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .vue-slider-rail,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .vue-slider-rail,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .vue-slider-dot,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .vue-slider-dot,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .audio-player-toolbox,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .audio-player-toolbox {
  margin-bottom: 0 !important;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .inline-audio-player:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .inline-audio-player:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .audio-player:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .audio-player:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .duration:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .duration:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .vue-slider-rail:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .vue-slider-rail:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .vue-slider-dot:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .vue-slider-dot:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-caption .simple-audio-player-wrap .audio-player-toolbox:last-child,
.nyhs-stop-details-holder .nyhs-stop-detail-content .simple-audio-player-wrap .audio-player-toolbox:last-child {
  margin-bottom: 0 !important;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption video-js-player *,
.nyhs-stop-details-holder .nyhs-stop-detail-content video-js-player * {
  margin-bottom: 0 !important;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption p,
.nyhs-stop-details-holder .nyhs-stop-detail-content p {
  color: inherit;
}
.nyhs-stop-details-holder .nyhs-stop-detail-caption b,
.nyhs-stop-details-holder .nyhs-stop-detail-content b {
  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-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-details-holder .nyhs-stop-detail-tags {
  margin: 24px 0;
}
.nyhs-stop-details-holder .interactive-map-buttons-wrap {
  position: fixed !important;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  pointer-events: auto;
}
.nyhs-stop-details-holder .interactive-map-buttons-wrap.menu-height {
  top: 80px;
}
.nyhs-stop-details-holder .interactive-map-buttons-wrap .fab-button i {
  display: inline-block;
  line-height: 1;
}
.nyhs-stop-detail-left-sidebar {
  left: 0;
}
.nyhs-stop-detail-bottom-learn-more-holder {
  display: none;
  text-align: center;
}
@media screen and (max-width: 775px) {
  .nyhs-stop-detail-bottom-learn-more-holder {
    display: block;
  }
}
.nyhs-stop-detail-bottom-learn-more-holder .learn-more-button {
  width: 100px;
  margin: 15px;
}
@media screen and (max-width: 775px) {
}
.nyhs-stop-details-holder-no-pointer-events {
  pointer-events: none;
}
.inline-audio-player * {
  margin-top: 0 !important;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .nyhs-stop-detail-images-holder {
  width: 60%;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .nyhs-stop-detail-content-holder {
  width: 40%;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel {
  position: absolute;
  right: 0;
  left: 0;
  height: 55%;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image-container img,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption {
  padding: 12px;
  display: block;
  position: absolute;
  left: 16px;
  background: rgba(24, 18, 9, 0.2);
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 {
  margin: 0px;
  font-size: 18px;
  line-height: 1;
  color: #fafafa;
  font-weight: 300;
  font-family: "Gotham";
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h1,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h1,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h2,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h2,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h3,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h3,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h4,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h4,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h5,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h5,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h6,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4 h6 {
  margin: 0px;
  font-size: 10px;
  line-height: 1;
  color: #fafafa;
  font-weight: 700;
  font-family: "Gotham";
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4:not(:last-child),
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption h4:not(:last-child) {
  margin-bottom: 8px;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px;
  width: 100%;
  height: auto;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-prev,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-prev,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-next,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-next {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -1000px;
  line-height: 48px;
  background-color: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-prev:after,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-prev:after,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-next:after,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-next:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  line-height: 48px;
  text-indent: 0;
  text-align: center;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-prev,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-prev {
  float: left;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-prev:after,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-prev:after {
  content: "\f053";
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-next,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-next {
  float: right;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-nav .owl-next:after,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-dots,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 13px;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-dots .owl-dot,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-dots .owl-dot {
  height: auto;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-dots .owl-dot span,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-color: var(--carouselDotColor);
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-dots .owl-dot.active span,
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-color: inherit;
  border-color: var(--carouselDotColor);
  background: var(--carouselDotColor);
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel {
  top: 0;
  z-index: 2;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .indicator-icon-container {
  display: none;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption {
  top: 16px;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .owl-dots {
  top: 16px;
  bottom: auto;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-first-carousel .owl-carousel .swiper-pagination {
  top: 0;
  bottom: auto;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel {
  bottom: 0;
  z-index: 1;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .item-caption {
  bottom: 16px;
}
.nyhs-stop-detail-template-holder.template-type-lamp-game .lamp-game-second-carousel .owl-carousel .owl-dots {
  top: auto;
  bottom: 16px;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .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-images-holder .image-container {
  height: 50vh;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder .image-container {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder .carousel-container .vjs-video-wrap {
    height: 50vh;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder .taggd-wrapper,
  .nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-images-holder .nyhs-stop-detail-object {
    height: 50vh !important;
  }
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-content-holder {
  width: 100%;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-content-holder .mCSB_container {
  width: 100% !important;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-right-container .nyhs-stop-detail-content-holder {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .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: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder {
    width: 50%;
    height: 100%;
  }
}
.nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder .image-container {
  height: 50vh;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder .image-container {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder .carousel-container .vjs-video-wrap {
    height: 50vh;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder .taggd-wrapper,
  .nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-images-holder .nyhs-stop-detail-object {
    height: 50vh !important;
  }
}
.nyhs-stop-detail-template-holder.template-type-standard.proportional-containers .nyhs-stop-detail-content-holder {
  width: 100%;
}
@media (min-width: 992px) {
  .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: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-images-holder {
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .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-images-holder .image-container {
  height: 70vh;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-images-holder .image-container {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-images-holder .carousel-container .vjs-video-wrap {
    height: 50vh;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-images-holder .taggd-wrapper,
  .nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-images-holder .nyhs-stop-detail-object {
    height: 70vh !important;
  }
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-content-holder {
  width: 100%;
}
.nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-content-holder .mCSB_container {
  width: 100% !important;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-standard.larger-left-container .nyhs-stop-detail-content-holder {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .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-advanced-video-container .video-container-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-advanced-video-container .nyhs-stop-detail-advanced-video {
  width: 100%;
  max-height: 100%;
}
.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-top: 1px solid white;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-content-holder.line-separator:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #e8e7e8;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-content-holder.line-separator {
    border-top-width: 0;
    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.template-type-standard .nyhs-stop-detail-advanced-video-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-advanced-video-holder .nyhs-stop-detail-advanced-video-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section,
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section {
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section .row,
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section .row,
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section .col-xs-12,
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section .col-xs-12 {
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section .embed-responsive,
.nyhs-stop-detail-template-holder.template-type-standard .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section .embed-responsive {
  padding-bottom: 0;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-standard .indicator-icon-container .indicator-icon {
  margin-bottom: -5px;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder,
.nyhs-stop-detail-template-holder .nyhs-stop-detail-content-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;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder,
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-content-holder {
    height: 100%;
    float: left;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .sketchfab-3d-object {
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .sketchfab-3d-object > div,
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .sketchfab-3d-object iframe {
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .carousel-image {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .carousel-container .vjs-video-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .carousel-container .vjs-video-wrap .vjs-icon-placeholder {
  display: none;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .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;
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder {
    position: static;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .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-template-holder .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder .nyhs-stop-detail-object > div {
  width: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder .nyhs-stop-detail-object > div.indicator-icon-container {
  width: auto;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder .nyhs-stop-detail-object > div iframe {
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .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-template-holder .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder .nyhs-stop-detail-object.no-object img {
  height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-images-holder .taggd-wrapper {
  width: 100%;
  max-height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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 .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: cover;
  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;
  overflow: hidden;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .nyhs-stop-detail-image-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-template-holder .nyhs-stop-detail-image-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-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-image-holder .nyhs-stop-detail-image-container a.smart-zoom-container .smart-zoom-directive {
  overflow: visible !important;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-image-holder .nyhs-stop-detail-image-container a.smart-zoom-container .smart-zoom-directive .nyhs-stop-detail-image {
  -ms-touch-action: none;
      touch-action: none;
}
.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-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.nyhs-stop-object-viewer-caption-holder {
  padding: 0;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder.nyhs-stop-object-viewer-caption-holder .nyhs-stop-object-viewer-caption {
  margin-top: 0;
  padding: 24px 40px 40px 40px;
}
.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;
}
.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;
}
@media screen and (min-width: 708px) and (max-width: 899px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder .nyhs-stop-detail-caption {
    font-size: calc(92%) !important;
  }
}
@media screen and (max-width: 708px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-caption-holder .nyhs-stop-detail-caption {
    font-size: calc(83%) !important;
  }
}
.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-template-holder.template-type-video {
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-video .template-type-video-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.nyhs-stop-detail-template-holder.template-type-video .template-type-video-title-wrap .nyhs-stop-detail-name {
  margin-bottom: 0;
  padding: 0;
}
.nyhs-stop-detail-template-holder.template-type-video .template-type-video-title-wrap .nyhs-stop-detail-name p {
  margin-bottom: 2px;
}
.nyhs-stop-detail-template-holder.template-type-video .template-type-video-title-wrap.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content {
  padding: 0;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):last-child {
  margin-bottom: 0;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):last-child *:last-child {
  margin-bottom: 0;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):last-child *:last-child .image-holder {
  margin-bottom: 10px;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):last-child .image-caption {
  margin-bottom: 10px;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content *:not(.scoring-module):not(.simple-audio-player-wrap):last-child .image-caption > span > span {
  margin-bottom: 10px;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content-holder {
  padding: 64px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content-holder {
    padding: 32px;
  }
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder vimeo-video-player,
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder youtube-video-player {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder vimeo-video-player .video-container-full-height,
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder youtube-video-player .video-container-full-height {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder .video-wrap {
  line-height: 0;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder .nyhs-stop-detail-advanced-video-container .nyhs-stop-detail-advanced-video {
  position: static;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder.hotspots-enabled {
  height: auto;
  max-height: 50vh;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder.hotspots-enabled .taggd-wrapper {
  height: auto !important;
  max-height: 50vh;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder.hotspots-enabled .taggd-wrapper .taggd-image-style {
  max-height: 50vh;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder .carousel-container .image-container.carousel-image {
  background-color: transparent;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder .carousel-container .image-container img {
  max-height: 50vh;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder {
  position: static;
}
.nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-images-holder .nyhs-stop-detail-object-holder .nyhs-stop-detail-object {
  height: 50vh;
}
@media (min-width: 1200px) {
  .nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button:last-child:not(:first-child) {
    margin: 16px 0 24px;
  }
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-video {
    overflow-y: auto;
  }
  .nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content-scrollable {
    height: auto;
  }
  .nyhs-stop-detail-template-holder.template-type-video .nyhs-stop-detail-content-scrollable .mCSB_container_wrapper {
    position: relative;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video {
  padding: 0 0 32px;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 575px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video {
    padding: 88px 0;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.no-padding {
  padding: 0;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.video-size-large {
  width: 100%;
}
@media (min-width: 768px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.video-size-large {
    width: 80%;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.video-size-medium {
  width: 100%;
}
@media (min-width: 768px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.video-size-medium {
    width: 66%;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.video-size-small {
  width: 100%;
}
@media (min-width: 768px) {
  .nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video.video-size-small {
    width: 40%;
  }
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video .nyhs-stop-detail-caption-holder {
  padding: 24px;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video .nyhs-stop-detail-caption-holder .nyhs-stop-detail-caption {
  margin: 0px;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-video .nyhs-stop-detail-caption-holder .nyhs-stop-detail-caption:first-child {
  margin-top: 0px;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-content-holder {
  float: none;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-video-holder .nyhs-stop-detail-content-holder .nyhs-stop-detail-name {
  margin-top: 0;
  padding-top: 0;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-content-scrollable {
  position: relative;
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-content-scrollable.mCS_no_scrollbar .mCSB_container {
  height: 100%;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-content-table {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.nyhs-stop-detail-template-holder .nyhs-stop-detail-content-table-cell {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}
.nyhs-stop-detail-template-holder.template-type-image {
  height: 100%;
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-image {
    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-template-holder.template-type-image .nyhs-stop-detail-images-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .nyhs-stop-detail-advanced-video {
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder {
  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-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder youtube-video-player,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder vimeo-video-player {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder youtube-video-player .video-container-full-height,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder vimeo-video-player .video-container-full-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .video-container-full-height {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .video-container-full-height .video-js {
  padding-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .video-container-full-height video {
    position: static;
  }
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .vjs-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .vjs-video-wrap .vjs_video_3-dimensions.vjs-fluid {
  padding: 0;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .nyhs-stop-detail-caption-holder {
  position: static;
}
@media (max-width: 575px) {
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .video-js-player-wrap,
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder youtube-video-player,
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder vimeo-video-player {
    position: relative;
    padding-top: 56.25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 0;
    background-color: #000;
  }
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-video-holder .video-container-full-height video {
    position: absolute;
  }
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-object-holder {
  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-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-object-holder .sketchfab-3d-object,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-object-holder .object-viewer-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-object-holder .sketchfab-embed-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .template-type-image-object-holder .nyhs-stop-detail-caption-holder {
  position: static;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .video-js {
  padding-top: 0;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section {
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section .row,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section .row,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section .col-xs-12,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section .col-xs-12 {
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .youtube-player-section .embed-responsive,
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .vimeo-player-section .embed-responsive {
  padding-bottom: 0;
  height: 100%;
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-images-holder .carousel-container .item-caption .item-text.video * {
  margin: 4px 0 0;
}
@media (min-width: 1200px) {
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner {
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-learn-more-holder .nyhs-stop-detail-learn-more-inner .learn-more-button:last-child:not(:first-child) {
    margin: 16px 0 24px;
  }
}
.nyhs-stop-detail-template-holder.template-type-image .nyhs-stop-detail-caption-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.nyhs-stop-detail-template-holder.template-type-image .carousel-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nyhs-stop-detail-template-holder.template-type-image .taggd-wrapper .taggd-image-style {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#group-list-page {
  position: absolute;
  top: 80px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  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-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  #group-list-page {
    top: 64px;
  }
}
@media (max-width: 575px) {
  #group-list-page #shelves {
    display: none;
  }
}
#group-list-page #shelves .shelve-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;
}
#group-list-page #shelves .shelve-button .DynamicHtml p,
#group-list-page #shelves .shelve-button .DynamicHtml blockquote,
#group-list-page #shelves .shelve-button .DynamicHtml h1,
#group-list-page #shelves .shelve-button .DynamicHtml h2,
#group-list-page #shelves .shelve-button .DynamicHtml h3,
#group-list-page #shelves .shelve-button .DynamicHtml h4,
#group-list-page #shelves .shelve-button .DynamicHtml h5,
#group-list-page #shelves .shelve-button .DynamicHtml span,
#group-list-page #shelves .shelve-button .DynamicHtml em,
#group-list-page #shelves .shelve-button .DynamicHtml strong {
  background: transparent;
}
#group-list-page #shelves .shelve-button .shelve-button-icon {
  margin-right: 10px;
  font-size: 24px;
}
#group-list-page #shelves .shelve-button.btn-ui-icon-on-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#group-list-page #shelves .shelve-button.btn-ui-icon-on-right .shelve-button-icon {
  margin-right: 0;
  margin-left: 10px;
}
#group-list-page #shelves .shelve-button.btn-ui-icon-only .shelve-button-icon {
  margin-right: 0;
  margin-left: 0;
}
#group-list-page #shelves.small {
  min-width: 114px;
  width: auto;
}
#group-list-page #shelves.small .shelve-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;
  min-width: auto;
}
#group-list-page #shelves.wide {
  min-width: 224px;
  width: auto;
}
#group-list-page #shelves.wide .shelve-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;
  min-width: auto;
}
#group-list-page #shelves .shelves-inner {
  position: absolute;
  width: 100%;
  min-height: 100%;
  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;
}
#group-list-page #shelves .shelves-inner .btn-ui-special-button.active,
#group-list-page #shelves .shelves-inner .btn-ui-image-button.active,
#group-list-page #shelves .shelves-inner .btn-ui-feature.active {
  position: relative;
}
#group-list-page #shelves .shelves-inner .btn-ui-special-button.active::after,
#group-list-page #shelves .shelves-inner .btn-ui-image-button.active::after,
#group-list-page #shelves .shelves-inner .btn-ui-feature.active::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: var(--leftNavBarActiveItemBackgroundColor);
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
}
#group-list-page.without-navbar {
  top: 0;
}
#group-list-page .main-container {
  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%;
}
#group-list-page .main-container .experience-details-intro-panel {
  width: 500px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#group-list-page .main-container .experience-details-intro-panel .experience-details-intro-panel-text-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#group-list-page #experience-details-masonry-page > .main-container {
  width: auto;
}
#experience-details-ar-page {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #000000;
}
#experience-details-ar-page .artifact-holder .artifact-info-container {
  text-align: center;
  z-index: 9999;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 500px;
  margin: 0 auto;
}
#experience-details-ar-page .artifact-holder .artifact-info-container .artifact-info-container-text-box {
  padding: 48px 56px;
}
#experience-details-ar-page .artifact-holder .artifact-info-container .artifact-info-container-text-box .artifact-info-container-title {
  margin-top: 0px;
  margin-bottom: 16px;
}
#experience-details-ar-page .artifact-holder .artifact-info-container .artifact-info-container-text-box .artifact-info-container-content * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin-bottom: 16px;
}
#experience-details-ar-page .artifact-holder .artifact-info-container .artifact-info-container-text-box .artifact-info-container-content :last-child {
  margin-bottom: 0px;
}
#experience-details-ar-page .artifact-holder .artifact-info-container.three-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
#experience-details-ar-page .artifact-holder .artifact-info-container.three-column .artifact-info-container-text-box {
  border-right: var(--introTextColumnSeparatorWidth) solid var(--introTextColumnSeparatorColor);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#experience-details-ar-page .artifact-holder .artifact-info-container.three-column .artifact-info-container-text-box:last-child {
  border-right: none;
}
#experience-details-ar-page .artifact-holder .artifact-taggd-container.verticaly-centered {
  height: 100vh;
  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;
}
#experience-details-ar-page .artifact-holder .artifact-taggd-container.verticaly-centered .taggd-wrapper {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  height: initial !important;
  width: 100%;
  -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;
}
#experience-details-ar-page .artifact-holder .artifact-taggd-container.verticaly-centered .taggd-wrapper img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100vh;
}
#experience-details-ar-page .artifact-bottom-info-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
  padding: 0px 56px;
  margin-bottom: 24px;
  text-align: center;
}
#experience-details-ar-page .artifact-bottom-info-text p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  margin: 0px;
}
.sound-wave-bar {
  fill: #bdc1ff;
}
.audio-player-in-content-container .audio-player .sound-wave un-svg {
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.audio-player-in-content-container .audio-player .sound-wave un-svg svg {
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
body.artifact {
  background-color: #ffffff;
}
body.artifact .classic-artifact button.btn-ui-simple-new,
body.artifact .classic-artifact button.btn-ui-simple a.btn-ui-simple-new,
body.artifact .classic-artifact a.btn-ui-simple {
  height: 48px;
  line-height: 1;
}
body.artifact .classic-artifact .indicator-icon-container {
  display: none !important;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .sound-wave svg {
  width: 200%;
  height: auto;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .sound-wave svg * {
  fill: #8a90ff;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  background-color: #ffffff;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  background-color: #ffffff;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  background-color: #7b87ad;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  font-weight: 900;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .controls-info {
  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;
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0px;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .controls-info .info .info-title h3 {
  font-family: Verdana;
  font-size: 9px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 0px;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .controls-info .info .info-subtitle * {
  font-family: Verdana;
  color: #ffffff;
  font-size: 5px;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .controls-info .play-pause-button button {
  height: 68px;
  width: 68px;
  background-color: transparent;
  border: 6px solid #ffffff;
  border-radius: 50%;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-play {
  color: #ffffff;
  font-size: 25px;
  line-height: 58px;
  padding-left: 5px;
}
body.artifact .classic-artifact classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-pause {
  color: #ffffff;
  font-size: 25px;
  line-height: 58px;
}
body.artifact .classic-artifact #player {
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image .left-container {
  position: relative;
  z-index: 2;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image .left-container .slanted-div {
  display: block;
  background: #5760ff;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(-10deg, 0deg);
          transform: skew(-10deg, 0deg);
  position: absolute;
  top: 0;
  right: 20px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image .right-container {
  z-index: 1;
  padding-left: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container {
  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;
  background-color: transparent;
  position: relative;
  display: -webkit-box;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container .slanted-div {
  display: block !important;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player {
  position: relative;
  background-color: #ffffff;
  top: auto;
  bottom: auto;
  left: 0px;
  right: auto;
  width: calc(100% - 100px);
  height: 380px;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player.DynamicHtml {
  text-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player,
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player > .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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave svg {
  position: absolute;
  left: 0px;
  top: -70px;
  right: 0px;
  width: 400%;
  height: 200px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave svg * {
  fill: #f0f1ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration {
  padding-top: 100px;
  padding-bottom: 50px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  background-color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  background-color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  background-color: #ffffff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  font-size: 12px;
  color: #000000;
  font-weight: 900;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info {
  bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .info {
  margin-bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .info .info-title h3 {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .info .info-subtitle * {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button {
  margin-bottom: 30px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button {
  border: 6px solid #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-play {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-pause {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.full-image.audio-player-in-image-container .right-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.larger-right-container .left-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 30%;
          flex: 1 30%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.larger-right-container .right-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 70%;
          flex: 1 70%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.larger-left-container .left-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 70%;
          flex: 1 70%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.larger-left-container .right-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 30%;
          flex: 1 30%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.larger-left-container.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave un-svg svg {
  width: 300%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.larger-left-container.audio-player-in-image-container .right-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container {
  position: relative;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container .slanted-div {
  display: none !important;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  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;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: visible;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave un-svg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave un-svg svg {
  position: absolute;
  left: 0px;
  top: -50px;
  right: auto;
  bottom: auto;
  width: 400%;
  height: 200px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .sound-wave un-svg svg * {
  fill: #8a90ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration {
  padding-bottom: 30px;
  top: -100px;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  height: 2px;
  background-color: #ffffff;
  left: -20px;
  right: -20px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  background-color: #ffffff;
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #7b87ad;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info {
  bottom: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .info {
  text-align: center;
  margin-bottom: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button {
  text-align: center;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button {
  height: 68px;
  width: 68px;
  background-color: transparent;
  border: 6px solid #ffffff;
  border-radius: 50%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container .right-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container {
  display: block;
  background-color: #5760ff;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player {
  background-color: #5760ff;
  z-index: 1;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 175px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .sound-wave {
  position: absolute;
  top: 0px;
  bottom: 100px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .sound-wave svg {
  position: absolute;
  left: 0px;
  top: -120px;
  right: 0px;
  width: 300%;
  height: 300%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .sound-wave svg * {
  fill: #8a90ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .duration {
  padding-bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .duration rzslider {
  top: -36px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  height: 2px;
  background-color: #ffffff;
  left: -20px;
  right: -20px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  background-color: #ffffff;
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #7b87ad;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  padding: 1px 7px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info {
  bottom: 40px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .info {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .info h3 {
  color: #ffffff;
  font-weight: 600;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .info h5 {
  color: #ffffff;
  font-weight: 100;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .info h5 span {
  font-weight: 600;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button {
  text-align: center;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button {
  height: 68px;
  width: 68px;
  background-color: transparent;
  border: 6px solid #ffffff;
  border-radius: 50%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-play {
  color: #ffffff;
  font-size: 25px;
  line-height: 58px;
  padding-left: 5px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-image-container-bottom .left-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-pause {
  color: #ffffff;
  font-size: 25px;
  line-height: 58px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .left-container .audio-player-left-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container {
  display: block;
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  background-color: #ffffff;
  height: 56px;
  width: 100%;
  position: relative;
  margin: 20px 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player {
  border: 2px solid #5760ff;
  height: 55px;
  position: relative;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .sound-wave {
  overflow: hidden;
  position: absolute;
  right: 50px;
  top: 5px;
  bottom: 5px;
  left: 96px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .sound-wave * {
  fill: #f0f1ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration {
  position: absolute;
  right: 50px;
  top: 0px;
  bottom: 0px;
  left: 96px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider {
  top: -10px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  height: 2px;
  background-color: #5760ff;
  left: 0px;
  right: 0px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider .rz-pointer {
  background-color: #5760ff;
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider .rz-pointer:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider .rz-bubble {
  display: none;
  color: #5760ff;
  font-size: 12px;
  top: -9px !important;
  font-weight: 900;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider .rz-bubble.start {
  left: -35px !important;
  display: inline-block;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .duration rzslider .rz-bubble.end {
  left: auto !important;
  right: -35px;
  display: inline-block;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .controls-info {
  position: relative;
  bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .controls-info .info {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .controls-info .play-pause-button {
  position: relative;
  left: 10px;
  top: 9px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .controls-info .play-pause-button button {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 3px solid #5760ff;
  overflow: visible;
  line-height: 30px;
  border-radius: 50%;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .controls-info .play-pause-button button .fa {
  color: #5760ff;
  top: -1px;
  position: relative;
  line-height: 1;
  font-size: 14px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.audio-player-in-content-container .right-container .audio-player-right-container .audio-player .controls-info .play-pause-button button .fa.fa-play {
  left: -1px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container {
  padding-left: 40px;
  padding-right: 20px;
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container .stop-videos {
  z-index: 1;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container .stop-videos .stop-videos-container {
  background: linear-gradient(135deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container .stop-videos .stop-videos-container.DynamicHtml {
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container .stop-videos .stop-videos-container,
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container .stop-videos .stop-videos-container:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container.full-image .left-container .stop-videos .stop-videos-container > .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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container .left-container {
  background-color: #5760ff;
  overflow: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container .left-container .stop-videos .stop-videos-container .player {
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.video-player-in-image-container .left-container .stop-videos .stop-videos-container .player .video-wrapper {
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container {
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .stop-videos {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container classic-artifact-audio-player {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .multiple-image-layout-container {
  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;
  height: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .multiple-image-layout-container .multiple-image-layout-item {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  position: relative;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .multiple-image-layout-container .multiple-image-layout-item:not(:last-child) {
  margin-bottom: 25px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .multiple-image-layout-container .multiple-image-layout-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption h4 {
  margin: 15px;
  padding-left: 15px;
  text-align: left;
  border-left: 2px solid #ffffff;
  border-color: var(--captionVerticalLineColor);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.full-image .left-container .multiple-image-layout-container {
  padding: 24px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.full-image .left-container .multiple-image-layout-container .multiple-image-layout-item.DynamicHtml {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.full-image .left-container .multiple-image-layout-container .multiple-image-layout-item,
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.full-image .left-container .multiple-image-layout-container .multiple-image-layout-item:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.full-image .left-container .multiple-image-layout-container .multiple-image-layout-item > .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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.caption-hide .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.caption-full .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.caption-full .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption h4 {
  margin: 15px;
  padding-left: 15px;
  text-align: left;
  border-left: 2px solid #ffffff;
  border-color: var(--captionVerticalLineColor);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.caption-box .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  margin: 15px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left.multiple-image-layout.caption-box .left-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption h4 {
  margin: 15px;
  padding-left: 15px;
  text-align: left;
  border-left: 2px solid #ffffff;
  border-color: var(--captionVerticalLineColor);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .left-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  overflow: hidden;
  padding: 0px;
  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;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .left-container .slanted-div {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .left-container classic-artifact-audio-player {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .right-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px;
  -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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .right-container .main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-bottom: 10px;
  margin-top: 10px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .right-container .main-content .mCSB_container_wrapper {
  padding-right: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .right-container .main-content .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-left .right-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact #player {
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image .top-container {
  position: relative;
  z-index: 2;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image .top-container .slanted-div {
  display: block;
  background: #5760ff;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(0deg, 10deg);
          transform: skew(0deg, 10deg);
  position: absolute;
  top: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image .bottom-container {
  z-index: 1;
  padding-top: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container {
  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;
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container .slanted-div,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container .slanted-div {
  display: block !important;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player {
  position: relative;
  background-color: #ffffff;
  width: 500px;
  height: auto;
  top: 10px;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
  margin: 0;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player.DynamicHtml,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player.DynamicHtml {
  text-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player,
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player > .vue-slider-rail,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player > .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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .sound-wave {
  top: 0px;
  bottom: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: visible;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave svg,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .sound-wave svg {
  position: absolute;
  top: 0px;
  height: 200px;
  width: 300%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave svg *,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .sound-wave svg * {
  fill: #f0f1ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .duration {
  top: -50px;
  position: relative;
  margin-top: 50px;
  padding-bottom: 70px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  background-color: #7b87ad;
  height: 2px;
  left: -20px;
  right: -20px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  background-color: #7b87ad;
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  background-color: #ffffff;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  font-size: 12px;
  color: #000000;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 30px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .info {
  margin-left: 30px;
  text-align: left;
  float: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-title h3,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-title h3 {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-subtitle *,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-subtitle * {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button {
  top: 5px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button {
  border: 6px solid #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-play,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-play {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-pause,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button button .fa.fa-pause {
  color: #7b87ad;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container .bottom-container .audio-player-right-container,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.full-image.audio-player-in-image-container-bottom .bottom-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container .top-container {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container .bottom-container {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container.audio-player-in-image-container .top-container classic-artifact-audio-player {
  padding-top: 0px;
  padding-bottom: 30px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave {
  top: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave un-svg {
  top: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave un-svg svg {
  width: 100%;
  height: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration {
  padding-bottom: 50px;
  padding-top: 30px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-bottom-container.audio-player-in-image-container .bottom-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-top-container .top-container {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.larger-top-container .bottom-container {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container {
  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;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container .slanted-div {
  display: none !important;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  margin-bottom: 60px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave {
  position: absolute;
  top: 20px;
  bottom: 100px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: visible;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave un-svg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .sound-wave un-svg svg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 200%;
  height: 200px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration {
  padding-bottom: 100px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  height: 2px;
  left: -20px;
  right: -20px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  font-size: 12px;
  font-weight: 900;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info {
  margin-left: 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-title h3 {
  text-align: left;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-subtitle * {
  text-align: left;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .info .info-subtitle * span {
  font-weight: 600;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .top-container classic-artifact-audio-player .audio-player .controls-info .play-pause-button {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container .bottom-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container {
  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;
  background-color: #5760ff;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player {
  z-index: 1;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 96px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player {
  height: 96px;
  position: relative;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .sound-wave {
  position: absolute;
  top: 0px;
  left: 144px;
  right: 40px;
  bottom: 0px;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .sound-wave un-svg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .sound-wave un-svg svg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .duration {
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0px;
  left: 144px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .duration rzslider {
  top: 12px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  height: 2px;
  background-color: #ffffff;
  left: 0px;
  right: 0px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer {
  background-color: #ffffff;
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-pointer:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #7b87ad;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .duration rzslider .rz-bubble {
  color: #ffffff;
  font-size: 12px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .info {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .info h3 {
  color: #ffffff;
  font-weight: 600;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .info h5 {
  color: #ffffff;
  font-weight: 100;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .info h5 span {
  font-weight: 600;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .play-pause-button {
  text-align: center;
  left: 40px;
  position: absolute;
  top: 25px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .play-pause-button button {
  height: 48px;
  width: 48px;
  background-color: transparent;
  overflow: visible;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .play-pause-button button:after {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .play-pause-button button .fa.fa-play {
  font-size: 25px;
  line-height: 25px;
  padding-left: 5px;
  bottom: 3px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .top-container classic-artifact-audio-player .audio-player .play-pause-button button .fa.fa-pause {
  font-size: 25px;
  line-height: 25px;
  bottom: 3px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-image-container-bottom:not(.full-image) .bottom-container .audio-player-right-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .top-container .audio-player-left-container {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container {
  display: block;
  -ms-flex-preferred-size: 56px;
      flex-basis: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  background-color: #ffffff;
  height: 56px;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player {
  border: 2px solid #5760ff;
  height: 55px;
  position: relative;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .sound-wave {
  overflow: hidden;
  position: absolute;
  right: 50px;
  top: 5px;
  bottom: 5px;
  left: 55px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .sound-wave * {
  fill: #f0f1ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration {
  position: absolute;
  right: 50px;
  top: 0px;
  bottom: 0px;
  left: 96px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider {
  top: -10px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider .rz-bar-wrapper .rz-bar {
  height: 2px;
  background-color: #5760ff;
  left: 0px;
  right: 0px;
  width: auto;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider .rz-pointer {
  background-color: #5760ff;
  top: -6px;
  width: 14px;
  height: 14px;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider .rz-pointer:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider .rz-bubble {
  display: none;
  color: #5760ff;
  font-size: 12px;
  top: -9px !important;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider .rz-bubble.start {
  left: -35px !important;
  display: inline-block;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .duration rzslider .rz-bubble.end {
  left: auto !important;
  right: -35px;
  display: inline-block;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info {
  position: relative;
  bottom: 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info .info {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info .play-pause-button {
  position: absolute;
  left: 10px;
  top: 9px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info .play-pause-button button {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 3px solid #5760ff;
  overflow: visible;
  line-height: 30px;
  border-radius: 50%;
  outline: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info .play-pause-button button .fa {
  color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info .play-pause-button button .fa.fa-play {
  bottom: 1px;
  font-size: 14px;
  line-height: 29px;
  padding-left: 3px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.audio-player-in-content-container .bottom-container .audio-player-right-container .audio-player .controls-info .play-pause-button button .fa.fa-pause {
  bottom: 1px;
  font-size: 14px;
  line-height: 29px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container {
  padding: 0px;
  background-color: #5760ff;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .row,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos div[class^="col-"] {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container {
  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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .embed-responsive {
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .embed-responsive iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .embed-responsive iframe * {
  background: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .embed-responsive iframe .player {
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .embed-responsive iframe .player .video-wrapper {
  background-color: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .vjs-video-wrap {
  width: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container .top-container .stop-videos .stop-videos-container .classic-artifact-video-player-vendor .vjs-video-wrap .video-js.vjs-fluid {
  height: 100%;
  padding: 0;
  position: absolute;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container {
  background: transparent;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container .stop-videos {
  width: 60%;
  margin: 0 auto;
  padding: 40px 0px 20px 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container .stop-videos .stop-videos-container {
  background: linear-gradient(135deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container .stop-videos .stop-videos-container.DynamicHtml {
  text-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container .stop-videos .stop-videos-container,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container .stop-videos .stop-videos-container:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-top.video-player-in-image-container.full-image .top-container .stop-videos .stop-videos-container > .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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container {
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .stop-videos {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container classic-artifact-audio-player {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .multiple-image-layout-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .multiple-image-layout-container .multiple-image-layout-item {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  overflow: hidden;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .multiple-image-layout-container .multiple-image-layout-item:not(:last-child) {
  margin-right: 25px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .multiple-image-layout-container .multiple-image-layout-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption h4 {
  margin: 15px;
  padding-left: 15px;
  text-align: left;
  border-left: 2px solid #ffffff;
  border-color: var(--captionVerticalLineColor);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.full-image .top-container .multiple-image-layout-container {
  padding: 24px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.full-image .top-container .multiple-image-layout-container .multiple-image-layout-item.DynamicHtml {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
buttonbody.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.full-image .top-container .multiple-image-layout-container .multiple-image-layout-item,
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.full-image .top-container .multiple-image-layout-container .multiple-image-layout-item:not(.DynamicHtml):not(.vue-slider):not(img):not(.classic-artifact-audio-player):not(.stop-videos-container):not(i),
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.full-image .top-container .multiple-image-layout-container .multiple-image-layout-item > .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;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.caption-hide .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.caption-full .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.caption-full .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption h4 {
  margin: 15px;
  padding-left: 15px;
  text-align: left;
  border-left: 2px solid #ffffff;
  border-color: var(--captionVerticalLineColor);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.caption-box .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption {
  margin: 15px;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  background-color: #5760ff;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top.multiple-image-layout.caption-box .top-container .multiple-image-layout-container .multiple-image-layout-item .multiple-image-layout-caption h4 {
  margin: 15px;
  padding-left: 15px;
  text-align: left;
  border-left: 2px solid #ffffff;
  border-color: var(--captionVerticalLineColor);
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .top-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  overflow: hidden;
  padding: 0px;
  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;
  position: relative;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .top-container .slanted-div {
  display: none;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container.proportional .main-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container.proportional .side-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container.larger-text-container .main-content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container.larger-text-container .side-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container.larger-buttons-container .main-content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container.larger-buttons-container .side-content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container .main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-bottom: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container .main-content .mCSB_container_wrapper {
  padding-right: 20px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container .main-content .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container .main-content .inner h1 {
  margin: 0px 0px 20px 0px;
}
body.artifact .classic-artifact .artifact-template-classic-image-on-top .bottom-container .side-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.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 #222;
}
@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(90px);
}
.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);
}
.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: #f3f3f3;
  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%;
}
body.youtube-integration-opened .YoutubeIntegrationPlayer {
  z-index: 99999;
  position: relative;
  display: block;
}
body.youtube-integration-opened .nyhs-stop-detail-images-holder {
  z-index: 1;
}
body.youtube-integration-opened:not(.youtube-integration-doc-mode) .YoutubeIntegrationPlayer {
  position: fixed;
}
body.youtube-integration-full-mode .MainMenu,
body.youtube-integration-full-mode .bottom-scroll-container,
body.youtube-integration-full-mode .timeline-container,
body.youtube-integration-full-mode .experience-details-buttons,
body.youtube-integration-full-mode .swiper-pagination {
  display: none;
}
body.youtube-integration-full-mode #experience-details-column-side-scroll-page {
  margin-top: 0;
}
body.youtube-integration-full-mode #experience-details-column-side-scroll-page .simple-carousel .experience-details-column-side-scroll-page-item,
body.youtube-integration-full-mode #experience-details-column-side-scroll-page .simple-carousel .experience-details-intro-panel-text-box,
body.youtube-integration-full-mode #experience-details-column-side-scroll-page .simple-carousel .__panel {
  height: 100% !important;
}
@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%;
  }
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode #group-list-page,
  body.youtube-integration-doc-mode .InteractiveMap {
    left: 40%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode #group-list-page,
  body.youtube-integration-doc-mode .InteractiveMap {
    left: 30%;
  }
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .nyhs-stop-details-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.youtube-integration-doc-mode .nyhs-stop-details-holder .standard-template-holder,
body.youtube-integration-doc-mode .nyhs-stop-details-holder .video-template-holder,
body.youtube-integration-doc-mode .nyhs-stop-details-holder .lamp-game-template-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.youtube-integration-doc-mode .experience-templates {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .experience-templates {
    left: 40%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .experience-templates {
    left: 30%;
  }
}
body.youtube-integration-doc-mode .experience-templates .experience-template {
  position: relative;
  width: 100%;
}
body.youtube-integration-doc-mode .YoutubeIntegrationPlayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  body.youtube-integration-doc-mode .YoutubeIntegrationPlayer {
    z-index: 999;
    position: fixed;
    top: 64px;
    bottom: auto;
    left: 0;
    width: 100%;
    margin: 0;
  }
  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 .app-page-wrap.navbar-height .YoutubeIntegrationPlayer {
  top: 80px;
}
@media (max-width: 575px) {
  body.youtube-integration-doc-mode .app-page-wrap.navbar-height .YoutubeIntegrationPlayer {
    top: 64px;
  }
}
@media (min-width: 576px) {
  body.youtube-integration-doc-mode .in-app-search {
    left: 40%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  body.youtube-integration-doc-mode .in-app-search {
    left: 30%;
    width: 70%;
  }
}
.YoutubeIntegrationPlayer {
  display: none;
}
.InteractiveMap.menu-height {
  top: 80px;
}
.InteractiveMap.menu-height .map-wrap {
  overflow: hidden;
}
.InteractiveMap.menu-height .map-wrap__img {
  max-height: calc(100vh - 80px);
}
#experience-details-bottom-scroll-page .main-container .InteractiveMap,
#experience-details-timeline-page .main-container .InteractiveMap {
  position: absolute;
  top: 0px;
}
#experience-details-bottom-scroll-page .main-container .InteractiveMap .map-wrap__img,
#experience-details-timeline-page .main-container .InteractiveMap .map-wrap__img {
  max-height: 100%;
}
.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;
}
.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: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
  margin: 5px 0px;
}
.deckgrid .column .card:not(.intro-item) {
  cursor: pointer;
}
.deckgrid .column .card img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
